in reply to Writing to Event Log (Security)

Do you know if you (your program) has permissions to write to the Security event log? This article seems to indicate that the default is that you would not. In fact, if I read that article correctly, you will not be able to use the regular event APIs (what Win32::EventLog uses) to write to the Security event log at all on XP/2003 and higher, regardless of permissions.

Replies are listed 'Best First'.
Re^2: Writing to Event Log (Security)
by bbaski (Initiate) on Mar 18, 2009 at 07:59 UTC

    Thanks...guys... Problem is with permissions. The acrticle said above clearly says what are the permissions required and api which required to wirte to security log.

    Thanks