Hi all,
what does
* -10807: System call 'recv' failed, rc=104:Connection reset by peer
mean? This message is displayed while calling a stored procedure with one UPDATE statement. When I modify the UPDATE statement so that no rows are modified, it comes through. Also, it takes about 1 minute to display the error message even though the UPDATE statement alone executes in no time when run from the command line. I suspect that the error has something to do with a deadlock timeout, is that the case? There seem to be no locks on the concerned table, though.
Cheers,
-- Micha