cancel
Showing results for 
Search instead for 
Did you mean: 

Modify Tasks are not triggering When MX_MAIL_PRIMARY attribute is modified

devaprakash_b
Active Contributor
0 Kudos

Hello Experts,

Whenever we are changing the value for the attribute MX_MAIL_PRIMARY linked to MX_PERSON entry type, no modify provisioning tasks are being triggered to IDM connected systems. When investigated further found that under the system privilege mail attribute id is not defined for this attribute. MX_MODIFYTASK_ATTR. I have updated the system privilege and then using {R} i have replaced the mail id, but still tasks are not triggering. If i change the last name then tasks are triggering. We have connected Mendix, ECC, CRM, SRM, AD, BI systems are target to IDM.

Please let me know how to resolve this issue.

IDM version 8.0

Database Oracle 12c

regards,

DP

Accepted Solutions (0)

Answers (1)

Answers (1)

jaisuryan
Active Contributor
0 Kudos

Hi DP,

Are you assigning same value using {R}.

For roles, {R} will remove the existing role, execute the member tasks and assign new roles. I'm not sure if it works the same way for other attributes.

Try some new value for mail attribute and see if it triggers.

Also, you need to update attribute MX_MODIFYTASK_ATTR for all PRIV:SYSTEM:<rep name> privs that needs this change be propagated.

Kind regards,

Jai

devaprakash_b
Active Contributor
0 Kudos

thanks for your response, Jai

I have added the MX_MAIL_PRIMARY_ATTRIBUTE To the systems privileges already.

I am assigning a new value itself using {R} operator

Chenyang
Contributor
0 Kudos

Hi DP

Did you use this function to update system privilege?

sap_core_setPrivilegeModifyTriggerAttributes

Cheers

Chenyang