ODBC Request from C# windows service unable to connect.
Running into an issue with a C# application running as a windows service being unable to read from the odbc driver. When the application is running from Visual Studio it works as expected. Once it is installed as a Windows services it generates this error on the execution of the query(below)
The Error
{"ERROR [HY000] [Micro Focus][Relativity for RM][CRDM]Filename is invalid.\r\nERROR [HY000] [Micro Focus][Relativity for RM]Unable to open table: ORDER_HEADER_FILE."}
The query
SELECT OrderNo, OrderCustContact, OrderShipToName, OrderShipToAddress1, OrderShipToAddress2, OrderShipToAddr3,
OrderShipToCity, OrderShipToState, OrderShipToZip, OrderCustPhoneNo, OrderShipViaCode, OrderTotalSaleAmount, OrderFreightPayCode,OrderPurchaseOrderNo, OrderShipToNo, OrderShipToCountry FROM ORDER_HEADER_FILE