UserText.properties

This file contains dynamically created informational, error, or warning messages displayed on the UI.

The format of an entry in this file is:

Unique ID=String with Parameter name= substitute_parameter_name

The unique ID should be prepended with the following prefix depending on the type of an error:

Prefix for Various Errors
Prefix Type of Error
CAT- Catalog error
SEC- Security error
RUL- Rulebase Error
GEN- General error
SQL- Database error
WFL- Workflow error
ADM- Administration error
JAV- Java Error
SVC- Service Framework error
COM- Communication error
CFG- Configuration error
DQ- Data Quality error
RB- Rulebase error
COM- Communication error

For example,

CAT-1001=Synchronization failed. Additional information: <Parameter name='EXCEPTIONMESSAGE'>.

Where:

  • CAT-1001

    Refers to the unique ID for a catalog error.

  • Synchronization failed. Additional information: <Parameter name='EXCEPTIONMESSAGE'>

    Refers to the string.

  • <Parameter name='EXCEPTIONMESSAGE'>

    Refers to the actual parameter name.

Information messages that involve runtime append or prepend of values exist in the UserText.properties file, and parameters are placed in the messages to retrieve the contextual information at runtime.