-
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…
-
Does this work with IntegratedSecurityMode=5?
-
Hi Marius,
Is there a way to perform NTLM logon using TM1py?
Appreciate the work you're doing on this.
Best
Paul
-
It appears the pandas dataframe brings in all the data but there are no column splits. Any chance you could modify the code to split the data into columns? Or possibly I have missed something and th…
-
When constructing URLs (like [this](https://github.com/ajmyers/Sublime-TM1/blob/master/include/TM1py/Services/SecurityService.py#L31)), the formatted values should probably be URL encoded. If a string…
-
From the code
import TM1py
from TM1py import TM1pyQueries as TM1
Result:
No module named 'TM1pyQueries'
-
It would be useful if TM1py supported initializing a RESTService with an additional TM1SessionId or session cookiejar parameter to bypass the authentication process on the TM1 server. An LDAP authenti…
-
There is a typo in the process method 'datasource_ascii_decimal_seperator'. seperator vs separator. It's inconsistent with how the property is referenced throughout the rest of TM1py.
-
I'm having trouble migrating my simplistic (but useful) server query script.
`from TM1py.Utils import Utils
servers = Utils.get_all_servers_from_adminhost('')
print('Name','Port','HTTPPort','SSL',s…
-
Hi,
I'm getting a SystemParameterTypeInvalid exception while trying to create a process using the below JSON. The body in getting extracted from a working process.
**My code**
```
tm1refmod…