Quantcast
Channel: LoadRunner Practitioners Forum topics
Viewing all 3978 articles
Browse latest View live

Action.c (268): Error -- memory violation : Exception ACCESS_VIOLATION received.

$
0
0

Hi Team,

 

We getting this below error while replaying the VuGen script.

We have  used Citrix ICA and HTTP/HTML protocol. 

HTTP/HTML part is running fine but when it comes to the ICA Client it is showing message as

"C interpreter run time error: Action.c (268):  Error -- memory violation : Exception ACCESS_VIOLATION received."

We are using LR12.02, Citrix Receiver is 14.1, Windows 7 32 bit version and XenServer is 7.1. So please suggest me how to resolve this issue.

 

Regards,

Praveen.


Action.c (268): Error -- memory violation : Exception ACCESS_VIOLATION received.

$
0
0

Hi Team,

 

We getting this below error while replaying the VuGen script.

We have  used Citrix ICA and HTTP/HTML protocol. 

HTTP/HTML part is running fine but when it comes to the ICA Client it is showing message as

"C interpreter run time error: Action.c (268):  Error -- memory violation : Exception ACCESS_VIOLATION received."

We are using LR12.02, Citrix Receiver is 14.1, Windows 7 32 bit version and XenServer is 7.1.

 

Below is the code we are replaying the script.

 

ctrx_nfuse_connect("https://citrix.health.ge.com/Citrix/SFMKE01Web/Resources/LaunchIca/WERNS0UtU0lURTAxLkFwcGxpeCBQcmQgLSBXb3JrQ2U-.ica?CsrfToken={CsrfToken}", CTRX_LAST);

    /*web_add_cookie("CtxsDesktopAutoLaunchDone=no; DOMAIN=citrix.health.ge.com");

    web_add_cookie("CtxsPreLoginScriptDone=no; DOMAIN=citrix.health.ge.com");

    web_add_cookie("CtxsPostLoginScriptDone=no; DOMAIN=citrix.health.ge.com");*/
    
ctrx_wait_for_event("LOGON");

ctrx_set_window("iETSolutions Workcenter");

 

After Logon completed it the window was opened. At that step it was waiting for some time and getting above error.

So please suggest me how to resolve this issue.

 

 

Regards,

Praveen.

How to properly export scenarios, results, and analysis files?

$
0
0

 

Vugen scripts can be easily exported using File → Zip Operations → Export to Zip File.

 

However, there doesn't seem to be a way to export the scenarios, results, and analysis.

 

How can we export these data such that it can be opened by another person on another computer?

Are .lrr and .lra files forward compatible?

$
0
0

 

I have scenarios, results, and analysis files done via Loadrunner 12.01.

 

Are these files able to be opened on Loadrunner 11.00 ?

 

I seem to be able to do so "successfully", but I'm wondering are they designed to be forwards compatible? Will there be data corruption by opening these files using a prior version of Loadrunner?

TruClient issue

$
0
0

Hi all:

 

I created a TruClient Ajax FireFox script to run a Tableau Report app. It works perfectly on VUGen and also when I run it in Controller with localhost as load generator. But it fails when I try to use one of my remote load agent machines. 

 

This is the message I'm getting inmediately I kick off the scenario:

 

Error -205177: Unable to obtain mdrv result dir: sVerify=C:\Users\perfqa\AppData\Local\Temp\brr_AKT.684\netdir\c\temp\failuregenerator\log, sGroupId=NULL, sVUsers=NULL, sProductName=NULL

 

Inmediatly, the virtual user runs to Fail status and the scenario dies. I need to clarify that I never had this issue with my other scripts (HTTP-Web or Web Services). 

 

Did any of you see this before? Any help will be appreciated.

 

Thank you.

Rodrigo.

Unable to launch Oracle Forms applet from LR12 using Web(HTTP/HTML) + Oracle NCA multiprotocol

$
0
0

Hello everyone. I'm facing some issues while recording an Oracle Forms(11g) application. This application has a web frontend which launches an applet.The issue is that vugen 12 is not launching the applet frm the web front end. I'm however able to manually access the application on the Win8 machine on which LR is insalled with no issues though(!).

I'm recording using Web(HTTP/HTML) +Oracle NCA multiprotocol. And I should also mention that the web requests are getting recorded properly but isn't of much significance to the business process.What I'm trying to achieve here is to record the Oracle Forms applet launch and all the subsequent NCA actions into the script.

 

On investigation, I found that there are some .crl (revocation lists) files that are called just before the applet launch( checked through Fiddler), but these .crl files are no getting recorded in the web script. Are these .crl files mandatory for the applet to launch in the browser? Nevertheless, I've also added the LR WCAPlus_expiration2022 certificate into the 'Trusted Certification Authorities' under Java Console. But none of this has helped so far.

 

Any help would be highly appreciated.

 

Details below-

LR version 12, Win8
JRE 1.7_0_45
Java plugin 10.45.2.18
Oracle forms version 11.2
Oracle application server 11g

 

Are the runtime settings in the Results folder and the Analysis folder accurate?

$
0
0

 

There seem to be two kinds of runtime settings. The settings within the Vugen Script folder itself and the settings within the .lrs Scenario File.

 

After a run, we can see that there are .cfg and .usp files in the "res" folder. Do these settings map to the actual runtime settings used during a run? Or do these settings map to the default.cfg and default.usp files located in the script folder?

 

Also, within the Analysis folder there is a folder named "RunTimeSettings0". Are the settings within this folder referring to the actual runtime settings used during a run?

 

(Rant: Wow, the way in which Loadrunner handle settings is total complete mess! It totally violates the principle of Don't Repeat Yourself.)

Vugen 11.0 is not able to record script. 0 events detected.

$
0
0

 

Recording doesn't seem to work on Vugen 11.0. I've tried recording using Chrome and Internet Explorer 11. However, regardless of which application is used, there are no events detected:

 

Untitled.png

 

(I'm using Windows 8.1, if that matters.)

 

I've tried running Vugen in compatibility mode for:

 

  • Windows 95
  • Windows XP (Service Pack 2)
  • Windows XP (Service Pack 3)
  • Windows 7

But the recording feature still refuses to work.

 

Is this a bug? How can we solve this issue?


How can we run multiple versions of Loadrunner on one computer?

$
0
0

 

I need to work with both Vugen 11.0 scripts and Vugen 12.0 scripts. Currently I'm doing this using two computers because the installation doesn't allow us to install one without first uninstalling the other.

 

What configurations do we need to do to be able to install both on the same computer?

 

 

What do the numbers beside "MSH" mean?

$
0
0

 

Regarding the error "Requested form not found, Snapshot Info [MSH 10 4]":

 

Untitled.png

 

What does MSH mean?

 

What do the numbers beside MSH signify?

Regarding Parameterization

$
0
0

Hi everyone,sorry for asking this question.question is easy.but i am not able to find the answer.I searched in google still i didnt get the answer

 

 

i)How to create .dat file which will have username,password in the same file.

 

steps i followd:

 

i)right click on the username,created one .dat file,then i added one column in that .dat file,then i substitued in the script.It is not picking the password file.If some one has document how to do this please share this.Please dont reject this post.Please someone provide the information.I know this question is not standard enough to post here.I dont have any other way

 

 

Thanks Everyone

The goal is to maximize speed/concurrency of Vuser scripts. Should I run Vuser as process or thread?

$
0
0

Dennis Handly wrote: 
These are related when you have a massive number of threads/processes.  If you use too much memory, you start paging.

My OS has paging disabled (, which means that all programs' memory are stored in real physical RAM).

 

Running vusers in processes does take up more memory, but I'm not concerned about memory usage (i.e. adding external RAM is free).

 

However, each load generator has only 4 real logical processors, yet, I'll definitely be running more than 4 vusers per load generator.

 

My goal is to maximize the speed/concurrency at which the vuser-scripts run.

 

As such, should I be selecting the "thread" option or the "process" option for runtime settings?

What is "collate.txt" used for? Is it safe to remove it?

$
0
0

In the scenario results directory, there is a file called "collate.txt":

 

[Diagnostics]
Status=-1
[Collate Recovery]
Scenario=C:\Scenario.lrs
Completed=0

What is this file used for? Is it safe to delete it?

 

What do the lines "Status=-1" and "Completed=0" mean?

 

Also, the "Scenario" line seems corrupted. "C:\Scenario.lrs" no longer exists since the scenario files have been moved to another folder.

 

Will these discrepancies cause any problems?

Unable to start VuGen

$
0
0

Hi,

 

I have a problem on my machine when I am trying to start VuGen.

The message I get is:

 

Exception of type: System.IO.IOException. Source: mscorlib. Occured in Void WinIOError(Int32, System.String) method
Exception message is: Het bestand bestaat.

 

After this message is shown for about 2 seconds an other messagebox is displayed with:

[Window Title]
VuGen

[Main Instruction]
VuGen werkt niet meer

[Content]
Er wordt naar een oplossing voor het probleem gezocht...

[Annuleren]

 

Does anyone know what might be causing this, and/or how it can be solved?

 

It worked last Friday, but after a crash of VuGen this obstacle arose.

 

Regards,

Jeroen

Loadrunner throttling causing issues, incorrect timings

$
0
0

When I allow Loadrunner to throttle the network speed during a scenario (i.e. 10 Mb Ethernet), the transaction response time seems horribly inaccurate (15-20) seconds. Browsing from an external machine manually with a 10Mb connection while the scenario is running has a transaction response time of 1-2 seconds.

 

I have tried this scenario from our internal servers by hitting Google. With throttling on, I am getting 8-10 sec response times. I turn throttling off and I get <1 second.

 

Our network and content is not the issue.

 

I then used a third party tool to manually throttle the bandwidth on each load generator. When throttled to 10 Mb ethernet, a slight bump in response time occurs, but nothing to the magnitude that loadrunner is reporting when it throttles.

 

I have tried running as a process. I have tried running as a thread.

 

I am on LR 11.52.

 

Is there anything else I can try?

 

 

 

 


Unable to launch Oracle Forms

$
0
0

Hi All,

 

We are trying to record an oracle application with Load runner 12 and we are unble to record orcale forms part. During recording Load runner is not able to launch the oracle applet form.

 

we have enabled the socket leve port mapping and added an new entry and update the Target server and port number also.

 

Below are the application and tool verions that we are with.

 

Vugen Vesion: 12.02

Java Plug-in 11.25.2.18

Using JRE version 1.8.0_25-b18 Java HotSpot(TM) Client VM

Oracle Forms Applet version is : 10.1.2.3

 

 

Issues replaying web-services in LR version12

$
0
0

Hi,

 

I have a web-service script which worked fine in LR version 9.52.

Now when I have moved to LR 12 the same script gives me the below error.

 

"

IVRACH.c(15): Error:InvokeMethod failure: [GENERAL_MSG_CAT_SSL_ERROR]connect to host "abc.net" failed: [10054] Connection reset by peer.
IVRACH.c(15): Error:ExtractResultArg failure: Object reference not set to an instance of an object..
IVRACH.c(15): Error:Web service call "initiateCall_101" execution failed
End auto log messages stack.

"

Can you please look into this?

Are "Vugen run-time settings" and "Controller run-time settings" identical?

$
0
0

 

In Vugen, we can open the run-time settings for a single script using the F4 key.

 

In Controller, we can open the run-time settings for a script by selecting (clicking) a script, then clicking the "run-time settings" button:

 

 Untitled.png

 

Both options will open a "run-time settings window" which looks perfectly identical.

 

Are the run-time settings for Vugen and Controller indeed identical?

 

Is there any discrepancies or differences that we should be aware of?

Would ticking "save snapshot resources locally" affect transaction timings?

$
0
0

 

In the Controller's "Run-time settings >> Preferences >> Save snapshot resources locally", we can save snapshot resources to enable better debugging in case of problems or whatnot.

 

Will ticking this option make our transaction timings longer than they would have been if it had not been ticked?

 

Are timings for the "web_"  functions smart enough to account for the time spent doing such "local tasks" and subtract these spent time from the final "transaction timings" shown?

 

By "transaction timings", I'm referring to the timings shown in the "Run >> Available Graphs >> Transaction Graphs >> Trans Response Time" graphs.

Would ticking "Generate Web performance graphs" affect transaction timings?

$
0
0

In the Controller's "Run-time settings >> Preferences >>Generate web performance graphs", we have the options to select and choose if we would wish to generate various graphs like:

 

  • Hits per second and HTTP codes
  • Pages per second (HTML Mode only)
  • Response bytes per second

 

Will ticking such options make our transaction timings longer than they would have been if they had not been ticked?

 

Are timings for the "web_"  functions smart enough to account for the time spent doing such "local tasks" (as opposed to "server tasks") and subtract these spent time from the final "transaction timings" shown?

 

By "transaction timings", I'm referring to the timings shown in the "Run >> Available Graphs >> Transaction Graphs >> Trans Response Time" graphs.

Viewing all 3978 articles
Browse latest View live




Latest Images