Random jobs ending in Error on New Apps Server

MelissaS

Active Member
We recently went live with a second Win2000 apps server. We are getting random jobs ending in status E. All of the jde.log say the same things for these jobs ending in error:

2600/3192 Tue Jul 29 13:24:58 2003 jdeksec.c3192
KNT0000306 - JDENET Error = eTimeOut

2600/3192 Tue Jul 29 13:25:59 2003 jdeksec.c3192
KNT0000306 - JDENET Error = eTimeOut

2600/3192 Tue Jul 29 13:25:59 2003 jdeksec.c812
SEC0000002 - Unable to connect to security server jdeprod
Running OneWorld with user's signon and password
This may or may not work depending on the databases' security.

2600/3192 Tue Jul 29 13:25:59 2003 JDB_CTL.C3030
JDB1100015 - Failed to complete Security check

2600/3192 Tue Jul 29 13:25:59 2003 RUNBATCH.C699
JDB_InitEnvOvr failed with rcode = 0

2600/3192 Tue Jul 29 13:25:59 2003 IPCPUB.C3515
API ipcSawUnregisterProcV1 : process 2600 unregistered in entry 61

2600/3192 Tue Jul 29 13:25:59 2003 RUNBATCH.C1459
Processing PrintUBE request failed - see previous messages

I know that these people have valid username/passwords because after the job ends in error - they can turn right around and run it successfully. This problem does not happen on our first apps server. With the addition of the two apps servers - we have added a lot more queues. Is there some setting on the security server ini that I need to adjust to accommodate the addition of these new connections coming from the additional 2 apps servers?

Thanks!
 
This actually sounds like a network issue. I think the requests aren't invalid, they are just timing out before getting a response back.

That or your ES is too busy to respond. You might want to check its utilization level.

Hope this helps!

Dan
 
Maybe jdeprod is down for backups or something? It kinda looks like what the above poster started in at. Problem with the enterprise server... Maybe it is too busy, or services are down or something...
 
Hi Look for few things

What dat abse are you using...
are you using JDEprod as the security server if yes then in you jde.ini does it say that.
Is you jde net and kernel process comes up properly.
Is your net services working fine.
The user which you are suing to start the net service has his/her right changed


Jaise
 
MelissaS,

did you find a fix for that?

On my servers UBEs going into E status sometimes. The funny thing is that I do not have any error message. When doing a server debug it shows that the UBE updates the jobstatsu to Done.

Pleas let me know if you find a solution.
 
Melissa,

Always ensure that every app server is its OWN security server, that way it won't have to do requests from one machine to the other.

Its easy enough to set up:

SecurityServer=TheLocalServerName

Make sure that the security kernals on the box is set to about 4 with two automatically starting. This reduces the time that the system takes to start up and connect. I have lost track of the number of machines I have built, but I have always done them this way.

The other benefit of course is that you can use the new app server as a secondary security server.

Paul
 
Melissa, were you ever able to resolve this issue? I am experiencing similar issues on an AS/400 based system that Oracle/IBM have so far been clueless on. However, my issue is persistent once it starts and seems to be related to my development server going down and is only resolved with bouncing services.
 
Back
Top