may-day / olap

Python package to access OLAP data sources.
63 stars 47 forks source link

Connecting to local OLAP Server #10

Closed Snowpile closed 7 years ago

Snowpile commented 7 years ago

I looked through the readme and have attempted to log in to a local OLAP Server. From the Readme and everywhere I've looked online I don't know if this is able to connect to a local OLAP or only through http?

My code is probably wrong?

location = 'SQLOLAPCP' username = 'username' password = 'password' provider = xmla.XMLAProvider() cxn = provider.connect(location=location, username=username, password=password) print cxn.getOLAPSource()

This code gives me the following error: No handlers could be found for logger "olap.xmla.requests_kerberosauth" XMLASource:{}

Thanks for your help!

may-day commented 7 years ago

Hi, it is through http only.