Purpose
Exports the specified error list into the specified file which then can be edited and imported.
Syntax
ERRORLIST EXPORT ErrorListName filename ;Parameters
- errorlistname
- Unique TDPID that identifies the Business Continuity Manager error list name.
- filename
- Name of the export details file that you create using the ERRORLIST EXPORT command.
Example
bcmadmin> ERRORLIST EXPORT myErrorList1 myExportedList.txt;