Im not sure.
You can try flipping over the internalExceptionHandler to "report" for the
event sources in the EI.config file and seeing in the eventlog if there's a
better error. (by default only a perf counter is incremented if an error is
encountered)
For example
<eventSource name="Application" type="softwareElement"
internalExceptionHandler="report" description="Application level event
source" />

Signature
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
|
| I have a Windows 2003 Enterprise Server system that I am running a .NET web
[quoted text clipped - 8 lines]
|
| Any suggestions what is going on?
Bruce Parker - 04 Nov 2004 14:14 GMT
I changed the internalExceptionHandler to "report" and no errors were
reported. Is there any source code available for EIF so I can attempt to
debug through the problem?
> Im not sure.
>
[quoted text clipped - 24 lines]
> |
> | Any suggestions what is going on?
Mike Hayton [MS] - 17 Nov 2004 17:41 GMT
Sorry for the long delay in getting back to you on this. Its been very busy
at work.
There's no source code available - but if you can send a repro, I can debug
it for you.
If you run perfmon and look at the EventSource and EventSink counters are
any of the error counters being raised?
If not it indicates that EIF isnt encountering an error.
If the EventSink LogEventSink event counter is increasing - it means that
the event sink thinks the event is successfully being raised (I assume
you're using the LogEventSink that comes with EIF).
Sorry again for not replying sooner
Mike

Signature
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
|
| I changed the internalExceptionHandler to "report" and no errors were
[quoted text clipped - 29 lines]
| > |
| > | Any suggestions what is going on?