Replies: 1 comment 1 reply
-
Hi @giesp, most likely something wrong with the URL. Can you run the script on the same machine with TM1? What happens then? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I'm just (trying to) getting started with tm1py. I am already familiar with the REST API.
My problem is that I already fail at connecting to my TM1 instance. The error message I get is: "ValueError: No response returned from URL: 'https://192.168.1.144:8010/api/v1/Configuration/ProductVersion/$value'. Please double check your address and port number in the URL."
The check.py script for testing the connection returns the same error message.
The URL looks good to me and when I enter it in my REST client, the request succeeds (response 11.8.02200.2).
I am testing against a simple demo machine (remote via VPN) with standard configuration and native authentication. I am trying to reach the demo database "SData".
Any suggestions where I am going wrong?
Beta Was this translation helpful? Give feedback.
All reactions