>
> I have been playing with Dave Roth's example of reading the Event Logs on
> pages 171-178 of his Win32 Perl Programming (second edition).  I can make
> it read from the three typical logs (System, Security, Application).  On
> our Domain Controllers, I see there are other Event Logs and corresponding
> .evt files:
> Directory               Director.evt
> DNS Server              DnsEvent.Evt and DNS Serv.evt
> File Replication Service            NtFrs.Evt and NTDS.Evt (I think)
>
> Is it possible to read those logs as well?   I cannot seem to figure out
> the name of that log that will work in the script (if it is any name other
> than System or Security, it returns the Application logs)  Any ideas?
> Thank you!
>

I have a Windows 2000 DNS Server and I retrieve events from the DNS Server
event log by referring to the log as "DNS Server" and nothing more. I've not
had any issues retrieving events. Can you post a bit of code to show how
you're accessing the event log (mask the server name, of course).

K. Brian Kelley, [EMAIL PROTECTED]
Author of Start to Finish Guide to SQL Server Performance Monitoring
SQLServerCentral.com Columnist
http://www.truthsolutions.com/

_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to