-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connecting to MS SAAS #24
Comments
For some reason, the code above started to work. It could be because I was under some rate-limiting constraint after many failed attempts or it could be because I logged in with Saiku in parallel. Or there was a temporary problem on the server. So, the code above can be used to connect to a SAAS service with NTLM authentication. |
Errata: The code above would work intermittently - it required a connection from Saiku to warm up the user. Here is the code that works all the time to connect Ubuntu 20.04 to an MS OLAP service:
|
How the system was setup:
|
Hi,
I am trying to connect from Ubuntu 20.04 to a 3rd party MS SAAS service on the Internet. This is the current code:
The connection seems to succeed but the XML response, visible with logging.DEBUG, brings the following error:
Googling for "An error was encountered in the transport layer." we found many occurrences of this error on different environments but it isn't clear how a solution could be applied here. Any ideas on how to overcome this?
The text was updated successfully, but these errors were encountered: