AS/400 Porttest Error

msouterblight1

VIP Member
Hello,

I am having issues getting porttest to finish correctly. We are using an AS/400 as the Enterprise Server. When I run porttest, I get the following errors:

585 Wed May 1 08:21:41 2002 dbmonctl.c130
OS40001112 - CRTPGM failed with error message CPF3C50

585 Wed May 1 08:21:41 2002 dbmonctl.c131
CRTPGM PGM(B7333SYS/JDB_1) MODULE(DBDRVAG DBDRV DBDRV_AC DBDRV_CC DBDRV_CN DBDDRV_CH DBDRV_CP DBDRV_DT DBDRV_RQ DBDRVSQL DBMONCTL DBDRVCLI DBSQL DBSQL_A DBSQLL_D DBSQL_I DBSQL_M DBSQL_S DBSQL_U DBSQL_X) BNDSRVPGM(JDEKRNL JDELIB JDEIPC QBFFCPRCED) ACTGRP(JDB_1) OPTION(*DUPPROC *DUPVAR) ALWLIBUPD(*YES) AUT(*ALL) TGTRLSS(V4R3M0)

585 Wed May 1 08:21:41 2002 dbdrv_cn.c190
OS40001049 - CreateNewActivation: cannot create new program

585 Wed May 1 08:21:41 2002 dbdrv_cn.c328
OS40001053 - CreateConnection: No connections available

585 Wed May 1 08:21:41 2002 jdb_drvm.c677
JDB9900164 - Failed to connect to GLAZERS - B7333 Server Map

585 Wed May 1 08:21:41 2002 jtp_cm.c283
JDB9909003 - Could not init connect.

585 Wed May 1 08:21:41 2002 jtp_tm.c960
JDB9909100 - Get connect info failed: Transaction ID =

585 Wed May 1 08:21:41 2002 jdb_rq1.c1809
JDB3100013 - Failed to get connectinfo

585 Wed May 1 08:21:41 2002 jdb_omp1.c2392


Any help is apprectiated.

Thank you,
 
Hello, do you have your JDEB7333 subsystem running? If not clear IPC and
start the subsystme ( sign on as oneworld, go a98owmnu).
 
Well the first thing is check the CPF error.
Next check your AS/400 INI against the one on the deployment server. Make sure they are the same in the build portion. I have seen in the past where the INI got truncated during the FTP.
Next. Security server has bunged up more porttests than anything elts. Make sure that this section is not active. You could try to just start the services and see if it creates the B7333SYS/JDB_1 to JDB_11 (?).

Kyle
 
Thanks for the help, you pointed me in the right direction. The issue was that the OSReleaseLevel under [BSFN BUILD] and the TGTRLS entries under [AS400] were hardcoded to V4R3. I set them to *CURRENT, and everything went smooth.

Thanks again,
 
Back
Top