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
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