Correlation rules are not automatically applied to web_add_header. I suggest trying manual correlation - right click the value you'd like to correlate and select "Correlate selection" from the menu.
Re: Correlation Rules - Not Applied to web_add_header function
Re: VUGen using 64-bit JRE- Not able to record via Java over HTTP - App does not start
Hello Suresh
It strongly depends on local settings, like PATH environment variable, and particular application’s settings too. These settings should be taken into account in order to figure out minimal and precise solution. Since I don’t have all this information, I can only suggest to temporary uninstall x64 kind of JRE.
Thanks, Dmitry
Re: Server has a weak ephemeral Diffie-Hellman public key
Changes in dll worked for me....Now. i am not getting the Hellman public key error
Re: Installation Issue - HP_LoadRunner_12.02_Community_Edition_T7177
Yes AvniLior,
Tried tried installing with "Right click -> Run as Adminiatrator". But still getting the same issue.
Re: Unable to launch Oracle Forms applet from LR12 using Web(HTTP/HTML) + Oracle NCA multiprotocol
Hi,
Anyone find the solution for this problem. please post the solution if any.
Thanks,
Satheesh
Re: Install latest version of flash player plugin while recording using LR 12.01
Hi..
Thanks for your response.
I tried doing the steps as you mentioned but still getting the flash player issue while recording.
LR_Seibel_Error while playback
Dear All,
Greeting..
Finding this below error while playing back LR script (working on seibel technology).
Done maximum RnD, to resolve the issue...still finding the same..
Looking for your kind n quick suggestions...
Thank you..
Ifty
Action.c(324): Error -26372: ContentCheck Rule "Status_Error1" in Application "Siebel" triggered. Text "`Status`Error`" matched (count=1) [MsgId: MERR-26372]
Action.c(324): web_submit_data("start.swe_26") highest severity level was "ERROR", 4799 body bytes, 272 header bytes [MsgId: MMSG-26388]
load runner select instance
Hi friend, i have a issue about the load runner. The issue is, when i am making the load test i want to decide users using which server. i mean all user is using server_1.
Actually sometimes using server_1 sometimes server_2
in this case we closing server_1 and users using server_2.
But i wanna edit this without closing server_1.
Maybe its is possible maybe not. i dont know but i think its related changing cookies.
any idea about this issue?
Re: LR_Seibel_Error while playback
Hi,
Could you please execute the script with 'Detailed Logging' enabled and share the replay log via a notepad file ? That gives more information to identify the root cause of the problem and I can help you if possible.
Regards
Srinivas
Re: Installation Issue - HP_LoadRunner_12.02_Community_Edition_T7177
Hi,
Try these and see if it makes any difference::
- Navigate to the following registry subkey:
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
- In the details pane (Right Pane), locate the EnableLUA key (REG_DWORD type). Double click to Modify.
- In the Value data box, type 0 (zero), and then click OK.
- Exit Registry Editor, and then restart the computer.
2. Disable DEP (Data Execution Prevention). Steps to disable DEP:
- Click Start, click Run, type sysdm.cpl, and then click OK.
- On the Advanced tab, under Performance, click Settings.
- On the Data Execution Prevention tab, use one of the following procedures: •
- Click Turn on DEP for essential Windows programs and services only to select the OptIn policy.
- Click Turn on DEP for all programs and services except those I select to select the OptOut policy, and then click Add to add the programs that you do not want to use the DEP feature.
- Click OK twice
After the above changes were made, try to install LoadRunner and see if it makes any difference.
Regards
Srinivas Motamarri.
Re: VuGen was unable to connect to the selected application to record the HTTP traffic
Hi,
Following are a few checks for your issue:
1. VUGEN Properties --> Compatibility --> 'Check' Run this program as an Administrator check box
2. Turn on / off Data Execution Prevention
3. Changing portmapping settings from Socket Level to WinInet or Socket & WinInet level
Regards
Srinivas
Re: can MI listener be installed on PC server or LG?
Note:
- The MI Listener must be installed on a standalone machine.
- The MI Listener cannot be installed on a machine running IIS.
Re: I am using Vugen 12.1, while trying to use the web_set_user function it gives an error
If you still experience the error after inserting web_set_user(); function, Check 'WinInet replay instead of sockets' option in Run-time settings under Preferences Tab.
Re: VuGen was unable to connect to the selected application to record the HTTP traffic
Yes, TLS vs SSL can be an issue now also, especially since most companies are now disabling SSL due to the disclosure of heartbleed vulnerability. I had forgotten about having to add to existing scripts
web_set_sockets_option("SSL_VERSION","TLS");
Re: LoadRunner 12 / Load Generator Unix/Linux
Hi Lior,
I installed LR12.5 community edition in from https://saas.hpe.com/download/loadrunner. I also downloaded ' LoadRunner 12.50 Community Edition Software Downloads' from the same link and installed it in my pc. After installation, it is showing only the following exe files in the C:\HP LoadRunner 12.50 Community Edition\DVD\Standalone Applications folder and I do not see Linux folder in it.
SetupLoadGenerator.exe, SetupMIListener.exe, SetupMoFW.exe, SetupTruClient.exe.
VuGen errors out with error MERR-205177
I have scripts that run OK when I execute them manually. However when I run the scrpits in a sceanario, I get this error:
t=00026624ms: Error - 205177: **8.1: Click on *User ID textbox ** failed - target object was not found. [Msgld: MERR-205177]
Loadrunner version 12.02
Internet Explorer Version 11
Can't view Loadrunner scripts in ALM Test Plan.
Thank you in advance everyone.
I am able to upload scripts from Vugen to ALM Test Plan successfully in Vugen.
But when I go to ALM Test Plan folder I see the following message in the "Test Script" tab.
"Script data is not available
No Performance Center Server has been configured for the system.
For assistance, contact your Administrator."
ALM Version
HP Application Lifecycle Management
Application Lifecycle Management Edition 11.52.341
Vugen Version 12.02
Is there a way I can save my scripts to ALM without performance center?
Thank you.
Re: LoadRunner 12 / Load Generator Unix/Linux
Hi Lior,
I have just found linux folder outside standard applications folder. Its path is C:\HP LoadRunner 12.50 Community Edition\DVD\Linux. I will copy this whole folder to a linux box and follow the steps mentioned in the installation guide.
Thanks very much for your help.
GVR
Re: Finding largest value from the list of values
maximum=atoi(lr_eval_string(y[1])); is an incrorrcet statment because lr_eval_string requires a parameter as an input to convert to a string. It is throwing the error as y[1] is an integer.
You declared 'y' as a 2-dimensional array of integers. so, y[1] is an integer. You can directly assign y[1] to 'maximum' variable as following.
maximum = y[1];
Re: ContractFilter mismatch error encountered while executing Silverlight based script
Hi Experts,
Has any one encountered this issue? Please do share the pointers how to resolve it.
Thanks,
Ajit