Background: Socket 10053 Exception: The software is actively abandoning a connection because of a timeout or protocol error. If the LR client reports a 10053 exception, it indicates that LR, when performing a socket operation, has a communication timeout, network interruption, or other exception, and the socket connection is actively disconnected. That is, the 10053 exception is disconnected from the LR angle. Scene: Multiple send and recive data after one connetion, playback script, software caused connection abort appears. Error code:10053. Environment: Mainly backend system: AIX system Apache Server +weblogic+oralce11g resolved: 1. Apache configuration can be modified. This information can be consulted http://www.cnblogs.com/pent/archive/2007/03/31/694903.html general meaning is the socket mechanism adopted by LoadRunner Apache restricts this frequent request data, which causes script playback to fail. 2. Close the socket and then connection part of the script int rc;//rc to 0, then you can return the data lrs_close_socket ("Socket3"); Rc=lrs_create_socket ("Socket3", " TCP "," remotehost=192.168.10.197:61616 ", Lrslastarg); Lr_output_message (" rc=%d ", RC); Summary: This problem is caused by the mechanism of LR itself, as long as the careful analysis, debugging, can completely avoid this problem.
Loadruner11 Socket Script-10053 error