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

WRONG_NCA_VERSION_USED_WHILE_CONFIGURATOR_CALL_PERFORMED

$
0
0

On replay i am encountering the below error message in replay log:-

 

Action.c(272): Notify: Saving Parameter "nca_cfg_URL = WRONG_NCA_VERSION_USED_WHILE_CONFIGURATOR_CALL_PERFORMED".

 

Also upon viewing snapshots of replay run i can say that my script fails to launch configurator.

 

Please help!


Re: LR Citrix Agent

$
0
0

As a rule, we recommend disabling DEP during all LoadRunner-related installations. In the case of Citrix agent, there's a good chance that it'll succeed even wit DEP enabled. But we can't guarantee it.

Re: Java code to generate a string and use it in the testing

$
0
0

Updated version:

function generatePersonalInfo(){
	var MorF = Math.floor((Math.random() * 2) + 3);
	var year = Math.floor((Math.random() * 99) + 1);
	if(year<10){year="0"+year}
	var month = Math.floor((Math.random() * 12) + 1);
	if(month<10){month="0"+month}
	var day = Math.floor((Math.random() * 28) + 1);
	if(day<10){day="0"+day}
	var rand3nums = Math.floor((Math.random() * 999) + 1);
	if(rand3nums<10){rand3nums="00"+rand3nums}
	else if(rand3nums<100){rand3nums="0"+rand3nums}
	var DoB = 19+""+year+"."+month+"."+day;
	var personalCode = MorF+""+year+""+month+""+day+""+rand3nums;
	last = (parseInt(personalCode.substring(0,1))*1 + parseInt(personalCode.substring(1,2))*2 + parseInt(personalCode.substring(2,3))*3 + parseInt(personalCode.substring(3,4))*4 + parseInt(personalCode.substring(4,5))*5 + parseInt(personalCode.substring(5,6))*6 + parseInt(personalCode.substring(6,7))*7 + parseInt(personalCode.substring(7,8))*8 + parseInt(personalCode.substring(8,9))*9 + parseInt(personalCode.substring(9,10))*1) % 11;
	if(last == 10){
		last = (parseInt(personalCode.substring(0,1))*3 + parseInt(personalCode.substring(1,2))*4 + parseInt(personalCode.substring(2,3))*5 + parseInt(personalCode.substring(3,4))*6 + parseInt(personalCode.substring(4,5))*7 + parseInt(personalCode.substring(5,6))*8 + parseInt(personalCode.substring(6,7))*9 + parseInt(personalCode.substring(7,8))*1 + parseInt(personalCode.substring(8,9))*2 + parseInt(personalCode.substring(9,10))*3) % 11;
		if(last == 10){
			last = 0;
		}
	}
personalCode = personalCode+""+last;
var regNo = "0"+personalCode.substring(1, 11);
var MorFstr = "";
if(MorF==3){
	MorFstr = "M";
}else if(MorF==4){
	MorFstr = "F";
}
var array = [personalCode, DoB, regNo, rand3nums, MorFstr];
return array;
}

 personalCode - 11 digit lithuanian citizen personal code
DoB - date of birth
regNo - just a mock number (no value)

rand3nums - *******XXX* in the personalCode

MorFstr - string that represents Male or Female (returns 'M' or 'F'). 3 - male born in XXth century, 4 - female born in XXth century.

Issue while running QTP scritp in Load runner controller

$
0
0

Hi,

 

Need your support for fixing this issue related to LoadRunner QTP integration.
I have done the scripting of Thick client application in QTP and its working fine in QTP without any issue while reply.
Please refer to attached screenshot. We do not see this error even when two instances of thick client are opened in two terminal server sessions at the same time manually.
But when we run the same script from LoadRunner controller (GUI VUser) it fails to invoke the application. Getting below error in LG machine.


Any quick help is highly appreciated.

 

Load Runner controller/LG  Version : V12.02

UFT Version                                                : V12.02

OS Deatils on both Controller/ LG machine : Windows server 2008 R2 64 bit

 

 

 

 

 

 

Re: I can't get the application open for recording in load runner 12.02

$
0
0

Hi,

LR 12.02 does work with IE 10, so the browser version is not the problem here.

 

I can make the following suggestions:

  1. Make sure UAC is turned off and Data Execution Prevention is set to "for essential Windows programs and services only"
  2. If you have an anti-virus software running, try disabling it
  3. If you have add-ons installed on top of your IE, try disabling them
  4. Try other browsers - FireFox, Chrome
  5. If nothing helps, try an alternative recording technique called "local proxy recording"

Re: Error Unable to Deserialize node Loadrunner WebServices Script

$
0
0

The data inside the tags is fine. I just need to know how to add a second document with the same tags. If I copy and paste then I get the unable to deseralize error. I also get the same error when I change the tag names in the second document. Could this be an issue with the WSDL?

Loadrunner invoke IE Exploerer without recording events on the "Action" section

$
0
0

Hi

 

When recording a script through IE,  it invokes the browser. After this, no events are recorded or displayed on the "Action" method.

Re: Loadrunner invoke IE Exploerer without recording events on the "Action" section

$
0
0

what protocol type you are using to record which type of Application ?


Re: Loadrunner invoke IE Exploerer without recording events on the "Action" section

$
0
0

thank your reply.

I' m using Web - HTTP/HTML

How to get webpage confirmation dialogue box recorded in truclient IE loadrunner

$
0
0

i am using LR version 11.5 ,truclient IE. In my application there is a step to click "Update" button and soon after that a confirmation dialogue box appears in which I have to perform "OK" operation. 

 

Issue is that while replaying after "Update" button is clicked the dialogue box opens and the control never comes back to script. I have tried all the options- setting up step end event to "Dialog Opened" and other end events but nothing seems to be working.Apreciate if anyone can provide me with teh solution. Thanks

Re: Script failing at message from webpage window using ajax truclinet IE

$
0
0

Did you get your issue resolved? If yes, the please share your solution .I have same situation with my application. Thanks

Loadrunner 12.02 ajax trueclient Issue - Tableau Dashboards doesn´t show values

$
0
0

Hi Community

I was assigned to write performance scripts using LoadRunner 12.02.
Currently i am using ajax trueclient protocol, which is easy to use, but facing an issue with an embedded Tableau Dashboard inside a Html portal.

 

When selecting any item from the Dashboard menu it returns the following error "TypeError: ev.currentTarget.closest is not a function"

 

If i open the same Dashboard within the remote Tableau Server the menu appear normal and it is possible to select the menu values.

 

The issue seems to be between Html Portal and Tableau Server connection which the trueclient browser is not able to handle?

 

Is there any configuration which i am missing ?

Find attached two prints, one with the error inside the Html Portal, the other within the correct menu inside Tableau Server.

Any help or waypointer will be much appreciated.

Thanks & Regards
Frederico

Re: Loadrunner invoke IE Exploerer without recording events on the "Action" section

$
0
0

I believe the version of IE is not compatible with the LR version. Please check the product matrix. Thanks!

Re: Error Unable to Deserialize node Loadrunner WebServices Script

$
0
0

You should not suppose to change the request XML.

Re: I can't get the application open for recording in load runner 12.02

$
0
0

Start LR as Administrator and try to record


Re: Issue while running QTP scritp in Load runner controller

$
0
0

do a clean bootup. I think start up services creating problem. Please validate that as well.

Question on how to create user concurrent user sessions in Loadrunner

$
0
0

Hi, all.

 

In my script, I am trying to pass the user/password as parameters to simulate concurrent user logon. The problem is that Loadrunner seems to go through the values in the parameter list in each iteration. Now a new iteration cannot start until the last one is done. 

 

If I spawn 15 concurrent vusers, they all start from the first value of the parameter list. This is probably a very common problem. Can you please point me to some doc or posts that can simulate concurrent user sign-on via parameters? I haven't found anything so far in my search.

 

If I don't use parameter/vusers, is there another way?

Thanks in advance,

Jonathan.

 

Re: Question on how to create user concurrent user sessions in Loadrunner

$
0
0

By the way, I am creating a test script using the sap web protocol against SAP webdynpro applications. However, I don't think my question is related to the protocol or is application specific.

Thanks,

Jonathan.

 

Re: Ajax TruClient: End Event not getting triggered

$
0
0

Got it resolved by upgrading VUgen 11.52 to VUgen 12.02

Re: Loadrunner invoke IE Exploerer without recording events on the "Action" section

$
0
0

My Loadrunner version is : 11.51

My IE version is : 8

 

I mean Loadrunner during recording does show me the IE and I can make action on it,  but after recording is done,and I try to have a look on the the "action" function  of the script, I found no code.

 

When I replay the script, he  made it without showing the application in the IE, and the Test go green without failure.

 

 

in the 1st. attachement you cann see the output of the log

in the 2scnd  attachement you can see the action which is empty.

 

Many Thanx

Viewing all 12134 articles
Browse latest View live


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