Pages

Wednesday, August 23, 2006

Exchange: Exmon Tracelog -stop "Exchange Event Trace" Produces Invalid option given: Event

Summary:

When launching Exmon you receive "Unknown StartTrace error (183) This occurs because Exmon continues to collect data in an .ETL file although Exmon is not running. This file caps at 512MB. Once this is capped, Exmon cannot start because it cannot log any more data.

You perfmon the following task to stop the trace

From your resourcekit directory you type in the following command:

C:\Programfiles\resourcekit> Tracelog -stop “Exchange Event Trace”

You immediately receive:

Invalid option given: Event

You then enter the following command:

C:\Programfiles\resourcekit> Tracelog -l

The output shows that the "Exchange Event Trace" is running

Solution:

This occurs because you pasted Tracelog -stop “Exchange Event Trace” into your command prompt. Re-type the command and it should terminate the trace.



James Chong
MCSE M+, S+, MCTS, Security+
msexchangetips.blogspot.com


How useful was this article? Want to see a tip not listed? Please leave a comment.

13 comments:

  1. Anonymous5:08 AM

    this is perfect
    rally helps

    ReplyDelete
  2. Anonymous1:03 PM

    Thanks, that is what I needed!

    ReplyDelete
  3. Anonymous2:37 AM

    Thanks John,

    I'm really glad to find your post. This was driving me crazy. Nice fix.

    ReplyDelete
  4. Anonymous3:17 AM

    Your little bit of magic worked...Thanks

    ReplyDelete