ODBC Excel not working with v30 64bit

SOLVED

I've been using ODBC within Power Bi and Excel to connect to Sage v28 without a problem, and have a lot of work relying on this data connection.

This morning, we updated to v30 64bit, and I also installed the Sage 50 Accounts ODBC 64 bit driver (I think it's a driver!). My system is 64 bit too. All I get now is an 'Unable to connect' error:

Details: "ODBC: ERROR [08001] Cannot find all files in data path
ERROR [01000] The driver returned invalid (or failed to return) SQL_DRIVER_ODBC_VER: 30.0
ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
ERROR [01000] [Microsoft][ODBC Driver Manager] The driver doesn't support the version of ODBC behavior that the application requested (see SQLSetEnvAttr)."

Frustrating and concerning (for my reporting) doesn't even come close...

Anybody else?

Parents Reply
  • 0 in reply to CAUK
    SUGGESTED

    Yes, that errors means we're pointing the v30 driver at an older version of accdata (data path) or it's not quite right.

    To change the data path in the ODBC driver

    1. Start button > Search programs and files box > type odbcad32 > Enter. 

      Note: For a 64-bit version of Windows, type C:\windows\syswow64\odbcad32.exe > Enter.

    2. System DSN > select the data source for your version of Sage Accounts, for example SageLine50v25 > Configure.
    3. Change the Data Path box to show the company's data directory > OK > OK.
Children