Skip to main content
mandarB
Navigator | Tier 3
April 1, 2024
Question

MS SQL Database error

  • April 1, 2024
  • 1 reply
  • 135 views

Hi , I’m facing an issue while connecting to MS SQL server. I have enabled TCP/IP but not sure how to go about resolving this. The connection string is: jdbc:sqlserver://localhost;databaseName=Test;integratedSecurity=true;

 

1 reply

KhaledMostafaMe
Most Valuable Pathfinder
Most Valuable Pathfinder
April 8, 2024

 Why connecting with jdbc? 

Try to connect with Connection mode: User Defined 

 
 
 
 

Else, if you want to connect with JDBC, you will need to get the driver file JAR for MS SQL from this link 

 

 
 
Khaled Mostafa - Automation Anywhere MVP - IA SDM