TI mixed with Admin required rights

Post Reply
appleglaze28
Regular Participant
Posts: 269
Joined: Tue Apr 21, 2009 3:43 am
OLAP Product: Cognos TM1, Planning
Version: 9.1 SP3 9.4 MR1 FP1 9.5
Excel Version: 2003

TI mixed with Admin required rights

Post by appleglaze28 »

I was wondering I'm doing a process wherein the upload is to be done by the client and once the first few statements has been done I want to set security on them automatically...but being an oridnary user. Is there anyway I can incorporate a TI that calls involves statements that write on control cubes that are only allowed to Admin?

CUBE:
}ElementSecurity_invoice_no

ERROR:
Data Source line (1) Error: Data procedure line (15): Execution was aborted. No Security Access for "CellPutS".
lotsaram
MVP
Posts: 3651
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: TI mixed with Admin required rights

Post by lotsaram »

When a TI process runs it runs with full DataAdmin access regardless of the security process of the user who kicked the process off. If the process needs to perform security functions then you need to right-click the process and make sure the "Security Access" option is ticked. This ensures the process runs with SecurityAdmin access as well.

There are several posts on the forum that address this topic. Do a search for "Security Access" ...
Xavier 13
Posts: 10
Joined: Fri Aug 05, 2016 11:23 am
OLAP Product: Cognos TM1 Planning Analytics
Version: 10.2.2, 11.0
Excel Version: Excel 2019

Re: TI mixed with Admin required rights

Post by Xavier 13 »

Thanks lotsaram
Post Reply