Re: Loadrunner Analysis API Version 12.53 help
Hello Ken,I have tried accessing the "General syntax for exporting to CSV" link and it does indeed give me the "page not found" result. A easy workaround for this is using the "Search" tab found in the...
View ArticleFlex correlation issue
I am recording on Flex protocol on LR 12.01For a particular AMF call, the response is huge and1. The snapshot shows a XML response but does not have the value that I want to correlate2. This value is...
View ArticleLoad and Performance testing for SAP Application
Hi Folks,Am assinged for a SAP Application project for which i have to perform Load and performance testing. SAP being complex transaction oriented system i will be only focusing on Business critical...
View ArticleRe: Parameterization of timestamp in timezone different that system timezone
Hello,lr_save_datetime support a time offset parameter.Since IST is 5.5 hours ahead of GMT time, here is a sample code:lr_save_datetime("Local time(IST) is %a, %d %b %Y %H:%M:%S", DATE_NOW ,...
View ArticleRe: Load and Performance testing for SAP Application
Hi,Is that a SAPUI5 based application or a legacy one?Regards,Shlomi
View ArticleRe: Load Runner "This page can’t be displayed" error
Hi Lior, When you open your application from the Vugen machine in IE - it loads correctly? Yes, it opens fine.does this happen when you try to record other sites as well? Yes, it happens with all...
View ArticleRe: Installation issue - Loadrunner 12.53 on WIndows8
Hi All,Sorry but I have the same issue whil installing the Standalone Analysis tool to my dekstop under Win8.1 x64.I looked at the page 10 of the LR Installation guide and I tried to install all the...
View ArticleRe: Installation issue - Loadrunner 12.53 on WIndows8
Hi,Please try downloading the right update for your OS from here: https://support.microsoft.com/en-us/kb/2999226Do the same for the other updates.Regards,Shlomi
View ArticleRe: MsgId: MERR-29722 - Load Generator fails during runtime
I'm having the same problem on my system.I have configured:ALM - Standalone ServerPC - Standalone ServerData Collector - Standalone ServerController - Standalone ServerLG (4) - VM Doesn't matter where...
View ArticleRe: Facing an issue while running the script in VuGen
HiIt looks like something have changed in the data returned from the application.You will need to check what the server returns for this request, and then review the definition of "hidToken5". It can...
View ArticleRe: Load Runner "This page can’t be displayed" error
HiHave you checked the recording log? It is found in the Output pane, where you change the dropdown to "Recording".It can often be due to HTTPS settings ocr problem with proxy-settings.br /olaPlease...
View ArticleRe: LoadRunner Citrix Protocol - Modifier key(MODIF_SHIFT) is not working...
HiThere is Typing Rate parameter in Run-Time Settings which is set to 150ms by default - try to increase it. You might need to try different values to find the exact one that suits your application....
View ArticleRe: MsgId: MERR-29722 - Load Generator fails during runtime
Hi,Which protocol are you using?please open a support ticket in parallel to this forum postThanks,Shlomi
View ArticleCAn I extract a token from a web_add_auto_header command
Hi,I am writing a multi VUGen script of HTTP & Citrix, in Loadrunner 12.5.I have hit an issue where the recording has generated the below: web_add_auto_header("Csrf-Token",...
View ArticleError -26547: Authentication required, please use "web_set_user"
Hi, Im currently doing web perf testing and encountering the errors below:Error -26547: Authentication required, please use "web_set_user", e.g. web_set_user("domain\\user", "password",...
View ArticleRe: CAn I extract a token from a web_add_auto_header command
Hi,I assume you are recording the script against Citrix StoreFront. It is supported out of the box since LR 12.00, so you don't need to parameterize Csrf-Token manually. Please check Recording...
View ArticleIn LR 12.5 Which Protocol will support Project Server 2016
Experts, Can any one help me that In LR 12.5 Which Protocol will support Project Server 2016
View ArticleRe: Load and Performance testing for SAP Application
Hi Raghav, For a start, please take a look at LoadRunner help page: http://lrhelp.saas.hpe.com/en/latest/help/WebHelp/Content/VuGen/tocs/144150_toc_sap.htm You will find there section on 'How to...
View ArticleRe: Facing an issue while running the script in VuGen
You can find more information on correlation here :https://community.hpe.com/t5/LoadRunner-and-Performance/LoadRunner-correlations-kept-simple/ba-p/6845794#.WDqgRrJ96ou
View ArticleRe: Parameterization of timestamp in timezone different that system timezone
Hello,In case JavaScript engine functionality is convenient for you, there is simple code snippet that returns GMT time instead of local one:getGMT=function(){ return new Date().toUTCString(); }Below...
View Article