Re: Change sqlite database to sql server

2018-10-09 Thread Jason
the error is saying your remote server doesn't allow external connections, so look at the docs for how to enable that -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an emai

Re: Change sqlite database to sql server

2018-10-09 Thread Rakhee Menon
Hey Thanks!!! but now I get this error , Actually I am trying it on my localhost machine not able to figure out what exactly is the issue. TCP Provider: No connection could be made because the target machine actively refused it.\r\n (10061) (SQLDriverConnect); [08001] [Microsoft][ODBC Driver 1

Re: Change sqlite database to sql server

2018-10-07 Thread Vishvajit Pathak
Hi Rakhee, Two possible reasons for this error : A) ODBC driver is not installed B) The driver requires a Data Source Name to be configured You can refer these links for more explanation : https://communities.actian.com/s/article/Data-source-name-not-found-and-no-default-driver-spe

Re: Change sqlite database to sql server

2018-10-07 Thread Jason
You might have some trouble with SQL Server http://nightlyclosures.com/2018/01/08/working-with-mssql-in-django/ but sounds to me you haven't installed the driver or anything else for django to talk to SQL server. have you insalled https://bitbucket.org/Manfre/django-mssql or any of the equival

Change sqlite database to sql server

2018-10-07 Thread Rakhee Menon
Hi everyone, I have a developed project in which I am trying to use sqlserver instead of the default sqlite database. While I do the changes I get the following error django.db.utils.InterfaceError: ('IM002', '[IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default dri