Hello Tek-Tips,
I am stumped with this "ERROR [S0000] [ProvideX][ODBC Driver] [FILEIO]Table is not accessible" I have read many of the posts here pertaining to this error and have gotten nowhere.
Essentially I have a windows service I have built (in VB.NET) that logs in using a specified windows account which has privileges to access MAS90, the service attempts to access the MAS90 data and move it to SQL Server. When the service tries to access the MAS90 tables I get:
ERROR [S0000] [ProvideX][ODBC Driver][FILEIO]Table is not accessible
without fail.
I have tried mirroring the service as a windows application and the application works like a charm when I log into the server as the specified MAS90 data user.
From all of my research and debugging it seems like MAS90 simply will not allow access by a service. I hope someone here can tell me this is not so!
Thanks in advance for any help! (Let me know if any additional information is required to solve this problem)
I am using a VB.NET windows service with ProvideX ODBC Datasource.
I am stumped with this "ERROR [S0000] [ProvideX][ODBC Driver] [FILEIO]Table is not accessible" I have read many of the posts here pertaining to this error and have gotten nowhere.
Essentially I have a windows service I have built (in VB.NET) that logs in using a specified windows account which has privileges to access MAS90, the service attempts to access the MAS90 data and move it to SQL Server. When the service tries to access the MAS90 tables I get:
ERROR [S0000] [ProvideX][ODBC Driver][FILEIO]Table is not accessible
without fail.
I have tried mirroring the service as a windows application and the application works like a charm when I log into the server as the specified MAS90 data user.
From all of my research and debugging it seems like MAS90 simply will not allow access by a service. I hope someone here can tell me this is not so!
Thanks in advance for any help! (Let me know if any additional information is required to solve this problem)
I am using a VB.NET windows service with ProvideX ODBC Datasource.