I am trying to apply a filter on some entitlements within the SAP Direct connector and I am not having success. Has anyone ever needed to apply a similar filter?
Filter used: “group.filterString”: “!Name.startsWith("ZS:") && !Name.startsWith("ZC:")”
Error received: Exception during aggregation of Object Type group on Application SAP Direct Tst [source]. Reason: java.lang.RuntimeException: An error occurred while aggregating Application SAP Direct Tst [source] An internal error occurred handling stream response from the server.
Even with the error, the number of entitlements reduces to roughly the expected amount, but since the aggregation doesn’t finish, it’s impossible to validate with certainty.
If anyone has encountered this, it would be of great help.