Portal startup problems after moving to a new host [message #77373] |
Thu, 20 June 2002 01:05 |
jan evind langsaeter
Messages: 1 Registered: June 2002
|
Junior Member |
|
|
Hello
I have trouble with starting oracle portal release 2 after moving the portal to a different UNIX host. I have copied the passwd and group entries,the oratab file and complete directory where the portal is installed. The new host uses the same hostname and IP-address.
When I start the portal it gives the error message ADMN-100999 and in the logs it gives the error message
"password could not be retrieved" when trying to initialize the schema.
Does anyone have any ideas what might be causing this problem ?
Regards
Eivind Langsaeter
|
|
|
Re: Portal startup problems after moving to a new host [message #77415 is a reply to message #77373] |
Tue, 21 January 2003 08:15 |
Luis Campos
Messages: 1 Registered: January 2003
|
Junior Member |
|
|
symptom: Cannot start the Oracle HTTP Server
symptom: Trying to start the HTTP Server with $ORACLE_HOME/dcm/bin/dcmctl
start -ct ohs
symptom: The following error message(s) are returned:
symptom: ADMN-100999
symptom: $ORACLE_HOME/dcm/bin/dcmctl geterror returns the following error
message:
symptom: ADMN-100999
See base exception for details.
Base Exception:
oracle.ias.repository.schema.SchemaException:Password could not be retrieved
See base exception for details.
change: Interoperability patch was installed
cause: Passwords are out of sync
fix:
1. Backup the file $ORACLE_HOME/config/ias.properties
2. Run the script in $ORACLE_HOME/bin
resetiASpasswd.sh "cn=orcladmin" <your orcladminpassword> &
lt;your OracleHome>
3. Retry the dcmctl command.
|
|
|