Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
03-20-2018 08:52 PM
I am facing the following error while installing .Net agent on windows 2008 r2 server "C:\Program Files\AppDynamics\AppDynamics .NET Agent\AppDynamics.Profiler_x86.dll failed to register." What might be the probable cause and how i am supposed to overcome this issue.Kindly provide your assistance over the same.
03-20-2018 09:00 PM
Hi,
4.4 Agent version installation has additional requirement as documented here
Please install either of the following components and then try installing Agent
install the Update for Universal C Runtime in Windows.
OR
Thanks,
Raunak
03-20-2018 09:27 PM
Post uninstallation of agent on server, while browsing through the event viewer the following error message arises stating ".NET Runtime version 4.0.30319.34209 - Loading profiler failed. COR_PROFILER is set to an invalid CLSID: 'AppDynamics.AgentProfiler'. HRESULT: 0x800401f3. Process ID (decimal): 3004. Message ID: [0x2502]." how can i overcome this issue and why is this issue reoccuring in the event viewer.Kindly help for the same.
03-20-2018 09:35 PM
Everytime a .Net Process comes to life it checks two Environment Variable.
1) COR_ENABLE_PROFILING : If the value of this environment variable is 1, it indicates that profiling is enabled on the server
2) COR_PROFILER : If profiling is enabled then it checks this value of this env variable to see which profiler its need to load
NET Runtime version 4.0.30319.0 - Loading profiler failed. COR_PROFILER is set to an invalid CLSID: 'AppDynamics.AgentProfiler'. HRESULT: 0x800401f3. Process ID (decimal): 46608. Message ID: [0x2502].
.NET Runtime version 2.0.50727.8009 - Failed to CoCreate profiler.
This error indicates that above-mentioned variables still exist but since you have uninstalled Agent, the 'AppDynamics.AgentProfiler'.dll does not exist.
Can you verify if those System level environment variables still exist? If yes can you go ahead and delete them and restart the .Net Application(s).
If this does not help a restart of the server might be necessary which will make sure they are removed from registry cache.
03-20-2018 09:43 PM
Those variables are present in the registry. Can i infer that those variables are to be deleted from the registry? will it have any impact on the application server or the application hosted on it ?
03-20-2018 09:49 PM
Hi,
We do not create these variables at the Registry level. Please check System Environment variables and verify their presence. If they exist please delete them. Just restarting the server should fix these messages as well.
Thanks,
Raunak
03-20-2018 10:09 PM
System Environment variables stated by your end are not present on the server. In this case what more areas can i troubleshoot?
03-20-2018 10:19 PM
It means that Windows has cached these variables. Restarting the server should help.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form