Question
7
Replies
1192
Views
Posted: August 24, 2017
Last activity: August 30, 2017
Unable to Connect to SQL Server Database from Pega 7
Hi,
How can I connect to SQL Server Database using "JDBC URL listed below" option. I'm trying it referring the article below...
jdbc:sqlserver://XXX.XX.X.XXX\SQLEXPRESS:1433;databaseName=RPA_Training
but an error occurs after Saving and Testing connection.
I can connect to the Database from a PC.
Thank you,
Give URL as " jdbc:sqlserver://XXXXXX:1433;databaseName=RPA_Training" instead of jdbc:sqlserver://XXX.XX.X.XXX\SQLEXPRESS:1433;databaseName=RPA_Training.
I believe there is no need to specify SQLEXPRESS. I tried with the above URL and i am able to connect to the database.