[pyar] pyodbc y Sql Server 2014

Leandro Minatel leandro en minatel.com.ar
Vie Dic 23 14:58:22 ART 2016


quizas no este escuchando en "127" o este bloqueado por el firewall.

para lo primero podes hacer un netstat -p tcp -a -n | find "1433"
para lo segundo revisa el firewall y agrega una regla para el puerto 1433
en caso de ser necesario

lo que te responda al nombre de la maquina y no al 127 debe ser que para el
nombre de la PC este resolviendo con IPv6 en lugar de IPv4




2016-12-23 14:09 GMT-03:00 Javier Marcon <javiermarcon en gmail.com>:

> El 23/12/16 a las 09:39, Leandro Minatel 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 <mailto: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 <http://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
> >     <mailto: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 <mailto:pyar en python.org.ar>
> >         http://listas.python.org.ar/listinfo/pyar
> >         <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 <mailto:pyar en python.org.ar>
> >     http://listas.python.org.ar/listinfo/pyar
> >     <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
>
> Muchas gracias, eso era lo que me estaba faltando. Lo unico raro ahora
> es que conecta poniendo el nombre de la maquina en host, pero no conecta
> si pongo 127.0.0.1 en host.
>
> Gracias,
>
> 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
>
------------ próxima parte ------------
Se ha borrado un adjunto en formato HTML...
URL: <http://listas.python.org.ar/pipermail/pyar/attachments/20161223/e66f27ec/attachment-0001.html>


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