Background:
OLD: Windchill PDM Essentials 10.2 M030 production server
New: 11.0 M020 test server
I have successfully installed Windchill 11.0 on a new VM, imported our SQL database from production to test using Microsoft SQL Management restore/replace function.
On the new test server I have a different SQL password. I've updated that using xconfmanager but still can't login.
"xconfmanager -s wt.pom.dbPassword=<NewPassword> -t db/db.properties -p"
However, I can login using those credentials directly to Microsoft SQL. Any help would be greatly appreciated.
--------------------------------------------
2017-04-05 11:51:31,996 INFO [main] wt.server.manager.startup - Registry created: RegistryImpl[UnicastServerRef2 [liveRef: [endpoint:[vdst-plm02.corp.vandynesuperturbo.com:5002,wt.boot.WTRMIMasterSocketFactory@1e240](local),objID:[0:0:0, 0]]]]
2017-04-05 11:51:31,996 INFO [main] wt.server.manager.startup - ServerManager created: ServerManagerImpl[UnicastServerRef2 [liveRef: [endpoint:[vdst-plm02.corp.vandynesuperturbo.com:5002,wt.boot.WTRMIMasterSocketFactory@1e240](local),objID:[0:0:0, 5002]]]]
2017-04-05 11:51:32,011 INFO [main] wt.server.manager.startup - ServerManager bound in registry.
2017-04-05 11:51:32,011 INFO [main] wt.manager.CacheMasterNegotiator - Cache master stub name: CacheMaster
2017-04-05 11:51:32,011 INFO [main] wt.manager.CacheMasterNegotiator - Using low-locking algorithm
2017-04-05 11:51:32,932 ERROR [main] wt.manager.CacheMasterNegotiator - Failed to acquire JDBC connection
com.microsoft.sqlserver.jdbc.SQLServerException: Login failed for user 'WindchillDB'. ClientConnectionId:9bcf6626-f85f-46be-a30a-7ba546b48bb4
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:216)
at com.microsoft.sqlserver.jdbc.TDSTokenHandler.onEOF(tdsparser.java:254)
at com.microsoft.sqlserver.jdbc.TDSParser.parse(tdsparser.java:84)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.sendLogon(SQLServerConnection.java:2926)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.logon(SQLServerConnection.java:2243)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.access$000(SQLServerConnection.java:42)
at com.microsoft.sqlserver.jdbc.SQLServerConnection$LogonCommand.doExecute(SQLServerConnection.java:2229)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:5696)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1716)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1327)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:992)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:828)
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:1012)
at java.sql.DriverManager.getConnection(DriverManager.java:664)
at java.sql.DriverManager.getConnection(DriverManager.java:247)
at wt.pds.StandardDataSource$1.getConnection(StandardDataSource.java:114)
at wt.pds.StandardDataSource$ConnectionRetry.execute(StandardDataSource.java:399)
at wt.pds.StandardDataSource.getConnection(StandardDataSource.java:117)
at wt.pds.StandardDataSource.getConnection(StandardDataSource.java:83)
at wt.manager.CacheMasterNegotiator.getNewConnection(CacheMasterNegotiator.java:859)
at wt.manager.CacheMasterNegotiator.start(CacheMasterNegotiator.java:2268)
at wt.manager.ServerManagerMain.startServerManager_internal(ServerManagerMain.java:391)
at wt.manager.ServerManagerMain.run(ServerManagerMain.java:299)
at wt.manager.ServerManagerMain.main(ServerManagerMain.java:229)
2017-04-05 11:51:32,932 FATAL [main] wt.server.manager - ServerManagerMain abort