Geeks Talk

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.

HttpSendRequest in Load Runner

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 ...

Go Back   Geeks Talk > Software Testing > LoadRunner
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 09-23-2009
Junior Member
 
Join Date: Apr 2009
Location: Chennai
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
yeapmadhu is on a distinguished road
Question HttpSendRequest in Load Runner

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
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 10-18-2009
Junior Member
 
Join Date: Jan 2007
Posts: 28
Thanks: 1
Thanked 0 Times in 0 Posts
abdul_sma is on a distinguished road
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.
Reply With Quote
Reply

  Geeks Talk > Software Testing > LoadRunner

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
New to load runner priya_mano LoadRunner 5 12-10-2009 07:35 AM
Load Runner villjuj LoadRunner 2 07-13-2009 03:10 AM
QTP Script in Load Runner for Load Testing rohits_1982 QTP 2 08-13-2008 03:51 AM
My load runner gets crashed Geek_Guest LoadRunner 1 09-06-2007 10:48 AM
LOAD RUNNER _VIEWSTATE value smoin LoadRunner 3 07-08-2007 02:33 PM


All times are GMT -4. The time now is 12:31 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2005 - 2010 GeekInterview.com. All Rights Reserved