|
[QODBC-Desktop] How to run QODBC applications on a repeating/nightly basis
Posted by Jack - QODBC Support on 19 October 2015 12:35 PM
|
|
How to use QODBC with Windows scheduler / How to use QScheduler with QODBC / How to run QODBC applications on a repeating/nightly basisProblem Description 1:My application needs to read data from QuickBooks and update data in the SQL server. Up to this, I can handle everything. But I need a solution for the task scheduler. My need is my application needs to run every hour through the task scheduler. I'm trying this, but it is giving the error message: QuickBooks Begin Session Failed. Error = 80040408, Could not start QuickBooks. Problem Description 2:I have a batch file that runs a query using the QODBC driver. It ran perfectly when I logged in, but when I ran it as a scheduled task, I got this error: Unable to connect to QuickBooks Connection String: DSN=BPCQuickBooks _PROD_batch; DFQ=; OpenMode=F; SERVER=QODBC, OLE Automation Error. The source is Microsoft OLE DB Provider for ODBC Drivers." [QODBC] Server Edition of QODBC is required to use the DCOM Servers." Problem Description 3:There is a batch script that runs the data extraction and it works when it is run manually and we are able to generate a CSV file. However, when the batch script is scheduled to run using the task scheduler, it gives an error message 8004041d. We have followed all the solutions in the article, and we're still running into the error message when the task runs during the scheduled time in the task scheduler. We can also manually run the task in the task scheduler without an error, so it is only during the scheduled times that it gives an error, Error ID 8004041d
Solution :Windows Scheduler has changed from Desktop base to Service based from Vista or Windows 7 onwards, and the new OS has the Scheduler as Service based. QODBC is able to access data from QuickBooks using the QuickBooks SDK, which is an embedded feature of the QuickBooks Desktop Application. The QuickBooks SDK requires an active desktop session (someone to be logged in) to the machine because QuickBooks is a desktop-based application. If no one logs on to the server/machine, you will get the error "Could not start QuickBooks." Even if you have specified the username/password and have a user logged into the machine, you may notice the same error. This is because the task executed from Task Scheduler runs as a different user / new session.
How to use QScheduler with QODBC for repetitive or scheduled jobsYou can download QScheduler from the mentioned link: Please refer to the following article for how to install QScheduler - https://qxl1.com/links/3047
After downloading QScheduler, please install it on your machine. How to use QScheduler - https://qxl1.com/links/3059 Add a new task using the "Add" button.
Enter the task title in the "Task Name", click the "Browse" icon to select the application. Input the start date of the task and the frequency
Select the file that you want to schedule & click "OPEN." In this example, I am selecting the VBS script.
Review the task details and click "Close".
The task will be added to the task list and will be executed.
Windows Task Scheduler (Troubleshooting)If your company policy requires you to use the default Windows Task Scheduler, you may try the following option to see if that helps. Error 8004041d means QuickBooks/SDK rejected the automatic login: “This application is not allowed to log into this QuickBooks company data file automatically.” In practice, this commonly happens when a scheduled task runs in a different Windows session, under a different account, or without an interactive desktop - QuickBooks (and the QuickBooks SDK) require an interactive desktop session / approved integrated application certificate for the exact user/session that is doing the BeginSession. | |
|
|
'ERROR [00000] [QODBC] QB Begin Session Failed. Error = 8004041d, This applicatio
n is not allowed to log into this QuickBooks company data file automatically. Th
e QuickBooks administrator can grant permission for an automatic login through t
he Integrated Application preferences.
For more details please visit : qodbc.com/links/2147.htm
' I know every application needs to accept the certificate from quick book for accessing data and when I run the code from Visual studio the executable is different, which is registered with quick books for accessing data. How do I register my application executable file which I can run stand alone with out Visual Studio and can access quick book data? I have to schedule this application to run every day.
I kindly request you to please keep QuickBooks running, logged in as Admin to your company file, try to connect using your application (i.e. executable file), it should pop-up Data Access Certificate on QuickBooks, Please accept the Certificate then try again.
If you are still facing issue, I kindly request you to please raise a support ticket to the QODBC Technical Support department from below mentioned link & provide requested information:
http://support.flexquarters.com/esupport/index.php?/Tickets/Submit
We may need the following information, I kindly request you to attach below listed files when replying to the ticket.
1) Screenshot of QODBC Setup Screen -- > About
2) Screenshot of the issue you’re facing.
Share Entire Log Files as an attachment in text format from
3) QODBC Setup Screen -- > Messages -- > Review QODBC Messages
4) QODBC Setup Screen -- > Messages -- > Review SDK Messages
From the solutions given to problems regarding 'Scheduled task using QODBC driver', I know Windows Task Scheduler cannot be used to schedule applications using QODBC drivers to read quick book data. But the workaround suggested by using desktop based scheduler like KA FireTask, etc, can I schedule a application (using QODBC drivers to read data) to run under a default account even when user is not logged in?
I would like to inform you that QuickBooks required Active Desktop Session for running. You need to log in to server & run QuickBooks for work with QODBC. If no one logged on server, you will get error "Could not start QuickBooks", So the server need Active Desktop Session & QuickBooks in running mode for proper functionality.
So you need to Keep QuickBooks running (No need to log in to the company file, just keep QuickBooks window open) and try to connect.
If you are still facing issue, I kindly request you to please raise a support ticket to the QODBC Technical Support department from below mentioned link & provide requested information:
http://support.flexquarters.com/esupport/index.php?/Tickets/Submit
We may need the following information, I kindly request you to attach below listed files when replying to the ticket.
1) Screenshot of QODBC Setup Screen -- > About
2) Screenshot of the issue you’re facing.
Share Entire Log Files as an attachment in text format from
3) QODBC Setup Screen -- > Messages -- > Review QODBC Messages
4) QODBC Setup Screen -- > Messages -- > Review SDK Messages







