PTF - The request Channel timed Out while waiting for a reply
Hello all,
We are getting this error in PTF for which there is a suggested solution in Oracle Support but doesn't seem to be working for us.
Message: The request channel timed out while waiting for a reply after 00:00:59.9969997. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.
Oracle suggestion - Timeout settings should be updated in the localoptions.xml file. Increase the WS Timeout from 1 to 10 as below:
<webservices>
<wstimeout>10</wstimeout>
</webservices>
As per Oracle's suggestion we increased the wstimeout value to 10 in the localoptions.xml file but some users are still getting this error. Anybody else run into this issue? What else could be wrong?