com.ibm.commerce.foundation.dataload.exception

Class DataLoadMessageKeys

  • java.lang.Object
    • com.ibm.commerce.foundation.dataload.exception.DataLoadMessageKeys


  • public class DataLoadMessageKeys
    extends java.lang.Object
    This class is used for defining messages used by the DataLoad.
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
      • _ERR_INITIALIZE_DATALOAD

        public static final java.lang.String _ERR_INITIALIZE_DATALOAD
        A constant for an application error during the data load initialization.
        See Also:
        Constant Field Values
      • _ERR_EXECUTE_DATALOAD

        public static final java.lang.String _ERR_EXECUTE_DATALOAD
        A constant for an application error during the data load execution.
        See Also:
        Constant Field Values
      • _ERR_COMPLETE_DATALOAD

        public static final java.lang.String _ERR_COMPLETE_DATALOAD
        A constant for an application error during the data load completion.
        See Also:
        Constant Field Values
      • _ERR_GENERIC

        public static final java.lang.String _ERR_GENERIC
        A constant for a generic error.
        See Also:
        Constant Field Values
      • _ERR_IN_CLOSING_FILE

        public static final java.lang.String _ERR_IN_CLOSING_FILE
        A constant for a closing file error.
        See Also:
        Constant Field Values
      • _ERR_UNEXPECTED_MESSAGE

        public static final java.lang.String _ERR_UNEXPECTED_MESSAGE
        A constant for an error when unexpected error message comes.
        See Also:
        Constant Field Values
      • _ERR_NULL_POINTER_EXCEPTION

        public static final java.lang.String _ERR_NULL_POINTER_EXCEPTION
        A constant for an error when a null pointer exception comes.
        See Also:
        Constant Field Values
      • _ERR_MALFORMED_INPUT

        public static final java.lang.String _ERR_MALFORMED_INPUT
        A constant for an error when a failed to parse the token in the CSVReader.
        See Also:
        Constant Field Values
      • _ERR_PARSE_CONFIG_XML

        public static final java.lang.String _ERR_PARSE_CONFIG_XML
        A constant for an error thrown when there is a problem in parsing the configuration files.
        See Also:
        Constant Field Values
      • _ERR_CANNOT_DETERMINE_CONFIG_XML_FILE

        public static final java.lang.String _ERR_CANNOT_DETERMINE_CONFIG_XML_FILE
        A constant for an error thrown when there is a problem in determining the configuration files.
        See Also:
        Constant Field Values
      • _ERR_DATA_WRITER_MISSING

        public static final java.lang.String _ERR_DATA_WRITER_MISSING
        A constant for an error thrown when data writer is missing in the data load configuration file.
        See Also:
        Constant Field Values
      • _ERR_ATTRIBUTE_MISSING

        public static final java.lang.String _ERR_ATTRIBUTE_MISSING
        A constant for an error thrown when an attribute is missing from the configurations file.
        See Also:
        Constant Field Values
      • _ERR_LOADING_CLASS

        public static final java.lang.String _ERR_LOADING_CLASS
        A constant for an error thrown when there is a problem in loading a class.
        See Also:
        Constant Field Values
      • _ERR_NO_SUCH_METHOD

        public static final java.lang.String _ERR_NO_SUCH_METHOD
        A constant for an error thrown when there is a problem accessing a method.
        See Also:
        Constant Field Values
      • _ERR_NO_SUCH_FIELD

        public static final java.lang.String _ERR_NO_SUCH_FIELD
        A constant for an error thrown when there is a problem accessing a field.
        See Also:
        Constant Field Values
      • _ERR_INVOKE_METHOD

        public static final java.lang.String _ERR_INVOKE_METHOD
        A constant for an error thrown when there is a problem invoking a method.
        See Also:
        Constant Field Values
      • _ERR_ILLEGAL_ACCESS_METHOD

        public static final java.lang.String _ERR_ILLEGAL_ACCESS_METHOD
        A constant for an error thrown when there is a problem accessing a method.
        See Also:
        Constant Field Values
      • _ERR_ILLEGAL_ACCESS_FIELD

        public static final java.lang.String _ERR_ILLEGAL_ACCESS_FIELD
        A constant for an error thrown when there is a problem accessing a field.
        See Also:
        Constant Field Values
      • _ERR_ILLEGAL_ARGUMENT

        public static final java.lang.String _ERR_ILLEGAL_ARGUMENT
        A constant for an error thrown when there is a problem with a method argument.
        See Also:
        Constant Field Values
      • _ERR_CLASS_INSTANTIATION

        public static final java.lang.String _ERR_CLASS_INSTANTIATION
        A constant for an error thrown when there is a problem with instantiating an instance of a class.
        See Also:
        Constant Field Values
      • _ERR_SECURITY_EXCEPTION

        public static final java.lang.String _ERR_SECURITY_EXCEPTION
        A constant for an error thrown when there is a security problem with instantiating an instance of a class.
        See Also:
        Constant Field Values
      • _ERR_NOT_INSTANCEOF_CLASS

        public static final java.lang.String _ERR_NOT_INSTANCEOF_CLASS
        A constant for an error thrown when a Object is not a instance of a class.
        See Also:
        Constant Field Values
      • _ERR_FILE_NOT_FOUND

        public static final java.lang.String _ERR_FILE_NOT_FOUND
        A constant for an error thrown when a file not found.
        See Also:
        Constant Field Values
      • _ERR_FEATURE_NOT_FOUND

        public static final java.lang.String _ERR_FEATURE_NOT_FOUND
        A constant for an error thrown when a feature not found for a base Data Object under certain XPath.
        See Also:
        Constant Field Values
      • _ERR_FEATURE_NOT_APPLICABLE

        public static final java.lang.String _ERR_FEATURE_NOT_APPLICABLE
        A constant for an error thrown when feature is not applicable for a certain XPath.
        See Also:
        Constant Field Values
      • _ERR_DATACONVERSION

        public static final java.lang.String _ERR_DATACONVERSION
        A constant for an error thrown when there is an error in converting the data into Logical SDO
        See Also:
        Constant Field Values
      • _ERR_DBCONNECTION_NOT_INIT

        public static final java.lang.String _ERR_DBCONNECTION_NOT_INIT
        A constant for an error thrown when trying to execute some SQL statements but the database connection is not initialized.
        See Also:
        Constant Field Values
      • _ERR_DB_CONNECTION_LOST

        public static final java.lang.String _ERR_DB_CONNECTION_LOST
        A constant for an error thrown when the database connection is lost.
        See Also:
        Constant Field Values
      • _ERR_DATABASE_MISS_PROPERTY

        public static final java.lang.String _ERR_DATABASE_MISS_PROPERTY
        A constant for an error when database properties are missing.
        See Also:
        Constant Field Values
      • _ERR_DATABASE_PROPERTIES_NOT_SET

        public static final java.lang.String _ERR_DATABASE_PROPERTIES_NOT_SET
        A constant for an error when database properties are not set.
        See Also:
        Constant Field Values
      • _ERR_LOAD_DATABASE_PROPERTY_FILE

        public static final java.lang.String _ERR_LOAD_DATABASE_PROPERTY_FILE
        A constant for an error thrown when there is a problem with loading database property file.
        See Also:
        Constant Field Values
      • _ERR_DATA_SOURCE_NOT_DEFINED

        public static final java.lang.String _ERR_DATA_SOURCE_NOT_DEFINED
        A constant for an error thrown when the database type is not defined in the database DataSource.properties file.
        See Also:
        Constant Field Values
      • _ERR_SQL_EXCEPTION

        public static final java.lang.String _ERR_SQL_EXCEPTION
        A constant for an error thrown when there is a problem with executing SQL statement
        See Also:
        Constant Field Values
      • _ERR_INTEGRITY_CONSTRAINT_VIOLATION_EXCEPTION

        public static final java.lang.String _ERR_INTEGRITY_CONSTRAINT_VIOLATION_EXCEPTION
        A constant for an error thrown when there is a problem of integrity constraint violation with executing SQL statement
        See Also:
        Constant Field Values
      • _ERR_LOADING_DATA_SOURCE_CLASS

        public static final java.lang.String _ERR_LOADING_DATA_SOURCE_CLASS
        A constant for a error thrown when DataSource class defined in the DataSource.properties cannot be loaded.
        See Also:
        Constant Field Values
      • _ERR_INTERRUPTED_EXCEPTION

        public static final java.lang.String _ERR_INTERRUPTED_EXCEPTION
        A constant for an error thrown when an InterruptedException is caught
        See Also:
        Constant Field Values
      • _ERR_PARSING_DATA_MAPPINGS

        public static final java.lang.String _ERR_PARSING_DATA_MAPPINGS
        A constant for an error thrown when there is a problem parsing the business object configuration file's data mappings.
        See Also:
        Constant Field Values
      • _ERR_NODENAME_NOT_DATA_MAPPING

        public static final java.lang.String _ERR_NODENAME_NOT_DATA_MAPPING
        A constant for an error thrown when there is a problem parsing the business object configuration file's data mappings node. This error if thrown if an unknown node name was found when only DataMapping is permitted.
        See Also:
        Constant Field Values
      • _ERR_NODENAME_NOT_EXCLUSION_LIST

        public static final java.lang.String _ERR_NODENAME_NOT_EXCLUSION_LIST
        A constant for an error thrown when there is a problem parsing the business object configuration file's exclusion list node. This error if thrown if an unknown node name was found when only ExclusionList is permitted.
        See Also:
        Constant Field Values
      • _ERR_MISSING_EXCLUSTION_LIST_TABLE_INFO

        public static final java.lang.String _ERR_MISSING_EXCLUSTION_LIST_TABLE_INFO
        A constant for an error thrown when the name or columns list is missing for an exclusion list table.
        See Also:
        Constant Field Values
      • _ERR_CREATE_BASE_DATA_OBJECT

        public static final java.lang.String _ERR_CREATE_BASE_DATA_OBJECT
        A constant for an error thrown when there is a problem creating the base data object used for populating the raw data read in by the data reader.
        See Also:
        Constant Field Values
      • _ERR_BASE_DATA_OBJECT_NOT_DEFINED

        public static final java.lang.String _ERR_BASE_DATA_OBJECT_NOT_DEFINED
        A constant for an error thrown when there is a problem creating the base data object used for populating the raw data read in by the data reader.
        See Also:
        Constant Field Values
      • _ERR_INIT_DATA_MAPPINGS

        public static final java.lang.String _ERR_INIT_DATA_MAPPINGS
        A constant for an error thrown when there is a problem initializing the data mappings in the business object reader.
        See Also:
        Constant Field Values
      • _ERR_INIT_PROPERTY_INFO

        public static final java.lang.String _ERR_INIT_PROPERTY_INFO
        A constant for an error thrown when there is a problem initializing the property information in the business object reader.
        See Also:
        Constant Field Values
      • _ERR_CLOSE_BUSINESS_OBJECT_WRITERS

        public static final java.lang.String _ERR_CLOSE_BUSINESS_OBJECT_WRITERS
        A constant for an error thrown when there is a problem closing the business object mediator in the business object builder.
        See Also:
        Constant Field Values
      • _ERR_BUSINESS_OBJECT_READER_INPUT_DATA_NULL

        public static final java.lang.String _ERR_BUSINESS_OBJECT_READER_INPUT_DATA_NULL
        A constant for an error thrown when the input data passed into the business object mediator is null.
        See Also:
        Constant Field Values
      • _ERR_BUSINESS_OBJECT_INVALID_DATA_INVALID_LENGTH_FOR_DB_CHAR_TYPE_COLUMN

        public static final java.lang.String _ERR_BUSINESS_OBJECT_INVALID_DATA_INVALID_LENGTH_FOR_DB_CHAR_TYPE_COLUMN
        Invalid string length which can not be saved to a database column of type CHAR.
        See Also:
        Constant Field Values
      • _ERR_BUSINESS_OBJECT_INVALID_DATA_INVALID_LENGTH_FOR_DB_CHAR_TYPE_COLUMN_WITH_PATH

        public static final java.lang.String _ERR_BUSINESS_OBJECT_INVALID_DATA_INVALID_LENGTH_FOR_DB_CHAR_TYPE_COLUMN_WITH_PATH
        Invalid string length which can not be saved to a database column of type CHAR. This Exception message contains the value of path also.
        See Also:
        Constant Field Values
      • _ERR_DATA_NOT_INTEGER

        public static final java.lang.String _ERR_DATA_NOT_INTEGER
        The data type of the value {0} is invalid. The data type for {1} in business object {2} must be an integer.

        {0} value of the string
        {1} name of the string
        {2} type of Business Object

        See Also:
        Constant Field Values
      • _ERR_DATA_NOT_INTEGER_WITH_PATH

        public static final java.lang.String _ERR_DATA_NOT_INTEGER_WITH_PATH
        The data type of the value {0} is invalid. The data type for {1} in business object {2} must be an integer. The Path is "{3}".

        {0} value of the string
        {1} name of the string
        {2} type of Business Object
        {3} value of the path

        See Also:
        Constant Field Values
      • _ERR_DATA_NOT_FLOAT

        public static final java.lang.String _ERR_DATA_NOT_FLOAT
        The data type of the value {0} is invalid. The data type for {1} in business object {2} must be a float.

        {0} value of the string
        {1} name of the string
        {2} type of Business Object

        See Also:
        Constant Field Values
      • _ERR_DATA_NOT_FLOAT_WITH_PATH

        public static final java.lang.String _ERR_DATA_NOT_FLOAT_WITH_PATH
        The data type of the value {0} is invalid. The data type for {1} in business object {2} must be a float. The Path is "{3}".

        {0} value of the string
        {1} name of the string
        {2} type of Business Object
        {3} value of the path

        See Also:
        Constant Field Values
      • _ERR_DATA_NOT_BIG_DECIMAL

        public static final java.lang.String _ERR_DATA_NOT_BIG_DECIMAL
        The data type of the value {0} is invalid. The data type for {1} in business object {2} must be a decimal number.

        {0} value of the string
        {1} name of the string
        {2} type of Business Object

        See Also:
        Constant Field Values
      • _ERR_DATA_NOT_BIG_DECIMAL_WITH_PATH

        public static final java.lang.String _ERR_DATA_NOT_BIG_DECIMAL_WITH_PATH
        The data type of the value {0} is invalid. The data type for {1} in business object {2} must be a decimal number. The Path is "{3}".

        {0} value of the string
        {1} name of the string
        {2} type of Business Object
        {3} value of the path

        See Also:
        Constant Field Values
      • _ERR_DATA_NOT_TIMESTAMP

        public static final java.lang.String _ERR_DATA_NOT_TIMESTAMP
        The data type of the value {0} is invalid. The data type for {1} in business object {2} must be of type Timestamp in the format of yyyy-mm-dd hh:mm:ss.nnnnnn.

        {0} value of the string
        {1} name of the string
        {2} type of the Business Object

        See Also:
        Constant Field Values
      • _ERR_DATA_NOT_TIMESTAMP_WITH_PATH

        public static final java.lang.String _ERR_DATA_NOT_TIMESTAMP_WITH_PATH
        The data type of the value {0} is invalid. The data type for {1} in business object {2} must be of type Timestamp in the format of yyyy-mm-dd hh:mm:ss.nnnnnn. The Path is "{3}".

        {0} value of the string
        {1} name of the string
        {2} type of the Business Object
        {3} value of the path

        See Also:
        Constant Field Values
      • _ERR_DATA_NOT_CUSTOM_TIMESTAMP

        public static final java.lang.String _ERR_DATA_NOT_CUSTOM_TIMESTAMP
        The data type of the vale {0} is invalid. The data type for {1} in business object {2} must be in the custom Timestamp format of {3}.

        {0} value of the string
        {1} name of the string
        {2} type of the Business Object
        {3} value of the custom timestamppattern

        See Also:
        Constant Field Values
      • _ERR_DATA_NOT_CUSTOM_TIMESTAMP_WITH_PATH

        public static final java.lang.String _ERR_DATA_NOT_CUSTOM_TIMESTAMP_WITH_PATH
        The data type of the vale {0} is invalid. The data type for {1} in business object {2} must be in the custom Timestamp format of {3}. The Path is "{4}".

        {0} value of the string
        {1} name of the string
        {2} type of the Business Object
        {3} value of the custom timestamppattern
        {4} value of the path

        See Also:
        Constant Field Values
      • _ERR_COLUMN_TYPE_CHECK_NOT_SUPPORTED

        public static final java.lang.String _ERR_COLUMN_TYPE_CHECK_NOT_SUPPORTED
        Checking the column type {0} is not supported. {0} the column type
        See Also:
        Constant Field Values
      • _ERR_COLUMN_DOES_NOT_EXIST

        public static final java.lang.String _ERR_COLUMN_DOES_NOT_EXIST
        The column {0} does not exist in the table {1}. {0} the column name {1} the table name
        See Also:
        Constant Field Values
      • _ERR_POPULATE_DATA_OBJECT_CLASS_CAST_EXCEPTION

        public static final java.lang.String _ERR_POPULATE_DATA_OBJECT_CLASS_CAST_EXCEPTION
        A constant for an error thrown when the input data being populated into the logical data object causes a ClassCastException
        See Also:
        Constant Field Values
      • _ERR_TABLENAME_NULL

        public static final java.lang.String _ERR_TABLENAME_NULL
        A constant for an error thrown when the table name is null.
        See Also:
        Constant Field Values
      • _ERR_TABLENAME_NOT_IN_KEYS_TABLE

        public static final java.lang.String _ERR_TABLENAME_NOT_IN_KEYS_TABLE
        A constant for an error when the table name is not defined in the keys table
        See Also:
        Constant Field Values
      • _ERR_PRIMARYKEY_NULL

        public static final java.lang.String _ERR_PRIMARYKEY_NULL
        A constant for an error thrown when the primary key data is null.
        See Also:
        Constant Field Values
      • _ERR_PRIMARYKEY_OR_UNIQUEINDEXKEY_NULL

        public static final java.lang.String _ERR_PRIMARYKEY_OR_UNIQUEINDEXKEY_NULL
        A constant for an error thrown when the primary key data or Unique-Index Key data is null.
        See Also:
        Constant Field Values
      • _ERR_PRIMARYKEY_NOTDEFINED

        public static final java.lang.String _ERR_PRIMARYKEY_NOTDEFINED
        A constant for an error thrown when the primary key data size is zero
        See Also:
        Constant Field Values
      • _ERR_PRIMARYKEY_AND_UNIQUEINDEXKEY_NOTDEFINED

        public static final java.lang.String _ERR_PRIMARYKEY_AND_UNIQUEINDEXKEY_NOTDEFINED
        A constant for an error thrown when the primary key data and unique index key data is null.
        See Also:
        Constant Field Values
      • _ERR_MORE_THAN_ONE_UNIQUE_INDEX_DEFINED

        public static final java.lang.String _ERR_MORE_THAN_ONE_UNIQUE_INDEX_DEFINED
        A constant for an error thrown when a table has more than one unique index keys
        See Also:
        Constant Field Values
      • _ERR_UNIQUEINDEX_NULL

        public static final java.lang.String _ERR_UNIQUEINDEX_NULL
        A constant for an error thrown when the unique index data is null.
        See Also:
        Constant Field Values
      • _ERR_UNIQUEINDEX_NOTDEFINED

        public static final java.lang.String _ERR_UNIQUEINDEX_NOTDEFINED
        A constant for an error thrown when the unique index data size is zero
        See Also:
        Constant Field Values
      • _ERR_UNIQUEINDEX_SIZE

        public static final java.lang.String _ERR_UNIQUEINDEX_SIZE
        A constant for an error thrown when the unique index size from the request is not equal to the one obtained from meta data
        See Also:
        Constant Field Values
      • _ERR_UNIQUEINDEX_COLUMN_NAMES_NULL

        public static final java.lang.String _ERR_UNIQUEINDEX_COLUMN_NAMES_NULL
        A constant for an error thrown when the unique index column names list is null
        See Also:
        Constant Field Values
      • _ERR_BO_WRITER_INIT_DATA_WRITER

        public static final java.lang.String _ERR_BO_WRITER_INIT_DATA_WRITER
        A constant for an exception for initializing the business object mediator.
        See Also:
        Constant Field Values
      • _ERR_BO_WRITER_CLOSE_DATA_WRITER

        public static final java.lang.String _ERR_BO_WRITER_CLOSE_DATA_WRITER
        A constant for an exception for closing the business object mediator.
        See Also:
        Constant Field Values
      • _ERR_BUSINESS_OBJECT_WRITER_INPUT_DATAOBJECT_NULL

        public static final java.lang.String _ERR_BUSINESS_OBJECT_WRITER_INPUT_DATAOBJECT_NULL
        A constant for an error thrown when the input data object passed into the business object writer is null.
        See Also:
        Constant Field Values
      • _ERR_BUSINESS_OBJECT_WRITER_INVALID_ID_RESOLVER_RESPONSE

        public static final java.lang.String _ERR_BUSINESS_OBJECT_WRITER_INVALID_ID_RESOLVER_RESPONSE
        A constant for an error thrown when the id resolver response is invalid.
        See Also:
        Constant Field Values
      • _ERR_NO_MATCHING_TOKEN_VALUE_DELIMITER

        public static final java.lang.String _ERR_NO_MATCHING_TOKEN_VALUE_DELIMITER
        A constant for an error thrown when no matching token value delimiter found for a line.
        See Also:
        Constant Field Values
      • _ERR_TOKEN_VALUE_NOT_DELIMITED

        public static final java.lang.String _ERR_TOKEN_VALUE_NOT_DELIMITED
        A constant for an error thrown when token value is not delimited for a line.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_DATABASE_PROPERTY_MISSING

        public static final java.lang.String _ERR_CONFIG_DATABASE_PROPERTY_MISSING
        This message key is used when a mandatory data base property was missing in the configuration XML.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_IDRESOLVER_PROPERTY_MISSING

        public static final java.lang.String _ERR_CONFIG_IDRESOLVER_PROPERTY_MISSING
        This message key is used when a mandatory id resolver property was missing in the configuration XML.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_DB_CONNECTION_NULL

        public static final java.lang.String _ERR_CONFIG_DB_CONNECTION_NULL
        A constant for an error thrown when the data base connection is invalid.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_ID_RESOLVER_NULL

        public static final java.lang.String _ERR_CONFIG_ID_RESOLVER_NULL
        A constant for an error thrown when the id resolver is invalid.
        See Also:
        Constant Field Values
      • _ERR_BUSINESS_OBJECT_WRITER_INPUT_MANDATORY_PARAMETER_MISSING

        public static final java.lang.String _ERR_BUSINESS_OBJECT_WRITER_INPUT_MANDATORY_PARAMETER_MISSING
        A constant for an error thrown when some mandatory information is missing during the process of populating the data
        See Also:
        Constant Field Values
      • _ERR_BUSINESS_OBJECT_MANDATORY_PROPERTY_MISSING

        public static final java.lang.String _ERR_BUSINESS_OBJECT_MANDATORY_PROPERTY_MISSING
        A constant for an error thrown when some mandatory information is missing in business object during the process of mediating the data
        See Also:
        Constant Field Values
      • _ERR_BUSINESS_OBJECT_MANDATORY_PROPERTY_MISSING_WITH_PATH

        public static final java.lang.String _ERR_BUSINESS_OBJECT_MANDATORY_PROPERTY_MISSING_WITH_PATH
        A constant for an error thrown when some mandatory information is missing in business object during the process of mediating the data. The path to the missing part is also included in the error message.
        See Also:
        Constant Field Values
      • _ERR_OBJECT_PASSED_NEITHER_TABLEDATAOBJECT_NOR_LIST

        public static final java.lang.String _ERR_OBJECT_PASSED_NEITHER_TABLEDATAOBJECT_NOR_LIST
        A constant for an error thrown when Object passed is neither an instance of TableDataObject nor an instance of the List
        See Also:
        Constant Field Values
      • _ERR_OBJECT_IN_LIST_NOT_TABLEDATAOBJECT

        public static final java.lang.String _ERR_OBJECT_IN_LIST_NOT_TABLEDATAOBJECT
        A constant for an error thrown when Object passed is a list and the list does not contain and instances of Table DataObject
        See Also:
        Constant Field Values
      • _ERR_START_BUSINESS_CONTEXT_SERVICE_REQUEST

        public static final java.lang.String _ERR_START_BUSINESS_CONTEXT_SERVICE_REQUEST
        A constant for an error thrown when there is a problem starting the business context service request.
        See Also:
        Constant Field Values
      • _ERR_END_BUSINESS_CONTEXT_SERVICE_REQUEST

        public static final java.lang.String _ERR_END_BUSINESS_CONTEXT_SERVICE_REQUEST
        A constant for an error thrown when there is a problem ending the business context service request.
        See Also:
        Constant Field Values
      • _ERR_BUSINESS_CONTEXT_SERVICE_REQUEST_FETCH_IDENTFIER_SQL_EXCEPTION

        public static final java.lang.String _ERR_BUSINESS_CONTEXT_SERVICE_REQUEST_FETCH_IDENTFIER_SQL_EXCEPTION
        A constant for an error thrown when there is a SQL Exception caught while attempting to get information from the database.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_XSD_URI_SYNTAX_INVALID

        public static final java.lang.String _ERR_CONFIG_XSD_URI_SYNTAX_INVALID
        A constant for an error thrown during XSD Validation, the path to the XSD file is invalid.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_XSD_SCHEMA_CREATION_SAX

        public static final java.lang.String _ERR_CONFIG_XSD_SCHEMA_CREATION_SAX
        A constant for an error thrown during XSD Validation, an exception is thrown if there is a SAXException while creating the schema.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_XSD_SCHEMA_NULL

        public static final java.lang.String _ERR_CONFIG_XSD_SCHEMA_NULL
        A constant for an error thrown during XSD Validation, an exception is thrown if the schema is null / could not be created.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_XML_VALIDATION_PARSE_EXCEPTION

        public static final java.lang.String _ERR_CONFIG_XML_VALIDATION_PARSE_EXCEPTION
        A constant for an error thrown during XSD Validation, an exception is thrown if there was a problem validating the XML.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_XML_VALIDATION_PARSE_SAXEXCEPTION

        public static final java.lang.String _ERR_CONFIG_XML_VALIDATION_PARSE_SAXEXCEPTION
        A constant for an error thrown during XSD Validation, an exception is thrown if there is a SAXException while validating the XML file.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_XML_VALIDATION_PARSE_IOEXCEPTION

        public static final java.lang.String _ERR_CONFIG_XML_VALIDATION_PARSE_IOEXCEPTION
        A constant for an error thrown during XSD Validation, an exception is thrown if there is a IOException while validating the XML file.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_XML_VALIDATION_EXCEPTION

        public static final java.lang.String _ERR_CONFIG_XML_VALIDATION_EXCEPTION
        A constant for an error thrown during XSD Validation, an exception is thrown if there is a Exception while validating the XML file.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_BUSINESS_CONTEXT_KEY_NOT_PROVIDED

        public static final java.lang.String _ERR_CONFIG_BUSINESS_CONTEXT_KEY_NOT_PROVIDED
        A constant for an error thrown when the business context key is not provided.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_BUSINESS_CONTEXT_NAME_NOT_PROVIDED

        public static final java.lang.String _ERR_CONFIG_BUSINESS_CONTEXT_NAME_NOT_PROVIDED
        A constant for an error thrown when the business context name is not provided.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_BUSINESS_CONTEXT_PROPERTY_NAME_NOT_PROVIDED

        public static final java.lang.String _ERR_CONFIG_BUSINESS_CONTEXT_PROPERTY_NAME_NOT_PROVIDED
        A constant for an error thrown when the business context property name is not provided.
        See Also:
        Constant Field Values
      • _ERR_BUSINESS_CONTEXT_SERVICE

        public static final java.lang.String _ERR_BUSINESS_CONTEXT_SERVICE
        A constant for an error thrown when the business context service could not be retrieved.
        See Also:
        Constant Field Values
      • _ERR_BUSINESS_CONTEXT_SERVICE_CONTEXT_NOT_FOUND

        public static final java.lang.String _ERR_BUSINESS_CONTEXT_SERVICE_CONTEXT_NOT_FOUND
        A constant for an error thrown when the business context service could not find the context.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_BUSINESS_CONTEXT_VALUE_NOT_DETERMINED

        public static final java.lang.String _ERR_CONFIG_BUSINESS_CONTEXT_VALUE_NOT_DETERMINED
        A constant for an error thrown when the business context value could not be determined.
        See Also:
        Constant Field Values
      • _ERR_COLUMN_META_DATA_NULL

        public static final java.lang.String _ERR_COLUMN_META_DATA_NULL
        A constant for an error thrown when the column meta data returned is NULL
        See Also:
        Constant Field Values
      • _ERR_TABLE_BATCHER_COLUMN_NOT_NULLABLE

        public static final java.lang.String _ERR_TABLE_BATCHER_COLUMN_NOT_NULLABLE
        A constant for an error thrown when a NULL value is passed in for a column value, when the column is not null-able.
        See Also:
        Constant Field Values
      • _ERR_DB_CONNECTION_PARAMETER_MISSING

        public static final java.lang.String _ERR_DB_CONNECTION_PARAMETER_MISSING
        A constant for an error thrown when a database connection parameter is missing from the configurations file.
        See Also:
        Constant Field Values
      • _ERR_DB_CONNECTION

        public static final java.lang.String _ERR_DB_CONNECTION
        A constant for an error thrown when a database connection cannot be established.
        See Also:
        Constant Field Values
      • _ERR_DB_CONNECTION_PORT

        public static final java.lang.String _ERR_DB_CONNECTION_PORT
        A constant for an error thrown when a database port cannot be determined.
        See Also:
        Constant Field Values
      • _ERR_UNEXPECTED_NULL

        public static final java.lang.String _ERR_UNEXPECTED_NULL
        A constant for an error thrown when a variable is unexpectedly null.
        See Also:
        Constant Field Values
      • _ERR_BUSINESS_OBJECT_BUILDER_CREATE_BASE_DATA_OBJECT_UNEXPECTED_ERROR

        public static final java.lang.String _ERR_BUSINESS_OBJECT_BUILDER_CREATE_BASE_DATA_OBJECT_UNEXPECTED_ERROR
        A constant for an error thrown when the problem cannot be determined when creating a base data object.
        See Also:
        Constant Field Values
      • _ERR_CANNOT_RESOLVE_ID

        public static final java.lang.String _ERR_CANNOT_RESOLVE_ID
        A constance for an error thrown when the ID resolver try to resolve an ID, it cannot resolve it.
        See Also:
        Constant Field Values
      • _ERR_NATIVE_DATALOAD_OPERATION_NOT_SUPPORTED

        public static final java.lang.String _ERR_NATIVE_DATALOAD_OPERATION_NOT_SUPPORTED
        A constant for an error thrown when an invalid operation mode is used for native dataload
        See Also:
        Constant Field Values
      • _ERR_NATIVE_DATALOAD_UNSUPPORTED_DATABASE

        public static final java.lang.String _ERR_NATIVE_DATALOAD_UNSUPPORTED_DATABASE
        A constant for an error thrown when an dataload is run on unsupported database
        See Also:
        Constant Field Values
      • _ERR_NATIVE_DATALOAD_WRITE_FAILED

        public static final java.lang.String _ERR_NATIVE_DATALOAD_WRITE_FAILED
        A constant for an error thrown when data failed to write to a file
        See Also:
        Constant Field Values
      • _ERR_NATIVE_DATALOAD_LOAD_PROPERTIES_FAILED

        public static final java.lang.String _ERR_NATIVE_DATALOAD_LOAD_PROPERTIES_FAILED
        A constant for an error thrown when dataload properties failed to load
        See Also:
        Constant Field Values
      • _ERR_CONFIG_CANNOT_DETERMINE_COMMERCE_DIRECTORY

        public static final java.lang.String _ERR_CONFIG_CANNOT_DETERMINE_COMMERCE_DIRECTORY
        A constant for an error thrown when the commerce directory cannot be determined.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_BCS_STORE_REGISTRY_ERROR

        public static final java.lang.String _ERR_CONFIG_BCS_STORE_REGISTRY_ERROR
        A constant for an error thrown when there was a problem dealing with the store registry.
        See Also:
        Constant Field Values
      • _ERR_STORE_IDENTIFIER_NOT_FOUND

        public static final java.lang.String _ERR_STORE_IDENTIFIER_NOT_FOUND
        A constant for an error thrown when the store identifier is not found.
        See Also:
        Constant Field Values
      • _ERR_STORE_ID_NOT_FOUND

        public static final java.lang.String _ERR_STORE_ID_NOT_FOUND
        A constant for an error thrown when the store ID is not found.
        See Also:
        Constant Field Values
      • _ERR_USER_DATA_CUSTOM_TABLE

        public static final java.lang.String _ERR_USER_DATA_CUSTOM_TABLE
        A constant for an error when populating the user data for the custom extension table.
        See Also:
        Constant Field Values
      • _ERR_USER_DATA_NOT_DEFINED

        public static final java.lang.String _ERR_USER_DATA_NOT_DEFINED
        A constant for an error when the user data is not defined in the DSL configuration.
        See Also:
        Constant Field Values
      • _ERR_PRIMARY_KEY_VALUE_MISSING

        public static final java.lang.String _ERR_PRIMARY_KEY_VALUE_MISSING
        A constant for an error in the find by primary key if the primary key value is missing
        See Also:
        Constant Field Values
      • _ERR_CONFIG_FILE_NOT_PROVIDED

        public static final java.lang.String _ERR_CONFIG_FILE_NOT_PROVIDED
        A constant for an error when the configuration file was not provided.
        See Also:
        Constant Field Values
      • _ERR_TOKEN_NAMES_NOT_DEFINED

        public static final java.lang.String _ERR_TOKEN_NAMES_NOT_DEFINED
        A constant for an error thrown when the token names are not defined
        See Also:
        Constant Field Values
      • _ERR_IO_EXCEPTION

        public static final java.lang.String _ERR_IO_EXCEPTION
        A constant for when an IO error occurs.
        See Also:
        Constant Field Values
      • ERR_DATA_LOADER_APPLICATION_EXCEPTION

        public static final java.lang.String ERR_DATA_LOADER_APPLICATION_EXCEPTION
        A constant for an error thrown during data loader execution.
        See Also:
        Constant Field Values
      • ERR_DATA_LOADER_SQL_EXCEPTION

        public static final java.lang.String ERR_DATA_LOADER_SQL_EXCEPTION
        A constant for an error thrown during data loader execution.
        See Also:
        Constant Field Values
      • ERR_DATA_LOADER_SYSTEM_EXCEPTION

        public static final java.lang.String ERR_DATA_LOADER_SYSTEM_EXCEPTION
        A constant for an error thrown during data loader execution.
        See Also:
        Constant Field Values
      • ERR_DATA_LOADER_CONFIG_EXCEPTION

        public static final java.lang.String ERR_DATA_LOADER_CONFIG_EXCEPTION
        A constant for an error thrown during data loader execution.
        See Also:
        Constant Field Values
      • ERR_DATA_LOADER_GENERAL_EXCEPTION

        public static final java.lang.String ERR_DATA_LOADER_GENERAL_EXCEPTION
        A constant for an error thrown during data loader execution.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_ERROR_LOG_PATH_NOT_SET

        public static final java.lang.String _ERR_CONFIG_ERROR_LOG_PATH_NOT_SET
        A constant for an error thrown when the error log path is not provided in the system properties.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_ERROR_LOG_PATH_WRITE_NOT_ALLOWED

        public static final java.lang.String _ERR_CONFIG_ERROR_LOG_PATH_WRITE_NOT_ALLOWED
        A constant for an error thrown when the error log path is not able to be written to.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_START_KEY_GREATER_THAN_END_KEY

        public static final java.lang.String _ERR_CONFIG_START_KEY_GREATER_THAN_END_KEY
        A constant for an error thrown when the start key is greater than the end key.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_START_KEY_EQUALS_END_KEY

        public static final java.lang.String _ERR_CONFIG_START_KEY_EQUALS_END_KEY
        A constant for an error thrown when the start key is equals to the end key.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_START_KEY_GIVEN_END_KEY_NOT

        public static final java.lang.String _ERR_CONFIG_START_KEY_GIVEN_END_KEY_NOT
        A constant for an error thrown when the start key is given but the end key is not.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_END_KEY_GIVEN_START_KEY_NOT

        public static final java.lang.String _ERR_CONFIG_END_KEY_GIVEN_START_KEY_NOT
        A constant for an error thrown when the end key is given but the start key is not.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_LOAD_ORDER_OVERRIDE_UNKNOWN_LOAD_ITEM

        public static final java.lang.String _ERR_CONFIG_LOAD_ORDER_OVERRIDE_UNKNOWN_LOAD_ITEM
        A constant for an error thrown when the load order specified on the command line contains an unknown load item.
        See Also:
        Constant Field Values
      • _ERR_RESOLVING_CATALOGID

        public static final java.lang.String _ERR_RESOLVING_CATALOGID
        A constant for an error thrown while trying to resolve CatalogId
        See Also:
        Constant Field Values
      • _ERR_RESOLVING_STOREID

        public static final java.lang.String _ERR_RESOLVING_STOREID
        A constant for an error thrown while trying to resolve StoreId
        See Also:
        Constant Field Values
      • _ERR_BUSINESS_CONTEXT_DATA_MISSING

        public static final java.lang.String _ERR_BUSINESS_CONTEXT_DATA_MISSING
        A constant for an error thrown when a required business context data is missing.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_NATIVE_LOAD_DELETE_MODE_NOT_SUPPORTED

        public static final java.lang.String _ERR_CONFIG_NATIVE_LOAD_DELETE_MODE_NOT_SUPPORTED
        A constant for an error thrown when the system is configured to use delete mode and native load.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_NATIVE_LOAD_REPLACE_MODE_NOT_SUPPORTED

        public static final java.lang.String _ERR_CONFIG_NATIVE_LOAD_REPLACE_MODE_NOT_SUPPORTED
        A constant for an error thrown when the system is configured to use replace mode and native load on Oracle.
        See Also:
        Constant Field Values
      • _ERR_DUPLICATE_TOKEN_NAME

        public static final java.lang.String _ERR_DUPLICATE_TOKEN_NAME
        A constant for an error thrown when token name defined in the CSV Header is duplicate
        See Also:
        Constant Field Values
      • _ERR_MEDIATOR_CANNOT_SAVE_PHYSICAL_OBJECTS

        public static final java.lang.String _ERR_MEDIATOR_CANNOT_SAVE_PHYSICAL_OBJECTS
        A constant for an error thrown when the mediator has a problem saving the physical objects.
        See Also:
        Constant Field Values
      • _ERR_MEDIATOR_TRANSFORM_DATA_OBJECT_INTO_PHYSICAL_OBJECTS

        public static final java.lang.String _ERR_MEDIATOR_TRANSFORM_DATA_OBJECT_INTO_PHYSICAL_OBJECTS
        A constant for an error thrown when the mediator has a problem transforming the data object into physical objects.
        See Also:
        Constant Field Values
      • _ERR_MEDIATOR_DELETE_PHYSICAL_OBJECTS

        public static final java.lang.String _ERR_MEDIATOR_DELETE_PHYSICAL_OBJECTS
        A constant for an error thrown when the mediator has a problem deleting physical objects.
        See Also:
        Constant Field Values
      • _ERR_BUSINESS_OBJECT_BUILDER_CANNOT_PROCESS_DATA_OBJECT

        public static final java.lang.String _ERR_BUSINESS_OBJECT_BUILDER_CANNOT_PROCESS_DATA_OBJECT
        A constant for an error thrown when the business object builder has a problem processing the data object.
        See Also:
        Constant Field Values
      • _ERR_BUSINESS_OBJECT_BUILDER_CANNOT_POPULATE_DATA_OBJECT

        public static final java.lang.String _ERR_BUSINESS_OBJECT_BUILDER_CANNOT_POPULATE_DATA_OBJECT
        A constant for an error thrown when the business object builder has a problem populating the data object.
        See Also:
        Constant Field Values
      • _ERR_DATA_READER_READ_DATA

        public static final java.lang.String _ERR_DATA_READER_READ_DATA
        A constant for an error thrown when the data reader has a problem reading data from its data source.
        See Also:
        Constant Field Values
      • _ERR_BUSINESS_OBJECT_BUILDER_INPUTDATA_NOT_MAP

        public static final java.lang.String _ERR_BUSINESS_OBJECT_BUILDER_INPUTDATA_NOT_MAP
        A constant for an error message when the base object builder is asked to deal with input data that is not a Map.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_EXCLUSION_LIST_TABLE_NOT_VALID

        public static final java.lang.String _ERR_CONFIG_EXCLUSION_LIST_TABLE_NOT_VALID
        This message key is used when the configured table for the exclusion list is not valid.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_EXCLUSION_LIST_TABLE_COLUMNS_NOT_VALID

        public static final java.lang.String _ERR_CONFIG_EXCLUSION_LIST_TABLE_COLUMNS_NOT_VALID
        This message key is used when the configured table columns for the exclusion list are not valid.
        See Also:
        Constant Field Values
      • _ERR_GENERIC_OBJECT_MEDIATOR_DATA_OBJECT_NOT_PROVIDED

        public static final java.lang.String _ERR_GENERIC_OBJECT_MEDIATOR_DATA_OBJECT_NOT_PROVIDED
        This message key is used when a data object is not provided for the generic table object mediator.
        See Also:
        Constant Field Values
      • _ERR_GENERIC_OBJECT_MEDIATOR_DATA_OBJECT_NOT_LIST

        public static final java.lang.String _ERR_GENERIC_OBJECT_MEDIATOR_DATA_OBJECT_NOT_LIST
        This message key is used when a data object is not a List for the generic table object mediator.
        See Also:
        Constant Field Values
      • _ERR_GENERIC_OBJECT_MEDIATOR_DATA_OBJECT_NOT_EXTENDED_TABLE_DATA_OBJECT

        public static final java.lang.String _ERR_GENERIC_OBJECT_MEDIATOR_DATA_OBJECT_NOT_EXTENDED_TABLE_DATA_OBJECT
        This message key is used when an object in the List of objects to be transformed is not an ExtendedTableDataObject for the generic table object mediator.
        See Also:
        Constant Field Values
      • _ERR_ID_RESOLVE_COULD_NOT_DETERMINE_PRIMARY_KEY

        public static final java.lang.String _ERR_ID_RESOLVE_COULD_NOT_DETERMINE_PRIMARY_KEY
        This message key is used when the ID resolver cannot determine the primary keys for a table.
        See Also:
        Constant Field Values
      • _ERR_ID_RESOLVE_COULD_NOT_DETERMINE_PRIMARY_KEY_COLUMN

        public static final java.lang.String _ERR_ID_RESOLVE_COULD_NOT_DETERMINE_PRIMARY_KEY_COLUMN
        This message key is used when the primary key column cannot be determined from the configuration for an ID resolution.
        See Also:
        Constant Field Values
      • _ERR_GENERIC_OBJECT_BUILDER_TABLE_INFORMATION_NOT_PROVIDED

        public static final java.lang.String _ERR_GENERIC_OBJECT_BUILDER_TABLE_INFORMATION_NOT_PROVIDED
        This message key is used when the table information was not provided in the configuration for the generic table object builder.
        See Also:
        Constant Field Values
      • _ERR_GENERIC_OBJECT_BUILDER_DATA_OBJECT_NOT_MAP

        public static final java.lang.String _ERR_GENERIC_OBJECT_BUILDER_DATA_OBJECT_NOT_MAP
        This message key is used when a data object is not a Map for the generic table object builder.
        See Also:
        Constant Field Values
      • _ERR_ID_RESOLVE_TABLE_METADATA_PRIMARY_KEY_COLUMN_NOT_DEFINED

        public static final java.lang.String _ERR_ID_RESOLVE_TABLE_METADATA_PRIMARY_KEY_COLUMN_NOT_DEFINED
        This message key is used when an ID resolve request was made and the table has no primary key defined in the database.
        See Also:
        Constant Field Values
      • _ERR_ID_RESOLVE_REQUEST_GENERATE_NEW_KEY_PRIMARY_KEY_COLUMN_NOT_DEFINED

        public static final java.lang.String _ERR_ID_RESOLVE_REQUEST_GENERATE_NEW_KEY_PRIMARY_KEY_COLUMN_NOT_DEFINED
        This message key is used when an ID resolve request has been made and a new key requested, but the primary key column information was not provided.
        See Also:
        Constant Field Values
      • _ERR_ID_RESOLVE_REQUEST_CONFIGURED_PRIMARY_KEY_COLUMN_NOT_DEFINED_IN_DATABASE

        public static final java.lang.String _ERR_ID_RESOLVE_REQUEST_CONFIGURED_PRIMARY_KEY_COLUMN_NOT_DEFINED_IN_DATABASE
        This message key is used when the primary key column information was provided in the configuration but the column is not primary key defined in the database.
        See Also:
        Constant Field Values
      • _ERR_ID_RESOLVE_FIXED_KEY_RANGE_LIMIT_HIT

        public static final java.lang.String _ERR_ID_RESOLVE_FIXED_KEY_RANGE_LIMIT_HIT
        This message key is used when the fixed key range limit has been hit.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_GENERIC_OBJECT_MEDIATOR_NOT_ENOUGH_ID_RESOLVE_INFO

        public static final java.lang.String _ERR_CONFIG_GENERIC_OBJECT_MEDIATOR_NOT_ENOUGH_ID_RESOLVE_INFO
        This message key is used when valueFrom attribute for a column is 'IDResolve' but not enough information was specified in the configuration.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_CANNOT_DETERMINE_DATALOAD_MODE

        public static final java.lang.String _ERR_CONFIG_CANNOT_DETERMINE_DATALOAD_MODE
        This message key is used when the data load mode cannot be determined.
        See Also:
        Constant Field Values
      • _ERR_GENERIC_OBJECT_MEDIATOR_CANNOT_DETERMINE_VALUE

        public static final java.lang.String _ERR_GENERIC_OBJECT_MEDIATOR_CANNOT_DETERMINE_VALUE
        This message key is used when the value could not be determined for the table.
        See Also:
        Constant Field Values
      • _ERR_GENERIC_OBJECT_MEDIATOR_CANNOT_DETERMINE_VALUE_WITH_SUPPLIED_INFORMATION

        public static final java.lang.String _ERR_GENERIC_OBJECT_MEDIATOR_CANNOT_DETERMINE_VALUE_WITH_SUPPLIED_INFORMATION
        This message key is used when the value could not be determined for the table.
        See Also:
        Constant Field Values
      • _ERR_GENERIC_OBJECT_MEDIATOR_BUSINESS_CONTEXT_KEY_NOT_REGISTERED

        public static final java.lang.String _ERR_GENERIC_OBJECT_MEDIATOR_BUSINESS_CONTEXT_KEY_NOT_REGISTERED
        This message key is used when the business context key requested is not registered.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_GENERIC_OBJECT_BUILDER_BUSINESS_TABLE_INVALID

        public static final java.lang.String _ERR_CONFIG_GENERIC_OBJECT_BUILDER_BUSINESS_TABLE_INVALID
        This message key is used when and invalid table is configured.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_GENERIC_OBJECT_BUILDER_BUSINESS_TABLE_COLUMN_INVALID

        public static final java.lang.String _ERR_CONFIG_GENERIC_OBJECT_BUILDER_BUSINESS_TABLE_COLUMN_INVALID
        This message key is used when and invalid table column is configured.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_GENERIC_OBJECT_BUILDER_BUSINESS_TABLE_PRIMARY_KEY_COLUMN_INVALID

        public static final java.lang.String _ERR_CONFIG_GENERIC_OBJECT_BUILDER_BUSINESS_TABLE_PRIMARY_KEY_COLUMN_INVALID
        This message key is used when and invalid table primary key column is configured.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_VALUE_FROM_CURRENT_TIMESTAMP_COLUMN_NOT_TIMESTAMP

        public static final java.lang.String _ERR_CONFIG_VALUE_FROM_CURRENT_TIMESTAMP_COLUMN_NOT_TIMESTAMP
        This message key is used when the column is not a timestamp column but valueFrom="CurrentTimestamp" was set for it.
        See Also:
        Constant Field Values
      • DL_MAIN_LOAD_START_TIME

        public static final java.lang.String DL_MAIN_LOAD_START_TIME
        A constant for the load start time.
        See Also:
        Constant Field Values
      • DL_MAIN_LOAD_END_TIME

        public static final java.lang.String DL_MAIN_LOAD_END_TIME
        A constant for the load end time.
        See Also:
        Constant Field Values
      • DL_MAIN_INIT_END_TIME

        public static final java.lang.String DL_MAIN_INIT_END_TIME
        A constant for the initialization end time.
        See Also:
        Constant Field Values
      • DL_MAIN_TOTAL_TIME

        public static final java.lang.String DL_MAIN_TOTAL_TIME
        A constant for the total time.
        See Also:
        Constant Field Values
      • DL_DATA_LOADER_LOAD_SUMMARY

        public static final java.lang.String DL_DATA_LOADER_LOAD_SUMMARY
        A constant for the data loader summary header.
        See Also:
        Constant Field Values
      • DL_DATA_LOADER_LOAD_ERROR_SUMMARY

        public static final java.lang.String DL_DATA_LOADER_LOAD_ERROR_SUMMARY
        A constant for the data loader error summary header.
        See Also:
        Constant Field Values
      • DL_DATA_LOADER_BO_CONFIG_FILE

        public static final java.lang.String DL_DATA_LOADER_BO_CONFIG_FILE
        A constant for the data loader business object configuration file.
        See Also:
        Constant Field Values
      • DL_DATA_LOADER_TOTAL_TIME

        public static final java.lang.String DL_DATA_LOADER_TOTAL_TIME
        A constant for the data loader total time.
        See Also:
        Constant Field Values
      • DL_DATA_LOADER_START_TIME

        public static final java.lang.String DL_DATA_LOADER_START_TIME
        A constant for the data loader start time.
        See Also:
        Constant Field Values
      • DL_DATA_LOADER_END_TIME

        public static final java.lang.String DL_DATA_LOADER_END_TIME
        A constant for the data loader end time.
        See Also:
        Constant Field Values
      • DL_DATA_LOADER_MODE

        public static final java.lang.String DL_DATA_LOADER_MODE
        A constant for the data loader mode.
        See Also:
        Constant Field Values
      • DL_DATA_LOADER_PROPERTIES

        public static final java.lang.String DL_DATA_LOADER_PROPERTIES
        A constant for the data loader properties.
        See Also:
        Constant Field Values
      • DL_DATA_LOADER_DATA_READER

        public static final java.lang.String DL_DATA_LOADER_DATA_READER
        A constant for the data loader data reader.
        See Also:
        Constant Field Values
      • DL_DATA_LOADER_BUSINESS_OBJECT_BUILDER

        public static final java.lang.String DL_DATA_LOADER_BUSINESS_OBJECT_BUILDER
        A constant for the data loader business object builder.
        See Also:
        Constant Field Values
      • DL_DATA_LOADER_BATCH_SIZE

        public static final java.lang.String DL_DATA_LOADER_BATCH_SIZE
        A constant for the data loader batch size.
        See Also:
        Constant Field Values
      • DL_DATA_LOADER_MAX_ERROR

        public static final java.lang.String DL_DATA_LOADER_MAX_ERROR
        A constant for the data loader max errors.
        See Also:
        Constant Field Values
      • DL_DATA_LOADER_ERROR_COUNT

        public static final java.lang.String DL_DATA_LOADER_ERROR_COUNT
        A constant for the data loader error count.
        See Also:
        Constant Field Values
      • DL_DATA_LOADER_RETRY

        public static final java.lang.String DL_DATA_LOADER_RETRY
        A constant for the data loader retry mode.
        See Also:
        Constant Field Values
      • DL_DATA_LOADER_COMMIT_COUNT

        public static final java.lang.String DL_DATA_LOADER_COMMIT_COUNT
        A constant for the data loader commit count.
        See Also:
        Constant Field Values
      • DL_DATA_LOADER_FLUSH_TIME

        public static final java.lang.String DL_DATA_LOADER_FLUSH_TIME
        A constant for the data loader flush time.
        See Also:
        Constant Field Values
      • DL_DATA_LOADER_COMMIT_TIME

        public static final java.lang.String DL_DATA_LOADER_COMMIT_TIME
        A constant for the data loader commit time.
        See Also:
        Constant Field Values
      • DL_DATA_LOADER_ID_RESOLVER_TIME

        public static final java.lang.String DL_DATA_LOADER_ID_RESOLVER_TIME
        A constant for the data loader ID resolver time.
        See Also:
        Constant Field Values
      • DL_DATA_LOADER_DATA_PROGRESS

        public static final java.lang.String DL_DATA_LOADER_DATA_PROGRESS
        A constant for the csv reader processed lines.
        See Also:
        Constant Field Values
      • DL_CSV_READER_PROCESSED_LINES

        public static final java.lang.String DL_CSV_READER_PROCESSED_LINES
        A constant for the csv reader processed lines.
        See Also:
        Constant Field Values
      • ERR_REPORT_BUSINESS_OBJECT_BUILDER_DATAOBJECT

        public static final java.lang.String ERR_REPORT_BUSINESS_OBJECT_BUILDER_DATAOBJECT
        A constant for an error logged in the error report: Business Object Builder execute, the populated logical object.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_DB_PASSWORD_DECRYPTION_FAILURE

        public static final java.lang.String _ERR_CONFIG_DB_PASSWORD_DECRYPTION_FAILURE
        A constant for an error when the password cannot by decrypted.
        See Also:
        Constant Field Values
      • _ERR_CANNOT_DETERMINE_ENVIRONMENT_CONFIG

        public static final java.lang.String _ERR_CANNOT_DETERMINE_ENVIRONMENT_CONFIG
        A constant for an error when the environment file cannot be determined.
        See Also:
        Constant Field Values
      • _ERR_NUMBER_FORMAT

        public static final java.lang.String _ERR_NUMBER_FORMAT
        A constant for a error when a number format exception is thrown.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_NEGATIVE_MAX_ERROR_VALUE

        public static final java.lang.String _ERR_CONFIG_NEGATIVE_MAX_ERROR_VALUE
        This message key is used when a negative integer is provided for the maximum error setting.
        See Also:
        Constant Field Values
      • _ERR_DATA_LOADER_EXECUTION

        public static final java.lang.String _ERR_DATA_LOADER_EXECUTION
        This message key is used when an error is caught during the execution of a data loader.
        See Also:
        Constant Field Values
      • _ERR_LOOP_FOUND_TABLE_LIST

        public static final java.lang.String _ERR_LOOP_FOUND_TABLE_LIST
        A constant for a loop is found in the database table list
        See Also:
        Constant Field Values
      • _ERR_LOAD_ITEM_NOT_FOUND

        public static final java.lang.String _ERR_LOAD_ITEM_NOT_FOUND
        A constant for an error when load item is not found.
        See Also:
        Constant Field Values
      • _ERR_LOADITEM_NOT_UNIQUE

        public static final java.lang.String _ERR_LOADITEM_NOT_UNIQUE
        This message key is used when the load item name provided is not unique.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_WORKSPACE_PARAM_NOT_PROVIDED

        public static final java.lang.String _ERR_CONFIG_WORKSPACE_PARAM_NOT_PROVIDED
        This message key is used when the workspaces information is not valid.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_WORKSPACE_IDENTIFIER_NOT_EXIST

        public static final java.lang.String _ERR_CONFIG_WORKSPACE_IDENTIFIER_NOT_EXIST
        This message key is used when the workspaces information is not valid.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_WORKSPACE_IDENTIFIER_NOT_VALID_FOR_LOAD

        public static final java.lang.String _ERR_CONFIG_WORKSPACE_IDENTIFIER_NOT_VALID_FOR_LOAD
        This message key is used when the workspaces information is not valid for loading data into the workspace.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_TASK_GROUP_IDENTIFIER_NOT_VALID_FOR_LOAD

        public static final java.lang.String _ERR_CONFIG_TASK_GROUP_IDENTIFIER_NOT_VALID_FOR_LOAD
        This message key is used when the task group information is not valid for loading data into the workspace.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_TASK_IDENTIFIER_NOT_VALID_FOR_LOAD

        public static final java.lang.String _ERR_CONFIG_TASK_IDENTIFIER_NOT_VALID_FOR_LOAD
        This message key is used when the task information is not valid for loading data into the workspace.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_WORKSPACE_TASK_GROUP_IDENTIFIER_NOT_EXIST

        public static final java.lang.String _ERR_CONFIG_WORKSPACE_TASK_GROUP_IDENTIFIER_NOT_EXIST
        This message key is used when the workspaces information is not valid.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_WORKSPACE_TASK_GROUP_NAME_NOT_EXIST

        public static final java.lang.String _ERR_CONFIG_WORKSPACE_TASK_GROUP_NAME_NOT_EXIST
        This message key is used when the workspaces information is not valid.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_WORKSPACE_TASK_GROUP_NAME_NOT_UNIQUE

        public static final java.lang.String _ERR_CONFIG_WORKSPACE_TASK_GROUP_NAME_NOT_UNIQUE
        This message key is used when the task group name is not unique.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_WORKSPACE_TASK_NAME_NOT_EXIST

        public static final java.lang.String _ERR_CONFIG_WORKSPACE_TASK_NAME_NOT_EXIST
        This message key is used when the workspaces information is not valid.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_WORKSPACE_TASK_NAME_NOT_UNIQUE

        public static final java.lang.String _ERR_CONFIG_WORKSPACE_TASK_NAME_NOT_UNIQUE
        This message key is used when the task name is not unique.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_WORKSPACE_TASK_IDENTIFIER_NOT_EXIST

        public static final java.lang.String _ERR_CONFIG_WORKSPACE_TASK_IDENTIFIER_NOT_EXIST
        This message key is used when the workspaces information is not valid.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_WORKSPACE_TASKGROUP_RELATIONSHIP_NOT_EXIST

        public static final java.lang.String _ERR_CONFIG_WORKSPACE_TASKGROUP_RELATIONSHIP_NOT_EXIST
        This message key is used when the workspaces information is not valid.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_TASKGROUP_TASK_RELATIONSHIP_NOT_EXIST

        public static final java.lang.String _ERR_CONFIG_TASKGROUP_TASK_RELATIONSHIP_NOT_EXIST
        This message key is used when the workspaces information is not valid.
        See Also:
        Constant Field Values
      • _ERR_INSERT_ROW_EXISTS_IN_READ_SCHEMA

        public static final java.lang.String _ERR_INSERT_ROW_EXISTS_IN_READ_SCHEMA
        A constant for a message indicating that the data to be inserted already exists in the read schema.
        See Also:
        Constant Field Values
      • _ERR_DELETE_ROW_DOES_NOT_EXISTS_IN_READ_SCHEMA

        public static final java.lang.String _ERR_DELETE_ROW_DOES_NOT_EXISTS_IN_READ_SCHEMA
        A constant for a message indicating that the data to be deleted does not exist in the read schema.
        See Also:
        Constant Field Values
      • _ERR_INVALID_TABLE_DATA_OBJECT_OPMODE

        public static final java.lang.String _ERR_INVALID_TABLE_DATA_OBJECT_OPMODE
        A constant for a message indicating that the Operation Mode for the table Data object is invalid.
        See Also:
        Constant Field Values
      • _ERR_BUSINESS_OBJECT_MEDIATOR_UNABLE_TO_ATTAIN_CHANGE_CONTROL_MEDIATOR

        public static final java.lang.String _ERR_BUSINESS_OBJECT_MEDIATOR_UNABLE_TO_ATTAIN_CHANGE_CONTROL_MEDIATOR
        A constant for a message indicating that the change control mediator could not be obtained.
        See Also:
        Constant Field Values
      • _ERR_BUSINESS_OBJECT_MEDIATOR_BUSINESS_OBJECT_LOCKED

        public static final java.lang.String _ERR_BUSINESS_OBJECT_MEDIATOR_BUSINESS_OBJECT_LOCKED
        A constant for a message indicating that the business object is locked.
        See Also:
        Constant Field Values
      • _ERR_BUSINESS_OBJECT_MEDIATOR_BUSINESS_OBJECT_LOCK_ERROR

        public static final java.lang.String _ERR_BUSINESS_OBJECT_MEDIATOR_BUSINESS_OBJECT_LOCK_ERROR
        A constant for a message indicating that an error occurred when the business object is locked.
        See Also:
        Constant Field Values
      • _ERR_CSV_READER_DATA_SOURCE_LOCATION_NOT_PROVIDED

        public static final java.lang.String _ERR_CSV_READER_DATA_SOURCE_LOCATION_NOT_PROVIDED
        A constant for a message indicating that the data source location was not provided for a load item.
        See Also:
        Constant Field Values
      • _ERR_INVALID_WC_DATABASE_SCHEMA

        public static final java.lang.String _ERR_INVALID_WC_DATABASE_SCHEMA
        A constant for a message that the database schema specified is not a valid WebSphere Commerce schema.
        See Also:
        Constant Field Values
      • DL_MAIN_DATALOAD_EXIT_SUCCESS

        public static final java.lang.String DL_MAIN_DATALOAD_EXIT_SUCCESS
        A constant for a message indicating the data load was successful.
        See Also:
        Constant Field Values
      • DL_MAIN_DATALOAD_EXIT_SUCCESS_WITH_ERRORS

        public static final java.lang.String DL_MAIN_DATALOAD_EXIT_SUCCESS_WITH_ERRORS
        A constant for a message indicating the data load was successful with some errors.
        See Also:
        Constant Field Values
      • DL_MAIN_DATALOAD_EXIT_FAILURE_MAX_ERROR_REACHED

        public static final java.lang.String DL_MAIN_DATALOAD_EXIT_FAILURE_MAX_ERROR_REACHED
        A constant for a message indicating the data load was a failure with max error reached.
        See Also:
        Constant Field Values
      • DL_MAIN_DATALOAD_EXIT_FAILURE_UNRECOVERABLE_ERROR

        public static final java.lang.String DL_MAIN_DATALOAD_EXIT_FAILURE_UNRECOVERABLE_ERROR
        A constant for a message indicating the data load was a failure with an unrecoverable error encountered.
        See Also:
        Constant Field Values
      • DL_MAIN_DATALOAD_EXIT_PROGRAM_TERMINATION

        public static final java.lang.String DL_MAIN_DATALOAD_EXIT_PROGRAM_TERMINATION
        A constant for a message indicating the data load main program will be terminated.
        See Also:
        Constant Field Values
      • DL_MAIN_EXIT_CODE

        public static final java.lang.String DL_MAIN_EXIT_CODE
        A constant for a message indicating the exit code of the program.
        See Also:
        Constant Field Values
      • DL_PROCESSED_DATA_AMOUNT

        public static final java.lang.String DL_PROCESSED_DATA_AMOUNT
        A constant for the data processed.
        See Also:
        Constant Field Values
      • DL_PROCESSED_DATA_OBJECTS_AMOUNT

        public static final java.lang.String DL_PROCESSED_DATA_OBJECTS_AMOUNT
        A constant for the data objects processed.
        See Also:
        Constant Field Values
      • DL_COMMITTED_DATA_OBJECTS_AMOUNT

        public static final java.lang.String DL_COMMITTED_DATA_OBJECTS_AMOUNT
        A constant for the data objects committed.
        See Also:
        Constant Field Values
      • DL_ROLLED_BACK_DATA_OBJECTS_AMOUNT

        public static final java.lang.String DL_ROLLED_BACK_DATA_OBJECTS_AMOUNT
        A constant for the data objects rolled back.
        See Also:
        Constant Field Values
      • DL_DATA_LOADER_INIT_TIME

        public static final java.lang.String DL_DATA_LOADER_INIT_TIME
        A constant for the data loader init time.
        See Also:
        Constant Field Values
      • DL_CSV_READER_DATA_FILE_LOCATION

        public static final java.lang.String DL_CSV_READER_DATA_FILE_LOCATION
        A constant for the CSV Reader's configured CSV data file location.
        See Also:
        Constant Field Values
      • DL_XML_READER_DATA_FILE_LOCATION

        public static final java.lang.String DL_XML_READER_DATA_FILE_LOCATION
        A constant for the XML Reader's configured XML data file location.
        See Also:
        Constant Field Values
      • DL_RESET_COMMIT_COUNT_TO_SINGLE_TRANSACTION

        public static final java.lang.String DL_RESET_COMMIT_COUNT_TO_SINGLE_TRANSACTION
        A constant for an informational message about setting the commit count to 0 when the batch size is 0.
        See Also:
        Constant Field Values
      • DL_DATA_LOADER_MAX_ERROR_INFINITE

        public static final java.lang.String DL_DATA_LOADER_MAX_ERROR_INFINITE
        A constant for an informational message about the error tolerance set to infinite.
        See Also:
        Constant Field Values
      • DL_LOAD_ITEM_ERROR_LOG_LOCATION

        public static final java.lang.String DL_LOAD_ITEM_ERROR_LOG_LOCATION
        A constant for an informational message about the error log location.
        See Also:
        Constant Field Values
      • DL_REPORT_AFFECTED_TABLES

        public static final java.lang.String DL_REPORT_AFFECTED_TABLES
        A constant for an informational message about the affected tables during the load.
        See Also:
        Constant Field Values
      • DL_REPORT_AFFECTED_TABLE

        public static final java.lang.String DL_REPORT_AFFECTED_TABLE
        Deprecated. 
        A constant for an informational message about the affected table during the load.
        See Also:
        Constant Field Values
      • DL_REPORT_AFFECTED_TABLE_COLUMN_WIDTHS

        public static final java.lang.String DL_REPORT_AFFECTED_TABLE_COLUMN_WIDTHS
        A constant for the report grid column widths for the affected tables during the load.
        See Also:
        Constant Field Values
      • DL_REPORT_AFFECTED_TABLE_COLUMN_HEADERS

        public static final java.lang.String DL_REPORT_AFFECTED_TABLE_COLUMN_HEADERS
        A constant for the report grid column headers for the affected tables during the load.
        See Also:
        Constant Field Values
      • DL_REPORT_TABLE_ID_RESOLVE_1_COLUMN_WIDTHS

        public static final java.lang.String DL_REPORT_TABLE_ID_RESOLVE_1_COLUMN_WIDTHS
        A constant for the level 1 report grid column widths for the tables id resolve during the load.
        See Also:
        Constant Field Values
      • DL_REPORT_TABLE_ID_RESOLVE_1_COLUMN_HEADERS

        public static final java.lang.String DL_REPORT_TABLE_ID_RESOLVE_1_COLUMN_HEADERS
        A constant for the level 1 report grid column headers for the tables id resolve during the load.
        See Also:
        Constant Field Values
      • DL_REPORT_TABLE_ID_RESOLVE_1_COLUMN_SUB_HEADERS

        public static final java.lang.String DL_REPORT_TABLE_ID_RESOLVE_1_COLUMN_SUB_HEADERS
        A constant for the level 1 report grid column sub headers for the tables id resolve during the load.
        See Also:
        Constant Field Values
      • DL_REPORT_TABLE_ID_RESOLVE_2_COLUMN_WIDTHS

        public static final java.lang.String DL_REPORT_TABLE_ID_RESOLVE_2_COLUMN_WIDTHS
        A constant for the level 1 report grid column widths for the tables id resolve during the load.
        See Also:
        Constant Field Values
      • DL_REPORT_TABLE_ID_RESOLVE_2_COLUMN_HEADERS

        public static final java.lang.String DL_REPORT_TABLE_ID_RESOLVE_2_COLUMN_HEADERS
        A constant for the level 2 report grid column headers for the tables id resolve during the load.
        See Also:
        Constant Field Values
      • DL_REPORT_TABLE_ID_RESOLVE_2_COLUMN_SUB_HEADERS

        public static final java.lang.String DL_REPORT_TABLE_ID_RESOLVE_2_COLUMN_SUB_HEADERS
        A constant for the level 2 report grid column sub headers for the tables id resolve during the load.
        See Also:
        Constant Field Values
      • DL_REPORT_TABLE_TOTAL

        public static final java.lang.String DL_REPORT_TABLE_TOTAL
        A constant for the word Total.
        See Also:
        Constant Field Values
      • _ERR_GENERIC_NOT_PROVIDED

        public static final java.lang.String _ERR_GENERIC_NOT_PROVIDED
        A constant for a translated string "not provided'.
        See Also:
        Constant Field Values
      • _ERR_CONFIG_COMPONENT_ID_NOT_PROVIDED

        public static final java.lang.String _ERR_CONFIG_COMPONENT_ID_NOT_PROVIDED
        A constant for the error thrown when the componentId is not provided
        See Also:
        Constant Field Values
      • _ERR_UNIQUE_INDEX_COLUMN_VALUE_NULL

        public static final java.lang.String _ERR_UNIQUE_INDEX_COLUMN_VALUE_NULL
        A constant for the error thrown when the unique index column value is null
        See Also:
        Constant Field Values
      • _ERR_NOT_NULL_COLUMN_VALUE_NULL

        public static final java.lang.String _ERR_NOT_NULL_COLUMN_VALUE_NULL
        A constant for the error thrown when the not null column value is null
        See Also:
        Constant Field Values
      • DL_PROMPT_CONTINUE

        public static final java.lang.String DL_PROMPT_CONTINUE
        A message key for the following prompt: Do you wish to continue {0}?
        See Also:
        Constant Field Values
      • _ERR_USER_QUIT

        public static final java.lang.String _ERR_USER_QUIT
        An error message key when a user quits.
        See Also:
        Constant Field Values
      • _ERR_LOAD_RUNTIME_CONFIG_PROPERTIES

        public static final java.lang.String _ERR_LOAD_RUNTIME_CONFIG_PROPERTIES
        A constant for the error when the runtime configuration properties cannot be found.
        See Also:
        Constant Field Values
      • _ERR_XSLT_TRANSFORMER_CONFIG

        public static final java.lang.String _ERR_XSLT_TRANSFORMER_CONFIG
        An error message key when the XSLT transform configuration failed.
        See Also:
        Constant Field Values
      • _ERR_XSLT_TRANSFORMER

        public static final java.lang.String _ERR_XSLT_TRANSFORMER
        An error message key when the XSLT transform failed.
        See Also:
        Constant Field Values
      • _ERR_XML_PARSE

        public static final java.lang.String _ERR_XML_PARSE
        An error message key when the XML parsing failed.
        See Also:
        Constant Field Values
      • _ERR_RESOLVE_SYMBOL

        public static final java.lang.String _ERR_RESOLVE_SYMBOL
        An error message for resolve symbol
        See Also:
        Constant Field Values
      • _ERR_RESOLVE_GENERATED_KEY_COLUMN_VALUE

        public static final java.lang.String _ERR_RESOLVE_GENERATED_KEY_COLUMN_VALUE
        An error message for resolving column value
        See Also:
        Constant Field Values
      • _ERR_CMWSSCHEMA_MISSING

        public static final java.lang.String _ERR_CMWSSCHEMA_MISSING
        An error message for when an entry in the CMWSSCHEMA is missing for a workspace.
        See Also:
        Constant Field Values
      • _ERR_DATA_OBJECT_INVALID

        public static final java.lang.String _ERR_DATA_OBJECT_INVALID
        An error message for when the data object passed to the mediator is not valid or supported.
        See Also:
        Constant Field Values
      • _ERR_CONVERT_SDO

        public static final java.lang.String _ERR_CONVERT_SDO
        An error message for converting an element node in the logic noun XML to an SDO object.
        See Also:
        Constant Field Values
      • _ERR_KEY_CONFIG_FILE_OR_INSTANCE_XML_MISSING

        public static final java.lang.String _ERR_KEY_CONFIG_FILE_OR_INSTANCE_XML_MISSING
        An error message missing key configuration file or instance XML file. At least one of these files need to be passed in.
        See Also:
        Constant Field Values
      • _ERR_KEY_INITIALIZATION

        public static final java.lang.String _ERR_KEY_INITIALIZATION
        An error message when doing initialization of the encryption key registry.
        See Also:
        Constant Field Values
      • _ERR_MANDATORY_PARAMETER_MISSING

        public static final java.lang.String _ERR_MANDATORY_PARAMETER_MISSING
        An error message when a mandatory parameter is missing
        See Also:
        Constant Field Values
      • DL_ERROR_MESSAGE

        public static final java.lang.String DL_ERROR_MESSAGE
        A constant to report an error
        See Also:
        Constant Field Values
      • _ERR_FAIL_TO_FIND_OVERRIDE_GROUP_FOR_STORE

        public static final java.lang.String _ERR_FAIL_TO_FIND_OVERRIDE_GROUP_FOR_STORE
        Error the default override group for the store does not exist
        See Also:
        Constant Field Values
      • _ERR_FAIL_TO_RESOLVE_CAL_CODE_FOR_STORE

        public static final java.lang.String _ERR_FAIL_TO_RESOLVE_CAL_CODE_FOR_STORE
        A constant for an error thrown when Catalog dataload not able to find the cal code for the given store
        See Also:
        Constant Field Values
      • DL_DATA_LOADER_MAX_ERRORS_IN_SUMMARY

        public static final java.lang.String DL_DATA_LOADER_MAX_ERRORS_IN_SUMMARY
        A constant for the data loader max error in summary report.
        See Also:
        Constant Field Values
      • _ERR_NVP_REMAP_MISMATCH

        public static final java.lang.String _ERR_NVP_REMAP_MISMATCH
        Error the NVP XML handler re-mapping with size mismatch.
        See Also:
        Constant Field Values
      • _ERR_BUILD_SDO_OBJECT

        public static final java.lang.String _ERR_BUILD_SDO_OBJECT
        Message to report the data reader preprocessor time.
        See Also:
        Constant Field Values
      • DL_NEW_FILE_RECORDS

        public static final java.lang.String DL_NEW_FILE_RECORDS
        Message to report the number of records in the new file.
        See Also:
        Constant Field Values
      • DL_DIFF_FILE_RECORDS

        public static final java.lang.String DL_DIFF_FILE_RECORDS
        Message to report the number of records in the difference file.
        See Also:
        Constant Field Values
      • DL_GENERATE_DIFF_FILE_TIME

        public static final java.lang.String DL_GENERATE_DIFF_FILE_TIME
        Message to report the generating the difference file time.
        See Also:
        Constant Field Values
      • DL_LOAD_DIFF_FILE_TIME

        public static final java.lang.String DL_LOAD_DIFF_FILE_TIME
        Message to report the loading difference file time.
        See Also:
        Constant Field Values
      • DL_LOAD_DIFF_FILE_TOTAL_TIME

        public static final java.lang.String DL_LOAD_DIFF_FILE_TOTAL_TIME
        Message to report the total time for generating and loading the difference file.
        See Also:
        Constant Field Values
      • DL_ESTIMATE_ORIGINAL_LOADING_TIME

        public static final java.lang.String DL_ESTIMATE_ORIGINAL_LOADING_TIME
        Message to report the project original loading time.
        See Also:
        Constant Field Values
      • DL_PERCENTAGE_SAVED_IN_LOADING_TIME

        public static final java.lang.String DL_PERCENTAGE_SAVED_IN_LOADING_TIME
        Message to report the percentage saved in loading time.
        See Also:
        Constant Field Values
      • _ERR_INVALID_RECORD_XPATH

        public static final java.lang.String _ERR_INVALID_RECORD_XPATH
        A constant for the invalid record xpath property in the configuration.
        See Also:
        Constant Field Values
      • _ERR_NEW_FILE_NOT_PROVIDED

        public static final java.lang.String _ERR_NEW_FILE_NOT_PROVIDED
        An error message for missing the new file in the file difference tool.
        See Also:
        Constant Field Values
      • _ERR_NEW_FILE_EQUALS_OLD_FILE

        public static final java.lang.String _ERR_NEW_FILE_EQUALS_OLD_FILE
        An error message for the new file equals to the old file in the file difference tool.
        See Also:
        Constant Field Values
      • _ERR_FILE_TYPE_DIFFERENT

        public static final java.lang.String _ERR_FILE_TYPE_DIFFERENT
        An error message for the file type different in the difference tool.
        See Also:
        Constant Field Values
      • _ERR_INVALID_DIFF_FILE_DIRECTORY

        public static final java.lang.String _ERR_INVALID_DIFF_FILE_DIRECTORY
        An error message for an invalid difference file directory
        See Also:
        Constant Field Values
      • _ERR_KEY_COLUMNS_MISSING

        public static final java.lang.String _ERR_KEY_COLUMNS_MISSING
        An error message for the missing keyColumns parameter
        See Also:
        Constant Field Values
      • DL_OLD_FILE_LOCATION_MISSING

        public static final java.lang.String DL_OLD_FILE_LOCATION_MISSING
        An info message for the missing oldLocation parameter
        See Also:
        Constant Field Values
      • DL_FILE_DIFFERENCE_PREPROCESSOR_START

        public static final java.lang.String DL_FILE_DIFFERENCE_PREPROCESSOR_START
        An info message for the file difference preprocessor starts
        See Also:
        Constant Field Values
      • DL_FILE_DIFFERENCE_PREPROCESSOR_END

        public static final java.lang.String DL_FILE_DIFFERENCE_PREPROCESSOR_END
        An info message for the file difference preprocessor ends
        See Also:
        Constant Field Values
      • DL_GENERATED_DIFFERENCE_FILE

        public static final java.lang.String DL_GENERATED_DIFFERENCE_FILE
        An info message for the generated difference file
        See Also:
        Constant Field Values
      • _ERR_INVALID_DATALOAD_MODE_FOR_DIFF

        public static final java.lang.String _ERR_INVALID_DATALOAD_MODE_FOR_DIFF
        An error message for the invalid data load mode when running file difference preprocessor
        See Also:
        Constant Field Values
      • DL_AFFECTED_ROWS_NOT_ACCURATE_FOR_ORACLE_BATCH

        public static final java.lang.String DL_AFFECTED_ROWS_NOT_ACCURATE_FOR_ORACLE_BATCH
        An information message that the Oracle updated row count may not accurate in the batch update.
        See Also:
        Constant Field Values
      • _ERR_KEY_COLUMNS_NO_VALUE

        public static final java.lang.String _ERR_KEY_COLUMNS_NO_VALUE
        An error message for the value of the key columns are null.
        See Also:
        Constant Field Values
      • DL_FILE_EXCEED_MAX_SIZE

        public static final java.lang.String DL_FILE_EXCEED_MAX_SIZE
        An information message that the split file size exceeds the max file size.
        See Also:
        Constant Field Values
      • _ERR_DUPLICATE_KEY_COLUMN_VALUE

        public static final java.lang.String _ERR_DUPLICATE_KEY_COLUMN_VALUE
        An error message that too many key column values are duplicated.
        See Also:
        Constant Field Values
      • _ERR_WRONG_DATALOAD_CONFIG_FILE

        public static final java.lang.String _ERR_WRONG_DATALOAD_CONFIG_FILE
        An error message for passing wrong data load configuration file to the data load program.
        See Also:
        Constant Field Values
      • _ERR_LANG_ID_NOT_FOUND

        public static final java.lang.String _ERR_LANG_ID_NOT_FOUND
        An error message for language ID cannot be found in the database.
        See Also:
        Constant Field Values
      • _ERR_LOCALE_NOT_FOUND

        public static final java.lang.String _ERR_LOCALE_NOT_FOUND
        An error message for locale cannot be found in the database.
        See Also:
        Constant Field Values
      • _ERR_MISSING_QUERY_CONFIG

        public static final java.lang.String _ERR_MISSING_QUERY_CONFIG
        An error message for missing query configuration in the business object configuration file for the data extract.
        See Also:
        Constant Field Values
      • _ERR_CREATE_DOCUMENT_BUILDER

        public static final java.lang.String _ERR_CREATE_DOCUMENT_BUILDER
        An error message for creating a document builder.
        See Also:
        Constant Field Values
      • _ERR_PARAM_NAME_NOT_SELECT_COLUMN

        public static final java.lang.String _ERR_PARAM_NAME_NOT_SELECT_COLUMN
        An error message that a Param name in the associated query is not in the unique ID select column.
        See Also:
        Constant Field Values
      • _ERR_VALUE_FROM_IN_PARAM

        public static final java.lang.String _ERR_VALUE_FROM_IN_PARAM
        An error message that a valueFrom is invalid in the Param configuration.
        See Also:
        Constant Field Values
      • DL_OUTPUT_FILE_LOCATION

        public static final java.lang.String DL_OUTPUT_FILE_LOCATION
        A constant for the output file location.
        See Also:
        Constant Field Values
      • _ERR_FILES_WITHOUT_PROPER_LOAD_ITEM

        public static final java.lang.String _ERR_FILES_WITHOUT_PROPER_LOAD_ITEM
        A message key file the list of files without proper defined load item names.
        See Also:
        Constant Field Values
      • _ERR_FILES_FAILED_TO_LOAD

        public static final java.lang.String _ERR_FILES_FAILED_TO_LOAD
        A message key file the list of files which are failed to load.
        See Also:
        Constant Field Values
      • _ERR_UPDATE_TABLE_NOT_ALLOWED

        public static final java.lang.String _ERR_UPDATE_TABLE_NOT_ALLOWED
        A message key for the updating table is not allowed.
        See Also:
        Constant Field Values
      • _ERR_INVALID_LOCAL_DIRECTORY

        public static final java.lang.String _ERR_INVALID_LOCAL_DIRECTORY
        A message key for the invalid local directory.
        See Also:
        Constant Field Values
      • _ERR_INVALID_LOCAL_FILE

        public static final java.lang.String _ERR_INVALID_LOCAL_FILE
        A message key for the invalid local file.
        See Also:
        Constant Field Values
      • DL_LOADING_FILE

        public static final java.lang.String DL_LOADING_FILE
        A message key for the loading file.
        See Also:
        Constant Field Values
      • DL_COMPLETE_FILE

        public static final java.lang.String DL_COMPLETE_FILE
        A message key for the complete loading file.
        See Also:
        Constant Field Values
      • DL_PERCENTAGE

        public static final java.lang.String DL_PERCENTAGE
        A message key for the percentage.
        See Also:
        Constant Field Values
      • _ERR_FTP_TRANSPORT_PARAMETER_MISSING

        public static final java.lang.String _ERR_FTP_TRANSPORT_PARAMETER_MISSING
        A message key for a missing FTP transport parameter.
        See Also:
        Constant Field Values
      • WARN_LOAD_TO_LIVE_NOT_ALLOWED

        public static final java.lang.String WARN_LOAD_TO_LIVE_NOT_ALLOWED
        A message key for a warning that the file cannot be loaded to live server.
        See Also:
        Constant Field Values
      • _ERR_CURRENCY_NOT_FOUND

        public static final java.lang.String _ERR_CURRENCY_NOT_FOUND
        An error message for currency cannot be found in the database.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DataLoadMessageKeys

        public DataLoadMessageKeys()