Please someone can help with this:
Developing on Win7;Python2.7;SQLSERVER2008R2. Already developing on c# against SQLSERVER2008R2 with no problem Connection string: db = DAL('mssql://sa:1@DEYANIRA-THINK/aei') I got this Error: <type 'exceptions.RuntimeError'> Failure to connect, tried 5 times: Traceback (most recent call last): File "/home/mdipierro/make_web2py/web2py/gluon/dal.py", line 7845, in __init__ File "/home/mdipierro/make_web2py/web2py/gluon/dal.py", line 688, in __call__ File "/home/mdipierro/make_web2py/web2py/gluon/dal.py", line 3454, in __init__ File "/home/mdipierro/make_web2py/web2py/gluon/dal.py", line 669, in reconnect File "/home/mdipierro/make_web2py/web2py/gluon/dal.py", line 3452, in connector Error: ('08001', '[08001] [Microsoft][ODBC SQL Server Driver][Shared Memory]Error de seguridad de SSL (18) (SQLDriverConnect); [01000] [Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionOpen (SECCreateCredentials()). (0); [01S00] [Microsoft][ODBC SQL Server Driver]Atributo de cadena de conexi\xf3n no v\xe1lido (0)') PS:I've tried too using different string connections -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.