Situation:
Adeptia Backend/Log database Host IP, Username and Password has been modified. We need to update these changes in Adeptia Suite properties.
Resolution:
We need to configure the below properties files:
1. Edit server-configure.properties present under AdeptiaInstalllDirectory//AdeptiaServer\ServerKernel\etc.
2. Under "Database Configuration" update the following properties:
a. Update the "abpm.jdo.driver" property with Driver class name.
b. Update the "abpm.jdo.url" property with Host IP.
c. Update the "abpm.jdo.username" property with Backend Database Username.
d. Set the encrypt="n"
e. Update the "abpm.jdo.password" property with Backend Database Password.
3. Under "Database Appender" update the following properties:
a. Update the "log4j.appender.jdbc.url" property with Host IP.
b. Update the "log4j.appender.jdbc.username" property with Log Database Username.
c. Set the encrypt="n"
d. Update the "log4j.appender.jdbc.password" property with Log Database Password.
4. Edit quartz.properties present under AdeptiaInstalllDirectory//AdeptiaServer\ServerKernel\etc
5. Under "Configure Datasources" update the following properties:
a. Update the "org.quartz.dataSource.aBPM.URL" property with Host IP.
b. Update the "org.quartz.dataSource.aBPM.user" property with Backend Database Username.
c. Set the "org.quartz.dataSource.aBPM.encryptPassword" = "no"
d. Update the "org.quartz.dataSource.aBPM.password" property with Backend Database Password.
On updating these properties Start/Stop Database and Adeptia Services (Kernel/Webrunner). Once the services are alive monitor the Kernel logs to verify these changes.
Comments
0 comments
Please sign in to leave a comment.