Page 1 of 1

TI mixed with Admin required rights

Posted: Wed Jan 19, 2011 4:45 am
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".

Re: TI mixed with Admin required rights

Posted: Wed Jan 19, 2011 10:03 am
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" ...

Re: TI mixed with Admin required rights

Posted: Mon Oct 15, 2018 12:27 pm
by Xavier 13
Thanks lotsaram