[pyar] pyodbc y Sql Server 2014

Fernando Riquelme fernandoriquelme55 en gmail.com
Vie Dic 23 09:52:40 ART 2016


Bien, disculpa Javier, acabo de leer bien y el programa es Python, perdón
la configuración que te pase es para Django.

El 23 de diciembre de 2016, 9:39, Leandro Minatel <leandro en minatel.com.ar>
escribió:

> Hola Javier, seguramente esta desabilitado el protocolo TCP/IP en el SQL
> Server. Tenes que habilitarlo mediante el icono "SQL Server Configuration
> Manager", vas a la opcion "SQL Server Network Configuration" y luego
> "Protocols for MSSQLSERVER", a la derecha tendras los diferentes
> protocolos, simplemente habilita el TCP/IP y reinicia el motor.
>
> Slds
>
> On Fri, Dec 23, 2016 at 9:32 AM, Fernando Riquelme <
> fernandoriquelme55 en gmail.com> wrote:
>
>> Podrías probar con FreeTDS, espero te sirva.
>>
>> DATABASES = {
>>      'default': {
>>          'ENGINE': 'sql_server.pyodbc',
>>          'NAME': 'xxx',
>>          'USER': 'xxx',
>>          'PASSWORD': 'xxx',
>>          'HOST': 'xxx.xxx.windows.net',
>>          'PORT': '1435',
>>          'AUTOCOMMIT': 'True',
>>          'CREATE_DB': 'True',
>>          'OPTIONS': {
>>              'driver': 'FreeTDS',
>>              'dsn': 'MSSQL-SGH',
>>              'autocommit': True,
>>              'host_is_server': True,
>>              'unicode_results': True,
>>              'extra_params': "TDS_VERSION=8.0"
>>          },
>>      },
>> }
>>
>> 2016-12-23 9:30 GMT-03:00 Javier Marcon <javiermarcon en gmail.com>:
>>
>>> El 23/12/16 a las 08:14, Leandro Minatel escribió:
>>> > Hola Javier, en DRIVER proba con "SQL Server Native Client 11.0"
>>> >
>>> > Slds
>>> >
>>> Muchas gracias, pero cambiado el driver a SQL Server Native Client 11.0
>>> obtengo el error:
>>>
>>> <class 'pyodbc.Error'>('08001', '[08001] [Microsoft][SQL Server Native
>>> Client 11.0]Named Pipes Provider: Could not open a connection to SQL
>>> Server [2].  (2) (SQLDriverConnect); [HYT00] [Microsoft][SQL Server
>>> Native Client 11.0]Login timeout expired (0); [01S00] [Microsoft][SQL
>>> Server Native Client 11.0]Invalid connection string attribute (0);
>>> [08001] [Microsoft][SQL Server Native Client 11.0]A network-related or
>>> instance-specific error has occurred while establishing a connection to
>>> SQL Server. Server is not found or not accessible. Check if instance
>>> name is correct and if SQL Server is configured to allow remote
>>> connections. For more information see SQL Server Books Online. (2)')
>>> (loguear.py)
>>>
>>> Saludos,
>>>
>>> Javier.
>>>
>>> --
>>> Eco red Natural.
>>> Veta de productos orgánicos y BPA.
>>> Totalmente naturales.
>>>
>>> _______________________________________________
>>> pyar mailing list pyar en python.org.ar
>>> http://listas.python.org.ar/listinfo/pyar
>>>
>>> PyAr - Python Argentina - Sitio web: http://www.python.org.ar/
>>>
>>> La lista de PyAr esta Hosteada en USLA - Usuarios de Software Libre de
>>> Argentina - http://www.usla.org.ar
>>>
>>
>>
>> _______________________________________________
>> pyar mailing list pyar en python.org.ar
>> http://listas.python.org.ar/listinfo/pyar
>>
>> PyAr - Python Argentina - Sitio web: http://www.python.org.ar/
>>
>> La lista de PyAr esta Hosteada en USLA - Usuarios de Software Libre de
>> Argentina - http://www.usla.org.ar
>>
>
>
> _______________________________________________
> pyar mailing list pyar en python.org.ar
> http://listas.python.org.ar/listinfo/pyar
>
> PyAr - Python Argentina - Sitio web: http://www.python.org.ar/
>
> La lista de PyAr esta Hosteada en USLA - Usuarios de Software Libre de
> Argentina - http://www.usla.org.ar
>
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20161223/d09a4a68/attachment-0001.html>


Más información sobre la lista de distribución pyar