0

I am having difficulty installing adodbapi and running a script which uses SQL to connect and run a DAX query using adodbapi. I have run into this error on multiple machines.

Error

Sanch
  • 367
  • 2
  • 11

1 Answers1

0

The issue is due to an MSOLAP update. I have copied an old MSOLAP.dll file (version 15) and overwritten the newer one (version 16).

https://github.com/mhammond/pywin32/issues/1820

Sanch
  • 367
  • 2
  • 11