I'm trying to setup a remote server on a sybase ASA 12 database (64bit) that connects to a oracle database (11g). Therefore I created an ODBC dataSource with the Orcale instantclient_11_2 driver. The connection test was successful. Name: "DMS_old"
Now I created a remote server:
CREATE SERVER "oracleDMS"
CLASS 'ORAODBC'
USING 'dms_old';
But when I test the connection of the server I get this error message:
"[Sybase][ODBC Driver][SQL Anywhere]Unable to connect to server 'oracleDMS': [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified SQLCODE: -656 SQLSTATE: HY000"
Does anyone know what the problem could be?
OS: Windows Server 2008 (x64)
Br