OMS [message #52207] |
Tue, 09 July 2002 04:48 |
Abdal-Rahman Agha
Messages: 2 Registered: July 2002
|
Junior Member |
|
|
When I tried to startup the Oracle Management Server service, I found the following error:
Could not start OracleOMSManagementServer service on local computer.
Error 1053: The service did not respond to the start or control request in a timely fashion.
and ...
VdbSession.processError: errorMsg >ORA-12640: Authentication adapter initialization failed<
[[main]][[2002-7-9:4:15:11:531]] VdbSession.processError: database connection error
What is the problem: I have Oracle 817 EE and Win2000
|
|
|
Re: OMS [message #52218 is a reply to message #52207] |
Tue, 09 July 2002 09:23 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
im not very clear about this becuase both errors arise for different reasons
first
1. Verify the file: $ORACLE_HOMEjlibnetcfg.jar
exists in the OMS’s Oracle_home. If it is missing,
copy the file from the 8.1.7 installation CD.
2. Start the Listener that is servicing the instance
which stores the repository
second
Remove the line sqlnet.authentication_services=(NTS)
from ORACLE_HOMEnetworkadminsqlnet.ora file
or set
sqlnet.authentication_services=(NONE) in
ORACLE_HOMEnetworkadminsqlnet.ora file
|
|
|