Forum Discussion
mohammadjavahery
Nov 13, 2024Copper Contributor
Error 0x80004005 during SSIS package execution with SSAS source
Hi. I've created a SSIS package utilizing a SSAS source (VS 2022 Developer Edition, SSAS 2019 15.0.35.48). I can confirm that I can connect to my SSAS source through OLE DB connector and run MDX que...
- Nov 13, 2024
Finally managed to solve it. I added "Format=Tabular" in connection string's XML code and problem gone.
mohammadjavahery
Nov 13, 2024Copper Contributor
Finally managed to solve it. I added "Format=Tabular" in connection string's XML code and problem gone.