[web2py] Web2py won't connect to MSSQL

2011-10-25 Thread CJM
I'm unable to get web2py to connect to mssql. type 'exceptions.RuntimeError'(Failure to connect, tried 5 times: 'NoneType' object has no attribute 'connect') My connection string is: db = DAL('mssql:// testUser:password1@localhost/testDB') Environment Windows Server 2008 R2, 64-bit operating

Re: [web2py] Web2py won't connect to MSSQL

2011-10-25 Thread Bruno Rocha
are you using source code or .exe version of web2py? http://zerp.ly/rochacbruno Em 25/10/2011 13:31, CJM coreymarq...@gmail.com escreveu: I'm unable to get web2py to connect to mssql. type 'exceptions.RuntimeError'(Failure to connect, tried 5 times: 'NoneType' object has no attribute