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

Mapping to UNSAccountB error

When mapping a custom target system (e.g. OrangeHRM) to UNSAccountB, I have configured the target system entry in 1IM "UNSRootB" and the synchronization project mappings, but when I execute the synchronization, I get the error: "[810077] UNSAccountB: The following fields are compulsory and need to be filled: Target System"

 

Object Matching Rules are: UNSAccountB :: AccountName <---> ohrm_user :: user_name

Property Mapping Rules:

UNSAccountB :: AccountName <---> ohrm_user :: user_name

UNSAccountB :: cn <---> ohrm_user :: user_name

UNSAccountB :: Password <---> ohrm_user :: user_password

 

The field is mandatory, but there doesn't seem to be a way to set that entry to my target system in the Manager, I have tried to set the base object to the entry itself, but it is not working, any ideas ?

Parents
  • Hi Kareem,

    First of all you need to set a scope filter on your UNSRootB in the 1IM connection.  I usually create a variable and use that:

    Then, in ALL of your mappings you're going to need to create a vrt attribute on the RHS that is effectively your Ident_UNSRoot:

    And then you map this to UID_UNSRootB on the LHS.  It will prompt you that the value needs conversion.

    Choose 'Key resolution by reference' and set up something like this:

    Now you should have a mapping like this:

    And that will set your mandatory 'Target system' value.

    HTH, Barry.

Reply
  • Hi Kareem,

    First of all you need to set a scope filter on your UNSRootB in the 1IM connection.  I usually create a variable and use that:

    Then, in ALL of your mappings you're going to need to create a vrt attribute on the RHS that is effectively your Ident_UNSRoot:

    And then you map this to UID_UNSRootB on the LHS.  It will prompt you that the value needs conversion.

    Choose 'Key resolution by reference' and set up something like this:

    Now you should have a mapping like this:

    And that will set your mandatory 'Target system' value.

    HTH, Barry.

Children
No Data