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 : Class update causes errorsSearch Forum

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

 New Topic 
 
 Post Reply 
[1]  
 Class update causes errors 
 Author   Message 
  QBS 
  
 Group: Members 
 Posts: 1 
 Joined: 2008-07-21 
 Profile
 Posted : 2008-07-21 10:17:45

I'm trying to add a class to all transactions in a large (1 GB+) QuickBooks Enterprise 8.0 data file and have errors pop up such as:

__________________

ODBC - Update on a linked table 'BillItemLine' failed.  [QODBC] User Press Abort (#10079)

and

ODBC - Update on a linked table 'DepositLine' Failed.  [QODBC] Optimizer is turned off (#10080).

___________________

I've tried it with and without the optimizer turned on.  I've tried it in Multi-User and Single-User modes.  It worked for the 'BillExpenseLine' but not the 'BillItemLine'.

2008-07-19 14:09:53 QODBC Ver:  8.00.00.242 *********************************************************************************************************************
IsAService: False
SQL Statement: UPDATE "BillItemLine" SET "ItemLineClassRefListID"=?,"ItemLineClassRefFullName"=? WHERE "FQPrimaryKey" = ?
Error Creating Header XML on this table in BuildXMLHeader
Input XML:
<?xml version="1.0" encoding="ISO-8859-1"?>
<QBXML>
    <QBXMLMsgsRq responseData="includeNone" onError="continueOnError">
        <BillModRq requestID="1">
            <BillMod>
            </BillMod>
        </BillModRq>
    </QBXMLMsgsRq>
</QBXML>

I've also had other errors such as:

2008-07-20 14:24:21 QODBC Ver:  8.00.00.242 *********************************************************************************************************************
IsAService: False
Begin Session Failed. S0000 00000 [QODBC] QB Begin Session Failed. Error = 80040408, Could not start QuickBooks.
Begin Session errors can be caused when running ASP or other system service and not setting the "Advanced" button option of either "Use DCOM Servers" or "Remote Connector"

2008-07-20 14:24:21 QODBC Ver:  8.00.00.242 *********************************************************************************************************************
IsAService: False
Begin Session Failed. S0000 00000 [QODBC] QB Begin Session Failed. Error = 80040408, Could not start QuickBooks.
Begin Session errors can be caused when running ASP or other system service and not setting the "Advanced" button option of either "Use DCOM Servers" or "Remote Connector"

2008-07-20 14:24:21 QODBC Ver:  8.00.00.242 *********************************************************************************************************************
IsAService: False
Begin Session Failed. S0000 00000 [QODBC] QB Begin Session Failed. Error = 80040408, Could not start QuickBooks.
Begin Session errors can be caused when running ASP or other system service and not setting the "Advanced" button option of either "Use DCOM Servers" or "Remote Connector"

If anyone has a written procedure for adding new classes to old transactions, I would appreciate it!   I'm using a Quad-Four pentium with 4 GB RAM and MS Access.

 

 

 
Jay Thompson 
 
  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2008-07-21 23:59:08
You should use either "ItemLineClassRefListID" or "ItemLineClassRefFullName" in the UPDATE, not both. When updating transactions, lines should be identified by TxnID and their TxnLineID as shown in: Updating BillExpenseLine.ExpenseLineClassRefListID, BillExpenseLine.ExpenseLineClassRefFullName  

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to