Replies: 1 comment
-
Hi @Rvee93, What is the exact error message that you get? Are you on PAoC? from TM1py import TM1Service
tm1_local_params = {
'base_url': 'https://localhost:12354',
'user': 'admin',
'password': 'apple',
"async_requests_mode": True
}
with TM1Service(**tm1_local_params) as tm1:
print(tm1.server.get_server_name()) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to write an API which will fetch the data from cube name and a cube view I will mention in the request.
Currently it's working for me with views having lesser data but when the data exceeds like 10,000 to 500,000 cells to be fetched is showing me timeout exception while fetching the data. Can you please guide what should I do to fix it.
Beta Was this translation helpful? Give feedback.
All reactions