Page 1 of 1

Run TI with security access as non admin user

Posted: Tue Jan 24, 2017 9:45 pm
by hallma12
Is it possible to set a TI process to run the following code as a non-admin user?

#>>>Refresh security-----------------------------------------------------

strClient = TM1USER ();
strGroup = 'SecurityAdmin';

ASSIGNCLIENTTOGROUP ( strClient, strGroup);

SECURITYREFRESH;

REMOVECLIENTFROMGROUP (strClient, strGroup);

Currently I get an error message: No Security Access for "AssignClientTo Group".

Thanks for your help!

Re: Run TI with security access as non admin user

Posted: Tue Jan 24, 2017 9:52 pm
by declanr
Right click on the TI and select the "Security Access" option.

Re: Run TI with security access as non admin user

Posted: Tue Jan 24, 2017 9:59 pm
by hallma12
Well that was easy! Thank you for your help!!