Blog

  • VuGen: Dynamic Transactions Created From A Parameter File

    Posted on August 28, 2009 by Admin

    From Michael Hendershot

    Based on the search item I choose, I want a different transaction. This pulls the transaction name from parameter file and generates the transaction name off the “SearchFieldTransaction” column in my parameter file. Be careful. Tree view will take the “tmptransactionname” out of the lr_start and lr_end transaction.

    Code:
    Action()
    {
    char tmptransactionname[25];

    sprintf(tmptransactionname,”%s”,lr_eval_string(“{SearchFieldTransaction}”));

    lr_start_transaction(tmpt Read Entire Entry

  • When LoadRunner Agents Crash

    Posted on August 17, 2009 by Admin

    The following files are helpful in debugging errors:

    Agent log file: agent.log or m_agent_daemon. This file is located in the temporary directory of the agent machine. It provides information about the connection errors.
    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.
    Virtual user log files: ScriptName_VuserID.log.
    This file is located inside log directory found in scenario result directory.

    Here are Read Entire Entry

  • Error on LoadRunner 9.51 Installation

    Posted on August 10, 2009 by Admin

    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.”
    It is possible this is coming from conflicting software. Software such as Tivoli or Radia installed on the system interfere with the installation of LoadRunner.

    The suggested fix:

    S Read Entire Entry

  • Does LoadRunner 9.51 support the Citrix Xen App Client?

    Posted on August 10, 2009 by Admin

    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”=””

    [HKEY_CURRENT_USER\SOFTWARE\Citrix\ICA Client\Engine\Lockdown Profiles\A Read Entire Entry