thendrickson
Programmer
I had poste in the SQL Sever admin forum, but no results so I though I would check here
I am trying to create a linked server from SQL 2000 to an IBM Imformix database on a server running HP Unix
Currently i am trying to execute
exec sp_addlinkedserver @Server = 'traintcpTest1',
@srvProduct = 'ifxoledbc',
@Provider='MSDASQL',
@provstr = 'Driver={IBM Informix OLE DB Provider};Database=jlk_stage;UID=me;PWD=something;
PROTOCOL=onsoctcp;HOSTNAME=devserv;
Service=1527;SERVER=traintcp;'
This creates a linked table in SQL Server
In Enterprise manager, I click on the server and attempt to look at the tables
I then receive an error message 7399 etc then
"datasource name not found and no default driver specified"
since the database name is correct and I used an IBM utility program and find the sever name and host to be identical, I am suspecting the driver.
But when I try to configure the linked server from Enterprise manager, the driver I am using is listed in the dropdown box exactly as I copied it. The link fails with the same message.
I have an ODBC connection that works, but when I try to link using that connection, I get the same error
There seems to be something I just do not find as I search the net that I have "goofy"
I am trying to create a linked server from SQL 2000 to an IBM Imformix database on a server running HP Unix
Currently i am trying to execute
exec sp_addlinkedserver @Server = 'traintcpTest1',
@srvProduct = 'ifxoledbc',
@Provider='MSDASQL',
@provstr = 'Driver={IBM Informix OLE DB Provider};Database=jlk_stage;UID=me;PWD=something;
PROTOCOL=onsoctcp;HOSTNAME=devserv;
Service=1527;SERVER=traintcp;'
This creates a linked table in SQL Server
In Enterprise manager, I click on the server and attempt to look at the tables
I then receive an error message 7399 etc then
"datasource name not found and no default driver specified"
since the database name is correct and I used an IBM utility program and find the sever name and host to be identical, I am suspecting the driver.
But when I try to configure the linked server from Enterprise manager, the driver I am using is listed in the dropdown box exactly as I copied it. The link fails with the same message.
I have an ODBC connection that works, but when I try to link using that connection, I get the same error
There seems to be something I just do not find as I search the net that I have "goofy"