>So where is then the difference to other days?
As Bill said, more HPE experts.
>So where is then the difference to other days?
As Bill said, more HPE experts.
Thanks Dennis. There is no webex or webinar, you can submit your questions to the LoadRunner Support Customer Forum .
During the day we will have additional expert online that will be available to address your questions.
We are however considering conducting live webinars during an expert day in the future on certain LoadRunner related topics.
Hi,
I have the same problem when running in VUGen 12.5 a script recorded in 11.52 (DFE GWT).
Have you fixed this issue and how?
Many thanks.
I have a test were I need to update column in Micorsoft DB and this update will trigger sending a file to another application. I need to send 50,000 updates in an hour. Is there a way using load runner to execute this SQL? Your assistance is greatly appreciated.
Hi,
I had tried already, but no help. As I mentioned earlier, i am able to catpure the traffic till the authendication and after that authendication getting passed, but not landing to the home page (not loading the page). I had checked with Dev team, they said that, the request passed but there are few cookies missing. Recording settings i checked the cookies options but no hope.
Please let me know how to fix this issue.
Thanks in Advance!
Hi All,
Currently Iam working on RTE protocol for one of my project. Scriot is working in VUGen, but when Iam executing the same script for 50 users in controller iam getting below error.
Can anyone help me on this.
vuser_init.c(23): Error: TE_connect failed after 1 tries. Retrying.
Reason: Unable to connect to host.
The error message is: Connection closed by host.
During connection of comm-type = telnet;host-name = MPQAAPP;terminal-id = ;set-window-size = true;security-type = unsecured;terminal-type = hp 700/96;terminal-model = hp 700/92;login-command-file = ;terminal-setup-file = ;
Thanks & Regards,
K. Srinivas Reddy.
Hi,
I am receiving the same error, when I replayed the VUGen script that I had for Login. I am using IE11 browser, oracle forms verion-10.1.2.3.0 and java ver. 1.8.0. Load Runner version is 12.50.
Please advise.
Thanks.
Hi,
Im using WinlNet replay and facing an error 'Error -27492: "HttpSendRequest" failed, Windows error code=12007 (server name not resolved) and retry limit (0) exceeded for URL'.
Application can be accessed manually through browser and the above error occurs during replay in VuGen.Tried with more rety limit,Still the same issue.
Appreciate your help!
Hi,
Can you try with WinSocket ? Is it the same ?
Regards
mB
Hi,
Can you go to the LG and do a telnet to the server you want to loadtest ? see whether thats is working ? It could be you telnet using the server name and LG cannot translate the server name to IP address ?
Please check telnet or run the vugen script at the LG.
Regards
mB
We have some Truclient IE scripts which are not working when we execute trhe through Performance Centre ALM.
Scripts recorded in VUGen 12.5
ALM / PC= 12.5
Script is a very simple webpage, it works fine when we replay the script in VUGEN we have also run it from a the controller (outside of PC) and it works fine.
When we run it from PC using the same INJECTOR as we use for the controller which is the same machine we can run it from VUGEN it false at the first URL request.
There is some external content which the page tries to load which would require a proxy. We have go0t the script working in VUGEN by applying download filters to only download content from the URLS we need. Even after this there were 4 URLS which were being attempted , which required a proxy, so we updated the HOSTS file on the injector to point those URLS back to local host.
This has the script working in VUGEN and in a standalone controller, however it is still failing in PC.
In PC it starts and the tries to access the first URL and then times out after 3 mins.
It feels like its still trying to access the content which requires the proxy but we have no way of proving this.
Hi,
It might be that the issue you experience is related to permissions/configuration under system account
Can you please change Performance Center agent to run as a process and see if it helps? I do not suggest it as a permanent solution, just as a troubleshooting measure.
Thanks,
Shlomi
Hi,
PC is throwing memory violation : Exception ACCESS_VIOLATION error and vusers are dropping gradually.
Script is
web_set_max_html_param_len("9999");
lr_save_string(lr_eval_string(lr_paramarr_random("c_Plangroup")),"c_planGroupVal");
lr_save_int(strcmp(lr_eval_string("{c_planGroupVal}"),"DC"),"Compareresult"); [Exception error observed at this line]
if(atoi((lr_eval_string("{Compareresult}"))) == 0)
{
lr_think_time(10);
lr_start_transaction("Multiplan_TC04_Click_Link_DC");
web_url("Heat and Control, Inc. Profit-Sharing and 401(k) Savings Plan",
"URL=https://{p_URL}/planhome.aspx?planId={c_DCPlanid}&plancode={c_DCPlanCode}&planGroup={c_planGroupVal}",
"TargetFrame=",
"Resource=0",
"RecContentType=text/html",
"Referer=https://{p_URL}/Multiplanhome.aspx",
"Snapshot=t4.inf",
"Mode=HTML",
// EXTRARES,
// "Url=/api/mln/retirement", "Referer=https://{p_URL}/planhome.aspx?planId={c_DCPlanid}&plancode={c_DCPlanCode}&planGroup={c_planGroupVal}", ENDITEM,
// "Url=/api/mln/plan/home", "Referer=https://{p_URL}/planhome.aspx?planId={c_DCPlanid}&plancode={c_DCPlanCode}&planGroup={c_planGroupVal}", ENDITEM,
LAST);
lr_end_transaction("Multiplan_TC04_Click_Link_DC",LR_AUTO);
Can anyone please help on this.
Thanks in advance
FYI... If anyone ever stumbles across this post... I never did get around that error, on that machine. I was attempting to install on my corporate laptop (win 7, 64 bit), to get familiar with the software. I have local admin rights and actually I am domain admin (through position rather than competance in AD!). Whatever I did... I never was able to get the community edition installed with a license.
I got a fresh test vm setup in one of our Data Centres.... running Server 2012 R2. I took the same LoadRunner installer and it ran without issues, resulting in a licensesd, functioning LoadRunner environment. That is a more realistic environment for me to be running in anyway... so I gave up on the original install.
I suspect some AD policy, in our corporate environment, or perhaps security technology, prevents LoadRunner installing correctly in the corporate environment... with the installer failing with a misleading error message.... but as I say... I never did bottom it out so can't be sure.
sample test has been completed in Restful API webservice using loadrunner,
EX:
EX: Action()
{
web_rest("Add yms-appointment creation",
"URL=http://192.168.68.242:8181/ywc-1.0/services/yms/appointment",
"Method=POST",
"ResType=XML",
"BodyFilePath=YMS rest.xml",// before body file path i can add trasaction or any other process is there?
LAST);
return 0;
}
Hello there, you didn't tell what property of strcmp you didn't like.
Does it help you to look on strcmp() like working just like substraction? Comparing two numbers, using substraction and zero, you get operations which resemble the usage of strcmp, as you can see here:
5 - 4 > 0 (while strcmp("ccc", "bbb") > 0) i.e., first argument is larger than the second
4 - 4 = 0 (while strcmp("bbb", "bbb") = 0) i.e., both arguments are equal
3 - 4 < 0 (while strcmp("aaa", "bbb") < 0) i.e., first argument is less than the second
As you notice, you get a positive, zero or negative result in both cases. Also, don't forget functions like strlen("some string") or strstr("haystack with needle and thread", "needle") to see if you have a string at all or if the second string is part of the first..
As a workaround for urget tasks, you can try to record the traffic using fiddler, then convert fiddler data to a script.
Hi Shlomi
Thanks for this I will ask for this to be completed.
Would this stop the script running altogether or would it be affecting the proxy settings?
Phil
Try to include all the Flex as well as application oriented JARS. May be its a JAR file issue.
If still its failing try to remove all the JARS and close Vugen. Again open it and attach all the required JARS
OR
Try in Load Generators i.e. Virtual Machines
Note: If you dont have application JARS or if JARS are not working then contact Dev Team and request for Latest JARS and cross check JRE Version too.
Could you try to install LR12.50 on a clean machine and open/run the script?