Hello everyone
I hope you can help me
I use LOGPARSER to collect Windows Event log data from the System and Application log, to a central Windows server
Not all events are described in the text box / Message box
I get the following output
'The description for Event ID %% in Source "%%" cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer
From help file
The output of this command gives a detailed overview of the EVT Input Format, including a "Fields" section describing the structure of the records produced:
Massage field has the tekst :
'The description for Event ID %% in Source "%%" cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer
Fields:
EventLog (S) RecordNumber (I) TimeGenerated (T)
TimeWritten (T) EventID (I) EventType (I)
EventTypeName (S) EventCategory (I) EventCategoryName (S)
SourceName (S) Strings (S) ComputerName (S)
SID (S) Message (S) Data (S)
Is there a possibility to change this so that I can see the entire error description
Regards Mogens Westergaard