+ Reply to Thread
Results 1 to 2 of 2

Excel ODBC Connection to SQL Server table failed

  1. #1
    Registered User
    Join Date
    01-09-2007
    Posts
    2

    Excel ODBC Connection to SQL Server table failed

    Programmers,

    Here is the situation: The company I work for has several Excel spreadsheets that are linked to our SQL Server 2000 database via an Access file. All has worked for years until now. When I try to Refresh the spreadsheet for Company3, I get an ODBC Connection Failed Error. Basically, the configuration is as follows:

    SQL Server: Database has 3 tables for each company which we will call respectively - Company1, Company2, Company3.

    AccessFile.mdb contains linked tables to those tables.

    Excel Spreadsheets have a Microsoft Query defined using a Microsoft Access ODBC driver. From there, the linked table
    Company3 and its appropriate columns are selected. (it is interesting to note the connection seems to work as it will show the column names when I click (+) to expand the table.) However, as soon I try to run the query, it fails with a ODBC Connection Error.

    +++ Note +++ If I select a SQL Server ODBC driver instead of a Microsoft Access ODBC driver in the Microsoft Query Wizard, it will work fine. Data gets refreshed with no problem.

    Here is what I have tried and observed:

    1. Tested the OBDC connection through the ODBC Datasource Adminstrator. Works fine.

    2. In Microsoft Query, selected SQL Server 2000 ODBC Driver.
    Refreshed the Excel Spreadsheet. Works as mentioned above.
    (The current configuration worked previously using an Access ODBC Driver to the linked SQL table.)

    3. Created a new Access database with a link to Company3, thinking maybe the mdb file is corrupt. Still didn't work.

    4. I created a new Excel spreadsheet and Microsoft Query to
    to the linked table. Same results.

    5. Compared the datatypes for Company3 against Company1 and Company2. Looked ok.

    6. Copied Company3 into a test table. Tried Refreshing the Excel spreadsheet with Access ODBC Driver and the test table (all records). ODBC Connection failed. I even tried deleting all but one record in the table, but I obtained the same results.

    7. Tried SQL Profiler to see if could give any useful information why the conncection failed. All I could find that it was testing the connection, but I could find any information why it failed.


    9. Turned on ODBC tracing. Here is a snapshot of the log file:

    msqry32 580-eb0 ENTER SQLDriverConnectW
    HDBC 00892BD0
    HWND 00000000
    WCHAR * 0x74329A38 [ -3] "******\ 0"
    SWORD -3
    WCHAR * 0x74329A38
    SWORD 2
    SWORD * 0x00000000
    UWORD 3 <SQL_DRIVER_COMPLETE_REQUIRED>

    msqry32 580-eb0 EXIT SQLDriverConnectW with return code -1 (SQL_ERROR)
    HDBC 00892BD0
    HWND 00000000
    WCHAR * 0x74329A38 [ -3] "******\ 0"
    SWORD -3
    WCHAR * 0x74329A38
    SWORD 2
    SWORD * 0x00000000
    UWORD 3 <SQL_DRIVER_COMPLETE_REQUIRED>

    DIAG [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed (0)

    DIAG [IM008] [Microsoft][ODBC SQL Server Driver]Dialog failed (0)

    msqry32 580-eb0 ENTER SQLErrorW
    HENV 00892B58
    HDBC 00892BD0
    HSTMT 00000000
    WCHAR * 0x0012D488 (NYI)
    SDWORD * 0x0012D4D4
    WCHAR * 0x02417260
    SWORD 4095
    SWORD * 0x0012D4C0

    msqry32 580-eb0 EXIT SQLErrorW with return code 0 (SQL_SUCCESS)
    HENV 00892B58
    HDBC 00892BD0
    HSTMT 00000000
    WCHAR * 0x0012D488 (NYI)
    SDWORD * 0x0012D4D4 (0)
    WCHAR * 0x02417260 [ 66] "[Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed"
    SWORD 4095
    SWORD * 0x0012D4C0 (66)

    msqry32 580-eb0 ENTER SQLErrorW
    HENV 00892B58
    HDBC 00892BD0
    HSTMT 00000000
    WCHAR * 0x0012D488 (NYI)
    SDWORD * 0x0012D4D4
    WCHAR * 0x024172F6
    SWORD 4020
    SWORD * 0x0012D4C0

    msqry32 580-eb0 EXIT SQLErrorW with return code 0 (SQL_SUCCESS)
    HENV 00892B58
    HDBC 00892BD0
    HSTMT 00000000
    WCHAR * 0x0012D488 (NYI)
    SDWORD * 0x0012D4D4 (0)
    WCHAR * 0x024172F6 [ 48] "[Microsoft][ODBC SQL Server Driver]Dialog failed"
    SWORD 4020
    SWORD * 0x0012D4C0 (48)

    msqry32 580-eb0 ENTER SQLErrorW
    HENV 00892B58
    HDBC 00892BD0
    HSTMT 00000000
    WCHAR * 0x0012D488 (NYI)
    SDWORD * 0x0012D4D4
    WCHAR * 0x02417368
    SWORD 3963
    SWORD * 0x0012D4C0

    msqry32 580-eb0 EXIT SQLErrorW with return code 100 (SQL_NO_DATA_FOUND)
    HENV 00892B58
    HDBC 00892BD0
    HSTMT 00000000
    WCHAR * 0x0012D488 (NYI)
    SDWORD * 0x0012D4D4
    WCHAR * 0x02417368
    SWORD 3963
    SWORD * 0x0012D4C0

    msqry32 580-eb0 ENTER SQLFreeConnect
    HDBC 00892BD0

    msqry32 580-eb0 EXIT SQLFreeConnect with return code 0 (SQL_SUCCESS)
    HDBC 00892BD0

    msqry32 580-eb0 EXIT SQLExecute with return code -1 (SQL_ERROR)
    HSTMT 00891B18

    DIAG [S1000] [Microsoft][ODBC Microsoft Access Driver] ODBC--connection to 'CompanyDatabase' failed. (-2001)



    Not sure what is causing this error. I am leaning that it has to so some thing with the table (Company3) itself. Permissions? Any assistance on issue would be greatly appreciated.:-)

    By the way, does anyone know why sometimes you get a login dialog when you open a datasource and sometimes not?

  2. #2
    Registered User
    Join Date
    01-09-2007
    Posts
    2
    Programmers,

    I posted on another site and got some options to try.
    One of them was to take the SQL from MS Query and run it in Query Analyzer [Q/A]. After I did that, I Refreshed the Excel spreadsheet and it worked.
    (So I thought). Excited, I went back to my boss to tell him to give a try. Of course, it did not work.

    I went back to my PC and tried it again. Seemed to work fine. Saved and emailed the Excel spreadsheet to my boss to give another try. Same.

    Today, I have tried to get the Refresh to work on the Excel spreadsheet with no avail. (Note, all Excel spreadsheets that link to this table Company3 used to work using the Access ODBC Driver, but not now. As noted above, I can create a SQL ODBC connection via the Query Wizard and I can get the data every time.

    Interestingly enough, I have observed that when I select MS Access ODBC Driver followed by table Company3, I can't preview the data. However, when I select table Company1 for example, and preview its data, I can go back to table Company3 and return data for any column I preview. From here, I can click next to run the query, but the it fails with the ODBC Connection Error.
    Hmm?

    Could this be persmissions? Locking problem? I am perplexed.

    Thank you and May Jesus Bless you...

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1