EventLogSession on Windows 2003

  • Thread starter J Wolfgang Goerlich
  • Start date
J

J Wolfgang Goerlich

Hello group,

I am querying event logs on remote computers using code that is
functionally identical to:

How to: Query for Events
http://msdn.microsoft.com/en-us/library/bb671200.aspx

The code uses EventLogSession and other objects from the
System.Diagnostics.Eventing.Reader (new with .Net 3.5). The computer
running the queries is Windows 2008 R2. It is a stand-alone machine.
The computers that are being queried are in separate domains and are
Windows 2003, Windows 7, and Windows 2008.

The code works for Windows 7 and Windows 2008. For Windows 2003, it
fails with the exception: There are no more endpoints available from
the endpoint mapper.

Is there some tweaks that I can make in order to work with 2003?

J Wolfgang Goerlich
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top