Hi,
We recently had a password change activity for all webMethods databases (IS’es, MWS, Brokers) and application databases (External Datasources).
As part of this, we have updated the latest passwords in all of the IS, MWS screens.
But facing problem in CentralUserManagement.
When I do Test on the Database Pool Alias in IS, the test is success.
But when I associate it with CentralUsers Function Name, I see login denied in IS logs:
2012-06-29 14:29:19 BST [CommonLib.MWS.0002I] No registered exception delegate
Error creating database connection to: jdbc:wm:oracle://dbhostname:1521;SERVICENAME=WMXXX;SID=;MaxPooledStatements=100com.wm.dd.jdbc.oraclebase.ddd0: [sag-cjdbc42-0011][Oracle JDBC Driver][Oracle]ORA-01017: invalid username/password; logon denied
at com.wm.dd.jdbc.oraclebase.ddb8.b(Unknown Source)
at com.wm.dd.jdbc.oraclebase.ddb8.a(Unknown Source)
at com.wm.dd.jdbc.oracle.OracleImplConnection.a(Unknown Source)
at com.wm.dd.jdbc.oracle.OracleImplConnection.x(Unknown Source)
at com.wm.dd.jdbc.oraclebase.BaseConnection.a(Unknown Source)
at com.wm.dd.jdbc.oraclebase.BaseConnection.k(Unknown Source)
at com.wm.dd.jdbc.oraclebase.ddaj.run(Unknown Source)
It appears that IS is trying to use an old incorrect password from somewhere.
The PoolAliasDefinition for CentralUsers in IS, Default and ExternalDataSource in MWS all have the correct password.
Can you guys here suggest where else could the IS be trying to use this incorrect password from. I have tried doing grep on the MWS/IS installations for this database information, but with no luck.