PORTTEST throwing excpetion while installing multiple foundations on AS/400

jaya_not

Member
Hi, We have been trying to install mulitple foundation(we are currently on 8.93_B1 and are trying to install 8.94_T1) on our EnterpriseOne 8.10 setup on AS/400. While doing the above we had two problems

1. When we tried to copy the JDE.INI from existing sytem library to the new one, we got an error that "The object doesnot exist in the library". However we can see JDE.INI from IFS and are able to start and end the JDE services on the existing system library. Do we need this JDE.INI in the library for proper functioning? and if yes then how to retrieve it back as we cant find it even in the old backups of the system.

2. We moved ahead with setting up of multiple foundation and when we try to do a PORTTEST, it gives following error CEE9901 Message . . . . : Application error. C2M1601 unmonitored by QC2UTIL1 at statement 0000001125, 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 QC2UTIL1 QC2SIGNL raise. The program was stopped at the high-level language statement number(s) 0000001125 at the time the message was sent. If more than one statement number is shown, the program is an optimized ILE program. Optimization does 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. On starting the services from A98OWMNU it gives the above error, however when we start the services using "STRNET" the subsystem starts, but only NETWORK process starts and dies after few seconds, the job log says that it ended with endcode = 20.


Has anyone ever seen such kinds of errors? Is it coming because of the copying JDE.INI step we skipped??

System Summary

EnterpriseOne 8.10 8.93_B1, AS/400 V5R2, Batch Server Win2003
JAS 4.0.2
 
Hi,

I hope though you have skipped the part of copying the INI , You have made the necessary mods in the required sections of the new INI. Ensure you havnt skipped any here.

If you find a solution , do pot it .

Freddy,
 
Hi Freddy,
yes i did make the necessary changes in the INI to point to the new system library..but it still giving the memory exception error.
 
Hi,

Can you post your jde.log files which are getting populated when the kernels are trying to get started.They should provide some clue as of whats happening.

Freddy,
 
Hi Freddy,
No logs are created in the new logdirectory which I had created as part of installing multi foundation.
 
Check whether INI is located in previous system lib.
WRKOBJ OBJ(syslibbkp/INI) OBJTYPE(*FILE)
where syslibbkp is ur old system library - b733xsys.

If this file exsist then create a duplicate INI in new syslib.
CRTDUPOBJ, say F4 and then F9.
FROM OBJECT - INI
FROM LIBRARY - syslibbkp
OBJTYPE - *FILE

TO LIBRARY - syslib
NEWOBJ - INI
DATA - *YES

If this is sucessfull, then do the the neccessary changes in new system library (syslib) - jde.ini
Set Port Number in INI = OLD PORT Number + 100.

For PORTTEST -

1. check in new syslib jde.INI
Securtiy Server = */no value*/

[INSTALL]
DefaultSystem=system library (syslib)

2, JDE Service of new system(syslib) is up and running.

Start Porttest.
 
Back
Top