Is this error consistent or intermittent, if this is consistent, can you please try to run AD On-Demand Aggregation of a particular user and provide more detailed logs.
Also is this error happening on both Full and Delta aggregations?
The NullPointerException you’re encountering during AD aggregations in SailPoint 8.4 seems to be occurring as the system attempts to save the last change number in the ADLDAPConnector.
Null Value Handling: The method saveLastChangeNumber might be trying to handle or manipulate a null value, which is not anticipated in the code. Ensure that all expected values, particularly those related to change numbers and identity data, are being passed correctly and are not null.
Hi Sanali,
It’s a bit strange error - it would be great if you could enable sailpoint.connector.ADLDAPConnector logger to DEBUG so we could see some more messages.
Generaly It looks like the problem is with Delta aggregation - does full aggregation work correctly?