-
**Code:**
```
import configparser
config = configparser.ConfigParser()
config.read(r'C:\Users\RAVIVK\virtualtest\TM1py-samples-master\TM1py-samples-master\config.ini')
from TM1py.Services imp…
-
If I get a _datasource_password from a process (entered in TI before, working), and then proceed to set the string I got (which is different from the actual password), the TI process cannot connect to…
-
Can you provide some good example need to plot Tm1 data in Tm1py
-
**Describe what did you try to do with TM1py**
Hi - When building the mdx queries through TM1py, do they accept Intersect and/or Union operators? I was not seeing any examples of this but i have a l…
-
**Describe what did you try to do with TM1py**
I created a TI with the following lines to execute my python script:
pyExe = '"D:\Anaconda3\python.exe"' ;
pyFile = '"D:\TM1\GFPMR\Import_Files\EM…
-
**Describe the bug**
TM1py fails to update, retrieve or reference objects that contain a single quote in their name.
**To Reproduce**
use the `write_values` method with an element that contains a…
-
**Describe what did you try to do with TM1py**
Hi - I am trying to execute the following lines in the TM1py script you had helped me with but get an error on the highlighted line:
# Execute MDX …
-
Hi Mariuz,
Background:
Running Python 3.6.7150.0
Due to restriction on a cloud server (cant download and use pip install TM1py), I had to paste TM1py package manually into ...\Python36\Libs.…
-
Hi Again,
I'm having trouble connecting to the TM1Service with my local TM1 sever.
I was able to connect with the check.py (Script in Jupyter Notebook) as seen below in screenshot.
However when t…
-
Hi,
I'm new to TM1PY or even Python. Ran the basic code
`from TM1py.Services import TM1Service
with TM1Service(address='wa*****', port=****, user='*****', password='******', ssl=True) as tm1:
…