Announcement

Collapse
No announcement yet.

Dumpevt issues...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Dumpevt issues...

    I am running dumpevt from a Win Server2003 SP1 machine to collect the log from another Win Server2003 SP1 machine.

    dumpevt version:
    1.7.0.5

    I am running it with the following command:
    C:\dumpevt.exe /reg=local_machine /logfile=app /outfile=c:\applog.txt /computer=[target machine name]

    I get the following output:
    6/5/2006 9:50:06 AM
    Somarsoft DumpEvt V1.7.3, Copyright ⌐ 1995-1997 by Somarsoft, Inc.
    LogType=Application
    Computer=[target machine name]
    SystemRoot=C:\WINDOWS
    Outfile=c:applog.txt
    Use HKEY_LOCAL_MACHINE for saving record number
    Format=yes
    DateFormat=(locale dependent)
    TimeFormat=HH':'mm':'ss
    FieldSeparator=;
    ReplaceFieldSeparator=_
    ReplaceCR=;
    ReplaceLF= (tab)
    StringSeparator=;
    MaxMessageLen=32000
    MaxFragmentLen=32000
    DumpData=none
    SplitDateTime=yes
    DumpRecnum=no
    ==>LastProcessed (0) < Oldest (1), log records lost
    process event log records starting with 1
    ==>RegOpenKeyEx rc=2 source=r_server key=SYSTEM\CurrentControlSet\Services\Event
    Log\Application\r_server
    ==>Format message error, source=r_server type=Category msg=1515 rc=0
    ==>RegOpenKeyEx rc=2 source=r_server key=SYSTEM\CurrentControlSet\Services\Event
    Log\Application\r_server
    ==>Format message error, source=r_server type=Message msg=15 rc=0
    ==>Format message error, source=r_server type=Message msg=17 rc=0
    last event log record processed = 2
    Elapsed time= 0.281 seconds, NumRecs=2

    -I understand that the "log record lost" message means that it isn't writing to the registry key. Which key should I look at and what permissions should it have? Can you tell me anything more specific about the problem from the output? I tried clearing the applog and running it again with the same results. Thanks for any help you can give.

  • #2
    Re: Dumpevt issues...

    I'm not sure if security is the problem, as there would be error present if it could not create the key. The keys are located under Software\SomarSoft\DumpEvt. By default, they should be under HKEY_CURRENT_USER.

    Make sure that these keys can be read and not deleted, etc. Its appears from the message that they have a value of zero. Having another application clear the log can also cause problems of course, as it throws off the counter.
    Kevin Stanush
    SystemTools Software Inc.

    Comment

    Working...
    X