G
gryphon
Guest
Hi guys I have 2 machines with the exact same web service setup on both of them. Only difference is that one points to a live DB and the other to a test DB. We have a method where our client requests all the stock items from us and they do this in batches of 15k records at a time... This works perfectly on the 1 machine pointing to the live db yet on the other machine pointing to the test db.. when calling this method it sees there is a timeout problem, the method runs but afterwards get the following. ERROR: READPACKET IOException : java.net.SocketException: Software caused connection abort: recv failed (Software caused connection abort: recv failed) 4GL-Provider Error in SOAP request execution: Communication layer message: General Error: READPACKET IOException : java.net.SocketException: Software caused connection abort: recv failed (Software caused connection abort: recv failed). (7175) (10926) Now both machines go through a firewall and the same rules are applied to both machines. In my testing if i specify, i want to retrieve a batch of 10k records or even 13k records it works perfectly yet the batch requirement of 15k records fails with the above errors. To retrieve the 15k records it does take a fair time to run. (2:40min). Is there a timeout setting im missing??.. ive double checked all the settings on the 2 web services and appservers and they are identical. Can someone put me in the correct direction here? OE:11.3 TIA
Continue reading...
Continue reading...