Adrian Nye
Adrian Nye
A witness node is likely required. I had the same results with a two-node primary standby configuration, with one node in each of two data centers. In that configuration automatic...
I also have this problem on Mac running OSX 10.9. I can access the db using tsql and isql. I have the problem with one REST api call to a...
A little more information...the working web service is accessing SQL Server 2005, while the broken one is accessing SQL Server 2008.
Seems the issue is a regression in pyodbc. On Mac only it returns UTF16 in a case that should be UTF8. I changed a cpp file in the pyodbc 3.0.7...
The problem is still present with django 1.7.7 and python 3.4 on MacOSX, connecting to MSSQL 2004. Using django-pyodbc 0.2.6
I tried the above suggestion to comment out the utf-8 encoding, and it did not solve the problem. After that change the query for the product version returns None, which...