downloadESSJobExecutionDetails in ErpIntegrationService returns SocketTimeoutException
Summary:
We are leveraging the downloadESSJobExecutionDetails in the ErpIntegrationService to download ESS job output files from Oracle Cloud ERP. Although the service usually works well, we occasionally run into a ERROR:Exception in request: java.net.SocketTimeoutException: Read timed out
The key difference we've noticed between successful and unsuccessful calls is the size of the output files. Successful cases have files around 50 MB, while failures involve files that are roughly 250 MB.
We checked Oracle's documentation, but it does not specify any limitations regarding file sizes.
Has anyone else dealt with this issue? If so, what solutions or workarounds did you find effective?