Hi Team,
After aggregation getting below error in production.
trackingId: 9a03dd02bb944654aedca5b4f1123c12 sailpoint.api.AttributePromotionException: Applying transform[reference] to attribute[email] failed.
Note: This was working from past 45 days …Seeing this error from yesterday.
Below transform for ref:
{
"id": "9f1c1d9f-c51d-4ede-9d83-cbab60d5c01e",
"name": "Assign mail from AD",
"type": "firstValid",
"attributes": {
"values": [
{
"attributes": {
"sourceName": "ActiveDirectorySource",
"attributeName": "mail"
},
"type": "accountAttribute"
},
{
"attributes": {
"value": "[email protected]"
},
"type": "static"
}
]
},
"internal": false
}
We are not seeing any transform issue in identityProfile …
Error is getting removed once ran Refresh task …Wanted to know the root cause of Above error