How to set disableOrderingCheck as true for one source application using API?
Also we tried to set Order by clause aggregation query still getting the same error is being displayed.
Error:
[ InvalidConfigurationException ] [ Possible suggestions ] For data merging, data should be ordered. Please add order by clause in aggregation query or set disableOrderingCheck as true. [ Error details ] java.lang.Exception: Data out of order exception. Data should be sorted in ascending order. Last identifier 9 current 14
You can use the update source (https://developer.sailpoint.com/idn/api/v3/update-source/) to update the “disableOrderingCheck” attribute as @amishra97 mentioned. In addition to that you have to make sure your aggregation query uses order by, otherwise you might see data inconsistency.
Is there any insight to why option 2. does not seem to work? I’ve attempted to order my query results by what the account attribute mapped to “Account ID” (a Primary Key column in query), yet I get the same error displayed when it goes from value “9” → “10”. This is the case in setting the attribute type as either “int” or “string”