Hello,
I have a question on DB password change. I was told that after database password change, I just need to update the "mscm.filter.properties" file with a new obfuscated one. However, that didn't work for me. I got invalid username/password and logon denied error. I want to see if there are additional places I have to look for. Please advise.
Caused by: java.sql.SQLException: Could not retrieve datasource via JNDI url 'java:comp/env/jdbc/MSCM' java.sql.SQLException: ORA-01017: invalid username/password; logon denied
DSRA0010E: SQL State = 72000, Error Code = 1,017
at org.quartz.utils.JNDIConnectionProvider.getConnection(JNDIConnectionProvider.java:163)
at org.quartz.utils.DBConnectionManager.getConnection(DBConnectionManager.java:108)
at org.quartz.impl.jdbcjobstore.JobStoreSupport.getConnection(JobStoreSupport.java:764)
... 39 more