Hi All,
I am trying to export event logs on windows 2003 server using dumpevt utility. I am logging in as a local admin on the server before executing the following command
c:\dumpevt\dumpevt.exe /logfile=app /outfile=c:\temp\logs\app.csv /all
and I get error
==>ReadEventLog rc=1783 cbReq=8716664
app.csv gets created with 0 KB. But I can see app log on the event viewer. Dumpevt help page says error messages are marked by ==>. Can someone point me in the right direction on understanding the above error message?
I am trying to export event logs on windows 2003 server using dumpevt utility. I am logging in as a local admin on the server before executing the following command
c:\dumpevt\dumpevt.exe /logfile=app /outfile=c:\temp\logs\app.csv /all
and I get error
==>ReadEventLog rc=1783 cbReq=8716664
app.csv gets created with 0 KB. But I can see app log on the event viewer. Dumpevt help page says error messages are marked by ==>. Can someone point me in the right direction on understanding the above error message?
Comment