We’re having this strange behavior and I don’t know if this is a connector/iiq issue or a Azure Graph API limit.
When trying to aggregate from our production Azure AD with 96k+ accounts, we are getting an error when we get to 10,500, always, if we manage to get past that number, the aggregation slows to a crawl, one or two accounts every 10 mins or so
This happens in a single host or if we try to partition. We already did all the recommended things found here, like removing the userIdentities field in the schema, we have tripled checked the permissions in Azure
These are the errors we’re getting
Single host:
Exception during aggregation. Reason: java.lang.RuntimeException: Failed to Aggregate Exception occurred in processReadRequest. Error - java.lang.NullPointerException
Partition:
An error occurred while attempting to create task partitions for Application: Failed to Aggregate Exception occurred in processReadRequest. Error - java.lang.NullPointerException,Azure AD.
Any ideas?