Hi @SMANUEL ,
The root cause for this error might be the timeout set for the server requests.I would suggest 2 methods
- Verify the timeout settings on the MWS
Please change the 'KeepAliveTimeout' and the 'TimeOut' parameters to 30 and 600 respectively. This will increase the wait time for the responses from the client. There seem to be no issues with changing these values. Hopefully, this method could solve the reported issue.
- Also please check whether you have set any hard-coded values in the Oracle profile other than UNLIMITED for the session properties? (This can be found under Solution Manager - Security - Oracle Users - Oracle Profiles - Kernel).
Check whether the "idle time" and “Connect time” are set to UNLIMITED in all user profiles as because No user in the system should have the "idle time" and “Connect time” set to anything else than "UNLIMITED".
I believe the issue can be sorted by trying out these methods mentioned above. Please check and let me know.