Hi,
There was database schema change and I made the changes in the changes in the server.ini and added the new schema name,
database_conn = <NewName>
and i restarted the content server. When I checked the logs, I'm getting the below mentioned error message,
Fri Mar 26 03:23:11 2010 198892 [DM_SERVER_I_START_SERVER]info: "Docbase kmdev attempting to open"
Fri Mar 26 03:23:11 2010 199984 [DM_SERVER_I_START_SERVER]info: "Docbase kmdev process identity: user(kmdadmin)"
Fri Mar 26 03:23:11 2010 201546 [DM_SESSION_I_ORA_NLS33]info: "Setting Environment Variable ORA_NLS33 to '/km/apps/documentum/product/5.3/or
acle'."
Fri Mar 26 03:23:12 2010 008641 [DM_SESSION_I_RETRYING_DATABASE_CONNECTION]info: "The following error was encountered trying to get a databa
se connection: ORA-12154: TNS:could not resolve service nameThe server will retry 9 more time(s) (every 30 seconds)."
I tried to login to the database server from the content server machine and it is working fine. Is there any other place I need to do the change.