Blogs
LoadRunner 9.51 Controller Error
I recently uninstalled the Loadrunner 9.1 Controlller on a machine and installaed version 9.51 on it. I always try to do a COMPLETE install by manually removing any leftover files and cleaning the registry. I was able to get everything loaded. I ran a scenario and at the end of the test (once the stop button is pushed), the following error comes up:

Here are the details of the error:
Vugen: More Random Selections
/*The following lines will capture a list returned from a web server page response and
then randomly select one of the items from that list and pass it on
to the next URL
*/
int rNum;
char x[500];
web_reg_save_param("temp_cat",
"LB=abcdef",
"RB=xyz",
"Ord=ALL",
LAST);
web_url("index.jsp",
"Some URL's",
LAST);
//srand is called before rand
srand(time(NULL));
Performance Center and Vmware
What is the official word from HP on PC and virtualization? Well, according to KM752992 in the HP Knowledge Base:
New Citrix Project 10/5/09
It has been a while since I created a blog entry. I have started a new LoadRunner project using Citrix. We get quite a few of these projects every year, and we always hope that the more that we do and learn, the easier this kind of testing will get. I guess, in a way, it has. But it seems that it will always be a little aggrivating.
Enabling the new graphs in LoadRunner Analysis 9.51
I have been wanting to check out the new Throughput graphs. HP Support released Knowledge Base Article #KM759621 on August 12, 2009. "How to use the new Throughput (MB) and J2EE/.Net Probe Metrics graphs that were added in SP1 for LR/PC 9.5."
Vugen: Dynamic Transactions Created From A Parameter File
From Michael Hendershot
When LoadRunner Agents Crash
The following files are helpful in debugging errors: A new knowledge base article is available on the HP Support side for LoadRunner 9.51. KM753044. If you get the following messages during installation: "Another instance of the program is already running." and/or "Setup has determined that a previous installation has not completed. You should restart your system in order to complete this process." A recent knowledge base article was added on the HP Support site for LoadRunner 9.51. KM755736 now states: "Yes, LR 951 supports Citrix client 11.0. However, please make sure the registry patch is applied after this citrix client installation." The patch adds a couple of keys to registry; [HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\ICA Client\Engine\Lockdown Profiles\All Regions\Lockdown\Virtual Channels\Third Party\CustomVC] "VirtualChannels"="" From Michael Hendershot:
1. Agent log file: agent<unique suffix>.log or m_agent_daemon<unique
suffix>. This file is located in the temporary directory of the agent
machine. It provides information about the connection errors.
2. Bridge log file: lr_bridge.log. This file is located in the scenario's temporary log directory (i.e brr_*\log). lr_bridge controls virtual users during scenario execution.
3. Virtual user log files: ScriptName_VuserID.log. Error on LoadRunner 9.51 Installation
Does LoadRunner 9.51 support the Citrix Xen App Client?
LoadRunner Vugen: Make any SERVER or URL a Parameter


