Shenn Sellers
2009-09-15 16:35:59 UTC
Our database server was running under ASA 9 and we were connecting from
client computers using the following odbc profile...
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\albatross_works]
"Driver"="C:\\Program Files\\Sybase\\SQL Anywhere 9\\win32\\dbodbc9.dll"
"UID"="dba"
"PWD"="*********"
"DatabaseName"="albatross"
"EngineName"="\\\\07-06-tides\\albatross_00"
"AutoStop"="Yes"
"Integrated"="No"
"Debug"="No"
"DisableMultiRowFetch"="No"
"CommLinks"="SharedMemory,TCPIP{},SPX{},NamedPipes"
"Compress"="No"
"Description"="DB"
I recently updated the database server to SQL Anywhere 11. I can connect to
the database on the server itself, but if a client trys to connect using the
following SQL Anywhere 11 odbc profile, I get a "Database server not found"
error.
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\albatross_00]
"Driver"="C:\\PROGRA~1\\SQLANY~2\\Bin32\\dbodbc11.dll"
"UserID"="dba"
"Password"="********"
"ServerName"="\\\\07-06-tides\\albatross_00"
"AutoStop"="YES"
"Integrated"="NO"
"Debug"="NO"
"DisableMultiRowFetch"="NO"
"CommLinks"="SharedMemory,TCPIP{}"
"Compress"="NO"
"Description"="DB"
"DatabaseName"="albatross"
I can connect to the server just fine if I use the ASA 9 odbc profile. But
for some reason the SQL Anywhere 11 profile won't work. What am I missing?
I'm using version 11.0.1.2044.
Thanks.
Shenn Sellers
client computers using the following odbc profile...
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\albatross_works]
"Driver"="C:\\Program Files\\Sybase\\SQL Anywhere 9\\win32\\dbodbc9.dll"
"UID"="dba"
"PWD"="*********"
"DatabaseName"="albatross"
"EngineName"="\\\\07-06-tides\\albatross_00"
"AutoStop"="Yes"
"Integrated"="No"
"Debug"="No"
"DisableMultiRowFetch"="No"
"CommLinks"="SharedMemory,TCPIP{},SPX{},NamedPipes"
"Compress"="No"
"Description"="DB"
I recently updated the database server to SQL Anywhere 11. I can connect to
the database on the server itself, but if a client trys to connect using the
following SQL Anywhere 11 odbc profile, I get a "Database server not found"
error.
[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\albatross_00]
"Driver"="C:\\PROGRA~1\\SQLANY~2\\Bin32\\dbodbc11.dll"
"UserID"="dba"
"Password"="********"
"ServerName"="\\\\07-06-tides\\albatross_00"
"AutoStop"="YES"
"Integrated"="NO"
"Debug"="NO"
"DisableMultiRowFetch"="NO"
"CommLinks"="SharedMemory,TCPIP{}"
"Compress"="NO"
"Description"="DB"
"DatabaseName"="albatross"
I can connect to the server just fine if I use the ASA 9 odbc profile. But
for some reason the SQL Anywhere 11 profile won't work. What am I missing?
I'm using version 11.0.1.2044.
Thanks.
Shenn Sellers