Member Login

Username
Password
Forget Password
New Sign Up
Search Forum

Buy Support
Incidents

If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:

Click Here
If you can't login and post questions or you are having trouble viewing forum posts:
Click Here
Callback
Support

If you live in USA, UK, Canada, Australia or New Zealand, you can leave us details on your question and request us to call you back and discuss them with you personally  (charges apply).

Click Here
 
Buy Support
Incidents
If you can't find your answer in the FREE PUBLIC QDeveloper Forum, require URGENT Priority Support, or you need to send us private or confidential information:
Click Here

Forum : Waiting on QuickbooksSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC v7 Forum

 New Topic 
 
 Post Reply 
[1]  
 Waiting on Quickbooks 
 Author   Message 
  Richard Boyd 
  
 Group: Members 
 Posts: 8 
 Joined: 2007-08-06 
 Profile
 Posted : 2008-05-24 04:27:25

Recently I was inserting a invoiceline through the VB Demo when the QODBC driver and quickbooks locked up. Everthing just froze. Finally I was able to end task on everything.
The next time I tried to access the invoiceline or invoice table. Nothing happens.

I run the query in vb demo
Select * from invoice

The drive status box says
Table name invoice
operation Waiting on Quickbooks
elapsed time  : just keeps ticking away.
total records 0
found records 0

then QBSDKMsgSet message freezes here
20080523.080457 I 2684 QBSDKMsgSetHandler QUERY: Invoice
20080523.080457 I 2684 InvoiceStorage::DoQuery Setting iterator chunk size to 00000500

I can not access the vbdemo to disconnect it because it is frozen. The quickbooks application seems to be attempting to do something the hour glass in up during the entire process. The only way to exit out is to end the quickbooks through task manager and then disconnect the vbdemo.

It seems as if the invoiceline table is locked or corrupt.
I did reboot of the computer. I did get a list from select * from invoice. I then tried Select * from Invoiceline. The problem occured again locking both queries.  If I try with a different company, all is fine. Any suggestions on what this may be.

 

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2008-05-26 17:38:17

Try running:

Select * from invoice verify

to rebuild the corrupted optimized invoice table.

See:  How do I setup the QODBC Optimizer? Where are the Optimizer options? 
         How do I switch OFF or RESET the QODBC optimizer? 

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to