utledopllist (Command to output operation log)

This command outputs records of operation log in CSV format to the standard output. By using a redirection symbol (>) with this command, the output result can be output in a file.

= Remarks =

You cannot use the Operation Log for the DataMagic Desktop grade.

Table 1.20 Executability of commands

Grade

User type for DataMagic

Executability

DataMagic Server

Superuser

Executable

General user

Not executable

DataMagic Desktop

-

Not executable

Commands

utledopllist [-f [YYYY/MM/DD] [hh:mm:ss]][-t [YYYY/MM/DD] [hh:mm:ss]]
             [-u userid]

Parameters

-f [YYYY/MM/DD] [hh:mm:ss]

The starting date and time of the log information that you want to output (This parameter can be omitted.)

Specify both the date (YYYY/MM/DD) and the time (hh:mm:ss), or either of them.

If this parameter is omitted, the command outputs log information from the beginning.

-t [YYYY/MM/DD] [hh:mm:ss]

Specify the final date and time of the log information that you want to output. (This parameter can be omitted.)

Specify both the date (YYYY/MM/DD) and the time (hh:mm:ss), or either of them.

If this parameter is omitted, the command outputs the currently stored log information up to the end.

-u userid

The user of which operation log is to be output (This parameter can be omitted.)

If this parameter is omitted, operation log of all users is output.

Output example

"Date Processed","User","Operation","Data Type","Data ID"
"2015/12/17 10:04:50","admin","Reference","Operation log","7"
"2015/12/17 10:04:45","admin","Reference","System Environment Settings ","1"
"2015/12/17 10:04:43","admin","Reference","Data processing information","3"
"2015/12/17 10:04:41","admin","Reference","System Environment Settings","1"
"2015/12/17 10:04:40","admin","Delete","System Environment Settings","1"
"2015/12/17 10:04:38","admin","Reference","System Environment Settings","1"
"2015/12/17 10:04:38","admin","Register","System Environment Settings",""

= Remarks =
  • The date part of Usage is displayed in the format that is specified as the date format (datefmt) for the system environment settings.

  • To specify a date, use the format selected as the date format (datefmt) for the system environment settings.

  • If you specify the start and end dates by using parameters, you must insert one half-width space between the date (YYYY/MM/DD) and the time (hh:mm:ss). You must also enclose the date (YYYY/MM/DD) and time (hh:mm:ss) in double quotation marks ("). However, if you specify only the date or the time, the double quotation marks are unnecessary.

    Example: -f "2016/04/01 10:00:00"

  • You can specify only a time as the parameters for the start and end dates. If you omit the date and specify only the time, the date on which the command is executed is treated as the date.

  • Information is output in the chronological order (the oldest log information is output first).