This is my Traceback. (Changed id, password..etc to 'xxxxx')
Traceback (most recent call last):
File "C:\web2py\gluon\restricted.py", line 192, in restricted
exec ccode in environment
File "C:/web2py/applications/Pricelist/models/db.py", line 8, in
<module>
db = DAL("mssql2://xxxxx:xxxxx@xxxxxx/xxxxxxx")
File "C:\web2py\gluon\dal.py", line 3981, in __init__
raise RuntimeError, "Failure to connect, tried %d times:\n%s" %
(attempts, error)
RuntimeError: Failure to connect, tried 5 times:
'NoneType' object has no attribute 'connect'