SQL Server Cannot connect to ODBC linked server in SSMS, but can in ODBC Data Sources

bpzcxfmw  于 2023-10-15  发布在  其他
关注(0)|答案(1)|浏览(104)

I have a SQL Server instance on a company server which is linked to ServiceNow via their ODBC driver. As of this weekend, the connection fails when trying to test the connection under Linked Servers. At first I thought it was a password issue, but I tried testing the connection via ODBC Data Sources and was able to log in fine. I believe my IT department may have done something to block the traffic, is there anything else I can test to try and find the issue?

eanckbw9

eanckbw91#

I was able to get this to work again by unticking 'Allow in-process' in MSDASQL under Linked Servers --> Providers.

This is apparently what ServiceNow recommends for ODBC connections.

Full instructions in the below videos:

https://www.youtube.com/watch?v=aSxzmXYDQHUhttps://www.youtube.com/watch?v=BtyMQsE8pvY

相关问题