JDE Services crash on AS400

arny

Active Member
Hi All,

We have setup on AS400 (V7r1) with LPARs (one for Non production and second for production). System library is on Production LPAR.
Non-prod lpar we have DV, PY and UAT environment. When I try to start services for UAT, kernel crashes immediately with following errors:

73442/2220 MAIN_THREAD Mon Sep 14 17:34:29.152360 ipcmisc.c299
process 73442 <E910SYSUS/JDENET_K> registered in entry 6

73442/2220 MAIN_THREAD Mon Sep 14 17:34:29.182704 netcfg.c297
Starting Kernel of Type:SECURITY KERNEL

73442/2220 MAIN_THREAD Mon Sep 14 17:34:30.221824 jdeksec.c749
INITIALIZING SECURITY SERVER KERNEL

73442/2220 MAIN_THREAD Mon Sep 14 17:34:30.534648 dbdrv_log.c196
OS400QL001 - ConnectDB:Unable to connect to DS 'System - 910' in DB 'System - 910' on Server DB 'PDDBA1' with RDB Name 'Not Applicable' via 'T' with Commitment 'N'. QCPFMSG *LIBL - CPI2A5A - Not authorized to access the remote system

73442/2220 MAIN_THREAD Mon Sep 14 17:34:30.535736 jdb_drvm.c796
JDB9900164 - Failed to connect to System - 910

73442/2220 MAIN_THREAD Mon Sep 14 17:34:30.535800 jtp_cm.c282
JDB9909003 - Could not init connect.

73442/2220 MAIN_THREAD Mon Sep 14 17:34:30.535856 jtp_tm.c1140
JDB9909100 - Get connect info failed: Transaction ID =

73442/2220 MAIN_THREAD Mon Sep 14 17:34:30.535912 jdb_rq1.c2452
JDB3100013 - Failed to get connectinfo

73442/2220 MAIN_THREAD Mon Sep 14 17:34:30.535992 dbdrv_log.c196
OS400CN004 - IsValidConnection:DBC is NULL

73442/2220 MAIN_THREAD Mon Sep 14 17:34:30.536040 jdb_drvm.c851
JDB9900166 - Failed to free db connection

73442/2220 MAIN_THREAD Mon Sep 14 17:34:30.536096 jdb_omp1.c1883
JDB9900251 - Failed to shut down connection.

I have checked CFGTCP, Data sources for JDBNET setting, Password level on both LPARs. All looks good. any suggestions, what could be problem here.
 
It looks like a database connectivity issue:

OS400QL001 - ConnectDB:Unable to connect to DS 'System - 910' in DB 'System - 910' on Server DB 'PDDBA1' with RDB Name 'Not Applicable' via 'T' with Commitment 'N'. QCPFMSG *LIBL - CPI2A5A - Not authorized to access the remote system
 
RDB name looks suspicious, do you see the remote system when you do wrkrdbe from the failing system?
 
What tools release are you on for each iSeries?

Did the problem just start?
 
Back
Top