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!
Run TI with security access as non admin user
-
- MVP
- Posts: 1831
- Joined: Mon Dec 05, 2011 11:51 am
- OLAP Product: Cognos TM1
- Version: PA2.0 and most of the old ones
- Excel Version: All of em
- Location: Manchester, United Kingdom
- Contact:
Re: Run TI with security access as non admin user
Right click on the TI and select the "Security Access" option.
Declan Rodger
-
- Posts: 2
- Joined: Tue Jan 24, 2017 9:14 pm
- OLAP Product: TM1
- Version: 10.2.2
- Excel Version: Excel 2010
Re: Run TI with security access as non admin user
Well that was easy! Thank you for your help!!