Hi guys
I have one little problem.
I don't understand how are the value within worst urls (by average response time) calculated?
can someone explain me this ?
Hi guys
I have one little problem.
I don't understand how are the value within worst urls (by average response time) calculated?
can someone explain me this ?
Hi,
Worst URLs by average response times are the URLs that took the longest comparing to other URLs
Worst resource consuming URLs are those that took the longest in the server. It might be that they took the longest across all tiers but in this section specifically the URLs that are supposed to appear are those that caused long delay in the server.
Regards,
Shlomi
Hi,
Web protocol - the content of the buffer is serialized: See if you can use a DFE filter to format the content
.Net protocol - not able to record: it might be that one of the filters is causing the issue.
1. Try to record with less filters and see if you can identify the filter.
2. Record with the call stuck to see if you can define custom filter
Hi Shlomi,
Thanks for your answer, As u said ,I changed the object identificaton to Xpath and i ran the test its again failing with the follwoing error "t=00144724ms: Error -205177: ** 72: Type TC.getParam("jobtitle") in textbox (2) textbox ** failed - multiple objects were found that are similar to the target object. TruClient was not able to uniquely identify the target object Snapshot Info [MSH 1 0] [MsgId: MERR-205177]". What might be the reason for this error..
Regards
Zafrullah
Hi,
My scripts was fine from last seven monts.. i was testing frequently..
But suddenly from 2days back , I am getting below error when repaly the Scripts..
SSL protocal Error when attempting to connect with host "URL"
I have tried<
web_set_sockets_option("SSL_VERSION","TLS1.2");
web_set_sockets_option("SSL_VERSION", "3");
web_set_sockets_option("MAX_CONNECTIONS_PER_HOST","1");
Even i tried winlnet option from runtime setting but not luck..
I am wondering if can get right solutions....
Thanks
But still getting same error...
Hi,
The reason is mentioned in the error message. The object is not being identified uniquely. The identification description finds more than one UI object that meets the criteria. You need to improve the object identification to be unique. Once done click on highlight button in while the browser is opened with the right page in the application. You should see a single object being highlighted
Regards,
Shlomi
Hi,
Please run it from Controller with a single Vuser and extended log. Check the log later to analyze the issue.
Regards,
Shlomi
Hi,
I am facing issues while compiling scripts of JAVA 8 compatible application with Loadrunner 12.01.
Can you please confirm if HP loadrunner 12.01 is compatible with JAVA 8.
Thanks
Hi
Java 8 support was introduced in version 12.53 and only there.
Thanks,
Lior
Hi All,
I would like to set my https status code as 400 to 200 and I need make pass my request in the script.
Is there any possiblity to change status codes in LR during script execution?
Thanks & Regards,
NarsimhaReddy.T
Hi
Not sure I understood you correctly - you are receiving a 400 status code (bad request in HTTP), and you want to modify it to 200 (OK response)?
what is the point? shouldn't you first treat the problem that is obviously there?
I suggest a deeper analysis of your run, undersand why you are receiving the 400 response and continue from there.
Good Luck,
Lior
Hi
First of all, this is not possible to my knowledge.
Secondly, why would you want to do such a thing?
HTTP 4xx indicates an error of some kind and you should not pretend that it isn't. If you can explain that it is expected and not should be considered an error, then do so in your report. But to hide it is not a good option. Of course you will be able to fix this with some SQL to the results, but then you also could tweak the responsetimes and remove the highest ones while you are at it.
br /ola
Please mark post as solved if your problems or questions is/are resolved.
If this post was valuable to you, please consider kudo it.
Hi,
I have recorded a script where in an SAML request and response is generated.
The script is running in VuGen but is failing when ran through ALM. The script is only passing is run locally.
A correlation value is not getting captured while running it in the ALM. But if i copy the script in the Load Generator and run it there in VuGen, the script is passing.
I need to know whether VuGen supports SAML 2.0 and what can be done if it does not support.
Hi
I'm not much of an expert in SAML, but from what you describe, the script is passing correctly when replayed from Vugen.
So the answer to your question looks like a "Yes, it is supported".
SAML can be run through HTTP requests as I've seen in the documentation, so it can run in LoadRunner.
Is running through ALM a neccesity for you? have you tried running the script from Controller?
Thanks,
Lior
HI
I am trying to setup the monitors for a remote Linux Server on Sitescope using Key Based Authentication.
I followed the Sitescope Using Sitescope- manual to set this up.However I get the error message Unknown Error (-1)
Sitescope version - 11.30
Below is the text from RunMonitor.log file
"" SSH internalConnectV2: A Connection error occurred: Key exchange failed: Failed to connect to server: Connection timed out: no further information (uc) dI <Failed to connect to server: Connection timed out: no further information> dI.notify false <null> wFKC.waited false true wFKC.done <false> connecting to host ""
I used RSA (ssh2) key
Please let me know what is the prob;lem here.
Thanks
Jagan Mohan.
Hi Shlomi,
Thanks for quick writing.
The application is using TCP/IP protocol with SSL.
With IE, i am not able to record anything but with Firefox, i am getting a Java error. I have attached the logs, can you please check it once and sugggest the required changes to be made in Recording option.
Its a handshake issue while using LR but otherwise i am able to login to application.
Regards,
Gaurish.
Hi,
Are you running it from Performance Center or Controller-ALM inetgration. I assume that from Performance Center, in that case the failure reason is most likely related to the fact the LoadRunner agent runs as a service by default for PC Host/LG. If you can try configuring the agent to run as a process and see if it changes anything that would be great.
Regardless, please share the error message.
Did you check if the proxy is configured for the windows account that runs the script. Check which windows user/account runs the mdrv.exe process on the Load Generator machine.
Thanks,
Shlomi
Hi All,
I'm unable to do parameterization because when I recorded the script in vugen with web protocol ,after generating the script in the Vugen ITEMDATA is missing in the web_submit_data. So its not showing the "name" and "value" fields in that ITEMDATA , how can i do parameterizaton for this script ?
Thanks
Zafrullah
SQL Server performance counters are supported on version SQL Server 6.5 onwards (1996).
As for ODBC support, SQL Server supports it, except for SQL Server CE.
Best regards,
Gil
I am performance testing an application, after ramp up is done, In controller I start to see text check failures for different transactions (e.g. text=xxxxxxx not found for web_reg_find) continously for two to three minutes and then it automatically stops and transactions relevant to the same text checks start to pass.
I am sure that from server side there isn't any error, since it is not getting captured in my monitoring tool, please advise on what could be the possible reason for it.