cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in ACE

Former Member
0 Kudos

Hi all,

We are trying to implement a similar scenario related to ACE as in this blog:

/people/boris.dingenouts/blog/2006/09/18/the-concept-and-implementation-of-crm-ace

We have developed our Z class, and did all the necessary configuration stuff. When we try to activate the right, the right gets activated and it schedules a job with name ACE_DISPATCHER. It remains in active state for a long time and it doesn't seem to get complete. Can anyone faced a similar situation before? Is there any way to control this.

Please help me out.

Thanks.

Best regards,

Ravikiran.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The dispatcher is the job what is the owner rule calculation in the background. It stops if no one is changing or creating objects after one minute.

All changed objects (the IDs) are stored in a queue and the dispatcher build blocks of these objects and starts background jobs with these blocks in other background tasks on different machines. He dispatches the rule calculation do other machines etc.

This job is started automatically again, if a user changes an object.

The dispatcher is a singleton.

Message was edited by:

Matthias Vogel

Former Member
0 Kudos

Hi,

we found that the Dispatcher is in sleep mode - even after applying notes 1055525 and 990171, the problem still remains.

We are trying to build a situation, where a User would be able to edit a BP, only if he (corresponding BP) has a relationship type contact person with the BP.

Everyone else will have display authorization only

Any tips - can ACE handle this problem?

regards

Pras

Former Member
0 Kudos

Hi Pras,

Dispatcher: I think only an OOS message could help.

Rule: This is not easy with the ACE.

1) You need one rule that grand read access for everyone for each BP

2) You have to develop a rule especially for the corresponding BP for write access.

The effect of the first rule is a very full ACL table. There is no shortcut existing today.

Hope this helps,

Matthias

Answers (0)