The below connection statement was working fine and the SQL Servers's
instance was HELPDESK/HELPDESK.
dbh = DAL("mssql2://username:password@HELPDESK/HS2000CS",
migrate_enabled=False)
Now, our vendor change the name of instance to HELPDESK/HELPDESK_VM.
I tried,
dbh = DAL("mssql2://username:password@[HELPDESK/HELPDESK_VM]/HS2000CS",
migrate_enabled=False)
dbh = DAL("mssql2://username:[email protected]/HS2000CS",
migrate_enabled=False)
SQL Server is in our local network and 10.30.6.222 is the local ip address.
but both doesn't work.
It's in production and I need to fix in a few hours. Please help!
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.