Problem with connection Qodbc for QuickBooks
My company is using QuickBooks enterprise 10. We purchased the latest version of QODBC and are using the iBiz
remote connector to try and connect our webserver to the QuickBooks data remotely so that I can run a nightly import of financials and customer updates. I have everything installed correctly and I went through the process of setting up the datasource in Windows via a system dsn for QuickBooks. I can click on the Test Connectivity button and it says Connected to QuickBooks successfully. I also can run their little demo VB app in Windows on the webserver to connect remotely and do a simple select * from customers and get all the results. So yes, the datasource is setup and connected obviously.
However, I need to set it up so that I can write my ColdFusion page to also access this datasource. I went into my administrator and setup a new CF dns with the ODBC Socket and selected the QuickBooks system dsn to connect to. I put in the correct username/password as well. But I can't get it to successful register and connect via CF. I keep getting the following error:
Connection verification failed for data source: qbdata
java.sql.SQLException: Timed out trying to establish connection
The root cause was that: java.sql.SQLException: Timed out trying to establish connection
I've tried everything. Restarted the server and the machine that QuickBooks is installed on. I've tried removing and resetting up the qODBC driver and the actual DSN setup. Nothing seems to work to be able to get ColdFusion to connect to the datasource.
Any ideas or help?
