I have been working on application onboarding and encountered an issue while testing the configured operations. The Create operation is failing, even though other functionalities are working as expected.
Onboarded Application Details:
Application Type: Web Service
Authentication Type: Basic Authentication
Test Connection: Successful
Account Aggregation: Successful
Group Aggregation: Successful
Issue with Create Operation:
I have configured the provisioning policy for the Create operation, but it fails with the attached error message Exception occurred while performing ‘Create’ operation on identity ‘ABC123’: null
However, when we manually execute the same JSON payload from the Postman used in the Create operation, the account is successfully created. (Snapshots attached for reference.)
This specific error generally indicates that custom code (most often a Rule, a BeanShell script in a workflow, or a Provisioning Plan transform) is trying to read or set a property called actionPolicy on a ManagedAttribute object—but ManagedAttribute does not have an actionPolicy field. In other words, IdentityIQ does not know about any property named actionPolicy on that object, so it throws:
sailpoint.tools.GeneralException: could not resolve property: actionPolicy of: sailpoint.object.ManagedAttribute
The error message includes BSF info : certification - Exclude low risk entitlement, so it could be in a Certification Rule that attempts to exclude certain entitlements.
Hi @GutteStolt ,
As mentioned by @officialamitguptaa, the error always not from the application specific artefacts and may occure due to some other rules which are being used in workflow or refresh etc.
try to figure out “certification - Exclude low risk entitlement” reference.