S-C-O-U-T / Pyadomd

A pythonic approach to query SSAS data models.
https://pyadomd.readthedocs.io/en/latest/index.html
Apache License 2.0
25 stars 6 forks source link

namespace cannot appear under Envelope/Body/Execute/Command #26

Open MuhammadPathan opened 11 months ago

MuhammadPathan commented 11 months ago

Can view full full question on SO: https://stackoverflow.com/q/77646898/12711660

I am using pyadomd to connect into azure analysis services and trying to refresh a data model. The connection is successful but getting the following error "namespace http://schemas.microsoft.com/analysisservices/2003/engine) cannot appear under Envelope/Body/Execute/Command". I am assuming i am doing the XMLA command incorrectly? could be the way i have structured the XMLA command? i think xmlns namespace could has been deprecated or no longer available? any help greatly appreciated since there's not much documentation on this.

MuhammadPathan commented 11 months ago

@S-C-O-U-T SCOUT @addlockwood @zsombor-egyed-trax