Quantcast
Channel: All LoadRunner Practitioners Forum posts
Viewing all 12134 articles
Browse latest View live

Re: Unable to Solve Load Runner Error code 32999 - Invalid Schema

$
0
0

Hi, 

Those are valid points. I taken care of it. There are no Empty line at the end. And Strange is, Its not particular to single user its random. Our project is on stand by because of this issue and im trying to find the solution in all the way. but still no luck. If anyone faced and solved please help to resolve. 

Thank you

 


Re: Load runner controller return- Wlrun.exe caused an Microsoft C++ Exception in moduleKERNELBASE.d

$
0
0

I am having the same issue with Lr 12.53. did you find any solution? I have Admin Privs so i ran the test as Administrator.Please let meknow if you have found the solution.

Need to run javascript code in truclient

$
0
0

i have a mobile application for approving the ticket , but that approve triggers only run in browser chrome console (evaluate console).  javascript code for approve is 

submitApproveReject('approve'); 

I need to run this code in Ajax truclient chrome browser to apporve it. so please guide it.

 

Encountering error in VuGen "Requested form not found" in extended replay but not in standard replay

$
0
0

I'm scratching my head at this.

I have a web/html protocol script that I created in VuGen. I correlated everything that I think needs to be correlated. When I replay the script with no log, standard log, or log with parameter substitution, the script passes and everything is successful (more or less).

When I enable extended log with "data returned from server" and replay, a web_submit_form constantly fails with the message "Error -27979: Requested form not found". I don't understand why this is happening -- it ONLY happens when I am trying to get an extended log with data. I am only using one user and one iteration with replay. I can give more details if needed.

Additional: I have increased the HTTP-request connect/receive/Keep-Alive timeout to 500 and Step Download timeout to 800. It did not fix it.

Re: Errors connecting to AWS

$
0
0

Hi,

Did you verify all the items mentioned in the error dialog?

Is everything configured well?

Regards,

Shlomi

Re: LR 12.53 Controller not correctly collating files from injectors

$
0
0

Hi,

How many Load Generators did you have in the scenario? 

was the data collated from some of them? 

Can you share a screenshot of the error message you get?

Regards,

Shlomi

LoadRunner newbie with SharePoint 2013: Exactly how do I handle __REQUESTDIGEST ?

$
0
0

Hello all,

I cannot successfully call the ProcessQuery web service request in a load test of a SharePoint Server 2013 website. I am getting 403 errors. (My load test is very simple. I login to the SharePoint portal home page and search for a word.)

I have read posts and that say I have to add an X-RequestDigest header by doing web_add_header and create a correlation for the __REQUESTDIGEST by creating a web_reg_save_param.

But I am very new to Load Runner. I do not know exactly where to add these references in my script or how.

  • Do I add them in text at the very beginning of the VUser script or just before the ProcessQuery statement? How do I create the correlation of such a complex string?
  • Do I use one of the dialog boxes and add a New Rule? (Record > Recording Options > Rules > Advanced > ASPNET?)
  • Do I have to do both? Or something else?

I see walkthroughs of how to extract this vital variable for other load testing software. (See Step 4 at https://blogs.technet.microsoft.com/meamcs/2013/06/16/web-performanceload-testing-sharepoint-2013-for-beginners-part-1/) But how do I do those steps with Load Runner? Could someone please post a more detailed walkthrough?

Thanks in advance,

M. Dex

Re: HP Loadrunner issue due to upgrade from version11 to 12.53

$
0
0

Hello,

The “Redeclaration of PVCI” is a compile time error message.

It means when compiler compiles the C source code, It find the symbol “PVCI” has been defined twice or more.  

In 12.53, VTS definitions is auto included by default, no need to include the old VTS header file: "vts2.h" again, and no need for user to define the PVCI or PVCI2 type manually. (the souce code may looks like: typedef int PVCI;  )

The error message should come together with the related file path and line number in source code  (you can see it in the “View->Errors” window) just navigate to that file and comment out the definitions.  

Regards,

Bingle(LoadRunner R&D)


Re: web service protocol error

$
0
0

Hello, 

The 404 error is very common. It means the client is able to connect to server, but server could not found what was requested. 

Could you check whether the webservice is running on the server and your request URL is correct?  

Regards,

Bingle(LoadRunner R&D)

Re: Loadrunner unable to handle Oracle Access Manager SSO Authentication

$
0
0

Hi,

>> "LR is unable to handle the dynamic authenticated cookies generated"

Could you describ more detail about what's not handled? is the cookie not recorded? or not applied when replay or something else? 

If it's not recorded, could you check the options at: Recording options->HTTP Properties->Advanced->Generate web_add_cookie functions?

Regards,

Bingle(LoadRunner R&D)

Re: Chalenge in Loadrunner script

$
0
0

Hello, 

I guess you're actually talking about the web_websocket_send().

The "Buffer" parameter in web_websocket_send indicate the string send to server.

Do i have to correlate that ? --> it depend on your application's logic.  How was the Token value generated in your original client App? How does the server use this value? 

Regards,

Bingle(LoadRunner R&D)

Re: 27792: Failed to connect to server "server:443": [10061] Connection refused

$
0
0

Hello, 

The error message happens at when LR trying to setup socket connection with remote Server, and [10061] means Server actively refused the connection.  I suppose the request has not been send at this time point, so it should not relate to correlation. 

May I confirm whether it’s happen on VuGen or LG? And could you check that the URL is accessible forms your VuGen/LG machine, and whether Proxy setting in Runtime settings is correct?

Regards,

Bingle(LoadRunner R&D)

Re: RTE Protocol Terminal Window Disappear When I click on Connect Button in VuGen 12.02

$
0
0

Hi,

For more close detection of the issue could you please run "rtegate -bypass" and try to connect as during recording. rtegate is located <LR>/bin directory. Please let us to know the result of connection try.

Re: Load Runner Recording error

$
0
0

Hi,

Run "rtegate -bypass" to check PowerTerm functionality. You can find rtegate utility into <LR>\bin directory. If it doesn't work send me a Vugen setting for the RTE protocol.

Re: Error: C interpreter run time error: Error -- memory violation : Excep

$
0
0

Hi,

We are facing the sameissue. Could you please let us know from where you got the patch 2 for 12.53?


AWS LoadGenerator never finishes provisioning

$
0
0

Hi,

I never get an error message and the AWS LoadGenerator, which I spawned in our AWS VPC from my laptop on our corporate LAN, never finishes provisioning. How could I troubleshoot this issue? The provisioning process had not died after an hour...

Re: VuGen - hidden steps with errors only appearing in Transaction Manager!

$
0
0

I have the EXACT same problem (and need to fix it).  My script started failing (on a step that has worked correctly for days).  The error message references an object that is not referenced in the current step.  I got the same idea as the OP and checked the Transaction Manager view and sure enough, there are two extra steps (that do NOT appear in Interactive Mode).

  • 88: Click Next
  • 2.1: Mouse down on Limit
  • 2.2: Mouse up on Limit
  • 89: Click Prior Carrier

I have NO IDEA how 2.1 and 2.2 got there.  They do NOT appear in the Design Mode editor (not even at Step Level 3).  The Limit field isn't even referenced in steps 88 or 89.  Please help me remove Steps 2.1 and 2.2.  Thanks!

Re: Unable to Solve Load Runner Error code 32999 - Invalid Schema

$
0
0

Hi, 

This sounds really strange.

So you're using file parameter, and runing from controller, is it? Are you using Linux or Windows LG?  

I think you can check following points, 

1) Is there some other script lines saving values to the parameter {URL}?

2) You can try the "simulate parameter" functionality in VuGen(as I posted in attachment), is it works as expect? 

3)If "simulate parameter" works as expect, but LG just randomly generate empty parameter, you can have a double check of the parameter .dat file deployed to LG, and please tell us the LR version number and share a sample parameter file(.prm and <param_name>.dat in script directory). 

Regards,

Bingle(LoadRunner R&D)

Re: VuGen - hidden steps with errors only appearing in Transaction Manager!

$
0
0

Hello,

This issue was resolved in 12.53. 

12.53 won't fixed existing scripts in which this issue happened but prevent creating additional ones.

Regarding current corrupted script(s) please open a support call so we can  handle it.

Regards,

Shlomi

 

Citrix Protocol With Azure Cloud

$
0
0

Hi,

I got to work on Ctrix protocol for a Desktop application. I asked the client to host it on Citrix XenApp to do performance test. So, the client hosted it on Azure. Here the application lauching steps

1. open the URL : https://xenapprsxjryj-westus.xenapponazure.com/vpn/index.html

2. Login  with credetials

3. Then, lauch the client app with citrix receiver.

What I tried?

 - I tried with multi protocol. The problem i am getting, when I record in multiprotocol (web+citrix), Web events are recorded, but the not the citrix events.

- I used the server address to ping to record using Standalone Citrix protocol, but unfortunately ping is getting failed with Request Timed Out.

- I am unable to use existing .ica file because doman is very dynamic in .ica file.

 

Solution Iam looking at is,

- Is there any way to directly generate ICA file for opening the application using Citrix Login directly?

- Any help with multi protocol?

 

I sincerely appreciate yor help

 

THanks,

Naresh

 

 

Viewing all 12134 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>