Re: Using Java Vuser Protocol to run DB2 Scripts
You may right any valid Java statements which can interact with the DB2 database, and execute the sql queries. It looks like you didn't include the relavent Jar files you used corresponding to the...
View ArticleRe: unable to replay Java Over HTTP
VuGen is unable to identify the JDK installed, it may be becuase of the spaces in the path of the JDK installation directory. Please install the JDK in a path doesnt contain spaces, e.g. C:\Java or...
View ArticleSoftware cause connection abort and connection reset by peer errors in...
I have a web services script in Web (HTTP/HTML) protocol that is working in LR11.04. When I migrated it to LR11.52 and LR12.01, I am unable to run the script and is seeing "software cause connection...
View ArticleRe: LR 12 Vugen Proxy Authentication Issues.
Hello, There are two ways to define proxy setting in LR scripts from runtime settign Use default browser setting in your case you can use this because you mention application work fine in web...
View ArticleRe: Unable to capture HTTPS events with "enable auto ssl detection" checked
Hello, Try to record in Internet Explorer (IE) and when it gives you error click continue to this website and you script is defiantly generated have used this and works for me. Thanks,Deepak
View ArticleRe: Set Proxy for Loadrunner TruClient
Hello, You can set proxy setting form Runtime setting->Load Mode Browser setting: Thanks,Deepak
View ArticleRe: Software cause connection abort and connection reset by peer errors in...
Hello, If you are getting this error -Error: -27780: read to host failed: [10054] Connection reset by peer" then use below solution: Add this LR function...
View ArticleRe: AJAX TruClient - IE Windows Authentication Pop up error
I get the same thing when testing with TruClient IE browser.Seems to me, there should be a method to enter windows credentials (note this is NOT Proxy Credentials) when using TruClient so this popup is...
View ArticleCannot record: internal application with HTTP/HTML protocol.
1. Manually user can login with their credentials to an internal application with FIrefox browser.2. Problem: when trying to record our internal application with HTTP/HTML protocol with Load Runner...
View ArticleRe: LR 12 Vugen Proxy Authentication Issues.
Thanks a lot for the reply, Deepak. I tried Custom proxy too, however, the issue exists. The proxy configuration script in this case is a .cab physically on a drive. Is it possible for the runtime...
View ArticlePC 12.01: Getting "number of concurrent runs has reached project limit" error...
Hi All, When i am trying to save my test i am getting following error message "number of concurrent runs has reached project limit" and "Number of vusers requested by this and other concurrent time...
View ArticleHow can use multiple web_custom_request in a single transaction
How can use multiple web_custom_request in a single transaction? I have following services:1. Login2. Search3. Add Address4. Logout Each service is correlated with another service. I want to run all...
View ArticleLoadrunner crashes while configuring (IBM Websphere MQ ) Monitors. Version...
Hi All, While configuring (IBM Websphere MQ ) Monitors the application crashes with the below .Once i select the Queue or a channel in the "Resource Measurements" section the loadrunner give the below...
View ArticleSecurity Certificate is Blocking Script To Start Running
Well, I am trying to run a script which is created in TruCLient Firefox protocol. The script is fine and running in Vugen but not in Performance Center. It wasn’t even getting to the first transaction...
View ArticleRe: Loadrunner crashes while configuring (IBM Websphere MQ ) Monitors....
Please find more info dump file .. Thanks..
View ArticleError when installing LoadRunner 12.01 Community Edition: "Overlapped I/O...
I downloaded LoadRunner 12.01 Community Edition and attempted to install it. The exact file name is HP_LoadRunner_12_Community_Edition_T7177-15058.exe When running the installer (I have to run as...
View ArticleRe: How can use multiple web_custom_request in a single transaction
// Huge block of stuff clobbered together in an outer transaction lr_start_transaction("01_HugeTransaction"); // Do stuff in inner transactionslr_start_transaction("01A_SomeTransaction");...
View ArticleHaving problems recording scripts with Virtual User Genarator
Hi, I installed Loadrunner 11.5 on a Win7 machine. When I try to create a sample script on HP exercise page "http://127.0.0.1:1080/WebTours/index.htm" , the process counter counts until 2, and any...
View ArticleRe: Error when installing LoadRunner 12.01 Community Edition: "Overlapped I/O...
This turned out to be a permissions issue apparently. I was able to install once my user was given admin rights. Running as administrator with a different administrator account yields the error.
View ArticleRe: Application is not opening while recording
make sure you use the JDK version(usually bundled jdk) that your Java Application is compatible with and set the Environment variables like CLASSPATH then reboot your machine and try again
View Article