Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

The following illustrates the export of events into an ARC format file on Windows.

Panel

Html bobswift

<pre>
uecload -export EVENTS -userid admin -pwd admin -format ARC -stime 2011/06/24 -etime 2011/07/24 -deffile c:\test.xml -arcfile c:\test.arc
</pre>

Command Line Options

Anchor
1136269
1136269
The command line options used in this example are:

...

The following illustrates the retrieval of an archived file and its export into CSV on Windows.

Panel

Html bobswift

<pre>
uecload -arcfile c:\test.arc -export EVENTS -stime 2011/10/07 -etime 2012/01/01 -level audit -format CSV -deffile c:\test.csv
</pre>


Note
titleNote

-port, -userid, and -pwd are not used, since no connection is made to UEC for this operation.

...