How can I connect to SQL Server 2008 R2 with django-mssql?

无人久伴 提交于 2019-12-04 15:36:09
Hari Palappetty

I can see an error message in that log:

$Error opening connection: DATA SOURCE=172.16.1.14 port:1434

So I would see if all instances are running and is accessible on that machine through port 1434.

Also, the following may help: Setting up django-mssql issues

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!