Search code examples
workflow-foundationwindows-server-2003workflow-foundation-4event-logetw

Where is "Applications and Services Logs" on Win2k3 when using ETWTrackingParticipant for WF?


How do you view the ETW (Event Tracing for Windows) data when using ETWTrackingParticipant in WF 4 hosted on a Win2k3 server? For Windows 7 or Server 2k8, you can find it under Event Viewer->Application and Services Logs->Microsoft->Windows->Application-Server Applications->Analytic. Is there any way to see this tracking data running on a Windows 2003 Server?


Solution

  • ETW is available, but there is no UI to view the ETW logs unless you are on Windows Server 2008 or Windows Vista/7.

    Server Fault reference.