AS/400 Server Builds

Ellen_Davis

Active Member
We just installed XE and are unsuccess at doing server builds (AS/400 V4R4M0).

This is what we are seeing in the AS/400 job logs:
Message . . . . : -CALL PGM(BUILDDLL)
PARM('/OneWorld/packages/PYB1120/text/CAEC.txt')
11/27/00 13:45:51 QUSRTVUS QSYS 04DB BUILDDLL B
To module . . . . . . . . . : BUILDDLL
To procedure . . . . . . . : DoAS400SetLibraryAuthority
Statement . . . . . . . . . : 6
Message . . . . : Error code parameter not valid.
Cause . . . . . : The format of the error code parameter is not correct.
Recovery . . . : Correct the error code parameter and try the request
again. If you do not know the correct format for the error code parameter
see the Chapter 2 in the System API Reference book, SC41-5801.
More...
0 11/27/00 13:45:51 QLEAWI QSYS *STMT QCMD Q
From module . . . . . . . . : QLEDEH
From procedure . . . . . . : Q LE leDefaultEh
Statement . . . . . . . . . : 232
Message . . . . : Application error. CPF3CF1 unmonitored by BUILDDLL at
statement 0000000006, instruction X'0000'.
Cause . . . . . : The application ended abnormally because an exception
occurred and was not handled. The name of the program to which the
unhandled exception is sent is BUILDDLL BUILDDLL DoAS400SetLibraryAuthorit
The program was stopped at the high-level language statement number(s)
0000000006 at the time the message was sent. If more than one statement
number is shown, the program is an optimized ILE program. Optimization do
not allow a single statement number to be determined. If *N is shown as a
value, it means the real value was not available. Recovery . . . : See
the low level messages previously listed to locate the cause of the
exception. Correct any errors, and then try the request again.

I have a call into JDEdwards but they haven't called me back.

If anyone has ever had this problem or knows what it is let me know. You can
email me directly if you would like.


Ellen
 
In the JDE.INI [AS400] are the parms that may be referenced in your trouble here. It would be interesting to know if you can create your own *MODULES and *SRVPGM manually (this would narrow it down to a setting within JDE - as opposed to AS/400). You could also look at the job log on the AS/400. Sounds like that will have some information of use to you.

Here are our settings...

[AS400]
CRTCMOD=CRTCMOD MODULE(%s/%s) SRCFILE(%s/%s) SRCMBR(%s) OUTPUT(*PRINT) DBGVIEW(*NONE) OPTIMIZE(40)
CRTCMOD2=DEFINE(JDENV_AS400MUTEX PRODUCTION_VERSION NO_SIGNALS) TGTRLS(V4R3M0)
CRTSRVPGM=CRTSRVPGM SRVPGM(%s/%s) MODULE(%s/*ALL) BNDSRVPGM(JDELIB JDEKRNL) EXPORT(*ALL) OPTION(*DUPPROC *DUPVAR *UNRSLVR
CRTDBPGM1=CRTPGM PGM(%s/%s) MODULE(DBDRVAG DBDRV DBDRV_AC DBDRV_CC DBDRV_CN
CRTDBPGM2=DBDRV_CH DBDRV_CP DBDRV_DT DBDRV_RQ DBDRVSQL DBMONCTL DBDRVCLI
CRTDBPGM3=DBSQL DBSQL_A DBSQL_D DBSQL_I DBSQL_M DBSQL_S DBSQL_U DBSQL_X)
CRTDBPGM4=BNDSRVPGM(JDEKRNL JDELIB JDEIPC QBFCPRCED) ACTGRP(%s) OPTION(*DUPPROC
CRTDBPGM5=*DUPVAR) AUT(*ALL) TGTRLS(V4R3M0)

AS400 V4R4, B733.2, SP10USER2, NTSQL7
 
Back
Top