0

I am trying to run MDX queries on OLAP by configuring HTTP access to Analysis Services through IIS. I used olap.xmla python library and it worked fine as long as I was using Anonymous authentication. The moment I used switched to Windows Authentication I am not able to connect using this library. I get a 401 Unauthorized error when I try to do that. The credentials are correct since I can connect to the server from MS SQL server 2008. I followed this article http://bkanuka.com/articles/python-connect-to-olap/ which worked fine for anonymous authentication. I tried passing the user pass credentials in the connect method but I guess that doesn't work for windows authentication. Any suggestions how I can do that in python.

1 Answers1

0

Doesn't your Linux host have to be set up to talk with the AD controller via NSS and PAM in order to use Windows authentication?

Let me know how this works, since I am going to also try implementing MDX queries on OLAP.

horcle_buzz
  • 2,101
  • 3
  • 30
  • 59