Make sure the port MSSQL is open.
From: [email protected] <[email protected]> On Behalf Of BALA KRISHNAN Sent: 07 January 2019 13:34 To: [email protected] Subject: Re: ms sql server connectivity to django Create your database in MySQL Migrate your files On Sun, 6 Jan 2019 at 23:25, Praveen Kumar <[email protected] <mailto:[email protected]> > wrote: Hi All, Changed DATABASE code as under in setting.py in Django project. But not getting able to connect to MS SQL Server. Please suggest. ATABASES = { 'default': { 'NAME': 'APJ_AIM_LITE', 'ENGINE': 'sqlserver_ado', 'HOST': 'DB_SERVER', 'USER': '', 'PASSWORD': '', } } -- 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 email to [email protected] <mailto:[email protected]> . To post to this group, send email to [email protected] <mailto:[email protected]> . Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ee503251-d646-4585-b773-0b1fc5b11c66%40googlegroups.com <https://groups.google.com/d/msgid/django-users/ee503251-d646-4585-b773-0b1fc5b11c66%40googlegroups.com?utm_medium=email&utm_source=footer> . For more options, visit https://groups.google.com/d/optout. -- 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 email to [email protected] <mailto:[email protected]> . To post to this group, send email to [email protected] <mailto:[email protected]> . Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAGxtV7ZZ-kEPQ7xuyOa%2B6wOOdzJmcNcDR2vihNNPLuqyQ%3DCuOQ%40mail.gmail.com <https://groups.google.com/d/msgid/django-users/CAGxtV7ZZ-kEPQ7xuyOa%2B6wOOdzJmcNcDR2vihNNPLuqyQ%3DCuOQ%40mail.gmail.com?utm_medium=email&utm_source=footer> . For more options, visit https://groups.google.com/d/optout. -- 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 email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/002801d4a654%248f32ecd0%24ad98c670%24%40gmail.com. For more options, visit https://groups.google.com/d/optout.

