I have put together a script that pulls error events from all of our serverâ??s
event logs to a comma delimited CVS file. Nothing to fancy.
I do have a small setback with some messages that have some information is
in quotations.

Using Event Viewer the message is displayed as

DCOM got error "General access denied errorâ?? from the computer EEWHQ when
attempting to activate the server:

WScript.Echo objItem.Message displays

DCOM got error "%2147942405" from the computer EEWHQ when attempting to
activate the server :{8E980A48-BED6-46FC-ABA2-B21A9A381A2A},

This is also true of code coming out of SCRIPTOMATIC. I imagine itâ??s a
reference to a look up table.

Anybody know if this is true and how to access the information.


Thanks