JDENET_N Process

CNC Pro

Active Member
Hello All,

I have a JDENET_ N process on the AS/400 that just won’t end when the ENDNET and CLRIPC is submitted from an automated CL script created to end OneWorld services before the nightly backups run. When this command is submitted manually from the command line, I have no problems. JDE / PeopleSoft recommend that I increase the time between each command, this was done but still get the problem. Has anyone out there had this kind of problem before ? If so, I would truly appreciate a response as to how you managed to resolve it.

Config is as follows

OneWorkd Xe Update 1 SP18.1
Enterprise server = AS/400 V5R1 DB2 (with latest CUM )
Deployment Server = Win2K SQL2000
Client = Win2K Citrix Xp FR2
 
Hi,

This is an extract from our system which takes care of the OneWorld subsystem shutdown. We don't have any problems using this:

ADDLIBLE LIB(B7334SYS)
B7334SYS/ENDNET
B7334SYS/CLRIPC
DLYJOB DLY(300)
B7334SYS/CLRIPC

I hope this helps.

Best Regards,

Sanjeev

(AS/400 V5R2)
 
Thanx Sanjeev..

The sequence is more or less the same as what I have. My delay is
greater because our CLRIPC runs just before the backups which is 10 min
after the ENDNET is submitted.

I really appreciate you sending me your "extract"

JL
 
Back
Top