get_errs

Purpose:

This executable is an internal TRP method and not intended for end-users. Its purpose is to retrieve data from the SQL error database and write into the /data/errors/error.log. 

Refer to the errs command. 

Enter:

get_errs [t=start_time] [c=count] [debug]

Where:

t

Optional. Specify a date as a point in time from when to retrieve data. The default is the database creation date.

c

Optional. Specify the number of errors to report in the file. The default is 1000.

debug

Optional. Specify this option to activate debug messages.

Example:

get_errs

The above command displays a list containing 1000 of the newest errors since the last ‘go’ was performed or the last ‘clear_error’ command.

get_errs c=500

The above command displays a list of 500 of the newest errors logged since the last ‘go’ was performed or the last ‘clear_error’ command.

get_errs c=1500 t=0

The above command displays a list of 1500 of the newest errors logged since the beginning of time.

get_errs n=/data/errors/err_mgr.db.sv

The above command displays a list of 1000 of the newest errors logged since the last ‘go’ from the err_mgr/db/sv database.         

Notes:

 

See Also: