I am using web connector with my application to integrate with quickbooks desktop. All things run fine when quickbooks is running but when quickbooks is not running i get the following error:
20140820.15:43:08 UTC : QBWebConnector.SOAPWebService.CheckCFNResponse() : User authenticated. 20140820.15:43:08 UTC : QBWebConnector.SOAPWebService.do_authenticate() : Done. 20140820.15:43:08 UTC : QBWebConnector.SOAPWebService.OpenConnection() : Connecting to QuickBooks... 20140820.15:43:08 UTC : QBWebConnector.SOAPWebService.handleAllOtherError() : QBWC1013: Error connecting to QuickBooks. Returning error message to application. If the QuickBooks company data file is not open, a call to the "BeginSession" method must include the name of the data file.
I am sending the company data file path in authenticate response but still getting this error even when i selected the option "Yes Always; allow access even if quickbooks is not running" and the auto login in quickbooks company preferences is also checked.
I searched for this error and found the following links
but when i checked quickbooks it was already set for auto login from the app.
Please suggest any solution for this error.