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

Loadrunner 12.5 Community License doesn’t get installed

$
0
0

I installed loadrunner 12.5 and the Loadrunner Community License doesn’t get installed.

I just get the message on the license utility "No Valid Licenses have been installed"

How can i get the key file to install the following that HP its including:

  • 50 Community Virtual Users including all protocols (except COM/DCOM, Templates, and GUI)
  • 2 Virtual Users of the award-winning Network Virtualization capability, free forever.

 


Re: Unable to Solve Load Runner Error code 32999 - Invalid Schema

$
0
0

Hi,

Below are my inline comments

So you're using file parameter, and runing from controller, is it? Are you using Linux or Windows LG?  

[Rajiv] - Yes i'm using file parameter and running from Controller. i'm using Windows LG.

I think you can check following points, 

1) Is there some other script lines saving values to the parameter {URL}? 

[Rajiv] - Yes, The parameter {URL} is through out the script. 

2) You can try the "simulate parameter" functionality in VuGen(as I posted in attachment), is it works as expect? 

[Rajiv] - I tried simulate parameter in VuGen and it works as expected. (Please find the attachment).

3)If "simulate parameter" works as expect, but LG just randomly generate empty parameter, you can have a double check of the parameter .dat file deployed to LG, and please tell us the LR version number and share a sample parameter file(.prm and <param_name>.dat in script directory). 

[Rajiv] - 1. How to cross check the parameter.dat file deployed to LG ? Could you please explain. 

               2. I'm using LR 12.50 with Patch 1. (Note : i'm getting this error before and after Patch update). 

               3. i'm unable to attach .dat and .prm file getting this error. 

The file URL.dat does not have a valid extension for an attachment and has been removed. jpg,gif,png are the valid extensions.
The file XXX.prm does not have a valid extension for an attachment and has been removed. jpg,gif,png are the valid extensions.

i'm trying my level best to get resolved. Please help me in resolving this issue. 

 

 

Re: Error while installing Load runner (12.53 trial version)

Re: Possible issue with web_convert_param function?

$
0
0

Hi 

Both are correct and th one used depends on the case where it is used and the implementetion.

Read about what Wikipedia have to say https://en.wikipedia.org/wiki/Percent-encoding about ""application/x-www-form-urlencoded. There are a lot wirtten about this, just google

Using  convert_param twice will for sure give you a different string, and to get the original back the reciever will have to convert back twice also, which it have no idea that it should.

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.

 

Re: Loadrunner 12.5 Community License doesn’t get installed

$
0
0

Hi

I'm not sure if it will help, but try applying this KB.

Hope this helps,

Lior

Error: Vuser failed to initialize extension runlogic.dll

$
0
0

Hi All,

I got an Error when I tried to excute the webservice based recorded script.

Error In Detail:

Error: Run Section does not exist.

Warning: Extension runlogic.dll reports error -15956 on call to function ExtPerThreadInitialize

Error: Vuser failed to initlialize extension runlogic.dll

Vuser Terminated.

Please provide me a solution for this which you can think of.

Re: Error: Vuser failed to initialize extension runlogic.dll

$
0
0

Hi

Are you running Vugen as an Administrator?

Do you have full admin privileges on the machine?

And, this may be a trivial question but still, when you open the Run Logic section in RTS - do you see all in the correct way?

Thanks,

Lior

“TruClient Web” is not supported on loadrunner version 11.

$
0
0

Dear All:

I have recorded a script using Truclient with loadrunner version 12.5 but when  I try to open and run a script on loadrunner version 11.00, I faced a problem (“TruClient Web” not supported) message appear.


Re: “TruClient Web” is not supported on loadrunner version 11.

$
0
0

Hi

As a rule, LoadRunner scripts are "backwards compatible" not "forward compatible"; meaning, you can run scripts recorded in an earlier version of LoadRunner on a more advanced version - not Vice Verse.

Hope this helps,

Lior

parameters in extra files

$
0
0

I'm submiting an iDoc request as an XML attached extra file. When I run the script all is OK but when I attempt for parameterise the XML extra file the script fails to recognise the parameters and sends them straight through as curly brackets.

For example I the XML file contains:

<POSTING_DATE>20160818140006</POSTING_DATE> which I change to

<POSTING_DATE>{date}</POSTING_DATE>

When I replay instead of sending 20160818140006 I send {date}

How do I send the value ?

jc

Re: parameters in extra files

$
0
0

Can't remember if this was the fix I did when I was doing IDoc XMLs years ago, but have you tried using lr_eval_string around the date parameter? 
So there request would look something like:

<POSTING_DATE>lr_eval_string("{date}")</POSTING_DATE>

Re: Possible issue with web_convert_param function?

$
0
0

Ah ok, thanks.

In the end I parameterised all of the values I needed in the format required, string manipulation would've taken too long!

Re: parameters in extra files

$
0
0

Hi

When parameters are sent as {param}, there is two possible reasons
1. The parameter have not yet got a value and is ignored by LoadRunner
2. You need to manually evaluate the parameter.

Yes, when attaching an extra file, you need to explicitly convert the parameters manually. Either you need to do it as JMac88 suggests, when building up the xml, or you can do it to the whole file before submitting.

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.

 

 

Re: Unable to Solve Load Runner Error code 32999 - Invalid Schema

$
0
0

Hi,

I suggest the following.

a) Instead of increasing the iteration count, go ahead and run it in controller for 5-10 users (ur choice) and see if its getting errored.

b) Check whether the http or https is included  at the runtime, to the URL for the UserID for login fails.

Enable the extended log options in run time settings and give this run. If it doesnt work,provide the log file here for further analysis.

 

Re: parameters in extra files

$
0
0

Hi guys,

   Thanks for getting abck so quickly. Rather than go thu all the pain of writing the file to buffer then replaying it thu eval I just saved the file in XML format and inported it as a SOAP call.

   It would be good it future LR releases allowed parameters in extra file

tks

jc


Re: "Vuser compilation failed.Please set CCIDebug to Off in CCI section of mdrv.dat file"

$
0
0

I found the issue for my script. But the solution might not apply for everyone.

 

The error I was getting was : Failed to Start with the following details on the bpm_mdrv.log

02/11/2016 14:27:14 Error: CCI compilation error -d:\...\res\pre_cci.c: Action.c:8: error: undeclared identifier `LrsLastArg'. [MsgId: MERR-19799]
02/11/2016 14:27:14 Error: CCI compilation error -d:\...\res\pre_cci.c: d:\\hpbac\\bpm\\workspace\\agent1\\site2\\...res\\combined_xxx.c:4: error: 1 errors, not writing pre_cci.ci. [MsgId: MERR-19799]
02/11/2016 14:27:14 Error: Vuser compilation failed. Please set CCIDebug to Off in CCI section of mdrv.dat file. [MsgId: MERR-19797]
02/11/2016 14:27:14 Warning: Extension cciext.dll reports error -19797 on call to function ExtPerProcessInitialize [MsgId: MWAR-10485]
02/11/2016 14:27:14 Error: Thread Context: Call to service of the driver failed, reason - thread context wasn't initialized on this thread. [MsgId: MERR-10176]

 

Initially I tried going to the mdrv.dat to set CCIDebug to Off but I could not find that entry.

Then I focused on the initial part of the error: error: undeclared identifier `LrsLastArg'

It means that BPM does not recognize the function LrsLastArg, although it runs OK on VUGen SA.

I added to the script the following line to include the library that contains the function:  #include "lrs.h" ... and it works!

 

So in my case I had to look at the initial error and add the missing library.

Hope it helps anyone.

 

Cheers

Sergio

TruClien - Cannot render all page in IE11

$
0
0

Hi,

I'm using LR12.53 in windows server 2012.

When I'm trying to record a script with TruClient the page in IE11 is rendered partially.

In Firefox it works fine.

 

 

Thanks for any advice,

Shahar

Re: TruClien - Cannot render all page in IE11

$
0
0

Hi

when you open the developer tools in IE 11, what do you see under the emulation tab?

if you see any value below IE9 (not including IE9) - than this may be the root cause of your issue.

Thanks,

Lior

Using LR12.53 with Oracle 12 EBusiness Suite 12.2.5

$
0
0

Background:

As Oracle no longer supports LoadRunner ( switching to their OAT suite) I have found that in this version of Oracle (12.2.5 EBusiness suite) they have also hardcoded their FND key values (a security enhancement).

This causes huge amounts of autocorrelation to be required (in web) - where it was not needed in previous versions (all comments on this are welcome)

Current:
Where weneeded auto-correlation on Oracle forms a few times - This now appears to be over 5000 correlations for a few scripts.

How does HP propose to overcome this ?

 

Truclietn page scroll causes lost object

$
0
0

I have an page that during playback in the Deveolp Script section, and also replay, that will scroll unexpectedly.  This causes the object at the top of the page to not be visible, and so when run I get an object not found error.  Please advise.  Ther edoes not seem to be an option to lock the page.  I am using the FF with TruClient -web protocol.

Thanks,

Michael

Viewing all 12134 articles
Browse latest View live


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