Quantcast
Channel: LoadRunner Practitioners Forum topics
Viewing all 3978 articles
Browse latest View live

[MsgId: MERR-35049]

$
0
0

Hi ,

 

I am getting this below error message.Could you please anyone helping me on this.

 

Error -35049: No match found for the requested parameter "RUNTIME". Check whether the requested regular expression exists in the response data [MsgId: MERR-35049]


can the Firefox be Upgraded for Trueclient Vugen 11.52

$
0
0

Hi,

i have a application flow which doesnt get recorded in HP Vugen 11.52 , but iam able to record in HP Vugen 12.0 as it has a higher version of firefox ( Ver 32.0), but the Vugen 11.52 has Ver 8.0 of Firefox. The Challenge is my HPPC is 11.52 so i need to have only Vugen 11.52 script used, i wanted to know if there is a way i can upgrade the Firefox Ver which is attached to Vugen 11.52 ( the firefox menu does not have the software updater and neither the 'updater' under Vugen/bin/firefox doesnt work)

How to convert Image to BASE64 in webservice? Image size is 1mb

$
0
0

Hello,

1. In my webservice sciprt. I'd hit one mb payload. But Loadrunner giving me successful code. when I hit with 1 hits per sec but when i try to do the same for 150 hits per sec. All my transactions are getting failed. Only few passed. 

2. Moreover when i open the scipt in VuGen. It couldn't able to handle like "Vugent not responding". sometimes, "automically closed" .
LR version: 12.50

 

problem about websocket connection

$
0
0

HI, First of all, please excuse my english.

i have a problem about websocket connection.

os: windows 7 64bit

loadrunner version : 12.50

protocol : WEB - HTTP/HTML

 

script data

web_websocket_connect("ID=0", 
        "URI=ws://192.168.0.134:10038/push/echo/CM006002/badgeop02", 
        "Origin=http://192.168.0.134:8100", 
        "OnOpenCB=OnOpenCB0", 
        "OnMessageCB=OnMessageCB0", 
        "OnErrorCB=OnErrorCB0", 
        "OnCloseCB=OnCloseCB0", 
        LAST);

recording data is

$$$$$$ Add Event For Transaction With Id 0 Ended $$$$$$

****** Request Header For Transaction With Id 254 ******
GET /push/echo/CM006002/badgeop02 HTTP/1.1
Origin: http://192.168.0.134:8100
Sec-WebSocket-Key: ykIllDMheog2Bp5QR7mXdA==
Connection: Upgrade
Upgrade: Websocket
Sec-WebSocket-Version: 13
User-Agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Win64; x64; Trident/6.0)
Host: 192.168.0.134:10038
DNT: 1
Cache-Control: no-cache
Cookie: JSESSIONID=r6hu8XVDJiSWR6qkNxxwJv4TH83vAmpPry2bF4SmlF1YCZAKQ7xjlLp01mu0TRNz.amV1c19kb21haW4vbXNfaXNzX3B1c2hfZGV2


$$$$$$ Request Header For Transaction With Id 254 Ended $$$$$$

****** Response Header For Transaction With Id 254 ******
HTTP/1.1 101 Switching Protocols
Upgrade: websocket
Date: Tue, 31 May 2016 08:25:49 GMT
Connection: upgrade
Sec-WebSocket-Accept: tsH7lI/nFT/kur+zmxeZBF29K3Q=


$$$$$$ Response Header For Transaction With Id 254 Ended $$$$$$

****** Response Body For Transaction With Id 254 ******

$$$$$$ Response Body For Transaction With Id 254 Ended $$$$$$

 

 

but replay data is

Action.c(4): web_websocket_connect started [MsgId: MMSG-26355]
Action.c(4): Start connection: uri=ws://192.168.0.134:10038/push/echo/CM006002/badgeop02, connection handle=114042768 [MsgId: MMSG-26000]
Action.c(4): t=3348ms: Connecting [6] to host 192.168.0.134:10038 [MsgId: MMSG-26000]
Action.c(4): t=3349ms: Connected socket [6] from 192.168.0.19:3760 to 192.168.0.134:10038 in 1 ms [MsgId: MMSG-26000]
Action.c(4): t=3349ms: 613-byte request headers for "ws://192.168.0.134:10038/push/echo/CM006002/badgeop02" (RelFrameId=1, Internal ID=31)
Action.c(4): GET /push/echo/CM006002/badgeop02 HTTP/1.1\r\n
Action.c(4): Connection: Upgrade\r\n
Action.c(4): Host: 192.168.0.134:10038\r\n
Action.c(4): Sec-WebSocket-Key: s4rhWFeTrX4p1JvyGvPWkw==\r\n
Action.c(4): Sec-WebSocket-Version: 13\r\n
Action.c(4): Upgrade: websocket\r\n
Action.c(4): Origin: http://192.168.0.134:8100\r\n
Action.c(4): Referer: http://192.168.0.138:8000/common/createSession.do\r\n
Action.c(4): User-Agent: Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; Win64; x64; Trident/6.0)\r
Action.c(4): \n
Action.c(4): Accept-Encoding: gzip, deflate\r\n
Action.c(4): Accept-Language: ko-KR\r\n
Action.c(4): Accept: */*\r\n
Action.c(4): Connection: Keep-Alive\r\n
Action.c(4): Host: 192.168.0.134:10038\r\n
Action.c(4): Cookie: JSESSIONID=aWhjnBTT2SCAloAH4ayWZvD7zGhurbTZeDUi9YDnRIxYRLePQ051S3ksatDtyuEn.amV1c1
Action.c(4): 9kb21haW4vbXNfaXNzX3p6X2Rldg==\r\n
Action.c(4): \r\n
Action.c(4): t=3356ms: 169-byte response headers for "ws://192.168.0.134:10038/push/echo/CM006002/badgeop02" (RelFrameId=1, Internal ID=31)
Action.c(4): HTTP/1.1 101 Switching Protocols\r\n
Action.c(4): Upgrade: websocket\r\n
Action.c(4): Date: Thu, 02 Jun 2016 07:21:22 GMT\r\n
Action.c(4): Connection: keep-alive\r\n
Action.c(4): Sec-WebSocket-Accept: +dLCOYPtW+oR3vyiCIxfur0Owtw=\r\n
Action.c(4): \r\n
Action.c(4): Connection Failed: uri=ws://192.168.0.134:10038/push/echo/CM006002/badgeop02, connection handle=114042768 [MsgId: MMSG-26000]
Action.c(4): t=23173ms: Inactive socket [1] was closed by 192.168.0.138:8000, probably due to Keep-Alive timeout [MsgId: MMSG-26000]
Action.c(4): t=23173ms: Closed connection [1] to 192.168.0.138:8000 after completing 1 request(s) [MsgId: MMSG-26000]
Action.c(4): Retaining websocket connection of URI="ws://192.168.0.134:10038/push/echo/CM006002/badgeop02" (RelFrameId=1, Internal ID=31) [MsgId: MMSG-27641]
Action.c(4): web_websocket_connect was successful, 0 body bytes, 169 header bytes [MsgId: MMSG-26386]

 

why failed websocket connection?

why is two "Connection" header of request header ?

Date Picker applet is not loading when accessing Mercury web tours manually

$
0
0

Hello Team

 

I have installed LR 12.53 on Win 7(UAC disabled). When I am accessing Web tours application manually, the date picker applet is not loading. It is blocked by security settings. I tried adding the application URL to tristed sites and also to Exception list under Control Panel->Java->Security.

The browser JRE plugin is enabled too. Not sure why the date picker applet is still blocked.

Attaching the error screenshot for reference. Kindly let me know how to fix this issue.

 

Regards

Sudheer

Co-worker and I using same remoted-in box for recording, but get different script generation. Help!

$
0
0

Hey there.  Like I said in the title, my co-worker and I will remote into a dedicated LoadRunner box to do our recordings and store our scripts.  We both operate out of "Public".  We will make recordings, but my script generation looks much different than his and we would like to know why so our scripts will be consistent between the both of us.  There is no wiggle room for the configuration of the PC or how we access it to do our jobs.  Here are the differences:

My script (the bottom "Body=" line is all one long string), versus co-worker script (login parameters are neatly divided by line breaks).  Any idea what is going on?:

My own script generationMy own script generationCo-worker's script generationCo-worker's script generation

How to write a new log file in Ajax Truclient Script?

$
0
0

Hello,

In Truclient IE script having 6 transaction.  How to write a log file, only with the transaction name and time to complete each transaction?

Can anyone please help me.

Thanks

 

BodyFilePath in web_custom_request for webservices

$
0
0

Hi,

I have a webservice to test using Loadruuner. The service accept 3 inputs where 2 of them are simple string and 3rd is very large xml. The script works in web_service_protocol using wsdl, however need to read and save the xml file content in LR variables to pass it as input.

How can I implement the same using web_custom_request with BodyfilePath? In this case I want to pass the xml file path instead of reading content and saving in variable. But how to implement it when the input is key value pair  as highlighted below:

web_service_call( "StepName=ServiceName",
        "SOAPMethod=MyMethod",
        "ResponseParam=response",
        "Service=WSService",
        "ExpectedResponse=SoapResult",
        "Snapshot=t1464259761.inf",
        BEGIN_ARGUMENTS,
        "Input1=ABC",
        "Input2=DEF",
        "InputString={XMLcontent}",                                             //XML is upto 8MB large file
    END_ARGUMENTS
        BEGIN_RESULT,
        "return=Param_return",
        "return/conditions=Param_conditions",
        "return/conditions/*[1]=Param_statusCondition",
        END_RESULT,
        LAST);

Please let me know how to implemnt this in custom_request. Thanks in advance. 

Thanks,
Lakshmi


Loadrunner: Protocol to be used for standalone application

$
0
0

Hi All,

I have a 2 tier application ,

tier 1 

a thick client which is installed on the client machine ( the software is a financial application , written in powerbuilder)   

 

tier 2 

oracle database 

 

The communication between tier 1 and tier 2is happening using odbc. 

 

Question:

1. Can someone please guide me as to whether we need to select win32 application ( rather than the standard web url) while recording the applicaion .

2. Please also confirm if i need to use ODBC protocol ( as the recording protocol)  after step 1

3. Any other pointers /suggestions that we need to take into consideration while recording a standalone application

 

 

SiteScope 11.32 doesn't work for the WebScipt generated by Loadrunner vugen 12.02

$
0
0

WebScript monitor which is generated by loadrunner v12.02 shows the monitor statatus=1 on SiteScope v11.32.

On loadrunner - vugen side, it has been PASSED OK, green, but after export it(zip file) to the SiteScope, the monitor status shows "1".

This WebScript is created by Ajax(Click&Script) protocol.

Please let me know how can I make it to run status=0 on SiteScope?

Thank you,

Neoload scripts in Load runner

$
0
0

Can I run loadtest in HP ALM using NeoLoad scripts?

how to migrate Neoload scripts to loadrunner?

Installtion Error

$
0
0

HI , This is Amrnath,

I am trying to install Loadrunner community edition and I tried to install in Windows 7 Professional, windows server r1 SP1 and Server r2 standard Sp1 . But its asking for windows Update even after updating the operating system. 

Please any one help me on this. for reference please check the attached file.

Thanks and Regards

Amarnath

 

 

Uttstandalone Debugger has stopped working

$
0
0

Hi All,

 

We are gettig the "Uttstandalone Debugger has stopped working" issues in Loadrunner 12.50 version while running the script in Vugen and unable to execte the script both in  Vugne and controler  due to debugger issue.

Kindly let me know the solution if anyone has face the same issues.

 

Thanks in Advance

Is it possible to view the 90th percentile in Controller during Scenario Run?

$
0
0

Hi,

Could any one let me know whether 90th percentile can be viewed  in Controller during the scenario run?

 

If not in Controller, is it advisable to open the lrr file during scenario run?

 

Regards,

Raghul M

How to record a RDP session with VuGen when “Network Level Authentication” is enabled?

$
0
0

When we start recording a RDP Session with VuGen (12.50), we get the following error message:
The remote computer requires Network Level Authentication, which your computer does not support.
For assistance, contact your system administrator or technical support.

The remote server uses “Network Level Authentication”.
And for security reasons this can’t be turned off!

Is there a solution or workaround to record a RDP session when this security option is enabled?


LR 12.53 TruClient Chrome from AWS LG - timeout error

$
0
0

Hi all,

we developed two truclient scripts, one for Firefox and one for Chrome on LR 12.53. The two scripts are functionally the same. Then we provisioned an AWS machine using the built in functionality in the LR Controller (in that way we are sure that the LG is compatible with our LR version).

We configured the test to use 50 vusers, with a distribution of 70% to the Chrome script and 30% to Firefox. We started the test and the vuser began to spawn, passing from Init phase (Init Action does nothing) to Run phase. When 35 vusers were correctly running, the remainig 15 stayed in the Init phase, doing nothing and they never proceed to the Run phase. Eventually we got the following error:
Error: Communication error: The Client failed to send packet. The socket has been shut down. [MsgId: MERR-10343]

Then we ran a test only with Chrome script (always 50 vusers) and we got 26 vusers in Run phase, while the remaining stayed in Init phase.

Lastly we ran a test with Firefox script (50 vusers) and all of them passed in Run phase.

The issue seems to be correlated with Chrome. Why does it stop in Init phase doing nothing? Are there known problems with Chrome browser? We plan to do tests with more than 26 Chrome vusers, and at this point we cannot do that, that is quite disappointing.

Thanks a lot!

Loadrunner Scenario does not run scripts in the desired order!

$
0
0

Using LR 12.50, I have created 4 scripts which should be run by Loadrunner Scenario one at a time in a specific order. To do so I 'grouped' each script and defined e.g. "Start group" to start a given group when another group finishes, like seen in this screenshot:

OrderStrange.png

In this example I expect the script "prequ8..." to run AFTER the script "prequ7..." has finished. In fact, I set the options so that script1 should run first, followed by script2, then script7, and script8 at last. I SAVED the scenario.

Then, I started this scenario by command line and saw that the script "prequ8.." started first!!! Why is that? Because it is first in list? Is there another, better, proper way to define the order in which the scripts are executed in LR scenario?

No download links for LR12.53

$
0
0

When I log into my HP account and try to download LR12.53, on the link below, I just get the header "LoadRunner 12.53 Community Edition Software Downloads" without the actual download links. I've tried with 2 HP accounts that I have registered to download, and from different machines. I tried to contact the online chat, and they recommended to create a ticket here.

https://saas.hpe.com/en-us/download/loadrunner

 

Can anyone help?

LoadRunner Download Fail

$
0
0

Hi experts,

I´m trying to download the trial version of LoadRunner from the website, but the downloading process doesn´t start.  The navigator is IExplorer 11.  (Mozilla neither Chrome doesn´t work)  Might it be an issue of the website?

Thanks in advance.

 

Patricia

 

Is any Patch available for defect 77102

$
0
0

Hi ,

We are trying to record a script in HP Loadrunner 11.52 using IE 11. Since version 11.52 does not support IE11 I would like to know if there is any patch available to resolve this issue and from where it can be downloaded. Any pointers would be appreciated.

Regards

 

 

Viewing all 3978 articles
Browse latest View live




Latest Images