-
All methods in TM1py should support an optional argument: `timeout`:
`data = tm1.cubes.cells.execute_mdx(mdx=mdx, timeout=120)`
If the TM1 Server does not respond in a timely manner, TM1py will …
-
I think it would be nice to have a method of Dimension object to return hierarchy by name. Currently there is only a service's method to do it.
-
Hello,
What I find very helpful in my own technical / generic processes, is the ExecuteProcess call to that particular process, complete with all parameters and some typical default values. For ins…
-
https://github.com/cubewise-code/bedrock/blob/master/Bedrock.Cube.View.Publish.pro and other similar processes should be updated to use LogOutPut and ProcessBreak instead of ItemReject. ItemReject use…
-
Hello,
I am starting my journey into tm1py, however I`ve been facing difficulties to send data back to tm1.
For example, if I have a simple cube with 2 dimensions (Image 1) and want to write a d…
-
Is there a method that we can use to set the context of our TM1 connection? According to the metadata document has context property. It would be really useful to default that property to "TM1py" when …
-
After executing below code
# Read Chore:
c = tm1.chores.get('aaa')
# Print out the tasks
for task in c.tasks:
print("Process: {} Parameters: {}".format(task, task.parame…
-
Is there a specific way to get TM1py to run in concurrent sessions when connecting through TM1Service?
We created a script that reads a CSV file and kicks off multiple TIs via rest. However, we want…
-
Hello
I am trying to load data in tm1 through tm1py for cubike data.
After executing the file of setup.py, I am getting the following error:
TM1pyException: Text: {"error":{"code":"","message":"PA…
-
We are working with tm1py package rest of the codes are executing perfectly but the code of checking element access is giving error as element attribute.I want to check the access of element level for…