Page 1 of 1

Chore error: No Security Access for "SecurityRefresh".

Posted: Tue Mar 30, 2010 5:48 pm
by ajain86
I am running a scheduled chore that does data loads to my tm1 cube.

The last step in my chore is to do a security refresh and then a save data all.

When I run the chore on my own, there is no error.

When the chore is executed on a schedule, I receive an error: No Security Access for "SecurityRefresh".

Why wouldn't a chore have the access to update security. Doesn't it run as an ADMIN?

Any ideas?

Thanks for your help.

Re: Chore error: No Security Access for "SecurityRefresh".

Posted: Tue Mar 30, 2010 7:30 pm
by Michel Zijlema
Hi,

This is an interesting error - I think this has to do with the distinction between Data Admin and Security Admin users introduced in version 9.4.
It looks like the chore (when triggered by the scheduler) is running on a Data Admin user and not on a full Admin user.

MIchel

Re: Chore error: No Security Access for "SecurityRefresh".

Posted: Tue Mar 30, 2010 10:12 pm
by lotsaram
What Michel says is correct. In 9.4 and 9.5 processes run with "Data Admin" access not full admin access (go figure!). To enable a process executed by a non-full admin user (including the chore scheduler) to run security tasks right-click the process and make sure the "Security Access" option is ticked.

Re: Chore error: No Security Access for "SecurityRefresh".

Posted: Thu Apr 01, 2010 3:16 pm
by ajain86
that worked. thanks.