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 Unity error list name.
- filename
- Name of the export details file that you create using the ERRORLIST EXPORT command.
Example
unityadmin> ERRORLIST EXPORT myErrorList1 myExportedList.txt;