Page 1 of 1

is python is used in Planning analytics

Posted: Thu Jul 27, 2017 1:08 pm
by siva8142
Hi all,
is python is used in Planning analytics(10.3)??

Re: is python is used in Planning analytics

Posted: Thu Jul 27, 2017 5:13 pm
by MariusWirtz
Hi,

no, PA doesn't support the Python programming language natively.

The Planning Analytics Server (TM1) has a REST API though. It's powerful and ligthning fast.
So you can relatively easily do Python stuff with your Planning Analytics model.

In case you want to do that, we built an open source Python wrapper around the TM1 REST API.
https://github.com/MariusWirtz/TM1py

It makes things a lot easier and it's (almost entirely) documented and tested.

Happy python-ing! Cheers,

Marius

Re: is python is used in Planning analytics

Posted: Sun Jul 30, 2017 12:22 pm
by vinod
Tq marius,can you tell me the difference between tm1s.cfg file and tm1p.ini file. Thanks in advance

Re: is python is used in Planning analytics

Posted: Mon Jul 31, 2017 1:40 pm
by ellissj3
Vinod,

This should be a different thread, and it does not follow the posting guidelines.

TM1S.CFG - Server configuration file which dictates the operations of the TM1 server itself

TM1P.INI - User configuration file

Re: is python is used in Planning analytics

Posted: Wed Oct 11, 2017 3:53 am
by george_apo
Hi,
did anyone manage to use python to connect to planning analytics (cloud) with single sign on, via the REST API?

Re: is python is used in Planning analytics

Posted: Wed Oct 11, 2017 2:32 pm
by David Usherwood
I have been working with Marius and with Jason Kapp to adjust TM1PY to work with TM1 SaaS. Marius has released a new version which should handle this but I have not yet tested it myself. I suggest you download it and try, and let him know at https://github.com/cubewise-code/TM1py how you get on - we'd all be interested :)

Re: is python is used in Planning analytics

Posted: Thu Oct 12, 2017 12:18 am
by george_apo
Ok thanks
I will give it a try