Oracle HCM Aggegration failing issue

Hi All,

The Oracle HCM application aggregation is failing with below error.
Exception during aggregation. Reason: openconnector.ConnectorException: Received fatal alert: internal_error

But the test connection is working fine for this application. Anyone is having any solution to fix this error?.

Thanks,
Shubham Gutte

Hi @GutteStolt,

do you have any logs with ore info?

1 Like

Hi @GutteStolt

Most probably (not sure) the error Received fatal alert: internal_error during Oracle HCM aggregation indicates a problem with SSL/TLS configuration, API response issues, or server-side restrictions.

To troubleshoot that you can do the following

  1. SSL/TLS Configuration, ensure the server and Oracle HCM support TLS 1.2 or higher and Import Oracle HCM’s SSL certificate into SailPoint’s Java keystore:
  2. Enable debug logs.
  3. Test API Endpoints, by using Postman or cURL to verify Oracle HCM API responses.
  4. Verify the permissions
  5. Adjust Aggregation Settings by reducing batch size and increasing timeout values in the application configuration.
  6. Check Network/Firewall by ensuring no firewall or proxy is blocking API calls (I know you mentioned that the test connection is success but double check again with the application technical owner)
  7. Validate Oracle HCM Endpoint, just confirm with Oracle support that their API endpoint is stable and accessible.

Also as mentioned by @enistri_devo if you can give some logs also so we can check with you.

Hope that would help!