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 : OPENQUERY with Linked MS SQL ServersSearch Forum

Forum Home > QODBC - ODBC Driver for QuickBooks > QODBC Frequently Asked Questions

 New Topic 
 
 Post Reply 
[1]  
 OPENQUERY with Linked MS SQL Servers 
 Author   Message 
  Bo 
  
 Group: Members 
 Posts: 2 
 Joined: 2006-10-07 
 Profile
 Posted : 2006-10-07 06:44:02

Issue 1:

Environment:
      SQL Server 2000  SP4
       QODBC version 6.00.000.176
       Quickbooks Enterprise Edition Version 6.0 (USA)

configure QODBC linked server

from SQL Query Analyzer
      execute the following :  SELECT * FROM OPENQUERY(QODBC, 'SELECT ListID, Name FROM Employee')
      all of the SQL fails with the following message
          
[Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionCheckForData (CheckforData()).
Server: Msg 11, Level 16, State 1, Line 0
General network error. Check your network documentation.

Connection Broken

Issue 2:

Environment:
      SQL Server 2005
       QODBC version 7.00.000.194
       Quickbooks Enterprise Edition Version 6.0 (USA)

configure QODBC linked server

 SELECT * FROM OPENQUERY(QODBC, 'SELECT ListID, Name FROM Employee')
-- SELECT ListID, Name FROM QODBC...Employee     

Recieve error of this type .. tried  various transport providers
A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - The specified network name is no longer available.)

SQL SERVer is stopped needs to be restarted

Most of the time I can execute 1 or 2 queries with OPENQUERY  prior to failure

any ideas? tried many configuration parameters .

Thanks
Bo



 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-10-07 09:00:47

How does this go instead in both enivorments?

SELECT ListID, Name FROM QODBC...Employee

 

 

  Top 
  Bo 
  
 Group: Members 
 Posts: 2 
 Joined: 2006-10-07 
 Profile
 Posted : 2006-10-07 09:22:31
Fails in both environments .... 

  Top 
  Tom 
  6c3c1_sdk-qodbc.gif
 Group: Administrator 
 Posts: 5510 
 Joined: 2006-02-17 
 Profile
 Posted : 2006-10-07 10:43:28

Please review your setup for both enivroments. See: Does QODBC work with MS SQL Server 2005 Linked Tables? 

Note: QuickBooks must actually be local to the SQL Server.

 

  Top 
 New Topic 
 
 Post Reply 
[1]  

Jump to