Sailpoint.api.AttributePromotionException

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

Is it possible that some AD account would have email that is not really an email? for example some string without @ sign?

They had issues in US-East yesterday that affected Transfroms. We had this same issue and its cleared up now.

its on the status page here: https://status.sailpoint.com/

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.