CLM databases can't connect because dll not found
We're running CLM 6.0.5 on Windows Server 2012 R2 with SQL Server. In performing the installation the JTS database is able to connect without an issue. However, on running the setup steps where the applications are configured we're seeing a database connection errors.
The server was unable to connect to the database because the database connection settings are invalid or because database is unreachable (SQLSTATE: 08S01, SQLCODE: 0). Verify the connection settings in your teamserver.properties file. See the Jazz Team Server log for more information.ID CRJAZ2654E
Looking the logs there are errors like:
com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication. ClientConnectionId:22af460a-6073-4054-98c5-f718833ee7e6
at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:1669)
at com.microsoft.sqlserver.jdbc.AuthenticationJNI.<init>(AuthenticationJNI.java:61)
... and further down....
at java.lang.Thread.run(Thread.java:785)
Caused by: java.lang.UnsatisfiedLinkError: sqljdbc_auth (Not found in java.library.path)
at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:1348)
Why would the JTS database connection work fine, while the other applications cannot connect? Thanks in advance.
Comments
Donald Nong
Mar 22 '18, 11:43 p.m.Daryl Walters
Mar 27 '18, 4:07 p.m.Donald Nong
Mar 27 '18, 8:56 p.m.Daryl Walters
Mar 28 '18, 8:28 a.m.Donald Nong
Mar 29 '18, 4:30 a.m.Daryl Walters
Apr 03 '18, 8:12 a.m.Donald Nong
Apr 04 '18, 3:45 a.m.