I am getting an error while calculating the attribute value for an identity. The same works in production environment without issues. I have added the attributes and made them searchable via API’s.
There was an exception while calculating the value for this attribute. Error running account attribute transform for attribute ‘null’ on identity ‘null’ :java.lang.IllegalStateException: Unable to resolve id for application.Filters: Filter [1] == type != “Logical” Filter [2] == extended2 == “Active Directory” , Scope extensions: none defined,scope results [null],unscoped globally accessible [null],Ordering ==,Group by == ,Query [null],ResultLimit [-1],First Row [0],Distinct [false],Cache results [false],Flush before query [false]
thanks! my guess is that this is failing because you have a non-zero number of identities that don’t have an account in that Active Directory source. can you putting that accountAttribute transform inside a FirstValid transform with a second case, so that it doesn’t error on nulls?
Upon rechecking the issue was more on the data coming through, once we corrected that it worked. Since its sandbox, we have changed the data quite a bit.