waiting for security server

jde_uk

Active Member
Hello All,
We are facing problems in Login into JDE. It comes up with the error "waiting for security server" and then the login fails. I have checked all the logs but there is nothing apparent. The DBA's also find the Data Base working fine. Can anyone help please, my sincere thanks in advance.
We are on Oracle and Xe with SP22. Its WIN2K Servers.
 
1. Ensure security server is running on the ES.
2. Check the logs on the security kernel with SAW.

Those two areas are generally where things are going to show. Also, be sure that the base datasource setting is the same on the client and server.

Regards,
 
Thanks for that, I have checked everything but......it is still not working. Here are the details in the jde.log file
**********************************************
1256/1828 Wed Apr 13 16:12:54 2005 newmda.cpp1081
The registry entries for jdeocx.ocx were removed successfully.

1256/1828 Wed Apr 13 16:12:54 2005 newmda.cpp1019
The registry entries for jdeocx.ocx were created successfully.

1256/1828 Wed Apr 13 16:12:55 2005 jdb_ctl.c2763
Starting OneWorld

1256/1828 Wed Apr 13 16:14:30 2005 jdeksec.c3221
KNT0000306 - JDENET Error = eTimeOut

1256/1828 Wed Apr 13 16:15:50 2005 jdeksec.c3221
KNT0000306 - JDENET Error = eTimeOut

1256/1828 Wed Apr 13 16:16:09 2005 jdeksec.c812
SEC0000002 - Unable to connect to security server UKRDGAP086
Running OneWorld with user's signon and password
This may or may not work depending on the databases' security.

1256/1828 Wed Apr 13 16:16:26 2005 jdb_ctl.c3265
JDB1100018 - Failed to get past Security check
 
I'm assuming that this log is from a client. First, can you ping the server, by name, from this machine? Secondly, is the listening port set the same as on the server? Thirdly, if the security kernel is starting cleanly on the ES, try changing the security user of a user profile to match the profile and password that's in the ES JDE.INI.

Regards,
 
another thing you can try is instead of just using the server name in the ini file use the fully qualified domain name.

Also are you using ODBC or are you using the Oracle API to access JDE.

Verify that the security server name is entered correctly in the ini file on the client.
 
Back
Top