I have a linker server to an informix database. It quit working on Friday. Some of the drivers I needed were missing. I reinstalled and I can see the tables and views in the linked server but when I run :
select commodity
FROM OPENQUERY(ONLINE_TCP, 'SELECT * FROM adsave')
I get:
Server: Msg 7399, Level 16, State 1, Line 1
OLE DB provider 'MSDASQL' reported an error. The provider reported an unexpected catastrophic failure.
OLE DB error trace [OLE/DB Provider 'MSDASQL' IDBProperties::GetProperties returned 0x8000ffff: The provider reported an unexpected catastrophic failure.].
Any ideas?
select commodity
FROM OPENQUERY(ONLINE_TCP, 'SELECT * FROM adsave')
I get:
Server: Msg 7399, Level 16, State 1, Line 1
OLE DB provider 'MSDASQL' reported an error. The provider reported an unexpected catastrophic failure.
OLE DB error trace [OLE/DB Provider 'MSDASQL' IDBProperties::GetProperties returned 0x8000ffff: The provider reported an unexpected catastrophic failure.].
Any ideas?