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 : 42S00:[QODBC] Column Not Found: NameSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC Bug Reports

 New Topic 
 
 Post Reply 
[1]  
 42S00:[QODBC] Column Not Found: Name 
 Author   Message 
  Mike 
  
 Group: Members 
 Posts: 10 
 Joined: 2006-04-20 
 Profile
 Posted : 2006-06-27 02:15:28

I began getting the error below out of the blue one day while inserting into the Customer table.  I think that this may have something to do with the new Quickbooks patch that came out recently.  I have not changed any of the scripts that perform the insert and I was inserting error free for months, leading me to believe that Intuit changed the interal column names or something like that.  Any insight?

42S00:[QODBC] Column Not Found: Name

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-06-27 09:56:13

Are you talking about the QuickBooks 2006 R7 Update? Suggest you check that you can still access:

SELECT * from Customer

and

SELECT NAME from Customer

using VB Demo.

 

  Top 
  jeff 
  
 Group: Members 
 Posts: 76 
 Joined: 2006-06-03 
 Profile
 Posted : 2007-02-21 11:43:23

I have also received the same error using v 7.00.00.207 with QB Enterprise 6.0.

The following query randomly fails with the 42S00 error.

Select EstimateLine.*,Item.Type from EstimateLine left outer JOIN Item ON EstimateLine.EstimateLineItemRefListID = Item.ListID where txnId ='2844-1197764203'  order by EstimateLineSeqNo, EstimateLineGroupSeqNo

Sometime it works and sometimes it doesn't.

Here is the qodbc message log:

2007-02-20 16:19:16 QODBC Ver:  7.00.00.207 *********************************************************************************************************************
IsAService: True
SQL Statement: Select EstimateLine.*,Item.Type from EstimateLine left outer JOIN Item ON EstimateLine.EstimateLineItemRefListID = Item.ListID where txnId = '2844-1197764203' order by EstimateLineSeqNo, EstimateLineGroupSeqNo
Error Getting XML in BuildAndLoadXMLForNextRecord
Input XML:
<?xml version="1.0" encoding="ISO-8859-1"?>
<?qbxml version="5.0"?>
<QBXML>
    <QBXMLMsgsRq onError="continueOnError">
        <ItemQueryRq requestID="1">
            <ListID></ListID>
            <IncludeRetElement>ListID</IncludeRetElement>
            <IncludeRetElement>EditSequence</IncludeRetElement>
            <IncludeRetElement>SalesTaxCodeRef</IncludeRetElement>
            <OwnerID>0</OwnerID>
        </ItemQueryRq>
    </QBXMLMsgsRq>
</QBXML>

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-02-21 12:07:43
What Release is your QuickBooks Enterprise 6.0 running? Do Ctrl-1 when QuickBooks is running to check. 

  Top 
  jeff 
  
 Group: Members 
 Posts: 76 
 Joined: 2006-06-03 
 Profile
 Posted : 2007-02-21 12:42:44
The release is R8P 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2007-02-28 11:03:26
We cannot duplicate this using version R9P. Please update and see if R9P solves your issue. 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to