Previous Topic: Create Virtual Services from SAP ERPConnect TransactionsNext Topic: Generate the SAP ERPConnect Virtualization Artifacts


Install and Configure the Agent Files for SAP ERPConnect

The following versions of the .NET Framework are supported:

Before you start, install Visual C++ Redistributable for Visual Studio 2012 Update 4. As of this writing, you can obtain this component from the Microsoft web site.

The procedure varies depending on which of the following .NET applications you have:

To install and configure the agent files for SAP ERPConnect when you have a .NET application that is running in an IIS server:

  1. Copy the following files from the LISA_HOME\agent directory to a directory on the computer where the IIS server is located:
  2. Open a command prompt from the directory where you copied the files.
  3. Run the following command:
    LisaAgentLauncher.exe /i
    

    The agent files are registered on the computer.

  4. Run the following command:
    LisaAgentLauncher.exe /iis /name <agent-name> /url tcp://<broker-host>:<broker-port>
    

    To specify a domain, add the /domain option.

  5. When the worker process for IIS starts, the agent is enabled.

To install and configure the agent files for SAP ERPConnect when you have a stand-alone .NET application:

  1. Copy the following files from the LISA_HOME\agent directory to the directory that contains the executable for the .NET application:
  2. Open a command prompt from the directory where you copied the files.
  3. Run the following command:
    LisaAgentLauncher.exe /i
    

    The agent files are registered on the computer.

  4. Configure the environment variables as follows:
    set COR_PROFILER={BEB45448-91FA-4A7C-BF9A-68AA889DC873}
    set COR_ENABLE_PROFILING=1
    set COR_LISA_AGENT=name=<agent-name>
    
  5. Restart the .NET application.