Change DB user/pwd with Stellent UCM

Today, I met problem with the stellent UCM startup. Because I forgot the UCM DB user's password, so changed the password with the sys admin role. but the password changed cause the UCM server can NOT startup. it still use the original connection info to connect the DB.

Here is the solution:

1. Modify the file: $UCM_SERVER_HOME/config/config.cfg

Change the following:

JdbcConnectionString=jdbc:oracle:thin:@localhost:1521:orcl
JdbcUser=ucmmodelpit
JdbcPassword=xxxxxxxxxxxxxxxxxxxx
JdbcPasswordEncoding=Intradoc
 

to:

JdbcConnectionString=<new db URL>
JdbcUser=<new user>
JdbcPassword=<new password>
JdbcPasswordEncoding=ClearText

2. start the content server.

猜你喜欢

转载自fengyonghui.iteye.com/blog/570236
UCM
DB
pwd
今日推荐