-
Hi, there!
I can manually add prolog of TI process, such as:
EXECUTECOMMAND()
May I know if there exist a function in TM1py to do this?
Thanks!
ghost updated
4 years ago
-
TM1py fails to connect when password contains a single quote.
-
Hello Marius,
I would like to know if it would be possible to create a static subset using tm1py ?
Using the tm1py example, I can create a 'dynamic' subset very easily using a mdx expression.
`…
-
I tried to perform a transaction log query using `tm1.server.get_transaction_log_entries`
Passed `since`argument alone and it worked:
**/api/v1/TransactionLogEntries?$orderby=TimeStamp desc &$filt…
-
**Describe what did you try to do with TM1py**
Hi,
I want to start the adventure with tm1py and PA on Cloud, I have a problem at the very beginning with the "check.py" script. Namely, every time, I…
-
**Describe what did you try to do with TM1py**
Tried to look for code to get the name of the application or blob name that is displaying on TM1Web, but couldn't find the relevant code.
**Describe …
-
**Describe the bug**
Imagine a situation when connection is already established from outside of Python with known SessionID and TM1Service object is constructed with this SessionID.
Currently TM1Ser…
-
**Describe what did you try to do with TM1py**
We may have many TM1py scripts running at the same time on the server, at the moment, they are not able to identify the purpose when reading it from TM1…
-
Hi there,
I am running the python script on both a server that I can RDP to the tm1 server and the tm1 server itself. My most recent error is this:
Max retries exceeded with url: /api/v1/Configur…
-
Looking for a function that would create a cube view based on the **MDX** expression.
This is like the **ViewCreateByMDX** functionality we have in PA.