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

Re: Show run-time viewer during replay SilverLight 5 + VUGen 12

$
0
0

Hi Spyto,

 

Run-Time Veiwer supports web transactions only but not pure Silverlight responses. 

 

Regards,

Yuriy


Re: VUser_Int error ... .Please help

$
0
0

Hello Maiko-I.

Unfortunately, this information is not enough, and if Error33

 solution could be trivial (look at the "Suggested solution:" comment), the Error 38 could be hard to investigate.

If you could provide the script folder, I'll look through it and come up with some conclusions, but if it's impossible, I suggest you to go via official support, then WebEx or other online session could be conducted.

Re: Getting Unsupported AMF version 20,555 while attempting to upload a file in Flex protocal

$
0
0

Hi

 

What is a version of

OS?

Java?

Flex?

LR?

 

What options did you have in "RecordingOptions->Flex->Externalizable Objects"  when you record the script?

 

Regards,

Dmitriy

Re: Troubles with MS-SQL protocol recording in Vugen 11.0

$
0
0

Hello

 

There is definitely some issue with recording process, but unfortunately, LR 11 is not supported anymore, as well as Sybase 15, that was never supported by LR (Sybase 12 is top supported version of this database)

 

Thanks, Dmitry

Re: Web_reg_save_param dynamic ordinal value

$
0
0

Hi,

 

If you want to save all occurences forthe following web step, please use: web_reg_save_param with: Ord=All. When you specify Ord=All - all the occurences of the match are saved to an array.

 

Example:

web_reg_save_param("A", "LB/ic=<a href=", "RB=\'>", "Ord=All", LAST );

 

The first match is saved as A_1, second to A_s and so on. As well ParamName_count will specify the total number of matches saved.

 

Thanks,

Yoav

Re: Loadrunner/Sitescope integration issue

$
0
0

Thank you, Kvaga for your response. I tried the steps you suggested; however, I am not seeing any ports with the SiS PID listed.

Re: Loadrunner/Sitescope integration issue

$
0
0

Thank you for your response, Demian_Orlov.  I tried a topaz verification page I saw provided in another forum (and provided in LR for steps to intergrate Sis). I am able to see the XML page with my log in information. I found out that it was the "account=login" number that I needed to change in the xmlmonitoredshared.ini file. I found my correct id=login number in the sitescope>group>users.config file and corrected it in xmlmonitoredshared.ini file. I am now able to add my monitors. Thank you

Re: Loadrunner VUGen 12 -Running from Network - Error : System.IO.FileLoadException:

$
0
0

Hi Mohamed

 

How can we achieve this, please provide steps.

 

Regards,


MohammedHamed wrote:

Can you please  unblock this file  xunit.runner.tdnet.dll , this file when blocked its prevent you to do the test .

Just right click and unblock and try to run the test again .

 

Cheers

MohammedHamed


 


Re: VUser_Int error ... .Please help

$
0
0

You haven't declared chnl_1 anywhere which explains the first error.

 

You need to delcare a channel before you register it.

 

HttpChannel chnl_1 = new HttpChannel(65101);

 

If you're using a TCP channel or IPC channel then things are more complex.

 

Relying on the recording functionality for .NET scripting is unreliable at the best of times.

You often have to do everything by hand.

It may be easier to open your client program in Reflector or ILSpy and copy the code it's using to initialise the connection.

 

Open your loadrunner script in Visual Studio or SharpDevelop to add references to the client DLLs you want to use. (Adding the DLLs to your filters isn't the same thing.)

Re: Error:Failed to connect to server "xxxxxx.xxxx.xxxx.com:443": [10060] Connection timed

$
0
0

hi,

 

The error message really means a connection timeout happaned  in network socket, perhaps you should check your network connection, thanks.

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

$
0
0

Try adding CRTX_LAST at the end of the syntax for every line that gives you the memory violation error. We often skip this in our syntax. CTRX_LAST is a marker that is used to indicate the end of the argument list. 

Load Generator Failed

$
0
0

Hi,

I am getting the following error when I tried to execute the scenario from LR controller


Error 30937: Failed to create worker thread using driver function.
Error 30804: The transaction server is aborting due to the error: -30937
Error 26612: Communication error: An error occurred while calling the OpenFileMapping function for file name - Session\2\lrchan_sm_mapping_object_lrchan0_3128. (sys error message - The system cannot find the file specified.
Error 10293: Failed to initialize worker thread. Exit with time out - 300


Also the LR VuGen hungs when I tried to replay the recorded script.

Note: My LR components were working properly when I tried earlier.

LR version: 12.02
Comunity Edition

Could you please help me getting this issue resolved.

Thank you.

Regards,
Sathya S

VuGen 12.01 EXTREMELY slow in recording in SAP Web protocol

$
0
0

Hi  All,

 

We recently upgraded from ALM/PC 11.0 to 12.01 and ever since the VuGen recording for SAP Web (thats the only protocol we use) is EXTREMELY slow to the level that it takes about 7-8 times more time to record then what we have been used to with earlier versions.

Anybody seen this behaviour? Any solutions?

 

Thanks in advance!

Running Truclient script "run as a Thread" - failing in Performance Center

$
0
0

Hello,

I created a script using TruClient with IE9.

 

When replaying the script in develop mode from the load generator all is working well 100% of the time.

 

Even when testing it in load mode from VUgen all is working fine 100% of the time.

 

While running truclient script as Thread in performance center, script stuck at INIT section and gives "TIME OUT" error.

 

I have tried to run sctipt as "Process" i.e by running Load Runner Agent Process in LG and ran in Performance center and it was running fine without any issue for multiple itrations.

 

Please let me know desired solution to run Truclient script as a Thread (Load Runner Agent service in LG) in performance center.

 

Any leads to solve the same is appreciated.

 

Regards

Mayur

 

To download excel file physically

$
0
0

We have one scenario in which we need to download file (xls) physically on the system, but we are unable to simulate this scenario.

 

We have used web_int_get_property function with HTTP_INFO_DOWNLOAD_SIZE but we are getting only size of file, not downloaded file. Please help us how we can download a file physically using Web HTTP/HTML script.


LoadRunner v12.02 VuGen password encryption

$
0
0

For password, there are also few ways LR encrypt password. During recording, if the LR vugen recording engine sees that you made a HTTP request with something called password then it will automatically change the password value with a LR encrypt function. There is also something called Password Encoder which is a tolls within LR you can use to encrypt your password. Also, I know Vugen uses 32 bit encryption.

 

Are there any other type of encryption LoadRunner use when LR encrypt password? One of our client IA folks asked that we gave the detail information to ensure that password information is being properly protected. Please let me know if anybody thinks of any other encryption. Thank you. 

Call Web services and in replay get authentication error

$
0
0

Little Background: I confirmed with dev that authentication is code level not server (IIS 8.0) level. 

                                       Method: GET

                                        Response: JSON

                                        Dev team provide Authentication key 

 

Following are the steps i did:

 

1. Make script with web_custom_request and method=GET

2. Add header for authentication key

3. Replay the script

4. Get Authentication error 

 

Action.c(3): Warning -26547: Authentication required, please use web_set_user, e.g. web_set_user("domain\\user", "password", "host:port"); [MsgId: MWAR-26547]
Action.c(3): Warning -26630: HTTP Status-Code=401 (Unauthorized) for "http://XXXXX.com:port/xxxx/xxx [MsgId: MWAR-26630]

 

Note: There isn't any server level authentication so there isn't any UID/PWD for server. I am getting that why i have to insert web_set_user() fuction. 

 

Any help would be really appreciated. Please help me ASAP.

Can we change browser version for Ajax truclient Firefox/IE??

$
0
0

Hi All,

 

Which version is supported bidefault  by Ajax Client Firefox/IE?? How can we get this info?

 

Is there any method to change browser version for Truclient?

 

Please let me know if any workaround?

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

$
0
0

This does not support to resolve this issue. During replay script stuck due to alert pop-up. nothing is working untill you click OK on popup.

 

is there any workaround?

Re: VuGen not recording when selected "Use custom connection file" as RDP Client Star

$
0
0

Hi KertLou,

 

We can not load the custom rdp file from mstsc.

 

Our developers are providing us with RDP icon, clicking on that icon will open Remote application on our desktop in fullscreen mode.

 

Loadrunner is not recording events. Just records 2 events.. After that nothing happens. Attaching the VuGen recording events.

 

In the previous post, i attached custom RDP settings.

 

Thanks,

Chandra

Viewing all 12134 articles
Browse latest View live


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