Can I configure the .net agent to discover transactions on Windows Workflow Foundation (WF) services?
The services are hosted on IIS and appear in the list of App Servers in AppDynamics but no Business Transactions are listed.
Hi Richard,
We are checking this internally, Will get back to you on this.
Thanks,
Ramana
Hello,
I have the same issue as well. We have .NET Workflow services(xamlx) hosted on IIS and do not see any transactions recorded.
-Hetal
Hi Richard/Hetal,
Apologies for delay in reply.
For .NET Workflow services, you will need to configure POCO entry point rules in order to initiate business transaction detection on relevant class/methods.
To identify potential entry points, please enable find-entry-points node level property to "true" and apply load on application for 10 minutes and provide us complete zip of DotNetAgent folder from below location. We will assist you accordingly.
Windows Server 2008 and later: %ProgramData%\AppDynamics\DotNetAgent
Windows Server 2003: %AllUsersProfile%\Application Data\AppDynamics\DotNetAgent
Following documents will provide you more information on "find-entry-points" and POCO rules:
find-entry-points : https://docs.appdynamics.com/display/PRO41/App+Agent+Node+Properties+Reference#AppAgentNodePropertie...
Enabling find-entry-points : https://docs.appdynamics.com/display/PRO41/App+Agent+Node+Properties#AppAgentNodeProperties-editregi...
Custom Match Rule of type POCO : https://docs.appdynamics.com/display/PRO41/POCO+Entry+Points
Thanks,
Ramana
Hi Richard,
Thanks for providing logs.
Could you please create a POCO Transaction match rule on below .Net Class/method and check the behavior
.Net Class : System.ServiceModel.OperationContext
Method Name : get_Current
You can refer below doc links to create POCO Transaction match rule:
https://docs.appdynamics.com/display/PRO41/Configure+Business+Transaction+Detection+for+.NET#Configu...
https://docs.appdynamics.com/display/PRO41/POCO+Entry+Points#POCOEntryPoints-CreateaPOCOTransactionM...
Once you have created this POCO rule please follow below steps:
Thanks,
Ramana