Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on HttpSendRequest in Load Runner within the LoadRunner forums, part of the Software Testing category; Hai, we are trying to run upload 20 MB File with 10 User , it throws the below Error 1) Error -27492: "HttpSendRequest" failed, Windows error code=8 and retry limit ...
|
|||||||
|
|||
|
Hai,
we are trying to run upload 20 MB File with 10 User , it throws the below Error 1) Error -27492: "HttpSendRequest" failed, Windows error code=8 and retry limit (0) exceeded for URL="http://dms/livelink/llisapi.dll". 2) Action.c(6): Error -26000: Not enough memory (20597669 bytes) for a new escaped bufferin LrwUtilSubmitDataBody::MakeAdditionalRoomForOK . By changing the Heap Size in the Run time Settings cannot help to solve the problem Anyone please suggest to solve this Problem |
| Sponsored Links |
|
|||
|
Re: HttpSendRequest in Load Runner
Reduce the upload chunk size and use a Keep-Alive connection
1. Record a multi-protocol script with following recording options: Go to Recording -> URL Recording -> URL Advanced -> Create concurrent groups and web_custom_request only. 2. At the very beginning of the script, add the following two lines: web_add_auto_header("CONNECTION","KEEP-ALIVE")' web_set_sockets_option("UPLOAD_CHUNK_SIZE","8192"); The Keep-Alive header is to enforce the server to keep the connections alive. Reduce the upload chunk size to 8192 bytes, which is the same as Intenet Explorer uses. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Load Runner | villjuj | LoadRunner | 2 | 07-13-2009 04:10 AM |
| New to load runner | priya_mano | LoadRunner | 3 | 06-05-2009 11:05 AM |
| QTP Script in Load Runner for Load Testing | rohits_1982 | QTP | 2 | 08-13-2008 04:51 AM |
| My load runner gets crashed | Geek_Guest | LoadRunner | 1 | 09-06-2007 11:48 AM |
| LOAD RUNNER _VIEWSTATE value | smoin | LoadRunner | 3 | 07-08-2007 03:33 PM |