The ampserr
utility accepts wildcards for the error numbers to print. You can easily use this to retrieve information about any number of errors.
For example, to see all of the messages related to replication, you could use the following command:
$ ampserr 1E-.* > replication_messages.txt
The command above will output all of the messages with prefix 1E
-- the replication messages -- and write them to the replication_messages.txt
file.
The Error Categories section in the AMPS User Guide lists the error categories in AMPS, and the prefix for each category.
Keywords: error categories, AMPS errors, error list, AMPS error list, all errors
Comments