Hi all,
I am trying unsuccessfully to set up a connection to IBM Planning Analytics on cloud.
In some project, I set up a new asset, then a connection, and then select IBM Planning Analytics.
The connection details are like this:
Select test connection and:

Now, on the same project, I set up another asset, a Jupiter Notebook that goes like this:
Cell 1:
# install TM1Py library
!pip install TM1py
Run ok.
Cell 2:
from TM1py import TM1Service
tm1 = TM1Service(
base_url='https://kcmdev.planning-analytics.ibmcloud.com/tm1/api/mytm1db',
user="someuser",
namespace="LDAP",
password="somepassword",
ssl=True,
verify=True,
async_requests_mode=True)
Run ok.
Cell 3:
# Read all cubes and print cube names
tm1.cubes.get_all_names()
And I get all the cube's names.
I will appreciate any suggestions or guidance for setting up the connection.
Thanks.
------------------------------
Jose Luis Senas
Data Analyst
Kimberly-Clark Mexico
Mexico City
------------------------------
#CloudPakforDataGroup