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 : Transport-level errorSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC SQL Support Forum

 New Topic 
 
 Post Reply 
[1]  
 Transport-level error 
 Author   Message 
  Brett 
  a52ed_technicalvelocitylogo.jpg
 Group: Members 
 Posts: 3 
 Joined: 2006-06-07 
 Profile
 Posted : 2006-07-27 04:00:17

Using SQL Server 2005.  Database resides on the same machine as QuickBooks and QODBC.

When I attempt to query QODBC, I receive the following error 95% of the time:

Msg 109, Level 20, State 0, Line 0

A transport-level error has occurred when receiving results from the server.  (provider:  Shared Memory Provider, error: 0 - The pipe has been ended.)

Query:

I've tried quering select *, I've tried querying a single field as well.

Please help.

select TxnID, TimeCreated, TimeModified, EditSequence, TxnNumber, CustomerRefListID, CustomerRefFullName, ClassRefListID, ClassRefFullName, TemplateRefListID, TemplateRefFullName, TxnDate, TxnDateMacro, RefNumber, BillAddressAddr1, BillAddressAddr2, BillAddressAddr3, BillAddressAddr4, BillAddressCity, BillAddressState, BillAddressPostalCode, BillAddressCountry, ShipAddressAddr1, ShipAddressAddr2, ShipAddressAddr3, ShipAddressAddr4, ShipAddressCity, ShipAddressState, ShipAddressPostalCode, ShipAddressCountry, PONumber, TermsRefListID, TermsRefFullName, DueDate, SalesRepRefListID, SalesRepRefFullName, FOB, ShipDate, ShipMethodRefListID, ShipMethodRefFullName, Subtotal, ItemSalesTaxRefListID, ItemSalesTaxRefFullName, SalesTaxPercentage, SalesTaxTotal, TotalAmount, IsManuallyClosed, IsFullyInvoiced, Memo, CustomerMsgRefListID, CustomerMsgRefFullName, IsToBePrinted, CustomerSalesTaxCodeRefListID, CustomerSalesTaxCodeRefFullName, SalesOrderLineSeqNo, SalesOrderLineGroupTxnLineID, SalesOrderLineGroupItemGroupRefListID, SalesOrderLineGroupItemGroupRefFullName, SalesOrderLineGroupDesc, SalesOrderLineGroupQuantity, SalesOrderLineGroupIsPrintItemsInGroup, SalesOrderLineGroupTotalAmount, SalesOrderLineGroupSeqNo, SalesOrderLineTxnLineID, SalesOrderLineItemRefListID, SalesOrderLineItemRefFullName, SalesOrderLineDesc, SalesOrderLineQuantity, SalesOrderLineRate, SalesOrderLineRatePercent, SalesOrderLinePriceLevelRefListID, SalesOrderLinePriceLevelRefFullName, SalesOrderLineClassRefListID, SalesOrderLineClassRefFullName, SalesOrderLineAmount, SalesOrderLineSalesTaxCodeRefListID, SalesOrderLineSalesTaxCodeRefFullName, SalesOrderLineInvoiced, SalesOrderLineIsManuallyClosed, FQSaveToCache, FQPrimaryKey, CustomFieldSalesOrderLineOther1, CustomFieldSalesOrderLineOther2, CustomFieldSalesOrderLineGroupOther1, CustomFieldSalesOrderLineGroupOther2, CustomFieldSalesOrderLineGroupLineOther1, CustomFieldSalesOrderLineGroupLineOther2, CustomFieldOther, CustomFieldBags, CustomFieldBeverage, CustomFieldCups, CustomFieldDMA, CustomFieldRollingStock, CustomFieldScreens, CustomFieldTrays
from QODBC...SalesOrderLine NOSYNC

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-07-27 09:15:05
You cannot use the NOSYNC tag with SQL Server linked tables. 

  Top 
  Brett 
  a52ed_technicalvelocitylogo.jpg
 Group: Members 
 Posts: 3 
 Joined: 2006-06-07 
 Profile
 Posted : 2006-07-28 00:07:55

Remove NOSYNC and I continue to receive the same error listed above.

 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-07-28 08:20:30
Your transport error most likely then has to do with the other factors within your SQL view. 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to