Configuration:
- webMethods Metadata Library 7.1.1
- Oracle 10.2.0.3.0
- Windows XP
I can’t start MDL server, in logs i find this:
CEST ERROR: Failed to create connection due to SQLException--
URL 'jdbc:wm:oracle://pc.company.net:1521;serviceName=test.company.net',
user 'wmuser',
reason: [1017] [wm-cjdbc36-0007][Oracle JDBC Driver][Oracle]ORA-01017: invalid username/password; logon denied
Probably i have wrong configuration in files:
cerebraRepo.xml
cerebraReso.xml
interesting fragment look like this:
<connection>
<url>jdbc:wm:oracle://pc.company.net:1521;serviceName=test.company.net</url>
<driver-class>com.wm.dd.jdbc.oracle.OracleDriver</driver-class>
<user-id>wmuser</user-id>
<password-handle>MDLResoPassword</password-handle>
<passman-id>wmuser</passman-id>
</connection>
So can someone send me cerebraRepo.xml or cerebraReso.xml ?
Or tell what is wrong with this configuration file ?
PS.
During installation i typed wrong JDDB string and after installation manually correct this.