Expand my Community achievements bar.

Switch database of livecycle between 2 LCES installation

Avatar

Former Community Member

Hi all,

I have 2 LCES Server, server1 with oracle database db1 (in ASCII7) and server2 with oracle  database db2 (in UTF8), which are currently working.

Now user wants to use LCES Server server1 with other oracle database, which is db2.

What I think I should do is to change the IDP_DS of server1 to point to db2, then run configuration manager again.

I'm afraid the database db2 only "remember" the server2 and will not work will server1.

Is there any concern or do I need to do something else?

Your comment is much appreciated.

Thank you and regards,

Tuan Anh

1 Reply

Avatar

Level 10

you need to modify the following file to refer the new database:

1. adobe-ds.xml under jboss\server\all\deploy directory

2. oracle-ds.xml under jboss\server\all\deploy directory

3. login-config.xml under jboss\server\all\conf\ directory

4. oracle-jdbc2-service.xml under jboss\server\all\deploy\jms

5. oracle-jdbc-state-service.xml under jboss\server\all\deploy\jms

Nith