Unable to see application after adding APM Insight .NET agent and getting "Failed to Load Profiler" error
The following are few reasons that might pose an interference with the APM Insight .NET agent profiling:
1. User Permission settings
2. Competing profilers/monitoring services
If the installation is not done with administrative privileges, the following error might be printed on event logs,
Loading
profiler failed. The profiler COM object was instantiated, but the
profiler failed during its initialization callback.
Profiler CLSID:
'{989D151B-3F31-482E-926F-2E95D274BD36}'. HRESULT: 0x80004005.
|
In such cases, Health monitor tool will show the message,
Profiler loaded for 0 out of -- process
|
If you have installed other monitoring services, stop/uninstall them and perform the following steps:
- Uninstall the current version of .NET agent from the server
- Download the latest .NET agent here.
- Launch command prompt in administrative mode on the server and install the msi from this command prompt by using the following command :
msiexec /i apminsight-dotnetagent.msi (or the respective msi)
|
- When prompted, enter your license key and make sure all required applications are selected from App filter tab of the configuration dialog.
- Once the installation is complete and the service is started, you can start performing the desired transactions.
New to ADSelfService Plus?
Related Articles
Unable to see application after adding APM Insight .NET agent and getting "Failed to Load Profiler" error
The following are few reasons that might pose an interference with the APM Insight .NET agent profiling: 1. User Permission settings 2. Competing profilers/monitoring services If the installation is not done with administrative privileges, the ...
Uninstrumented Block of Code - APM Insight
In the traces tab --> Slowest Method Calls and Count we show if you find Un-instrumented block of code the reason is as follows: Basically, What is un-instrumented block of code in APM Insight? By default, APM Insight agent monitors known frameworks ...
Self monitor Applications Manager using APM Insight Java Agent
Applications Manager is built with Java, hence we can monitor it using APM Insight Java Agent to measure it's performance continuously, which can be very much useful. Setting up APM Insight Java Agent Follow the below steps to download and set up the ...
APM Insight Troubleshooting - FAQs
Monitor Addition - FAQs 1. How to add an APM Insight Monitor? After you deploy the APM Insight agent in your Application Server with suitable Applications Manager credentials in the apminsight.conf file, APM Insight monitors will automatically be ...
How to rename an existing APM - Java agent application's monitor?
In Applications Manager's APM(Application Performance Monitoring) doesn't support renaming applications/monitors from the web client. However, the application name of an existing application instance can be renamed in the `apminsight.conf` file and ...