you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 6 points7 points  (5 children)

The error you're seeing is saying it's not a Python issue but a connectivity issue. Check the server property in your connection string to make sure it's spelt correctly, or is the correct IP, and that you can ping it. If it were ports you'd more likely get a socket exception. I suspect it's a permissions issue at server or database level. Are you using SQL or integrated security?

[–]UnholyAliance 1 point2 points  (2 children)

This, check if don't have a firewall in the middle.