Purpose
Creates or updates a routing error list by specific codes.
Syntax
ERRORLIST UPDATE <ErrorListName> [RESUBMIT | RETRY | RETRY THEN RESUBMIT | EXIT | REMOVE { <code> | <start>-<end> } [ 'comment' ]];Parameters
- errorlistname
- Unique TDPID that identifies the Unity error list name.
- EXIT
- file
- Filename of the error list to import.
- filename
- Filename of the error file to import. The format of this file must match the original error code file created using sockclient.
- code
- The error code to update.
- IMPORT
- Imports Errorlist.
- RESUBMIT
- Tries the query on another system.
- RETRY THEN RESUBMIT
- Combination of retry and resubmit.
- EXIT
- Terminates the session.
- REMOVE
- Removes the query.
- start
- Start of the error code range when updating a rule that affects a range of error codes.
- end
- End of the error code range when updating a rule that affects a range of error codes.
Examples
At the unityadmin prompt:
Input | Description |
---|---|
ERRORLIST UPDATE from_QD IMPORT RESUBMIT err_pref.txt EXIT err_exit.txt; | Import an existing rule created using an earlier version of sockclient into Unity. |
ERRORLIST UPDATE myErrorList1 IMPORT myEditedList.txt; | Import changes that were made to the error list file that was exported using "ERRORLIST EXPORT." |
ERRORLIST UPDATE myErrorList1 RESUBMIT 2543-2545 'Operation not allowed error'; | Add a new failover rule for a range of error code to an existing error list profile. |
ERRORLIST UPDATE myErrorList1 REMOVE 2507; | Remove a rule from an existing error list profile. |