paleg / eventlog-to-syslog

Automatically exported from code.google.com/p/eventlog-to-syslog
3 stars 3 forks source link

I don't get application event.. #38

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When I run evtsys.exe in debug mode I create events in separate console window.

When I create event like this: eventcreate /t error /l system /id 100 /d 
"desc", i get message: "error getting message string for RecordID ... the 
message resource is present but the message is not found in string/message 
table."

for some reason it can not read event message.

Another issue is that program cannot recognize event when I create it like 
this:  eventcreate /t error /l application /id 100 /d "desc", (application 
event) then I get no output.

I am running program on win 7, 32 bit.. 

Original issue reported on code.google.com by dajann@gmail.com on 6 May 2011 at 12:38

GoogleCodeExporter commented 8 years ago
I am not sure what is causing your first error, but I'll try looking into it 
later. As for your second issue, what do you mean by not getting any output? Do 
you not see a message on your syslog server? The console will only output 
information for errors, or when a message is ignored.

Original comment by sherwin....@gmail.com on 20 May 2011 at 2:42

GoogleCodeExporter commented 8 years ago
Hi,
Thank you for the response, first issue was due to the way I created the
event, so it is working, but second issue is with debugging feature, for
every created event I get only first letter of event description in the
console locally, but on server it is all good. So, this is not so important.

Original comment by dajann@gmail.com on 20 May 2011 at 3:31

GoogleCodeExporter commented 8 years ago

Original comment by sherwin....@gmail.com on 6 Mar 2012 at 4:21