Questions tagged [svctraceviewer]

9 questions
7
votes
3 answers

svctraceviewer exe in Windows 2008 Enterprise Server

I have a WCF service running on a Windows 2008 Enterprise Server. I just enabled Tracing on in App.config of the service. I have been trying to find the svctraceviewer.exe on the server and am not able to. I tried to google and they say it will be…
acadia
  • 2,619
  • 18
  • 55
  • 72
5
votes
3 answers

Using log4net to create logfiles that can be viewed with SvcTraceViewer.exe

What is the best way to log to a file using log4net that has the correct format (correct XML, correct timestamp format, custom data in correct format, correct attributes, basically the exact same way as XmlWriterTraceListener does it) so it can be…
bitbonk
  • 48,890
  • 37
  • 186
  • 278
4
votes
2 answers

WCF tracing of ONLY failed requests?

I want to save trace information into .svclog files but only for failed requests. Is this possible? If so, how precisely? I have a WCF service that's called hundreds of times per minute. On rare occasions clients will get an error 500 that…
Igorek
  • 15,716
  • 3
  • 54
  • 92
3
votes
2 answers

Need help understanding Microsoft Service Trace Viewer log

I'm using Microsoft Service Trace Viewer to check a log for an exception. Exception is: An error occurred while receiving the HTTP response to ...someservice.svc. This could be due to the service endpoint binding not using the HTTP protocol. This…
2
votes
1 answer

Is the source code for svctraceviewer available

I would like to customize the svctraceviewer but do not want to start from scratch. Does any one know of a custom implementation or if the source code is available ?
Raj73
  • 21
  • 1
2
votes
1 answer

What does 'Pool of native msmq messages is full' trace message mean?

I have been tracing messages using SvcTraceViewer.exe which were transmitted over MSMQ using a c# application, and have come across an informational event that I don't understand. The raw XML looks like this:
Jay
  • 9,561
  • 7
  • 51
  • 72
0
votes
1 answer

Tracing for an ASP.NET application does not work in production server

I need to trace the execution of my MVC 5 application, so i have added this to web.config file:
jstuardo
  • 3,901
  • 14
  • 61
  • 136
0
votes
0 answers

Does an HTTP 400 response get captured in SVCTrace?

When reviewing IIS logs I see some HTTP 400 responses. To diagnose the problem, I have enabled SVCTrace via the following configuration....
barrypicker
  • 9,740
  • 11
  • 65
  • 79
-1
votes
2 answers

WCF There was an error reading from the pipe: The pipe has been ended. (109, 0x6d)

I'm having continuous exception on live server and performance issues. After enabling trace service log in wcf config file I found 100 of same exceptions. Basic Information Activity ID {00000000-0000-0000-0000-000000000000} Time 2019-08-26…
skhurams
  • 2,133
  • 7
  • 45
  • 82