This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SAPUser_Insert errors out when SAP group is assigned

I am having an issue with SAP R/3 integration in version 7.1

In my system I have two business roles configured.

Role A has SAP account definition and SAP role linked.

Role B has SAP account definition and SAP group linked.

When Role A is assigned to an employee, everything works fine. D1IM is able to provision SAP user account in target system and Role can be assigned correctly as well.

However, when Role B is assigned to an employee who does not have SAP user account, SAPUser_Insert job(Process) will stuck at frozen state with error:

ErrorMessages = (2017-06-13 05:40:13.783) [2134002] Error running provisioning.
[1777018] Error executing synchronization project (SAP R/3 (FR2 - 010))'s workflow (Provisioning).
[1777124] Error executing projection step (user) of projection configuration (Provisioning (Provisioning)).
[1777219] Error executing synchronization step (user)!
[1777004] Method (Insert (Insert)) could not be executed successfully.
[System.Exception] Object reference not set to an instance of an object.

 

My guess on this is that D1IM is trying to assign grp and provision account to target SAP system at the same time. And the grp assignment failed because account has not been created correctly.

So my question is, is there a way to delay the grp assignment until account has been provisioned in SAP?

Parents Reply Children
No Data