Sybase ODBC check
I'm running the version available for download currently and I'm having a problem with an ODBC check that I need to run against a sybase databse.
I created the rule with the wizard and selected the Sybase ASE ODBC driver.
By default this shows:
DRIVER={Sybase ASE ODBC Driver};DB=;UID=;PWD=;NetworkAddress=ip,port;
So I replaced with this information that I have, but the check is marked down with the error "Data source name not found and no default driver specified"
DRIVER={Sybase ASE ODBC Driver};DB=qisnewprod.db;UID=dbserver_check;PWD=password;NetworkAddress=10.1.68.21,1498;
My questions are:
does this driver have to exist outside of serverscheck i.e. should the driver exist in odbc admin.
and
do I have to create and odbc connection through windows to use this?
I created the rule with the wizard and selected the Sybase ASE ODBC driver.
By default this shows:
DRIVER={Sybase ASE ODBC Driver};DB=;UID=;PWD=;NetworkAddress=ip,port;
So I replaced with this information that I have, but the check is marked down with the error "Data source name not found and no default driver specified"
DRIVER={Sybase ASE ODBC Driver};DB=qisnewprod.db;UID=dbserver_check;PWD=password;NetworkAddress=10.1.68.21,1498;
My questions are:
does this driver have to exist outside of serverscheck i.e. should the driver exist in odbc admin.
and
do I have to create and odbc connection through windows to use this?
This discussion has been closed.
Comments
The check is DSN-less which means that you do not have a connection created through the odbc admin
here is my config. I'm 100% sure that the name is correct and the db is up.
DRIVER={Sybase ASE ODBC Driver};DB=qisnewprod.db;UID=dbserver_check;PWD=password;NetworkAddress=10.1.68.21,1498;
If using the Sybase System 12 (or 12.5) Enterprise Open Client ODBC Driver:
Driver={SYBASE ASE ODBC Driver};Srvr=myServerName;Uid=myUsername;Pwd=myPassword
If using the Sybase System 11 ODBC Driver:
Driver={SYBASE SYSTEM 11};Srvr=myServerName;Uid=myUsername;Pwd=myPassword
sybase SQL Anywhere 5.0 is the name of the driver if selected through the ODBC admin tool.
WOD50T.dll is the driver dll
The ODBC strings are templates only that serve as reference.