IM 11. I am trying to create a DSN for Integration Manager to connect to a remote SQL server. I am using the IP address including the port. I can connect to the server from SQL Server Management Studio SQL Server 2012 and run queries. I can create DSN's to my local servers. When setting up the DSN I get
Connection Failed
SQLState: '01000'
SQL Server Error: 53
Connection Failed
Connection Failed
SQLState: '08001'
SQL Server Error:17
Server does not exist or access is denied.
my connection string looks like
DRIVER=SQL SERVER;SERVER=XX.XXX.XXX.XXX,3913;=UEIxDportUser;PWD=********;APP=Integration Manager;WSID=DYNAMIC;DATABASE=BD_Global
I have tried variations including the server name instead of the ip address with no success. I have run out of ideas.
*This post is locked for comments
I have the same question (0)