+

Search Tips   |   Advanced Search


In the CA APM .NET agent

To use the NeoLoad module for CA APM, it is necessary to install the Synthetic User Field Pack Extension in the CA APM agent.

For example, to edit a the dotnet.pbd file on Windows: C:\Program Files\CA Wily\dotNetAgent\wily\dotnet.pbd, it is necessary to:

For example, to edit an IntroscopeAgent.profile file on Windows: C:\Program Files\CA Wily\dotNetAgent\wily\IntroscopeAgent.profile, the following elements are required:

  1. Install a CA APM (Introscope) .NET agent (version 7.2.2.0 or above) on the server hosting the application to be monitored.
  2. Copy the <neoload_install_dir>/conf/ca apm/SynthPageInfoTracer.ext.dll file into the CA APM .NET agent ext directory.
  3. Edit the .NET application properties file. This file is usually named web.config or machine.config.

    • Locate the <runtime> XML tag and insert the following XML node:
      <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> 
        <dependentAssembly> 
          <assemblyIdentity name="wily.Agent" publicKeyToken="2B41FDFB6CD662A5"/> 
          <bindingRedirect oldVersion="7.2.2.0" newVersion="9.0.0.0" /> 
        </dependentAssembly> 
      </assemblyBinding>
    • Replace the value of the newVersion attribute for the bindingRedirect tag with the version for the .NET agent monitoring the .NET application.
    • Repeat this step for each .NET application being monitored by a .NET agent.
  4. Edit the dotnet.pbd file in the CA APM .NET agent installation directory.
  5. Edit the IntroscopeAgent.profile file in the CA APM .NET agent installation directory.
  6. Restart the application server to load the modified files.


Home