Azure AD Delta Aggregation Not Working with Partitioning

Hello All,

We are using SailPoint IIQ 8.5. We wanted to configure Azure AD connector delta aggregation in a partitioned approach however we are getting an error saying that "An error occurred while attempting to create task partitions for Application: Delta aggregation is not supported for partitioned task".

As per partitioning guide its mentioned that portioning based delta aggregation support was added for Azure AD connector in IIQ 7.3.

Even connector doc says so - Partitioning Aggregation
For large environments, for faster delta aggregation of the accounts, the connector supports partition delta aggregation.

So, what is that we are missing in our setup that for Delta aggregation its not working?

@HarnishaM - can you share your app xml?

Hi @HarnishaM - is this an account or group aggregation you are running? Partitioning only works for accounts currently. Do you have partitioning defined in the XML? Something like this:

<entry key="userPartitions">
<value>
<List>
<String>startswith(displayName,'a') or startswith(displayName,'b')</String><String>startswith(displayName,'c') or startswith(displayName,'d')</String><String>startswith(displayName,'e') or startswith(displayName,'f')</String></List>
</value>
</entry>

Hi @HarnishaM Has @ryan_toornburg provided configuration been implemented? Did you add the `userPartitions` filter to the application?

Thanks,

PVR.

@HarnishaM have to tried to run without uncheck “Enable Partitioning” ? just maintain userPartitions in app. I think you have to choose only one for delta. the document might be misleading. I will check at my lab and let you know.

thanks

Hi @ryan_toornburg @pravin_ranjan
We are trying delta aggregation with partitions for accounts, and it is giving the error as mentioned in the main description section. In the app.xml - userPartitions are populated and at task level ’ Enable Partitioning’ is selected

@HarnishaM can you add one line in application and try ?

<entry key="partitionHost" value="xxx1.abc.com"/> // put your hostname here

@HarnishaM Could you please check if you have enabled PIM. Azure connector doesn’t support partitioning with PIM? Aggregation needs to be executed without parititioning.