ERRORLIST UPDATE Command | bcmadmin | Teradata Business Continuity Manager - ERRORLIST UPDATE - Teradata Business Continuity Manager

Teradata® Business Continuity Manager User Guide - 2.00

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Business Continuity Manager
Release Number
2.00
Published
August 2024
ft:locale
en-US
ft:lastEdition
2025-01-31
dita:mapPath
sko1694443904278.ditamap
dita:ditavalPath
ft:empty
dita:id
otc1639627713801
lifecycle
latest
Product Category
Analytical Ecosystem

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 Business Continuity Manager error list name.
file
Filename of the error list to import.
The format must match the format of the file created using ERRORLIST EXPORT.
If the full path is not specified, the file is read in the directory from which bcmadmin was launched.
filename
Filename of the error file to import. The format of this file must match the original error code file created using sockclient.
The format of this file is: <error code> [# <comment>]

Example of a RESUBMIT file:

 1068 # Resubmitable error due to lost connection to underlying system
 2507
 4505 # Resubmitable error due to nonexistent session on underlying system
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 bcmadmin 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 Business Continuity Manager.
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.