Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/01/2024 09:35 AM
Hi Team,
I am trying to establish the connection between Saviynt and one of the DB application which is on SQL Server.
Upon the test connection I am getting the below error:
Error While Test connection: Login failed for user 'XXXXXX'. ClientConnectionId:837721eb-ae1e-479f-82d3-8bd7654ddfe5
Here are my connection details
URL: jdbc:sqlserver://IP address :Port;database=xxx
Username: Username
Password: Password
Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
I have done the telnet to the server/Ip and connection is established.
Can someone help me in building the connection?
Thanks in advance.
Solved! Go to Solution.
08/01/2024 09:49 AM
Can you check if you are running different version of Java or db which is not compatible with jdbc driver?
08/01/2024 10:08 AM
We are using Ojdbc8.jar file
08/01/2024 10:34 AM
I have uploaded the mssql 7.2 jar file. Post that I am getting the below error.
08/01/2024 11:03 AM
After restart, I am getting the same error:
Error While Test connection: Login failed for user 'XXXXXX'. ClientConnectionId:837721eb-ae1e-479f-82d3-8bd7654ddfe5
08/01/2024 11:22 AM