Hi Experts,
I’m receiving the below error message on Identities where the error points to Identity transform. I’m dont see this transform been used anywhere in the Identity profile mapping. Also I checked and confirmed it is not been used as reference transform. So I tried deleting the transform, But it got ended with more identity errors pointing to error message : “Unable to Resolve Transform”. So i believe it is been used somewhere.
I can see the tracking ID in the attached error message, Can someone let me know where to check for more information about where the transform is been used.
Note : The AD account creation happens from Sailpoint.
Transform Causing issue.
{
“name”: “IH - set RX userId”,
“type”: “static”,
“attributes”: {
“adFirstChar”: {
“attributes”: {
“input”: {
“attributes”: {
“attributeName”: “sAMAccountName”,
“sourceName”: “Active Directory”
},
“type”: “accountAttribute”
},
“begin”: 0.0,
“end”: 1.0
},
“type”: “substring”
},
“rxNewAccount”: {
“attributes”: {
“values”: [
{
“attributes”: {
“attributeName”: “sAMAccountName”,
“sourceName”: “Active Directory”
},
“type”: “accountAttribute”
},
{
“attributes”: {
“value”: “noADaccountexistsfortheuser”
},
“type”: “static”
}
]
},
“type”: “firstValid”
},
“value”: “#if($adFirstChar == ‘C’)$rxNewAccount#{else}E$rxNewAccount#end”
},
“internal”: false
}