Page 1 of 1

10.2.2 RunTI.exe with SSO

Posted: Wed Dec 10, 2014 3:32 pm
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

Re: 10.2.2 RunTI.exe with SSO

Posted: Fri Dec 12, 2014 11:46 am
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

Re: 10.2.2 RunTI.exe with SSO

Posted: Mon Jan 12, 2015 12:28 pm
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

Re: 10.2.2 RunTI.exe with SSO

Posted: Tue Jun 23, 2015 8:55 am
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