Hello Team,
We have configured Attribute Sync in AD Source. Few Attributes having issues when during sync.
For example : State Attribute
Identity profile
State mapping from Source State Attribute.
AD Account Profile - provisioning policy(Create)
{
"name":"st",
"transform":{
"type":"identityAttribute",
"attributes":{
"name":"state"
}
},
"attributes":{
},
"isRequired":false,
"type":"string",
"isMultiValued":false
}
Account Sync :
State st → Selected for Attribute sync.
Issue pattern:
When we run the manual Synchronization attribute
First transaction from SP IDN → st → {value} → passed
second transaction from SP IDN → state->{value}-failed [ ["Error(s) reported back from the IQService - Failed to update attributes for identity The specified directory service attribute or value does not exist.]. There is no LDAP Attribute as State.
But we are not sure why SP trying to set “state” attribute. We did configure the account attribute as state initially and we corrected with correct attribute “st”. we also confirmed there is no duplicate(st & state).
Not sure how to fix this issue, (its really blocking us to move forward). Please let me know if any be cache issues on the provisioning policy.
let me know if more details required.
Thanks,
Suresh