10.2.2 RunTI.exe with SSO

Post Reply
holger_b
Posts: 131
Joined: Tue May 17, 2011 10:04 am
OLAP Product: TM1
Version: Planning Analytics 2.0
Excel Version: 2016
Location: Freiburg, Germany

10.2.2 RunTI.exe with SSO

Post by holger_b »

Did anybody ever manage to implement the use of TM1RunTI.exe in an 10.2.2 SSO environment, and do you feel ready to give some advice? So far, we did not manage to make the process log on.

Thank you
Holger
dan.kelleher
Community Contributor
Posts: 127
Joined: Wed Oct 14, 2009 7:46 am
OLAP Product: TM1
Version: 9.4
Excel Version: 11
Location: London

Re: 10.2.2 RunTI.exe with SSO

Post by dan.kelleher »

HI,

We have it working in 10.2 FP2:

Code: Select all

"D:\Program Files\ibm\cognos\TM1_10_2_64_DEV\bin64\tm1runti" -i "D:\xxx\tiprocess.config" -connect instance_label -process cube_clear_view  psCube="xxx" psMonth="2014_01"
tiprocess.config contains the following information:

Code: Select all

[TM1RunTi]

[Connect - instance_label]
adminhost=
server=servername
user=adminCAMuser
pwd=
passwordfile=D:\xxx\adminCAMuser_pwd.txt
passwordkeyfile=D:\xxx\adminCAMuser_key.dat
adminsvrsslcertid=tm1adminserver
adminsvrsslcertrevlist=
exportadminsvrsslcert=F
adminsvrsslexportkeyid=F
camnamespace=someCAMnamespace
The password has been encrypted using TM1Crypt (google it if you haven't used it before).

Dan
holger_b
Posts: 131
Joined: Tue May 17, 2011 10:04 am
OLAP Product: TM1
Version: Planning Analytics 2.0
Excel Version: 2016
Location: Freiburg, Germany

Re: 10.2.2 RunTI.exe with SSO

Post by holger_b »

Thanks a lot, Dan. I hope the day comes soon when I'll have time to proceed with this, I will post my learnings.

Regards
Holger
holger_b
Posts: 131
Joined: Tue May 17, 2011 10:04 am
OLAP Product: TM1
Version: Planning Analytics 2.0
Excel Version: 2016
Location: Freiburg, Germany

Re: 10.2.2 RunTI.exe with SSO

Post by holger_b »

It works like you said, Dan. Basically, you just need to add the CAMNamespace parameter to make it work, and use the windows password instead of the TM1 password.

See also this document: http://www-01.ibm.com/support/docview.w ... wg21656832
Post Reply