Entitlement Aggregation is failing particularly after aggregating 4891 entitlements everytime. Permissions looks good. I’ve tried increasing TimeOut , tried “connector_skipLicenseData”: “true”, “connector_splitAuthObjectValues”: “true” but still the same.
Test Connection and Account Aggregation is working fine.
SAP Version 740 and using RFC Read Table as Function Module
Error:
Exception during aggregation of Object Type group on Application SAP [source]. Reason: java.lang.RuntimeException: An error occurred while aggregating Application SAP_2 [source] An internal error occurred handling stream response from the server.
Hi @kuganesh ,
As you reading the data from RFC_READ_TABLE, It’s possible that SAP has limits on the amount of data that can be returned by an RFC call. Consider aggregating small chance of data by applying filters or pagination(assuming the connector you are using supports it)!
Thanks for responding but I’ve tried it already. We don’t have this option in UI but changed via API from “pageSize”:50000 to 5000 and even 1000 and still the same. I don’t think its the issue with TimeOut or Paging though.
Hi @kuganesh,
If you are not able to fetch the Entitlement from SAP system. Please ask SAP Team to fill the Go to the Aggregation setting >Role Type, Business Process and Sub process.
Please check.
Thanks for responding, we are using SAP Direct connector and we don’t have an Aggregation Filters option in this OOTB connector. The one you are showing from SAP GRC.