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

Loadrunner RDP Agent not found

$
0
0

Hi

 

I have the following setup:

 

- Loadrunner 12.01 (Controller, Load Generator & VUGen) on Win2012 R2 8GB RAM - Server

- LR RDP Agent installed from the LR Additional components directory to Win 7 Pro SP1 8GB RAM - Workstation

 

Using VUgen I recorded a simple script using the RDP Protocol to connect to the Workstation, login, launch an application, conduct a transaction then log out.

 

I ran 3 iterations of the script (End-to-End) in VUGen on the LR Server and each one passed. I had the following settings in the RunTime :

 

- RDP, Synchronization

            Fail image synch step on timeout = No

            Disable synchronization failure dialogue = Ticked

- RDP, Advanced

            Socket receive buffer size (bytes) = 65536

            Socket receive buffer timeout (msec) = 5000

- RDP, RDP Agent

            Replay using RDP Agent = Ticked

            Wait time for RDP agent response (msec) = 30000

 

 

I loaded the script on to the LR Controller and userd the same Server for the LR Generator (Did not use the Workstation as a LG) to run for 1 user  1 iteration but it failed.  It failed at the point where the RDP client tries to locates the RDP Agent on the Windows 7 Workstation.

 

In the script the login password is entered then straight after the following synch is attempted but fails:

 

Action.c(29):

    rdp_sync_on_agent("StepDescription=Agent Synchronization 1", 
        "FailStepIfNotFound=Yes", 
        RDP_LAST);

 

The Vuser log shows the following:

 

Action.c(29): Warning:Received error PDU with code 0.

Action.c(29): Detected MCS shutdown packet

Action.c(29): Error:Connection reset by the server

Action.c(29): There was an error while synchronizing on the agent

Abort was called from an action.

 

The RDP Agent is installed and working on the Windows 7 Workstation because 3 iterations of the script were run successfully.  So, why does it fail to recognise the RDP Agent when running the same script via the LR Controller? I am not using the Workstation as a Load Generator because the RDP Agent is installed on it.

 

Any help would be most appreciated.

 

kind regards

Raja


Re: How to delete unnecessary steps in TruClient IE fully

$
0
0

Now,I delete the steps before the valid first step in default.xml,Truclient IE can run from the valid first step,but it's hard to edit default.xml,and it isn't safe too.

It seem it's a bug of Truclient script edit tool.

Re: Loadrunner 12.01 is it compatible with chrome lates version.

$
0
0

Hi,

 

 

Can loadrunner12.01 supports portable chrome version 35 , I have tried to record with it but it is too slow to work with.

Re: Loadrunner playback error on Oracle NCA protocol

$
0
0

I think replaying a script as a process instead of Thread solves the warning given below:

 

"Warning: failed to receive data from the server".

 

Also, you can change this under the run time settings of the script. You can even change the log setting to standard logs instead of extended logs while replaying the script. This helped me to resolve the above error.

 

Regards,

Raxita Gugaliya

Redirects?

$
0
0

Just wondering whether LR deals with redirects automatically?
Thanks!

Re: Security validation error

$
0
0

Is anybody used TrueClient protocol to test SP application?

SP is using some client side technologies that are not deteced by LR and thus cannot be correlated. That is why I am getting this error.

Per HP customer support LR has a limitation to test SP applications and no available protocol can record this activity.

Thanks,

Garry.

 

 

Re: Redirects?

$
0
0

Yes, in my setup my connection redirects through an F5, an auth server, and than the application platform ... it handles it automatically, then redirects to a java application, handles that automatically. You will only run into problems if it passes a session key along, in which you will need to correlate for.

Re: Oracle NCA protocol not running in Controller for multiple users

$
0
0

Are you trying to record EBS etc ? if you are ... Oracle NCA usually requires an ICX ticket correlation. Look at your script and search if it recorded anything ICX_TICKET. If it did ...

 

        web_reg_save_param("icx_ticket",
        "LB=icx_ticket='",
        "RB='",
        "Ord=1",
        LAST);

 

and then place the variable into your nca_connect string where it lists the ICX_TICKET

 

it is a correlation error at first glance.

 

 

EDIT: Also, if it is failing at that particular place every time, it is most likely due to an ERROR window popup if you did in fact correlate for ICX_TICKET. Since you are pressing a button, I am guessing you are submitting something, did you parameterize the file name so it isn't trying to submit the same parameter if it may need to be unique?

 


Re: Response Time of each tier in 3-tier architecture Application

$
0
0

You can setup an SLA in the controller. I would rather get system statistics from the actual server themselves to prevent any ... interference.

 

For instance ...

 

If the database is oracle, print out the AWR from whenever the test ran.

If the webserver is unix based, run IO STATS (vm, mp, pr, io)

If the application is running reports, use the application performance area to tell you overall.

 

There are ways to do it in LR but I prefer to do it "the easy way" which in this case is to get it from the system itself. Then it is more inclusive, and you can really break it down to any potential bottlenecks within your system. For instance, if the I/O wait is high in your database you can tweak it from there etc ...

Re: I am unable to record the citrix application by using Vgen11.04 verstion.

$
0
0
  • Citrix snapshots.Black snapshots may appear during record or replay when using Citrix Presentation Server 4.0 and 4.5 

Possible workaround: On the Citrix server select Start Menu > Settings > Control Panel > Administrative Tools > Terminal Services Configuration > Server Settings > Licensing and change the setting Per User or Per Device to the alternative setting (i.e. If it is set to Per User, change it to Per Device and vice versa.)

 

Let me know if it helped


Ashokkolla wrote:

Hi experts,

I am unable to record the application by using citrix protocol(Citrix ICA),

 

Vgen verstion is:11.04

citrix Xen app:4

 

I am using the ICA file, upto login page its good after that it shows a blank blue screen Please let

me know if u know any ideas about the same.

 

 

Thanks and regards,

Ashok.


 

How to Record Oracle Hyperion App (with Truclient?)?

$
0
0

i've been trying to record the Oracle Hyperion application with Truclient.

 

I've been stymied by pop-up windows that show briefly during recording, then seem to disappear and/or hide behind the main application window. These are NOT OS pop-ups as described in some other posts. They are application pop-ups, maybe from Java? Whatever they are, I can't get to them and close them.

 

I'm also seeing that some of the main application windows don't draw. They are there but blank.

 

Any ideas here? Is Truclient the best protocol for this?

 

I've tried http/html and Click and Script protocols with headers recorded but those present other problems with correlations that just don't work right. There have been some posts about this too. Very tricky because the script can run through clean, but it can return OK http responses even though the response data contains XML with an error in it!

Re: 306|error|500|Validation of viewstate MAC fail

Loadrunner 12.02 data handling capability

$
0
0

For testing of an Finacle application, i require a large dataset. So how muh data does loadrunner handle  ?

 

The application & sccript details are as :

 

Application : Finacle

 

Protocol : Winsock+Web(HTTP/Html)

 

Loadrunner:12.02

 

OS:windows 7

 

RAM: 8GB

 

Currently using .csv file to put data sample data & suppose to use a data file of 1gb size.

 

kindly provide input on this..

 

 

 

Re: Loadrunner 12.01 is it compatible with chrome lates version.

$
0
0

Hi Shilpi,

does this behaviour occur on each attempt you perform in recording, or just on a specific site?

have you configured the URL to be about:blank and started recording only when Chrome was fully up?

 

Thank you

Lior Avni

PLV COST Team

Re: How to delete unnecessary steps in TruClient IE fully

$
0
0

Hi,

 

It is not a bug. In TruClient there is a Leveling recordi/replay mechansim. That is, all of the user events/actions are being recorded bu not all of them has the same importance (according to TruClient's heuristics). For examaple, a click is always important so it will be recorded in Level 1, but mouse hover might no so It wiil be recorded at Level 2 or 3 (there are 3 Levels ordered by importance). The default is to record and display only Level 1 steps but you can cahnge it of course either by changing the Whole script level (slider in the menubar with 1, 2 and 3) OR change a specific step's level to upgrade/downgrade its level.

 

So in order to delete ALL of the steps in a script, you should move the script Level slider to 3, you will see all available steps and now you can delete them. Don't forget to return the Level slider to 1 at the end.

 

It is all documented in TruClient help guides.

 

Thanks. 


Re: LoadRunner and MQ VUser

$
0
0

As said above, you have to get the MQTester installation done on the Windows XP box on which you have the Loadrunner installed. However, you would need to get full PC host of loadrunner installation on this windows XP box if you need both MQ protocols (MQSeries Server & MQClient) to be visible under VuGen protocol list.

Unable to login to CRM 7 UI while replaying script through loadrunner 11.52

$
0
0

Hi ,

 

While replaying the login script of CRM 7, its not been able to login.

The message that appers is logon cookie check failed.

 

 

Can anyone please suggest on this?

 

Warm Regards,

Koushik

Re: Oracle NCA protocol not running in Controller for multiple users

$
0
0

Hi All,

We tried building an array for Web_Util objects but it did not work.

 

Also, I don't find any ICX_Ticket to correlate.

 

It seems that 2 users is actually at login transaction, so the object is not available for click.

 

PFA script for reference.

Re: Vugen recording issue - Website's security certificate error(Solved)

$
0
0

try RTS->preferences->check   WinInet replay instead of socket. That would be no error.

Re: Error "Launch RecordOption Dialog Error"

$
0
0

Hello Rupesh,

The previous issue refers to user privilages issues.

Try to run Vugen with "Run As Administrator" option and please update us if it was successfull.

 

Thank you

Lior Avni

PLV COST Team

Viewing all 12134 articles
Browse latest View live


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