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

Re: Script is played in a different browser

$
0
0

 

Hi ES74

 

Hope you are well!

 

Based on the information you have supplied, in case that you are using TruClient protocol, for that protocol you can use these valid versions of Molliza Firefox Browser:

For LoadRunner 11.00 (patches: 1, 2, 3, and 4):

  • v3.6.3 preferably

For LoadRunner 11.50 (Service Packs 1 & 2):

  • v8.0.0.1 (preferably) and lower

For LoadRunner 12:

  • v24.0 (preferably) and lower

The same apply if you will use the Web (http/html) protocol to record the Business Process using the Firefox version 24.

Please go to RTS, under Browser tab, go to Browser Emulation, then go to Browser type and select ‘Molliza Firefox’ option, then for Browser version select the browser version you are working on. Also you can select the platform you are using for the replay process.

 

You can use a custom ‘User-Agent String’ property, from the Molliza Firefox User Agent string link: http://www.useragentstring.com/pages/Firefox/

Kindly waiting your reply accordingly!

 

Alexis Brenes


Re: Highest severity level was "ERROR", 212 body bytes, 230 header bytes [MsgId: MMSG-26

$
0
0

Greeting  vdog,

 

Hope you are doing well!

 

I found this information related with the error message you are facing:

 

Whenever data is sent back and forth from the Server, it is done in chunks. There is some overhead caused by the information exchanged between the Client and Server when negotiating the size of the chunks to be sent and when acknowledging the chunks sent and received. This is the chunking overhead. It is a feature of the HTTP protocol and the way in which data is sent back and forth between Client and Server.

Replay the script with WinInet option checked in Runtime settings. To enable this option, go to Runtime settings->Preferences-Advanced->WinInet Replay instead of Sockets.

 

 

 

Another information that has some relation with this issue, you can find it on this link: http://support.openview.hp.com/selfsolve/document/KM177179

 

Kindly waiting your reply!

 

Best Regards,

 

Alexis B

 

 

 

Re: Hp Loadrunner Truclient Debug

$
0
0

http/html protocol may have some dynamic values which need to be correlated, please try to correlate if any. You can use Design Studio for the correlation.

Hp Loadrunner Truclient Debug

$
0
0

Hi guys

please help me..it is my fault photos..I couldn't solve this problem since last week..

In the .rar file there was some photos about my project. I recorded it but I can't run.. You will see 7 and 8 photos....

In fact İt must be 7. photos but , when  init option pass to action option it became like 8.photos.  EKYS option on my page isn't seen ..Please help me.I couldn't this problem.. 

Unable to Get Complete Analysis Report

$
0
0

Hi ,

 

I ran a 8 hours Endurance test.

After the test , when I open the Analysis Report , I am getting on 1 hours results.

Please tell me how can I get the complete results.

 

Thanks,

Era

Analysis Report - Unable to get full report.

$
0
0

Hi ,

 

I ran a 8 hours Endurance test.

After the test , when I open the Analysis Report , I am getting only 1 hours results.

Please tell me how can I get the complete results.

 

Thanks,

Era

Re: Need help on correlation.

$
0
0

Hello guys,

 Thanks for your replies, I am facing other issue, stated as below, please help.

 

Error Message : "Sub-argument number 1 of the "LB" argument (number 2) is invalid" for correlation function - I am trying to handle dymanic boundary in LB. Please let me know if any other info required.

 

web_reg_save_param("JSession_Id",
        "LB/ALNUM=JSESSIONID^^=",
        "RB=_SAP",
        LAST);

Re: Unable to Get Complete Analysis Report

$
0
0

Hi,

 

Could you please provide the version of LoadRunner?

Please go to HP LR Analysis/ Tools/ Option/ Result Collection and check on option: "Generate complete data only" then try to open Analysis report again.

 

Regards,

Chau 


Urgent Help - ALNUM in correlation function.

$
0
0

 Hello Friends,

I am facing issue, stated as below, please help.

 

Error Message : "Sub-argument number 1 of the "LB" argument (number 2) is invalid" for correlation function - I am trying to handle dymanic boundary in LB. Please let me know if any other info required.

 

web_reg_save_param("JSession_Id",
        "LB/ALNUM=JSESSIONID^^=",
        "RB=_SAP",
        LAST);

 

Re: Urgent Help - ALNUM in correlation function.

$
0
0

Hi,

 

The syntax of function is:  web_reg_save_param("TestCorrelationValue", "LB=", "RB=", LAST);

So you need to find the left boundary (LB) and right boundary (RB) of the correlation value.

If your LB is '/ALNUM=JSESSIONID^^' and RB is '_SAP', so the syntax is:

web_reg_save_param("TestCorrelationValue", "LB=/ALNUM=JSESSIONID^^", "RB=_SAP', LAST);

Please refer the attached document about correlation.

 

Regards,

Chau

Re: Urgent Help - ALNUM in correlation function.

$
0
0

Hello Chau,

Thanks for your help. 

 I have another question on the same line. Pleae add your valuabe inputs to the same.

 

***********log******

"asxasda<123456>TaskTitle>P#1810 Line7072 DU:RECORDREPLAY"

 

****Function for 123456******

web_reg_save_param("Test",

                                            "LB=asxasda<",

                                            " RB/DIG=>TaskTitle>P#1810 Line#### DU"

                                            LAST);

 

is not returning any values, but the same below function does return the expected value.

 

web_reg_save_param("Test",

                                            "LB=asxasda<",

                                            " RB=>TaskTitle>P#1810 Line"

                                            LAST);

 

My question :

Is that the "space" after Line7072 is problem ?? or is there any i am missing here ? pleae let me know.

 

Re: Urgent Help - ALNUM in correlation function.

$
0
0

Hi,

 

There is no issue with the space after Line7072. As I mentioned, the correct syntax is "RB=abc" with 'abc' is the correct right boundary value.

In your first function, you are uisng 'RB/DIG=' which is not correct and in the second function, you are uisng the correct syntax 'RB=' and it returned the correct value.

 

Regards,

Chau

Re: Urgent Help - ALNUM in correlation function.

$
0
0
Hi, Here i am using Text Falg "ALNUM, DIG..", its not a part of boundary found in the logs

Re: help guide to record script in Mobile protocol

$
0
0

Hi,

 

You can find the information in HP LoadRunner User Guide version 12:

Mobile http/html -page 693

Mobile Truclient - page 715

SAP Mobile Platform - page 717

 

About CPU and memory consumption of a single Vuser, it depends on your hardware. You can refer an example at page 513 in HP LoadRunner User Guide version 12.

 

Regards,

Chau

Re: Urgent Help - ALNUM in correlation function.

$
0
0

Hi,

 

Please refer Function Reference in Help tab of Vugen, the correct syntax of function is "RB=" . If you use "RB/DIG=", Vugen can not understand.

 

Regards,

Chau


Re: Vugen 11.04 does not captures any events(except for login) for actions performed in an ALM

$
0
0

Now a new issue, we have updated LR 11.04 to LR 12 as suggested above to work on win 7 OS.

 

OS: Win7

Browser: IE8.0

LR Version: LR12.0

Protocol: web http/html

 

We tried recordng the business process, but the request getting captured on for Login transactions and not in other business process transaction.

 

 

Please suggest

Re: help guide to record script in Mobile protocol

$
0
0

Hi Chau,

 

Thanks for your reply. I have download the attached pdf and its throwing errorwhile opening.

 

Can u please upload the attachment one more time.

 

Thanks,

Ajit

Re: help guide to record script in Mobile protocol

$
0
0

Hi,

 

I have attached again and also uploaded to a link, you can try to download it.

This is the link: HP LoadRunner User Guide version 12: HP User Guide

Re: What is the difference between Load Runner Controller and Performance center?

$
0
0

@Anthony1bd

 

Fantastic answer from AlexisB. Some really great information being shared in this thread. Check out the HP pages for LoadRunner and Performance Center for more detailed information on both products. I think I have a PDF that discusses the differences between the two as well. Would you be interested in taking a look? What kind of applications are you looking to test?

HTTP 500 when replaying SAP webdynpro app

$
0
0

Hi, all

I am new to loadrunner/Vugen. I have recorded a test script against an SAP webdynpro portal application using the SAP Web protocol. Here is the request that fails:

 

    web_custom_request("ZRWD_PORTAL_MSGS;sap-ext-sid={sap-ext-sid}_2",
        "URL=https://infoprotqc.rcmp-grc.gc.ca/sap/bc/webdynpro/sap/ZRWD_PORTAL_MSGS;sap-ext-sid={sap-ext-sid}?sap-contextid=SID%3aANON%3asapqc_SR3_04%3a{sap-contextid1}",
        "Method=POST",
        "Resource=0",
        "RecContentType=text/xml",
        "Referer=https://infoprotqc.rcmp-grc.gc.ca/sap/bc/webdynpro/sap/ZRWD_PORTAL_MSGS;sap-ext-sid={sap-ext-sid}?sap-ep-iviewhandle={sap-ep-iviewhandle1}&sap-wd-configId=&sap-ep-iviewid=pcdshort%3A%2FLYkKbR29HOYMkxgdqbMcO5vXSIc%3D&sap-ep-pcdunit=pcdshort%3A%2FVfeAh98ZL4QxF0V4cpBx5r4uhfY%3D&sap-client=110&sap-language=EN&sap-accessibility=&sap-rtl=&sap-ep-version=7.31.201304300221&sap-wd-tstamp={sap-wd-tstamp}&sap-explanation=null&sap-theme=sap_corbu",
        "Snapshot=t10.inf",
        "Mode=HTML",
        "Body=sap-charset=utf-8&sap-wd-secure-id={sap-wd-secure-id1}&SAPEVENTQUEUE=Custom_ClientInfos~E002Id~E004WD01~E005WindowOpenerExists~E004false~E005ClientURL~E004https~003A~002F~002Finfoprotqc.rcmp-grc.gc.ca~002Fsap~002Fbc~002Fwebdynpro~002Fsap~002FZRWD_PORTAL_MSGS~003Bsap-ext-sid~003D{sap-ext-sid}~003Fsap-ep-iviewhandle~003D{sap-ep-iviewhandle1}~0026sap-wd-configId~003D~0026sap-ep-iviewid~003Dpcdshort~00253A~00252FLYkKbR29HOYMkxgdqbMcO5vXSIc~00253D~0026sap-ep-pcdunit~003Dpcdshort~00253A~00252FVfeAh98ZL4QxF0V4cpBx5r4uhfY~00253D~0026sap-client~003D110~0026sap-language~003DEN~0026sap-accessibility~003D~0026sap-rtl~003D~0026sap-ep-version~003D7.31.201304300221~0026sap-wd-tstamp~003D{sap-wd-tstamp}~0026sap-explanation~003Dnull~0026sap-theme~003Dsap_corbu~E005ClientWidth~E004969~E005ClientHeight~E00449~E005DocumentDomain~E004rcmp-grc.gc.ca~E005IsTopWindow~E004false~E005ParentAccessible~E004true~E003~E002ClientAction~E004enqueue~E005ResponseData~E004delta~E003~E002~E003~E001LoadingPlaceHolder_Load~E002Id~E004_l"
        "oadingPlaceholder_~E003~E002ResponseData~E004delta~E005ClientAction~E004submit~E003~E002~E003~E001Form_Request~E002Id~E004sap.client.SsrClient.form~E005Async~E004false~E005FocusInfo~E004~0040~007B~007D~E005Hash~E004~E005DomChanged~E004false~E005IsDirty~E004false~E003~E002ResponseData~E004delta~E003~E002~E003",
        LAST);

 

The error from loadrunner is :

Action.c(202): Error -26612: HTTP Status-Code=500 (Internal Server Error) for "https://infoprotqc.rcmp-grc.gc.ca/sap/bc/webdynpro/sap/ZRWD_PORTAL_MSGS;sap-ext-sid=;wi0DCNDAlbisZUyiNTOKyg--HAX2lpXvQD&#x2a;SSYj183SXcQ--?sap-contextid=SID%3aANON%3asapqc_SR3_04%3ajJRuJJKiAQbhjS8HUyM6KFceYr3hwXm9bU2w8D4d-NEW"   [MsgId: MERR-26612]

 

But the real error when I look at the SAP system, the transaction is failing on ABAP call CLUR_NW7_EVENT_QUEUE_PARSER with error "Field symbol has not yet been assigned.". That implies there is a problem on the famous SAPEVENTQUEUE. However, when I did a wdiff against another script which is doing the same step, I don't see any difference on the sapeventqueue except the usual stuffs that needs correlation like sap-contextid, sap-ext-sid, etc. As you can see, I have already done the correlation on the sapeventqueue.

 

Please help as I don't know what else I can do.

Thanks,

Jonathan.

 

Viewing all 12134 articles
Browse latest View live


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