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
07-27-2017 09:30 PM
Hi There - I have installed an AppDynamics agent (4.2.152) to monitor only existing windows service there. There is no IIS installed on the server.
And in our controller when I go to Tiers & Nodes, it does showed up those servers but the AppAgentStatus is sitting at 0% all the time. I have edited the config as well (see below)
by putting the standalone service in it but that also didn’t help.
<app-agents>
<IIS />
<standalone-applications>
<standalone-application executable="prodapp.exe">
<tier name="ProdApp" />
</standalone-application>
</standalone-applications>
</app-agents>
Then I followed up someone’s advice to enable the SOAP headers but the agent doesn’t like this settings in the config and overwrote it itself.
<app-agent-configuration>
<configuration-properties>
<property name="enable-soap-header-correlation" Type="Boolean" value="True"/>
</configuration-properties>
</app-agent-configuration>
It is quite urgent for us and is holding to monitor the sevices in our production systems.
06-14-2018 08:31 AM
Hi
We are using .net 4.5.2.But still i am seeing this issue.Please find the code as follows.
private void OnMessage(string label, string content) { // do some thing }
06-22-2018 03:00 AM
Hi Maheswar,
I mentioned in my previous post the issue is resolved in the 4.4.1 .Net Agent version. It is not related to .Net Framework version. Seems you have used the .net framework version 4.5.2 to build your instrumented application.
Could you please install the latest available 4.4.x Agent version on the agent machine and then check the behaviour.
Let us know if you have any question.
Thanks,
Ashish.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form