pzbw / eventlog-to-syslog

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

Cannot initialize access to registry: "Software\ECN\ EvtSys\3.0": The operation completed successfully. #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Attempting to run the program results in the following error:

C:\eventlog-to-syslog>evtsys.exe -d -h syslogserver
Checking ignore file...
Jun 28 12:12:08 myserver1 Cannot initialize access to registry: "Software\ECN\
EvtSys\3.0": The operation completed successfully.

Command did not complete due to a failure

This was tested on windows 2000 and 2003 32bit using the contents of 
Evtsys_4.3.0_32-Bit.zip

Original issue reported on code.google.com by zachary....@gmail.com on 28 Jun 2010 at 4:15

GoogleCodeExporter commented 8 years ago
You have not installed the utility. The -h switch can only be specified when 
installing, and the registry keys it is looking for are created at that time.

The commands should be:
evtsys.exe -i -h syslogserver

evtsys.exe -d (for debugging)
or
net start evtsys (for normal operation)

Original comment by sherwin....@gmail.com on 29 Jun 2010 at 6:27

GoogleCodeExporter commented 8 years ago

Original comment by sherwin....@gmail.com on 7 Jul 2010 at 7:43

GoogleCodeExporter commented 8 years ago
i have  the same  problem  . 
i trying  install this  software   using log on script .  

domain windows server 2008r2  

 Only under administrator account i can install this software,  and  log on script  run s under SYSTEM account .

Original comment by leonti...@gmail.com on 15 Dec 2011 at 7:52