I am trying to create a linked server in SQL Server 2000 to MAS90. I have created a silent connect dsn as described in the MAS90 and MAS 200 Crystal Reports Manual. I created a linked server using that dsn and when I expand the node for that linked server in Enterprise manager and click on Tables it lists all the MAS90 tables which leads me to believe that the linked server is working. But when I try to run a select query using the linked server I keep getting the following error:
OLE DB provider 'MSDASQL' reported an error.
[OLE/DB provider returned message: [ProvideX][ODBC Driver][FILEIO]Physical File is not accessible]
OLE DB error trace [OLE/DB Provider 'MSDASQL' ICommandPrepare:repare returned 0x80004005: ].
I get the same error when I try to execute either of the following queries:
SELECT * FROM MAS90TEST...GL5_DetailPosting
SELECT * FROM OPENQUERY(MAS90test, 'SELECT * FROM GL5_DetailPosting')
Any information that might help is appreciated.
OLE DB provider 'MSDASQL' reported an error.
[OLE/DB provider returned message: [ProvideX][ODBC Driver][FILEIO]Physical File is not accessible]
OLE DB error trace [OLE/DB Provider 'MSDASQL' ICommandPrepare:repare returned 0x80004005: ].
I get the same error when I try to execute either of the following queries:
SELECT * FROM MAS90TEST...GL5_DetailPosting
SELECT * FROM OPENQUERY(MAS90test, 'SELECT * FROM GL5_DetailPosting')
Any information that might help is appreciated.