A message displays in the log if the system cannot complete retention processing due to an archiving failure. The message indicates the report ID or catalog ID of the problematic report or result catalog. Results and reports must be successfully archived before retention processing can remove them from the system. When necessary, you can use the skipArchive utility to override this safeguard. The utility applies a “skip archiving” flag to unwanted or problematic results or reports, so retention processing can remove them from the system on a timely basis.
The skipArchive utility is in below path
<install_folder>/Infogix/serverutil/<config_name>/IA.
To see syntax information for the utility, go to the directory where the utility is located and enter the name of the utility followed by -?. On Windows, enter a command similar to the following example: archivereports.bat -? To skip archiving of reports and results, execute skipArchive.bat (for Windows) or skipArchive.sh (for UNIX or Linux), followed by the appropriate parameters from the table below.
skipArchive Parameters | Description |
-username | Specifies the username to use to connect to an http server. Optional. |
-proxyusername | Specifies the username to use to connect to an http proxy server. Optional. |
-password | Specifies the password to use to connect to an http server. Optional |
-proxypassword | Specifies the password to use to connect to an http proxy server. Optional. |
-catalogID | To skip archiving of a problem result catalog, specify the catalog ID to skip. The catalog ID displays in the system lo |
-reportID | To skip archiving of a problem report, specify the report ID to skip. The report ID displays in the system log. |
-startdate datetime -enddate datetime | Use these parameters to skip archiving of all result catalogs, results, and reports from control runs created on or between specified dates. To skip results and reports from a single date, enter the same date for both parameters. If you specify a catalog ID or report ID, above, do not specify a start or end date. Specify dates (and optionally, times in hours, minutes, and seconds) in standard ISO 8601 datetime format. See http://www.w3.org/TR/NOTEdatetime. The date portion of the startdate is required. The time portion is optional and defaults to 00:00:00. The enddate is optional and defaults to the current date and time. |
To skip archiving of results and reports for catalog 9999, enter a command similar to the following example:
Windows: skipArchive -catalogID 9999
UNIX/Linux: ./skipArchive -catalogID 9999
To skip archiving of results and reports created on or between one day ago and the current date and time, use a command similar to the following example:
Windows: skipArchive -startdate -P1D
UNIX/Linux: ./skipArchive.sh -startdate -P1D
To skip archiving of results and reports created on or between March 1, 2020 at 8:30 am and March 31, 2020 at 10:00 pm, enter a command similar to the following example:
Windows: skipArchive -startdate 2020-03-01T08:30:00 -enddate 2020-0331T20:00:00
UNIX/Linux: ./skipArchive -startdate 2020-03-01T08:30:00 -enddate 2020-03-31T20:00:00
Comments
0 comments
Please sign in to leave a comment.