com.filenet.api.exception

Class ExceptionCode

  • java.lang.Object
    • com.filenet.apiimpl.util.LString
      • com.filenet.api.exception.ExceptionCode
  • All Implemented Interfaces:
    java.io.Serializable


    public class ExceptionCode
    extends com.filenet.apiimpl.util.LString
    implements java.io.Serializable
    Enumerates unchecked exception messages. Methods are supplied for the localization of these messages. This class cannot be instantiated.
    See Also:
    EngineRuntimeException, Serialized Form
    • Field Detail

      • stDefaultLocale

        public static final java.util.Locale stDefaultLocale
      • API_AFTER_LAST_PAGE_ELEMENT

        public static final ExceptionCode API_AFTER_LAST_PAGE_ELEMENT

        FNRCA0001E

        API_AFTER_LAST_PAGE_ELEMENT An attempt was made to get the current page or element count before moving past the last page.

      • API_BEFORE_FIRST_PAGE_ELEMENT

        public static final ExceptionCode API_BEFORE_FIRST_PAGE_ELEMENT

        FNRCA0002E

        API_BEFORE_FIRST_PAGE_ELEMENT An attempt was made to get the current page or element count before moving to the first page.

      • API_BEFORE_NEXT_PAGE_ELEMENT

        public static final ExceptionCode API_BEFORE_NEXT_PAGE_ELEMENT

        FNRCA0003E

        API_BEFORE_NEXT_PAGE_ELEMENT An attempt was made to get the current page or element count before moving to the next page after a reset operation.

      • API_EMPTY_BATCH

        public static final ExceptionCode API_EMPTY_BATCH

        FNRCA0004E

        API_EMPTY_BATCH There are no objects in this batch to process.

      • API_EXPECTED_UNEVALUATED_STATE

        public static final ExceptionCode API_EXPECTED_UNEVALUATED_STATE

        FNRCA0005E

        API_EXPECTED_UNEVALUATED_STATE The property propName must be in an unevaluated state

        propName
        The name of the property
      • API_FETCH_MERGE_PROPERTY_ERROR

        public static final ExceptionCode API_FETCH_MERGE_PROPERTY_ERROR

        FNRCA0006E

        API_FETCH_MERGE_PROPERTY_ERROR An attempt was made to fetch and merge new property values on an object that has been modified on the server since it was last retrieved. Refresh the object before retrying this operation.

      • API_FROM_INIT_OR_QUERY_STRING_NOT_SET

        public static final ExceptionCode API_FROM_INIT_OR_QUERY_STRING_NOT_SET

        FNRCA0007E

        API_FROM_INIT_OR_QUERY_STRING_NOT_SET Either the setFromClauseInitialValue or setQueryString method must be called prior to calling this method to retrieve the SQL statement.

      • API_FROM_INIT_VALUE_NOT_SET

        public static final ExceptionCode API_FROM_INIT_VALUE_NOT_SET

        FNRCA0008E

        API_FROM_INIT_VALUE_NOT_SET The setFromClauseInitialValue method must be called before an additional join using this method can be added.

      • API_INDEX_OUT_OF_BOUNDS

        public static final ExceptionCode API_INDEX_OUT_OF_BOUNDS

        FNRCA0009E

        API_INDEX_OUT_OF_BOUNDS The specified index is outside the bounds of the collection.

      • API_INITIALIZED

        public static final ExceptionCode API_INITIALIZED

        FNRCA0010E

        API_INITIALIZED The API may only be initialized once and is already initialized.

      • API_INVALID_CONFIGURATION_PARAMETER

        public static final ExceptionCode API_INVALID_CONFIGURATION_PARAMETER

        FNRCA0011E

        API_INVALID_CONFIGURATION_PARAMETER Invalid configuration parameter: parmName.

        parmName
        The name of the configuration parameter.
      • API_INVALID_CONNECTION_PARAMETER

        public static final ExceptionCode API_INVALID_CONNECTION_PARAMETER

        FNRCA0012E

        API_INVALID_CONNECTION_PARAMETER Invalid connection parameter: parmName.

        parmName
        The name of the connection parameter.
      • API_INVALID_METADATA_CACHE_PARAMETER

        public static final ExceptionCode API_INVALID_METADATA_CACHE_PARAMETER
        Deprecated. This exception code is not used as of CE 4.5.1
      • API_INVALID_PROPERTY_TYPE

        public static final ExceptionCode API_INVALID_PROPERTY_TYPE

        FNRCA0014E

        API_INVALID_PROPERTY_TYPE Invalid property type requestedType expected actualType.

        requestedType
        The value type specified in the request.
        actualType
        The actual value type of the property.

        An attempt was made to get the value of a property as a type that is inconsistent with the value of the property.

      • API_INVALID_URI

        public static final ExceptionCode API_INVALID_URI

        FNRCA0015E

        API_INVALID_URI An invalid URI was found for connection {0}.

        A configured URI was found for the connection, but the URI syntax is invalid.

      • API_J2EE_UTIL_INIT_FAILED

        public static final ExceptionCode API_J2EE_UTIL_INIT_FAILED

        FNRCA0016E

        API_J2EE_UTIL_INIT_FAILED Failed to initialize the J2EE util class. The class className either cannot be found or is not a subclass of J2EEUtil.

        className
        The name of the of the problematic class.
      • API_METHOD_NO_DEPENDENT_SUPPORT

        public static final ExceptionCode API_METHOD_NO_DEPENDENT_SUPPORT

        FNRCA0017E

        API_METHOD_NO_DEPENDENT_SUPPORT The use of method methodName is not supported for dependent objects objectType.

        methodName
        The name of the unsupported method.
        objectType
        The type of dependent object in use.
      • API_MULTIPLY_FILED_IN_FOLDER

        public static final ExceptionCode API_MULTIPLY_FILED_IN_FOLDER

        FNRCA0018E

        API_MULTIPLY_FILED_IN_FOLDER The specified containee is filed multiple times in this folder, and the operation is unable to determine which occurrence to unfile.

      • API_NOT_A_CONTENT_TRANSFER

        public static final ExceptionCode API_NOT_A_CONTENT_TRANSFER

        FNRCA0019E

        API_NOT_A_CONTENT_TRANSFER The referenced ContentElement, element, is not a ContentTransfer. It is probably a ContentReference.

        element
        The ContentElement in use.
      • API_NOT_A_RESERVATION

        public static final ExceptionCode API_NOT_A_RESERVATION

        FNRCA0020E

        API_NOT_A_RESERVATION This operation requires a reservation object.

      • API_NOT_FILED_IN_FOLDER

        public static final ExceptionCode API_NOT_FILED_IN_FOLDER

        FNRCA0021E

        API_NOT_FILED_IN_FOLDER The specified containee is not filed in this folder.

      • API_NO_CONTENT_ELEMENTS

        public static final ExceptionCode API_NO_CONTENT_ELEMENTS
        Deprecated. This exception code is not used as of CE 4.5.1
      • API_PROPERTY_FETCH_FAILED

        public static final ExceptionCode API_PROPERTY_FETCH_FAILED

        FNRCA0023E

        API_PROPERTY_FETCH_FAILED An attempt was made to get the value of property propName using one of the fetch methods for the property object. The server request failed.

        propName
        The name of the requested property.
      • API_PROPERTY_NOT_IN_CACHE

        public static final ExceptionCode API_PROPERTY_NOT_IN_CACHE

        FNRCA0024E

        API_PROPERTY_NOT_IN_CACHE The {0} property was not found in the properties collection.

        The requested property cannot be found in the cache.

      • API_PROPERTY_TEMPLATE_NOT_FOUND

        public static final ExceptionCode API_PROPERTY_TEMPLATE_NOT_FOUND

        FNRCA0025E

        API_PROPERTY_TEMPLATE_NOT_FOUND The PropertyTemplate template not found in the property template collection.

        template
        The identity of the property template.
      • API_READ_ONLY_COLLECTION

        public static final ExceptionCode API_READ_ONLY_COLLECTION
        Deprecated. This exception code is not used as of CE 4.5.1
      • API_SAVE_BEFORE_REFRESH

        public static final ExceptionCode API_SAVE_BEFORE_REFRESH
        Deprecated. This exception code is not used as of CE 4.5.1
      • API_SESSION_CLASS_NOT_FOUND

        public static final ExceptionCode API_SESSION_CLASS_NOT_FOUND
        Deprecated. This exception code is not used as of CE 4.5.1
      • API_SESSION_NOT_IMPL_CORRECTLY

        public static final ExceptionCode API_SESSION_NOT_IMPL_CORRECTLY

        FNRCA0029E

        API_SESSION_NOT_IMPL_CORRECTLY The internal session class className, used to communicate with the server, is not implemented correctly.

        className
        The name of the problematic internal class.
      • API_SESSION_NOT_SET

        public static final ExceptionCode API_SESSION_NOT_SET
        Deprecated. This exception code is not used as of CE 4.5.1
      • API_UNABLE_TO_USE_CONNECTION

        public static final ExceptionCode API_UNABLE_TO_USE_CONNECTION

        FNRCA0031E

        API_UNABLE_TO_USE_CONNECTION The URI for server communication cannot be determined from the connection object {0}.

        The URI for server communication cannot be determined, based on the specified connection object and current environment.

      • API_UNEXPECTED_JNDI_ERROR

        public static final ExceptionCode API_UNEXPECTED_JNDI_ERROR

        FNRCA0032E

        API_UNEXPECTED_JNDI_ERROR The JNDI cannot be accessed.

        The JNDI cannot be accessed.

      • API_UNSUPPORTED_API_CLASS

        public static final ExceptionCode API_UNSUPPORTED_API_CLASS

        FNRCA0033E

        API_UNSUPPORTED_API_CLASS The indicated API class className is not supported. This exception is logged.

        className
        The name of the problematic class.
      • API_UNSUPPORTED_PROPERTY_TYPE

        public static final ExceptionCode API_UNSUPPORTED_PROPERTY_TYPE

        FNRCA0034E

        API_UNSUPPORTED_PROPERTY_TYPE An attempt was made to put a property value into the properties collection using a generic Java Object. The object is not of a supported type: typeName.

        typeName
        The problematic data type.
      • PASSWORD_IS_EMPTY_ERROR

        public static final ExceptionCode PASSWORD_IS_EMPTY_ERROR

        FNRCA0035E

        PASSWORD_IS_EMPTY_ERROR The password was null or empty when trying to create JAAS Subject.

      • API_CONFLICTING_CLIENT_CONTEXT

        public static final ExceptionCode API_CONFLICTING_CLIENT_CONTEXT

        FNRCA0036E

        API_CONFLICTING_CLIENT_CONTEXT The call to methodName is not permitted because a conflicting client context has already been established. The developer tried to mix proceess, thread and/or dynamic client contexts.

        methodName
        The name of the method where the problem was detected.
      • API_CHECKPOINT_UNSUPPORTED

        public static final ExceptionCode API_CHECKPOINT_UNSUPPORTED

        FNRCA0037E

        API_CHECKPOINT_UNSUPPORTED The PageIterator does not support PageIterator checkpoints.

      • API_SEARCH_REQUIRED_VALUES_NULL

        public static final ExceptionCode API_SEARCH_REQUIRED_VALUES_NULL

        FNRCA0038E

        API_SEARCH_REQUIRED_VALUES_NULL Required parameters for a Stored Search query are null. A Stored Search query requires a Stored Search document reference and a FROM class must be specified.

      • CBR_CANT_ATTACH_COLLECTION

        public static final ExceptionCode CBR_CANT_ATTACH_COLLECTION

        FNRCB0001E

        CBR_CANT_ATTACH_COLLECTION Can't attach Verity collection to server {0}. Error: {1}

        The Verity collection could not be attached to the indicated server.

      • CBR_CANT_CREATE_COLLECTION

        public static final ExceptionCode CBR_CANT_CREATE_COLLECTION

        FNRCB0002E

        CBR_CANT_CREATE_COLLECTION Can't create Verity collection. Name: {0}, Styleset: {1}, Collection path: {2}, Locale: {3}, Verity server: {4}, Index Area: {5}, New: {6}, Error: {7}. Typical causes of this error are: 1). The operating system user (NOT the user specified by VerityDomainConfiguration.UserName) that the Verity server is running as does not have file system access to the collection path. 2). The verity.cfg file has not been updated to allow the verity server to write to the collection path. 3). Style files are missing or other configuration error (see chained exception).

        The Verity collection could not be created, as indicated.

      • CBR_CANT_WRITE_CONTENT_FILE

        public static final ExceptionCode CBR_CANT_WRITE_CONTENT_FILE

        FNRCB0003E

        CBR_CANT_WRITE_CONTENT_FILE Can't write content file for element sequence #{0} for object {1}, class {2}, output directory {3}, index area {4}

        The content file could not be written for the element sequence number, as indicated.

      • CBR_INCOMPLETE_CONFIG

        public static final ExceptionCode CBR_INCOMPLETE_CONFIG

        FNRCB0004E

        CBR_INCOMPLETE_CONFIG The Verity administration host name and port must be in Verity configuration data

      • CBR_NO_FILENAME_FOR_CONTENT

        public static final ExceptionCode CBR_NO_FILENAME_FOR_CONTENT

        FNRCB0005E

        CBR_NO_FILENAME_FOR_CONTENT Unable to get content element filename for element sequence #{0} for object {1}, class {2}

        The content element filename could not be retrieved for the element sequence number, as indicated.

      • CBR_INDEX_NON_REPOSITORY_OBJECT

        public static final ExceptionCode CBR_INDEX_NON_REPOSITORY_OBJECT

        FNRCB0006E

        CBR_INDEX_NON_REPOSITORY_OBJECT Single item to full text index with array element #{0} is not a repository object

        The single item to index, referenced by the indicated array element number, is not a repository object.

      • CBR_INDEX_BAD_OBJECT_STORE

        public static final ExceptionCode CBR_INDEX_BAD_OBJECT_STORE

        FNRCB0007E

        CBR_INDEX_BAD_OBJECT_STORE Single item to full text index with array element #{0} does not have the same object store as the IndexJob

        The single item to index, referenced by the indicated array element number, is not located in the same object store as the IndexJob instance.

      • CBR_NOT_INDEXABLE

        public static final ExceptionCode CBR_NOT_INDEXABLE

        FNRCB0008E

        CBR_NOT_INDEXABLE Item to full text index with array element #{0} is not indexable.

        The item to index, referenced by the indicated array element number, is not indexable.

      • CBR_NO_INDEX_AREA_AVAILABLE

        public static final ExceptionCode CBR_NO_INDEX_AREA_AVAILABLE

        FNRCB0009E

        CBR_NO_INDEX_AREA_AVAILABLE No index area is available to handle full text index request on object store objStore

        objStore
        The identity of the Object Store.
      • CBR_NO_INDEX_SERVER_AVAILABLE

        public static final ExceptionCode CBR_NO_INDEX_SERVER_AVAILABLE

        FNRCB0010E

        CBR_NO_INDEX_SERVER_AVAILABLE No index server is available to handle full text indexing requests on IndexArea {0}, ObjectStore {1}

      • CBR_UNSUPPORTED_KEY

        public static final ExceptionCode CBR_UNSUPPORTED_KEY

        FNRCB0011E

        CBR_UNSUPPORTED_KEY Old full text index key encountered -- re-indexation is required with this release.

      • CBR_CANT_GET_ADMIN_CONFIG

        public static final ExceptionCode CBR_CANT_GET_ADMIN_CONFIG

        FNRCB0012E

        CBR_CANT_GET_ADMIN_CONFIG Can't get Verity Admin server configuration for: {0}, error: {1}

        The indicated Verity Admin server configuration cannot be retrieved.

      • CBR_CANT_GET_SEARCH_CONFIG

        public static final ExceptionCode CBR_CANT_GET_SEARCH_CONFIG

        FNRCB0013E

        CBR_CANT_GET_SEARCH_CONFIG Can't get Verity search server configuration for {0} of IndexArea {1}, error: {2}

        The indicated Verity search server configuration cannot be retrieved.

      • CBR_CANT_GET_BROKER_CONFIG

        public static final ExceptionCode CBR_CANT_GET_BROKER_CONFIG

        FNRCB0014E

        CBR_CANT_GET_BROKER_CONFIG Can't get Verity broker configuration for {0}, error: {1}

        The indicated Verity broker configuration cannot be retrieved.

      • CBR_CANT_GET_INDEX_SERVER_CONFIG

        public static final ExceptionCode CBR_CANT_GET_INDEX_SERVER_CONFIG

        FNRCB0015E

        CBR_CANT_GET_INDEX_SERVER_CONFIG Can't get Verity index server configuration for {0} of IndexArea {1}, error: {2}

        The indicated Verity index server configuration cannot be retrieved.

      • CBR_NOT_MASTER_ADMIN_SERVER

        public static final ExceptionCode CBR_NOT_MASTER_ADMIN_SERVER

        FNRCB0016E

        CBR_NOT_MASTER_ADMIN_SERVER VerityAdminMasterServerHostname/Port {0}:{1} refers to a slave server, not a master server

        VerityAdminMasterServerHostname/Port refers to a slave server, not a master server

      • CBR_CANT_AUTHENTICATE_ON_SEARCH

        public static final ExceptionCode CBR_CANT_AUTHENTICATE_ON_SEARCH

        FNRCB0017E

        CBR_CANT_AUTHENTICATE_ON_SEARCH The server could not authenticate with the Content Search Engine server. Broker name: {0}, Broker address: {1}, Domain: {2}, User: {3}, Error: {4}

        There was a problem authenticating with the Content Search Engine server or the server is not available.

      • CBR_CANT_LOGON_TO_INDEX_SERVER

        public static final ExceptionCode CBR_CANT_LOGON_TO_INDEX_SERVER

        FNRCB0018E

        CBR_CANT_LOGON_TO_INDEX_SERVER Can't logon to index server. Index server name: {0}, Host name: {1}, Port: {2}, Domain: {3}, Error: {4}

        The Content Engine server cannot log in to the Content Search Engine index server.

      • CBR_CANT_LOGON_TO_VERITY

        public static final ExceptionCode CBR_CANT_LOGON_TO_VERITY

        FNRCB0019E

        CBR_CANT_LOGON_TO_VERITY Can't logon to Verity. Admin host: {0}, Admin port: {1}, Domain: {2}, User: {3}, Error: {4}

        The attempt to log on to Verity failed, as indicated.

      • CBR_CANT_DELETE_VERITY_WORKSPACE

        public static final ExceptionCode CBR_CANT_DELETE_VERITY_WORKSPACE

        FNRCB0020E

        CBR_CANT_DELETE_VERITY_WORKSPACE Can't delete Verity workspace. Index Server name: {0}, Host name: {1}, Port: {2}, Domain: {3}, Workspace name: {4}, Error: {5}

      • CBR_CANT_CREATE_VERITY_WORKSPACE

        public static final ExceptionCode CBR_CANT_CREATE_VERITY_WORKSPACE

        FNRCB0021E

        CBR_CANT_CREATE_VERITY_WORKSPACE Can't create Verity workspace. Index Server name: {0}, Host name: {1}, Port: {2}, Domain: {3}, Workspace name: {4}, Error: {5}

      • CBR_NO_TICKET_SERVER_FOR_ADMIN_SERVER

        public static final ExceptionCode CBR_NO_TICKET_SERVER_FOR_ADMIN_SERVER

        FNRCB0022E

        CBR_NO_TICKET_SERVER_FOR_ADMIN_SERVER No ticket server is defined for administration server srvName, requested security group cannot be applied to collection.

        srvName
        The identity of the administration server.
      • CBR_CANT_SET_GROUP_ON_COLLECTION

        public static final ExceptionCode CBR_CANT_SET_GROUP_ON_COLLECTION

        FNRCB0023E

        CBR_CANT_SET_GROUP_ON_COLLECTION Can't set group name on verity collection. Group: {0}, Ticket server alias: {1}, Ticket server address: {2}, Collection alias: {3}, Error: {4}

      • CBR_FULLTEXTROWLIMIT_EXCEEDED

        public static final ExceptionCode CBR_FULLTEXTROWLIMIT_EXCEEDED

        FNRCB0024E

        CBR_FULLTEXTROWLIMIT_EXCEEDED The FullTextRowLimit has been exceeded. Not all results matching query were returned. Either increase FullTextRowLimit, or refine your full text query to return fewer rows.

      • CBR_NOT_INDEXED

        public static final ExceptionCode CBR_NOT_INDEXED

        FNRCB0025E

        CBR_NOT_INDEXED Documents submitted to be indexed were not processed (request will be retried).

      • CBR_LOAD_TRANSLATORS_EXCEPTION

        public static final ExceptionCode CBR_LOAD_TRANSLATORS_EXCEPTION

        FNRCB0026E

        CBR_LOAD_TRANSLATORS_EXCEPTION An exception occurred while attempting to load translation providers.

      • CBR_DIALECT_NOT_SUPPORTED

        public static final ExceptionCode CBR_DIALECT_NOT_SUPPORTED

        FNRCB0027E

        CBR_DIALECT_NOT_SUPPORTED The full text query dialect '{0}' is not supported in the current configuration.

      • CBR_QUERY_PARSE_ERROR

        public static final ExceptionCode CBR_QUERY_PARSE_ERROR

        FNRCB0028E

        CBR_QUERY_PARSE_ERROR An error was detected while parsing the {0} full-text query. {1}

      • CBR_INSO_INSTALL_ERROR

        public static final ExceptionCode CBR_INSO_INSTALL_ERROR

        FNRCB0029E

        CBR_INSO_INSTALL_ERROR An error was detected while install INSO binaries

      • CBR_INSO_INSTALL_BINARY_NOT_FOUND

        public static final ExceptionCode CBR_INSO_INSTALL_BINARY_NOT_FOUND

        FNRCB0030E

        CBR_INSO_INSTALL_BINARY_NOT_FOUND INSO binaries files not found

      • CBR_VERITY_DOMAIN_CONFIG_NOT_ASSIGNED

        public static final ExceptionCode CBR_VERITY_DOMAIN_CONFIG_NOT_ASSIGNED

        FNRCB0031E

        CBR_VERITY_DOMAIN_CONFIG_NOT_ASSIGNED Content Engine could not disable IBM Legacy Content Search Engine. A null value could not be assigned to the VerityDomainConfiguration property for the object_store object store.

        object_store
        The name of the object store.

        Disabling IBM Legacy Content Search is not allowed in the current circumstances.

      • CBR_NO_BROKERS

        public static final ExceptionCode CBR_NO_BROKERS

        FNRCB0032E

        CBR_NO_BROKERS No Verity brokers can be found. This can happen if there is a communication problem with the Verity admin server or the index areas associated to object store {0} do not have search servers that are attached to a broker in the Verity configuration.

      • CBR_ERROR_GETTING_CONTENT_FILE

        public static final ExceptionCode CBR_ERROR_GETTING_CONTENT_FILE

        FNRCB0033E

        CBR_ERROR_GETTING_CONTENT_FILE Could not get content file for element sequence #{0} for object {1}, class {2}, output directory {3}, index area {4}, status {5}

        Could not get content file for the element sequence number, as indicated.

      • CBR_NO_TEXT_SEARCH_SERVER_FOR_SEARCH

        public static final ExceptionCode CBR_NO_TEXT_SEARCH_SERVER_FOR_SEARCH

        FNRCB0034E

        CBR_NO_TEXT_SEARCH_SERVER_FOR_SEARCH IBM Content Search Services could not run a query because no search server could be found to run the query. IBM Content Search Services might not be able to communicate with the servers for the object_store object store.

        object_store
        Object store name
      • CBR_TS_ACCESSING_INDEX_FAILED

        public static final ExceptionCode CBR_TS_ACCESSING_INDEX_FAILED

        FNRCB0035E

        CBR_TS_ACCESSING_INDEX_FAILED An IBM Content Search Services server could not access the index_name index or the directory that contains the index.

        index_name
        The name of the index
      • CBR_TS_ACCESSING_TEXT_SEARCH_SERVER_FAILED

        public static final ExceptionCode CBR_TS_ACCESSING_TEXT_SEARCH_SERVER_FAILED

        FNRCB0036E

        CBR_TS_ACCESSING_TEXT_SEARCH_SERVER_FAILED IBM Content Search Services could not communicate with the server that runs on the host:port host and port.

        host
        The name of the host
        port
        The name of the port
      • CBR_TS_EXEC_SEARCH_QUERY_FAILED

        public static final ExceptionCode CBR_TS_EXEC_SEARCH_QUERY_FAILED

        FNRCB0037E

        CBR_TS_EXEC_SEARCH_QUERY_FAILED An IBM Content Search Services server could not run the following full-text search: search_expression.

        search_expression
        The full-text search expression.
      • CBR_TS_INDEX_CREATE_FAILED

        public static final ExceptionCode CBR_TS_INDEX_CREATE_FAILED

        FNRCB0038E

        CBR_TS_INDEX_CREATE_FAILED An IBM Content Search Services server could not create an index.

      • CBR_TS_ADMIN_ACTION_FAILED_EXCEPTION

        public static final ExceptionCode CBR_TS_ADMIN_ACTION_FAILED_EXCEPTION

        FNRCB0039E

        CBR_TS_ADMIN_ACTION_FAILED_EXCEPTION IBM Content Search Services could not perform administrative functions for the server that runs on the host:port host and port.

        host
        The name of the host for the server.
        port
        The port number on the host for ther server.
      • CBR_TS_INDEXING_FAILED_EXCEPTION

        public static final ExceptionCode CBR_TS_INDEXING_FAILED_EXCEPTION

        FNRCB0040E

        CBR_TS_INDEXING_FAILED_EXCEPTION An IBM Content Search Services server could not complete an indexing operation while accessing the index_name index for the server that runs on the {1}:{2} host and port.

        index_name
        The name of the index that was accessed.
      • CBR_TS_QUERY_FAILED_EXCEPTION

        public static final ExceptionCode CBR_TS_QUERY_FAILED_EXCEPTION

        FNRCB0041E

        CBR_TS_QUERY_FAILED_EXCEPTION An IBM Content Search Services server could not run a full-text search. See the p8_server_error.log file for the error message stack that includes this error for more information on the specific cause of the error. For information about the location of this log, see "Viewing the IBM FileNet P8 log files" in the IBM FileNet P8 information center. If you cannot determine the cause of the error, restart the server. If the error continues to occur, contact IBM Software Support.

        Executing search query failed.

      • CBR_TS_NULL_PARAM

        public static final ExceptionCode CBR_TS_NULL_PARAM

        FNRCB0042E

        CBR_TS_NULL_PARAM An IBM Content Search Services server could not perform a requested operation because the parameter_name parameter had a null value.

        parameter_name
        The name of the parameter
      • CBR_TS_INDEX_CTOR

        public static final ExceptionCode CBR_TS_INDEX_CTOR

        FNRCB0043E

        CBR_TS_INDEX_CTOR The IBM Content Search Services server that runs on the host:port host and port could not index a document.

        host
        The name of the host for the server.
        port
        The port number on the host for the server.
      • CBR_TS_NO_INDEX_FOUND_FOR_INDEXATION_ID

        public static final ExceptionCode CBR_TS_NO_INDEX_FOUND_FOR_INDEXATION_ID

        FNRCB0044E

        CBR_TS_NO_INDEX_FOUND_FOR_INDEXATION_ID The IBM Content Search Services index is missing for objects with indexation ID indexation_id.

        indexation_id
        The object ID of the index.

        The IBM Content Search Services index in which these objects were indexed can no longer be found.

      • CBR_TS_INVALID_SERVER_CONN_PARAMS

        public static final ExceptionCode CBR_TS_INVALID_SERVER_CONN_PARAMS

        FNRCB0045E

        CBR_TS_INVALID_SERVER_CONN_PARAMS The connection parameters for the following IBM Content Search Services server are invalid or missing: host=host, port=port.

        host
        The host name of the server.
        port
        The port number of the server.

        The host name and port number information for the IBM Content Search Services server are either missing or incorrect.

      • CBR_TS_INVALID_SERVER_CREDENTIAL

        public static final ExceptionCode CBR_TS_INVALID_SERVER_CREDENTIAL

        FNRCB0046E

        CBR_TS_INVALID_SERVER_CREDENTIAL The IBM Content Search Services server connection token is invalid or missing.

        You cannot log on to the IBM Content Search Services server because the connection token that was entered is either invalid or missing.

      • CBR_TS_CANNOT_CONNECT_TO_SERVER

        public static final ExceptionCode CBR_TS_CANNOT_CONNECT_TO_SERVER

        FNRCB0047E

        CBR_TS_CANNOT_CONNECT_TO_SERVER The Content Engine server cannot connect to the IBM Content Search Services server server_name located on host host, port port.

        server_name
        The name of the server.
        host
        The name of the server host.
        port
        The port number of the server.

        The IBM Content Search Services server might not be running or your network might be down.

      • CBR_TS_INVALID_SERVER_STATUS_CHANGE

        public static final ExceptionCode CBR_TS_INVALID_SERVER_STATUS_CHANGE

        FNRCB0048E

        CBR_TS_INVALID_SERVER_STATUS_CHANGE The IBM Content Search Services server status cannot be set to UNAVAILABLE by using the API.

        If the Content Engine server cannot communicate with the IBM Content Search Services server, it automatically sets the status of the Content Search Services server to UNAVAILABLE.

      • CBR_INVALID_SEARCH_DIALECT

        public static final ExceptionCode CBR_INVALID_SEARCH_DIALECT

        FNRCB0049E

        CBR_INVALID_SEARCH_DIALECT Content Engine could not run a query because the following invalid dialect was passed to the CONTAINS function: search_dialect.

        search_dialect
        The search dialect that was passed to the CONTAINS function.
      • CBR_EMPTY_SEARCH_CRITERIA

        public static final ExceptionCode CBR_EMPTY_SEARCH_CRITERIA

        FNRCB0050E

        CBR_EMPTY_SEARCH_CRITERIA Content Engine could not run a query because the SQL statement for the query is not valid.

        No search criteria was passed to the second parameter of the CONTAINS function.

      • CBR_TS_INVALID_INDEX_STATUS

        public static final ExceptionCode CBR_TS_INVALID_INDEX_STATUS

        FNRCB0051E

        CBR_TS_INVALID_INDEX_STATUS The resource status of the IBM Content Search Services index index_name cannot be changed to status.

        index_name
        The name of the index.
        status
        The resource status of the index.

        The resource status (ResourceStatus property) of an IBM Content Search Services index has four possible values: OPEN, CLOSED, FULL, and UNAVAILABLE. Of these possible status values, only the OPEN, CLOSED, and UNAVAILABLE values can be set directly by using the API. The FULL status value can be set only by the Content Engine server.

      • CBR_TS_INDEX_EXCEEDS_MAX_SIZE

        public static final ExceptionCode CBR_TS_INDEX_EXCEEDS_MAX_SIZE

        FNRCB0052E

        CBR_TS_INDEX_EXCEEDS_MAX_SIZE The resource status of the IBM Content Search Services index index_name cannot be changed to OPEN because its current size of current_size_kb KB exceeds the maximum size of max_size_kb KB specified by its index area index_area.

        index_name
        The name of the index.
        current_size_kb
        The current size, in KB, of the index.
        max_size_kb
        The maximum allowed size, in KB, for an index that is specified on the index area.
        index_area
        The name of the index area containing this index.

        This IBM Content Search Services index has reached its maximum size, as defined by the MaxSizePerIndexKbytes property of the Content Search Services index area to which it belongs. As long as this index remains at its maximum size, the Content Engine server will keep the resource status (ResourceStatus property) of the index set to FULL.

      • CBR_TS_INDEX_EXCEEDS_MAX_INDEXED_OBJECTS

        public static final ExceptionCode CBR_TS_INDEX_EXCEEDS_MAX_INDEXED_OBJECTS

        FNRCB0053E

        CBR_TS_INDEX_EXCEEDS_MAX_INDEXED_OBJECTS The resource status of the IBM Content Search Services index index_name cannot be changed to OPEN because the current number of its indexed objects, current_indexed_objects, exceeds the maximum of max_indexed_objects specified on its index area index_area.

        index_name
        The name of the text search index.
        current_indexed_objects
        The current number of indexed objects in this index.
        max_indexed_objects
        The maximum allowed number of indexed objects for an index that is specified on the index area.
        index_area
        The name of the index area containing this index.

        The number of indexed objects in this IBM Content Search Services index has reached its maximum allowed value, as defined by the MaxObjectsPerIndex property of the Content Search Services index area to which it belongs. As long as the number of indexed objects in this index remains at its maximum, the Content Engine server will keep the resource status (ResourceStatus property) of the index set to FULL.

      • CBR_CANNOT_SWITCH_ON_VERITY

        public static final ExceptionCode CBR_CANNOT_SWITCH_ON_VERITY

        FNRCB0054E

        CBR_CANNOT_SWITCH_ON_VERITY Content Engine could not enable IBM Legacy Content Search Engine: The attempt to assign a VerityDomainConfiguration object to the VerityDomainConfiguration property for the object_store_name object store failed.

        object_store_name
        The symbolic name of the specified object store.

        IBM Content Search Services is enabled for the object store. IBM Legacy Content Search Engine cannot be enabled for an object store if IBM Content Search Services is enabled.

      • CBR_INVALID_SEARCH

        public static final ExceptionCode CBR_INVALID_SEARCH

        FNRCB0055E

        CBR_INVALID_SEARCH Content Engine cannot run a query because the following invalid dialect was passed to the CONTAINS function: search_dialect. The dialect must be appropriate for the following content search engine that is currently enabled: content_search_engine.

        search_dialect
        The search dialect that was passed to the CONTAINS function in the query.
        content_search_engine
        The name of the content search engine that is currently enabled: IBM Content Search Services.

        For IBM Content Search Services, the Lucene dialect must be specified.

      • CBR_TS_INVALID_INDEX_AREA_STATUS

        public static final ExceptionCode CBR_TS_INVALID_INDEX_AREA_STATUS

        FNRCB0056E

        CBR_TS_INVALID_INDEX_AREA_STATUS The IBM Content Search Services index area index_area_name cannot be changed to status: status.

        index_area_name
        The name of the index area.
        status
        The resource status of the index area.

        The resource status (ResourceStatus property) of an IBM Content Search Services index area has four possible values: OPEN, CLOSED, FULL, and STANDBY. With the exception of the FULL status value, all of these status values can be set by using the API. The FULL status value can be set by the Content Engine server only.

      • CBR_TS_BATCH_FAILED

        public static final ExceptionCode CBR_TS_BATCH_FAILED

        FNRCB0057E

        CBR_TS_BATCH_FAILED The batch operation for indexing objects to IBM Content Search Services has failed.

        The IBM Content Search server has stopped indexing objects.

      • CBR_TS_INDEXING_ABORTED

        public static final ExceptionCode CBR_TS_INDEXING_ABORTED

        FNRCB0058E

        CBR_TS_INDEXING_ABORTED The IBM Content Search Services indexing operation for indexation ID indexation_id, index path index_path has stopped.

        indexation_id
        The object ID of the index.
        index_path
        The path specifying the location of the index.

        This error occurs when the Content Engine server is shut down during an IBM Content Search Services indexing operation.

      • CBR_TS_INDEXING_TIMEOUT

        public static final ExceptionCode CBR_TS_INDEXING_TIMEOUT

        FNRCB0059E

        CBR_TS_INDEXING_TIMEOUT An indexing operation for indexation ID indexation_id, index path index_path was stopped because it timed out after index_timeout seconds.

        indexation_id
        The object ID of the index.
        index_path
        The path specifying the location of the index.
        index_timeout
        The time-out value of the index.

        This error occurs when the IBM Content Search Services server did not complete the index operation in the time specified by the time-out value.

      • CBR_TS_UNEXPECTED_SERVER_FOR_INDEX

        public static final ExceptionCode CBR_TS_UNEXPECTED_SERVER_FOR_INDEX

        FNRCB0060E

        CBR_TS_UNEXPECTED_SERVER_FOR_INDEX The IBM Content Search Services server original_text_search_server was expected, but server current_text_search_server was found instead. The current indexing batch for IBM Content Search Services index {3} was stopped.

        original_text_search_server
        The ID of the IBM Content Search Services server used when the indexing batch was originally submitted for indexing.
        current_text_search_server
        The ID of the IBM Content Search Services server currently associated with this index.
        text_search_index
        The ID of the index.

        The IBM Content Search Services server was reassigned after the batch was submitted for indexing, possibly caused by a server lease expiration. The remaining items in the batch will automatically be reindexed at a later time.

      • CBR_TS_MISSING_INDEX_LEASE_EXPIRY_TIME

        public static final ExceptionCode CBR_TS_MISSING_INDEX_LEASE_EXPIRY_TIME

        FNRCB0061E

        CBR_TS_MISSING_INDEX_LEASE_EXPIRY_TIME The IBM Content Search Services index does not have an expiration time. The current indexing batch for index text_search_index will be stopped.

        text_search_index
        The ID of the index.

        The remaining items in the batch will automatically be reindexed at a later time.

      • CBR_TS_DEFER_INDEXING

        public static final ExceptionCode CBR_TS_DEFER_INDEXING

        FNRCB0062E

        CBR_TS_DEFER_INDEXING IBM Content Search Services indexing is deferred for index text_search_index on index area index_area and object store objectstore. defer_reason

        text_search_index
        The ID of the index.
        index_area
        The name of the index area.
        objectstore
        The name of the object store.
        defer_reason
        Optional reason that, if present, provides additional detail on why the indexing is deferred.

        IBM Content Search Services indexing is delayed.

      • CBR_TS_CANNOT_CREATE_INDEX_IN_INDEX_AREA

        public static final ExceptionCode CBR_TS_CANNOT_CREATE_INDEX_IN_INDEX_AREA

        FNRCB0063E

        CBR_TS_CANNOT_CREATE_INDEX_IN_INDEX_AREA IBM Content Search Services is unable to create an index in index area index_area of object store objectstore.

        index_area
        The name of the index area.
        objectstore
        The GUID of the object store.

        The index area might be full or closed (ResourceStatus property has a value of FULL or CLOSED).

      • CBR_TS_NO_INDEX_AREA_FOUND_FOR_INDEXATION_ID

        public static final ExceptionCode CBR_TS_NO_INDEX_AREA_FOUND_FOR_INDEXATION_ID

        FNRCB0064E

        CBR_TS_NO_INDEX_AREA_FOUND_FOR_INDEXATION_ID The IBM Content Search Services index area is missing for objects with indexation ID indexation_id.

        indexation_id
        The object ID of the index.

        The IBM Content Search Services index area containing the indexes in which these objects were indexed can no longer be found.

      • CBR_MIGRATION_JOB_DELETE_NOT_ALLOWED

        public static final ExceptionCode CBR_MIGRATION_JOB_DELETE_NOT_ALLOWED

        FNRCB0065E

        CBR_MIGRATION_JOB_DELETE_NOT_ALLOWED Content Engine could not delete migration index job index_job_id.

        index_job_id
        The id of the migration index job.

        The index job is running as part of the object store migration to IBM Content Search Services. Deleting a migration index job is not allowed until the index job finishes running.

      • CBR_MIGRATION_JOB_ABORT_NOT_ALLOWED

        public static final ExceptionCode CBR_MIGRATION_JOB_ABORT_NOT_ALLOWED

        FNRCB0066E

        CBR_MIGRATION_JOB_ABORT_NOT_ALLOWED Content Engine could not stop migration index job index_job_id.

        index_job_id
        The id of the migration index job.

        The index job is running as part of the object store migration to IBM Content Search Services. Stopping a migration index job with the Abort command is not allowed.

      • CBR_TS_INVALID_INDEX_AREA_SITE

        public static final ExceptionCode CBR_TS_INVALID_INDEX_AREA_SITE

        FNRCB0067E

        CBR_TS_INVALID_INDEX_AREA_SITE The site for the IBM Content Search Services index area is not valid.

        The IBM Content Search Services index area must be in the same site as the object store to which the index area belongs.

      • CBR_TS_INDEX_DELETE_FAILED

        public static final ExceptionCode CBR_TS_INDEX_DELETE_FAILED

        FNRCB0068E

        CBR_TS_INDEX_DELETE_FAILED An IBM Content Search Services server could not delete an index.

      • CBR_TS_TEXT_SEARCH_ENABLING_FAILED

        public static final ExceptionCode CBR_TS_TEXT_SEARCH_ENABLING_FAILED

        FNRCB0069E

        CBR_TS_TEXT_SEARCH_ENABLING_FAILED IBM Content Search Services was not enabled for the object_store object store because no index areas exist. Create an index area before attempting to enable IBM Content Search Services again.

        object_store
        The name of the object store.
      • CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_DELETE

        public static final ExceptionCode CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_DELETE

        FNRCB0070E

        CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_DELETE IBM Content Search Services could not delete index index_name in object store objectstore_id.

        index_name
        The name of the IBM Content Search Services index.
        objectstore_id
        The ID of the object store.

        No IBM Content Search Services server is available to delete the index. Possibly, no server is configured for search. Alternatively, IBM Content Search Services cannot communicate with the servers or with the index areas for the object store. The delete will be retried at a later time.

      • CBR_TS_JOB_PAUSE_NOT_ALLOWED

        public static final ExceptionCode CBR_TS_JOB_PAUSE_NOT_ALLOWED

        FNRCB0071E

        CBR_TS_JOB_PAUSE_NOT_ALLOWED Content Engine did not pause the "index_job_id" index job. The index job has a status of job_status and a JobAbortRequested value of "job_abort_requested". To be paused, an index job must have a status of PENDING or IN_PROGRESS, and its JobAbortRequested property value must be null or false.

        index_job_id
        The id of the index job.
        job_status
        Job status of the index job.
        job_abort_requested
        Index job is aborted when the value of job_abort_requested is true.
      • CBR_TS_INDEX_DATA_DELETE_FAILED

        public static final ExceptionCode CBR_TS_INDEX_DATA_DELETE_FAILED

        FNRCB0072E

        CBR_TS_INDEX_DATA_DELETE_FAILED IBM Content Search Services did not delete the "index_name" index as part of the reindexing that was performed for an index job. The reindexing completed successfully except for the deletion of the index. The index is no longer used and does not need to be reindexed again. To reclaim disk space, delete the index. For information about deleting the index, see "Deleting an unused index" in the IBM FileNet P8 information center.

        index_name
        The IndexName of CmTextSearchIndex object.
      • CBR_TS_INDEXING_LANGUAGE_VALIDATION_FAILED

        public static final ExceptionCode CBR_TS_INDEXING_LANGUAGE_VALIDATION_FAILED

        FNRCB0073E

        CBR_TS_INDEXING_LANGUAGE_VALIDATION_FAILED Content Engine did not save the entered "{0}" value for the Indexing Language property because it was not validated by IBM Content Search Services.

      • CBR_TS_REISSUE_INDEX_REQUEST_FAILED

        public static final ExceptionCode CBR_TS_REISSUE_INDEX_REQUEST_FAILED

        FNRCB0074E

        CBR_TS_REISSUE_INDEX_REQUEST_FAILED The processing of some index requests was delayed because IBM Content Search Services reassigned the requests to another index.

        indexation_id
        The indexation id of the index that is not open.

        The original index that was assigned to the index requests, "{0}", no longer has an OPEN status.

      • CBR_TS_JOB_RESUME_NOT_ALLOWED

        public static final ExceptionCode CBR_TS_JOB_RESUME_NOT_ALLOWED

        FNRCB0075E

        CBR_TS_JOB_RESUME_NOT_ALLOWED Content Engine did not resume the "index_job_id" index job. The index job has a status of job_status. To be resumed, an index job must have a status of PAUSED.

        index_job_id
        The id of the index job.
        job_status
        Job status of the index job.
      • CBR_TS_INSO_FILTER_MISSING_FOR_TEXT_EXTRACTION

        public static final ExceptionCode CBR_TS_INSO_FILTER_MISSING_FOR_TEXT_EXTRACTION

        FNRCB0076E

        CBR_TS_INSO_FILTER_MISSING_FOR_TEXT_EXTRACTION Content Engine did not submit index requests to IBM Content Search Services because the required client files are not installed.

        Without the client files, Content Engine cannot filter text from objects for indexing purposes.

      • CBR_TS_INSO_FILTER_MISSING_FOR_INDEXING

        public static final ExceptionCode CBR_TS_INSO_FILTER_MISSING_FOR_INDEXING

        FNRCB0077E

        CBR_TS_INSO_FILTER_MISSING_FOR_INDEXING Content Engine did not complete the submission of index requests to IBM Content Search Services because the required client files are not installed.

        Without the client files, Content Engine cannot filter text from objects for indexing purposes.

      • CBR_TS_INDEXING_WARNING

        public static final ExceptionCode CBR_TS_INDEXING_WARNING

        FNRCB0078E

        CBR_TS_INDEXING_WARNING IBM Content Search Services generated a warning while accessing the "index_name" index for an otherwise successful indexing operation.

        index_name
        The name of the index that was accessed.
      • CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_ICC_CHECK

        public static final ExceptionCode CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_ICC_CHECK

        FNRCB0079E

        CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_ICC_CHECK IBM Content Search Services could not perform a check for ICC dual migration state on ObjectStore {0}.

        No IBM Content Search Services server is available to allow checking for the ICC dual migration state. Possibly, no server is configured for search or IBM Content Search Services cannot communicate with the servers.

      • CBR_TS_INDEXING_LANGUAGE_NOT_SET

        public static final ExceptionCode CBR_TS_INDEXING_LANGUAGE_NOT_SET

        FNRCB0080E

        CBR_TS_INDEXING_LANGUAGE_NOT_SET CBR indexing and searching on object store "{0}" cannot proceed until one or more values are set for the TextSearchIndexingLanguages property.

        During a Content Engine upgrade, the TextSearchIndexingLanguages property of the object store was unset from its previous value of "auto" or "generic" because these values are no longer supported.

      • CBR_TS_INDEX_AREA_ROOT_DIRECTORY_VALIDATION_FAILED

        public static final ExceptionCode CBR_TS_INDEX_AREA_ROOT_DIRECTORY_VALIDATION_FAILED

        FNRCB0083E

        CBR_TS_INDEX_AREA_ROOT_DIRECTORY_VALIDATION_FAILED The Content Engine server did not accept the entered value "{0}" for the root directory that was specified for index area "{1}" because no IBM Content Search Services servers are available for validation.

        For the root directory of an IBM Content Search Services index area to be validated, at least one IBM Content Search Services server must be running and available.

      • CBR_TS_ACCESSING_COLLECTION_FAILED

        public static final ExceptionCode CBR_TS_ACCESSING_COLLECTION_FAILED

        FNRCB0084E

        CBR_TS_ACCESSING_COLLECTION_FAILED The IBM Content Search Services server failed to access the index on the file system. CSS server: {0}, Object store: {1}, index area: {2}, index: {3}.

        Typical causes of this error are: 1) The IBM Content Search Services server does not have file system access to the index path or 2) The index has been deleted from the file system.

      • CBR_TS_DEFER_INDEXING_REBALANCING

        public static final ExceptionCode CBR_TS_DEFER_INDEXING_REBALANCING

        FNRCB0085E

        CBR_TS_DEFER_INDEXING_REBALANCING IBM Content Search Services indexing is rebalancing index text_search_index on index area index_area and object store objectstore to another server. defer_reason

        text_search_index
        The ID of the index.
        index_area
        The name of the index area.
        objectstore
        The name of the object store.
        defer_reason
        Optional reason that, if present, provides additional detail on why the indexing is deferred.

        IBM Content Search Services indexing is delayed.

      • CBR_VDC_EXISTS_AND_K2_NOT_DEPLOYED

        public static final ExceptionCode CBR_VDC_EXISTS_AND_K2_NOT_DEPLOYED

        FNRCB0086E

        CBR_VDC_EXISTS_AND_K2_NOT_DEPLOYED One or more Verity Domain Configuration objects are configured. They must be deleted because Verity is not valid for this release.

      • CBR_TS_TEXT_SEARCH_NOT_ENABLED_LCSE_CONFIGURED

        public static final ExceptionCode CBR_TS_TEXT_SEARCH_NOT_ENABLED_LCSE_CONFIGURED

        FNRCB0087E

        CBR_TS_TEXT_SEARCH_NOT_ENABLED_LCSE_CONFIGURED IBM Content Search Services cannot be enabled for the {0} object store because LCSE is configured. Legacy Content Engine (LCSE) objects are configured on the object store but LCSE is not supported in this release. Please check the documentation for the procedure to decommission LCSE and delete the appropriate objects.

        LCSE objects are configured on the object store but LCSE is not supported in this release. Check the documentation for the procedure to decommission LCSE and delete the appropriate objects.

      • CBR_TS_REPLACING_INDEX_STATUS_CHANGE

        public static final ExceptionCode CBR_TS_REPLACING_INDEX_STATUS_CHANGE

        FNRCB0088E

        CBR_TS_REPLACING_INDEX_STATUS_CHANGE The resource status of the IBM Content Search Services index index_name cannot be changed to status.

        index_name
        The name of the index.
        status
        The resource status of the index.

        An index job has marked the IBM Content Search Services index for deletion and has set the indexing status (IndexingStatus property) of the index to REPLACING. The resource status (ResourceStatus property) of an index cannot be changed while its indexing status is set to REPLACING.

      • CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_LANGUAGE_VALIDATION

        public static final ExceptionCode CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_LANGUAGE_VALIDATION

        FNRCB0089E

        CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_LANGUAGE_VALIDATION IBM Content Search Services cannot validate the indexing languages. No IBM Content Search Services servers are available to validate the specified indexing languages. There might not be any servers configured or the IBM Content Search Services might not be able to communicate with the servers.

        No IBM Content Search Services servers are available to validate the specified indexing languages. There might not be any servers configured or the IBM Content Search Services might not be able to communicate with the servers.

      • CBR_TS_INDEXING_LANGUAGE_NULL

        public static final ExceptionCode CBR_TS_INDEXING_LANGUAGE_NULL

        FNRCB0090E

        CBR_TS_INDEXING_LANGUAGE_NULL One or more values must be set for the TextSearchIndexingLanguages property when IBM Content Search Services is enabled on the object store.

      • CBR_TS_UNAVAILABLE_INDEX_STATUS_CHANGE

        public static final ExceptionCode CBR_TS_UNAVAILABLE_INDEX_STATUS_CHANGE

        FNRCB0091E

        CBR_TS_UNAVAILABLE_INDEX_STATUS_CHANGE The resource status of the IBM Content Search Services index index_name cannot be changed to status.

        index_name
        The name of the index.
        status
        The resource status of the index.

        The resource status (ResourceStatus property) of an IBM Content Search Services index has been marked as UNAVAILABLE. This status is a final status and cannot be changed.

      • CBR_TS_COST_ESTIMATION_QUERY_TIMEOUT

        public static final ExceptionCode CBR_TS_COST_ESTIMATION_QUERY_TIMEOUT

        FNRCB0092E

        CBR_TS_COST_ESTIMATION_QUERY_TIMEOUT A timeout was received from the IBM Content Search Services server while it was running a cost estimation query "query_string" against IBM Content Search Services index index_id.

        query_string
        The query that was issued.
        index_id
        The ID of the index.

        The IBM Content Search Services server has a default timeout of 10 seconds for running cost estimation queries. If a query takes longer, it will cause a timeout exception.

      • CBR_TS_INDEXING_HAS_TIMEDOUT

        public static final ExceptionCode CBR_TS_INDEXING_HAS_TIMEDOUT

        FNRCB0093E

        CBR_TS_INDEXING_HAS_TIMEDOUT An indexing operation has been terminated because an index batch timeout occurred.

        The indexing operation will be tried again at a later time.

      • CBR_TS_STATIC_SUMMARY_INVALID_INDEXING_SIZE

        public static final ExceptionCode CBR_TS_STATIC_SUMMARY_INVALID_INDEXING_SIZE

        FNRCB0094E

        CBR_TS_STATIC_SUMMARY_INVALID_INDEXING_SIZE The summary indexing size for IBM Content Search Services must be between {0} and {1}. The entered value is {2}.

        The allowed range for summary indexing size is between 64 and 65000.

      • CBR_TS_UNAVAILABLE_INVALID_DURING_RESYNC

        public static final ExceptionCode CBR_TS_UNAVAILABLE_INVALID_DURING_RESYNC

        FNRCB0095E

        CBR_TS_UNAVAILABLE_INVALID_DURING_RESYNC The resource status of the IBM Content Search Services index index_name cannot be changed to UNAVAILABLE because a resync index job is in progress on this index.

        index_name
        The name of the index.

        It is not possible to set the resource status of an IBM Content Search Services index to UNAVAILABLE while a resync index job is in progress on that index. The resync job must complete or be cancelled before you can set the resource status of the index to UNAVAILABLE.

      • CLASSIFY_ACTION_NOT_FOUND

        public static final ExceptionCode CLASSIFY_ACTION_NOT_FOUND

        FNRCL0001E

        CLASSIFY_ACTION_NOT_FOUND The DocumentClassificationAction object not found for MIME type {0}.

        The DocumentClassificationAction object was not found for the given MIME type.

      • CLASSIFY_COMPONENT_NOT_REGISTERED

        public static final ExceptionCode CLASSIFY_COMPONENT_NOT_REGISTERED

        FNRCL0002E

        CLASSIFY_COMPONENT_NOT_REGISTERED Neither class name nor script text is set for mime type mimeType. The classification component is not registered.

        mimeType
        The value of the MimeType property of the affected document.
      • CLASSIFY_DOCUMENT_NOT_FOUND

        public static final ExceptionCode CLASSIFY_DOCUMENT_NOT_FOUND

        FNRCL0003E

        CLASSIFY_DOCUMENT_NOT_FOUND Cannot find document object for queue item {0}. The document object does not exist.

      • CLASSIFY_HANDLER_THREW

        public static final ExceptionCode CLASSIFY_HANDLER_THREW

        FNRCL0004E

        CLASSIFY_HANDLER_THREW Document classification handler threw an exception.

      • CLASSIFIER_THREW

        public static final ExceptionCode CLASSIFIER_THREW

        FNRCL0005E

        CLASSIFIER_THREW The document classifier threw an exception.

      • CLASSIFICATION_DATETIME_PARSE_FAILED

        public static final ExceptionCode CLASSIFICATION_DATETIME_PARSE_FAILED

        FNRCL0006E

        CLASSIFICATION_DATETIME_PARSE_FAILED Failed to parse date/time value during XML classification. Date/time string is dateTime and pattern used is dtPattern.

        dateTime
        The failing value.
        dtPattern
        The pattern used for parsing.
      • CLASSIFICATION_DATETIME_PARSE_FAILED_SIMPLE

        public static final ExceptionCode CLASSIFICATION_DATETIME_PARSE_FAILED_SIMPLE

        FNRCL0007E

        CLASSIFICATION_DATETIME_PARSE_FAILED_SIMPLE Failed to parse date/time value during XML classification.

      • CLASSIFY_NO_CONTENT_TO_CLASSIFY

        public static final ExceptionCode CLASSIFY_NO_CONTENT_TO_CLASSIFY

        FNRCL0008E

        CLASSIFY_NO_CONTENT_TO_CLASSIFY There is no content to classify for the document with id {0}.

      • CLASSIFY_STATUS_UPDATE_FAILURE

        public static final ExceptionCode CLASSIFY_STATUS_UPDATE_FAILURE

        FNRCL0009E

        CLASSIFY_STATUS_UPDATE_FAILURE Failed updating classification status of document with id {0}.

      • CLASSIFY_UNKNOWN_MIME_TYPE

        public static final ExceptionCode CLASSIFY_UNKNOWN_MIME_TYPE

        FNRCL0010E

        CLASSIFY_UNKNOWN_MIME_TYPE The MIME type is unrecognized for the document with id {0}.

      • CONTENT_CACHE_AREA_ACCESS_FAILED

        public static final ExceptionCode CONTENT_CACHE_AREA_ACCESS_FAILED

        FNRCC0001E

        CONTENT_CACHE_AREA_ACCESS_FAILED Access to the content cache area directory failed.

      • CONTENT_CACHE_FILE_STREAM_ALREADY_CLOSED

        public static final ExceptionCode CONTENT_CACHE_FILE_STREAM_ALREADY_CLOSED

        FNRCC0002E

        CONTENT_CACHE_FILE_STREAM_ALREADY_CLOSED The cache file input stream is already closed.

      • CONTENT_CACHE_INTERNAL_ERROR

        public static final ExceptionCode CONTENT_CACHE_INTERNAL_ERROR

        FNRCC0003E

        CONTENT_CACHE_INTERNAL_ERROR A content cache error occurred internal to the server.

      • CONTENT_CACHE_SOURCE_STORAGE_AREA_FAILED

        public static final ExceptionCode CONTENT_CACHE_SOURCE_STORAGE_AREA_FAILED

        FNRCC0004E

        CONTENT_CACHE_SOURCE_STORAGE_AREA_FAILED The content cache operation failed because there was a problem accessing the source storage area.

      • CONTENT_CA_INTERNAL_ERROR

        public static final ExceptionCode CONTENT_CA_INTERNAL_ERROR

        FNRCC0005E

        CONTENT_CA_INTERNAL_ERROR A content area error occurred internal to the server. See messages in the FileNet P8 server error log for the cause of this exception.

        A content area error internal to the server occurred while serializing or deserializing data, moving content, or sorting rows.

      • CONTENT_CA_CLOSE_FAILED

        public static final ExceptionCode CONTENT_CA_CLOSE_FAILED

        FNRCC0006E

        CONTENT_CA_CLOSE_FAILED The close failed on the stream.

      • CONTENT_CA_CONSOLIDATING_CHUNKS_FAILED

        public static final ExceptionCode CONTENT_CA_CONSOLIDATING_CHUNKS_FAILED

        FNRCC0007E

        CONTENT_CA_CONSOLIDATING_CHUNKS_FAILED Consolidating a content element failed for {0}.

        The attempt to consolidate content chunks failed

      • CONTENT_CA_CONTINUE_UPLOAD_FAILED

        public static final ExceptionCode CONTENT_CA_CONTINUE_UPLOAD_FAILED

        FNRCC0008E

        CONTENT_CA_CONTINUE_UPLOAD_FAILED Continuation upload for large content failed: {0}.

        Large content upload requiring multiple server round-trips failed.

      • CONTENT_CA_COOKIE_MISSING_PARAM

        public static final ExceptionCode CONTENT_CA_COOKIE_MISSING_PARAM

        FNRCC0009E

        CONTENT_CA_COOKIE_MISSING_PARAM The cookie {0} is missing a required parameter, {1}.

        The indicated cookie is missing a required parameter

      • CONTENT_CA_DELETE_FAILED

        public static final ExceptionCode CONTENT_CA_DELETE_FAILED

        FNRCC0010E

        CONTENT_CA_DELETE_FAILED Unable to delete file: fileName.

        fileName
        The name of the problematic file.
      • CONTENT_CA_DELETE_FAILED_RETENTION_CHECK

        public static final ExceptionCode CONTENT_CA_DELETE_FAILED_RETENTION_CHECK

        FNRCC0011E

        CONTENT_CA_DELETE_FAILED_RETENTION_CHECK Content Engine could not delete or move content because the retention period for the item has not expired. Current time: {0}; Retention time: {1}.

        Content Engine cannot delete the item because the existing retention period has not expired.

      • CONTENT_CA_DELETE_SCRUB_FAILED

        public static final ExceptionCode CONTENT_CA_DELETE_SCRUB_FAILED

        FNRCC0012E

        CONTENT_CA_DELETE_SCRUB_FAILED Unable to scrub file for secure delete: {0}.

        The indicated file could not be scrubbed for a secure delete operation.

      • CONTENT_CA_FAILED_TEMP_CREATION

        public static final ExceptionCode CONTENT_CA_FAILED_TEMP_CREATION

        FNRCC0013E

        CONTENT_CA_FAILED_TEMP_CREATION The attempt to create the temporary content file failed.

      • CONTENT_CA_FEDERATED_REQUIRES_FIXED_SA

        public static final ExceptionCode CONTENT_CA_FEDERATED_REQUIRES_FIXED_SA

        FNRCC0014E

        CONTENT_CA_FEDERATED_REQUIRES_FIXED_SA Federated content requires a FixedStorageArea; current StorageArea Id: ({0})

        Federated content requires a FixedStorageArea. The StorageArea Id used is indicated.

      • CONTENT_CA_FINISH_UPLOAD_FAILED

        public static final ExceptionCode CONTENT_CA_FINISH_UPLOAD_FAILED

        FNRCC0015E

        CONTENT_CA_FINISH_UPLOAD_FAILED The upload failed to finish.

      • CONTENT_CA_INVALID_COOKIE

        public static final ExceptionCode CONTENT_CA_INVALID_COOKIE

        FNRCC0016E

        CONTENT_CA_INVALID_COOKIE Invalid cookie {0}.

        The indicated cookie is invalid.

      • CONTENT_CA_MIXED_FEDERATED_CONTENT

        public static final ExceptionCode CONTENT_CA_MIXED_FEDERATED_CONTENT

        FNRCC0017E

        CONTENT_CA_MIXED_FEDERATED_CONTENT Federated content elements cannot be mixed with non-federated content elements.

      • CONTENT_CA_OUTPUT_STREAM_ALREADY_SET

        public static final ExceptionCode CONTENT_CA_OUTPUT_STREAM_ALREADY_SET

        FNRCC0018E

        CONTENT_CA_OUTPUT_STREAM_ALREADY_SET The output stream has already been set.

      • CONTENT_CA_READ_FAILED

        public static final ExceptionCode CONTENT_CA_READ_FAILED

        FNRCC0019E

        CONTENT_CA_READ_FAILED The read failed for objId={0}.

        The attempt to read the stream failed.

      • CONTENT_CA_READ_STREAM_ALREADY_SET

        public static final ExceptionCode CONTENT_CA_READ_STREAM_ALREADY_SET

        FNRCC0020E

        CONTENT_CA_READ_STREAM_ALREADY_SET The stream has already been set for retrieval.

      • CONTENT_CA_SKIP_BACKWARD_NOT_SUPPORTED

        public static final ExceptionCode CONTENT_CA_SKIP_BACKWARD_NOT_SUPPORTED

        FNRCC0021E

        CONTENT_CA_SKIP_BACKWARD_NOT_SUPPORTED The underlying stream does not support moving backward.

      • CONTENT_CA_SKIP_FAILED

        public static final ExceptionCode CONTENT_CA_SKIP_FAILED

        FNRCC0022E

        CONTENT_CA_SKIP_FAILED The stream didn't skip the expected amount, {0}; actual {1}.

        The stream did not skip the expected amount, as indicated.

      • CONTENT_CA_START_UPLOAD_FAILED

        public static final ExceptionCode CONTENT_CA_START_UPLOAD_FAILED

        FNRCC0023E

        CONTENT_CA_START_UPLOAD_FAILED Start upload failed {0}.

        The upload operation failed to start.

      • CONTENT_CA_STORE_CHUNK_FAILED

        public static final ExceptionCode CONTENT_CA_STORE_CHUNK_FAILED

        FNRCC0024E

        CONTENT_CA_STORE_CHUNK_FAILED The attempt to store a content chunk failed.

      • CONTENT_CA_UNABLE_TO_ABANDONED_DELETE_FILE

        public static final ExceptionCode CONTENT_CA_UNABLE_TO_ABANDONED_DELETE_FILE

        FNRCC0025E

        CONTENT_CA_UNABLE_TO_ABANDONED_DELETE_FILE Unable to delete abandoned file '{0}'.

        The attempt to delete the indicated abandoned file failed.

      • CONTENT_CA_UNKNOWN_CONTENT_UPLOAD_COOKIE

        public static final ExceptionCode CONTENT_CA_UNKNOWN_CONTENT_UPLOAD_COOKIE

        FNRCC0026E

        CONTENT_CA_UNKNOWN_CONTENT_UPLOAD_COOKIE Unknown content upload cookie {0}.

        The indicated upload content cookie was not recognized.

      • CONTENT_CA_UPLOAD_FAILED_WRITE

        public static final ExceptionCode CONTENT_CA_UPLOAD_FAILED_WRITE

        FNRCC0027E

        CONTENT_CA_UPLOAD_FAILED_WRITE The upload failed due to a problem writing content.

      • CONTENT_CA_VALIDATION_FAILED_NOT_FOUND

        public static final ExceptionCode CONTENT_CA_VALIDATION_FAILED_NOT_FOUND

        FNRCC0028E

        CONTENT_CA_VALIDATION_FAILED_NOT_FOUND Content validation failed because it does not exist or is inaccessible in the storage area: objId={0}; seqNo={1}; retrievalName={2}

        Content validation failed because the content was not found or accessible in the storage area.

      • CONTENT_CA_VALIDATION_FAILED_PENDING_FINALIZATION

        public static final ExceptionCode CONTENT_CA_VALIDATION_FAILED_PENDING_FINALIZATION

        FNRCC0029E

        CONTENT_CA_VALIDATION_FAILED_PENDING_FINALIZATION Content validation failed due to pending finalization. Please try validation again at a later time for objId={0}; seqNo={1}; retrievalName={2}

        Content validation failed because content is in the process of being moved to final storage area location. It will probably succeed if tried again at a later time.

      • CONTENT_CA_VALIDATION_FAILED_SIZE

        public static final ExceptionCode CONTENT_CA_VALIDATION_FAILED_SIZE

        FNRCC0030E

        CONTENT_CA_VALIDATION_FAILED_SIZE Content validation failed due to size mismatch: expected [{0}]; actual [{1}] for objId={2}; seqNo={3}; retrievalName={4}

        Content validation failed because the recorded size does not match the actual size in the storage area.

      • CONTENT_CONFIG_CREATE_TEMP_FOLDER_FAILED

        public static final ExceptionCode CONTENT_CONFIG_CREATE_TEMP_FOLDER_FAILED

        FNRCC0031E

        CONTENT_CONFIG_CREATE_TEMP_FOLDER_FAILED Failed to create sub folder {0} under comtent temporary directory root {1}.

        Create subfolder under Content Temporary Root failed.

      • CONTENT_CONFIG_TEMP_ROOT_DOES_NOT_EXIST

        public static final ExceptionCode CONTENT_CONFIG_TEMP_ROOT_DOES_NOT_EXIST

        FNRCC0032E

        CONTENT_CONFIG_TEMP_ROOT_DOES_NOT_EXIST The content temporary directory root {0} does not exist.

        Content Temporary Root Directory does not exist.

      • CONTENT_CONFIG_TEMP_ROOT_NOT_FOLDER

        public static final ExceptionCode CONTENT_CONFIG_TEMP_ROOT_NOT_FOLDER

        FNRCC0033E

        CONTENT_CONFIG_TEMP_ROOT_NOT_FOLDER The content temporary directory root value does not specify a directory: {0}.

        Content Temporary Root is not a directory.

      • CONTENT_DCA_APPEND_NOT_SUPPORTED

        public static final ExceptionCode CONTENT_DCA_APPEND_NOT_SUPPORTED

        FNRCC0034E

        CONTENT_DCA_APPEND_NOT_SUPPORTED The database does not support appending content.

      • CONTENT_DCA_CONTENT_ELEMENT_NOT_FOUND

        public static final ExceptionCode CONTENT_DCA_CONTENT_ELEMENT_NOT_FOUND

        FNRCC0035E

        CONTENT_DCA_CONTENT_ELEMENT_NOT_FOUND Cannot find the content element {0}.

        The content element could not be found.

      • CONTENT_DCA_FAILED_INSERT

        public static final ExceptionCode CONTENT_DCA_FAILED_INSERT

        FNRCC0036E

        CONTENT_DCA_FAILED_INSERT The content element could not be inserted.

      • CONTENT_DCA_WRONG_LENGTH

        public static final ExceptionCode CONTENT_DCA_WRONG_LENGTH

        FNRCC0037E

        CONTENT_DCA_WRONG_LENGTH The Content insert has the wrong length: expected {0}; actual {1}.

        The content insert operation wrote the incorrect length value, as indicated.

      • CONTENT_FCA_CREATE_FAILED

        public static final ExceptionCode CONTENT_FCA_CREATE_FAILED

        FNRCC0038E

        CONTENT_FCA_CREATE_FAILED Create failed in rootDir {0}, for {1}.

        The create operation failed, as indicated.z

      • CONTENT_FCA_DELETE_FAILED

        public static final ExceptionCode CONTENT_FCA_DELETE_FAILED

        FNRCC0039E

        CONTENT_FCA_DELETE_FAILED Delete failed {0}.

        The delete operation failed, as indicated.

      • CONTENT_FCA_DIR_ALREADY_EXISTS

        public static final ExceptionCode CONTENT_FCA_DIR_ALREADY_EXISTS

        FNRCC0040E

        CONTENT_FCA_DIR_ALREADY_EXISTS Create failed, the directory already exists: {0}.

        The specified directory already exists

      • CONTENT_FCA_DIR_CREATE_FAILED

        public static final ExceptionCode CONTENT_FCA_DIR_CREATE_FAILED

        FNRCC0041E

        CONTENT_FCA_DIR_CREATE_FAILED Create failed, the directory wasn't created: {0}.

        The indicated directory was not created.

      • CONTENT_FCA_FAILED_RETRIEVING_EXTENSION

        public static final ExceptionCode CONTENT_FCA_FAILED_RETRIEVING_EXTENSION

        FNRCC0042E

        CONTENT_FCA_FAILED_RETRIEVING_EXTENSION Failed loading content element extension: {0}.

        The indicated content element extension could not be retrieved.

      • CONTENT_FCA_FAILED_RETRIEVING_OBJECT

        public static final ExceptionCode CONTENT_FCA_FAILED_RETRIEVING_OBJECT

        FNRCC0043E

        CONTENT_FCA_FAILED_RETRIEVING_OBJECT Failed loading content element document: {0}.

        The document associated with the content element could not be retrieved.

      • CONTENT_FCA_FAILED_STAKEFILE_LOAD

        public static final ExceptionCode CONTENT_FCA_FAILED_STAKEFILE_LOAD

        FNRCC0044E

        CONTENT_FCA_FAILED_STAKEFILE_LOAD Failed loading stakefile {0}.

        The attempt to load the stakefile failed.

      • CONTENT_FCA_FILE_ALREADY_EXISTS

        public static final ExceptionCode CONTENT_FCA_FILE_ALREADY_EXISTS

        FNRCC0045E

        CONTENT_FCA_FILE_ALREADY_EXISTS The file already exists {0}.

        The indicated file/content element already exists.

      • CONTENT_FCA_FILE_DOES_NOT_EXIST

        public static final ExceptionCode CONTENT_FCA_FILE_DOES_NOT_EXIST

        FNRCC0046E

        CONTENT_FCA_FILE_DOES_NOT_EXIST The file does not exist {0}.

        The file or content element does not exist. A create document or a retrieve document operation failed. In a create document operation, the content was not found where it was uploaded. This error can occur because of a file server failure. In a retrieve document operation, the content was not found where it was previously stored. This error can occur because of a file server failure.

      • CONTENT_FCA_INIT_FAILED

        public static final ExceptionCode CONTENT_FCA_INIT_FAILED

        FNRCC0047E

        CONTENT_FCA_INIT_FAILED The initialization failed.

      • CONTENT_FCA_PARENT_OF_FILE_DOES_NOT_EXIST

        public static final ExceptionCode CONTENT_FCA_PARENT_OF_FILE_DOES_NOT_EXIST

        FNRCC0048E

        CONTENT_FCA_PARENT_OF_FILE_DOES_NOT_EXIST The parent directory of the file {0} does not exist.

        The file/content element parent directory does not exist.

      • CONTENT_FCA_READ_FAILED

        public static final ExceptionCode CONTENT_FCA_READ_FAILED

        FNRCC0049E

        CONTENT_FCA_READ_FAILED Read failed {0}; offset={1}.

        The attempted read operation failed, as indicated.

      • CONTENT_FCA_ROOT_DOES_NOT_EXIST

        public static final ExceptionCode CONTENT_FCA_ROOT_DOES_NOT_EXIST

        FNRCC0050E

        CONTENT_FCA_ROOT_DOES_NOT_EXIST Create failed, the root folder does not exist: {0}.

        The create operation failed because the root folder does not exist.

      • CONTENT_FCA_ROOT_NOT_A_DIRECTORY

        public static final ExceptionCode CONTENT_FCA_ROOT_NOT_A_DIRECTORY

        FNRCC0051E

        CONTENT_FCA_ROOT_NOT_A_DIRECTORY Create failed, the root folder value does not specify a directory: {0}.

        The create operation failed because the root is not a directory.

      • CONTENT_FCA_SAVE_FAILED

        public static final ExceptionCode CONTENT_FCA_SAVE_FAILED

        FNRCC0052E

        CONTENT_FCA_SAVE_FAILED Save failed {0} at offset {1}.

        The attempted save operation failed, as indicated.

      • CONTENT_FCA_STAKEFILE_ALREADY_EXISTS

        public static final ExceptionCode CONTENT_FCA_STAKEFILE_ALREADY_EXISTS

        FNRCC0053E

        CONTENT_FCA_STAKEFILE_ALREADY_EXISTS A stakefile already exists at this location {0}.

        A stakefile already exists at the indicated location

      • CONTENT_FCA_STAKEFILE_CREATE_FAILED

        public static final ExceptionCode CONTENT_FCA_STAKEFILE_CREATE_FAILED

        FNRCC0054E

        CONTENT_FCA_STAKEFILE_CREATE_FAILED Stakefile create failed {0}.

        The attempt to create the stakefile failed, as indicated.

      • CONTENT_FCA_STAKEFILE_INVALID_DATE_FORMAT

        public static final ExceptionCode CONTENT_FCA_STAKEFILE_INVALID_DATE_FORMAT

        FNRCC0055E

        CONTENT_FCA_STAKEFILE_INVALID_DATE_FORMAT Invalid date format found in stakefile {0}.

        An invalid date format was found in the indicated stakefile.

      • CONTENT_FCA_UNABLE_TO_RENAME_FILE

        public static final ExceptionCode CONTENT_FCA_UNABLE_TO_RENAME_FILE

        FNRCC0056E

        CONTENT_FCA_UNABLE_TO_RENAME_FILE "{0}" cannot be renamed to "{1}".

        The inbound content file could not be moved (renamed) to its destination content folder. There are several possible reasons for the failure: 1. The destination file was already present, had zero length, and could not be deleted. 2. The destination file was already present, but its length did not match the file to be renamed, and it could not be replaced. 3. The file might contain fixed content that was already migrated and deleted. If the error does not occur again, then the issue was resolved by Content Engine.

      • CONTENT_FCP_ADMIN_INVALID_COMMAND_CODE

        public static final ExceptionCode CONTENT_FCP_ADMIN_INVALID_COMMAND_CODE

        FNRCC0057E

        CONTENT_FCP_ADMIN_INVALID_COMMAND_CODE Expected command code [{0}]. Received invalid command code [{1}].

        The admin function content specified for this provider is invalid. The indicated command code was expected.

      • CONTENT_FCP_ADMIN_INVALID_FUNCTION

        public static final ExceptionCode CONTENT_FCP_ADMIN_INVALID_FUNCTION

        FNRCC0058E

        CONTENT_FCP_ADMIN_INVALID_FUNCTION Invalid admin function type [{0}] specified.

        The admin function type indicated is invalid.

      • CONTENT_FCP_CENTERA_GET_CLIP_CREATION_FAILED

        public static final ExceptionCode CONTENT_FCP_CENTERA_GET_CLIP_CREATION_FAILED

        FNRCC0059E

        CONTENT_FCP_CENTERA_GET_CLIP_CREATION_FAILED Failed to get the Creation Time for Centera Clip [{0}].

        The Centera C-Clip creation time could not be retrieved.

      • CONTENT_FCP_CENTERA_GET_CLIP_RETENTION_FAILED

        public static final ExceptionCode CONTENT_FCP_CENTERA_GET_CLIP_RETENTION_FAILED

        FNRCC0060E

        CONTENT_FCP_CENTERA_GET_CLIP_RETENTION_FAILED Failed to get the Retention Reriod for Centera Clip [{0}].

        The Centera C-Clip retention period value could not be retrieved.

      • CONTENT_FCP_CENTERA_GET_CLUSTER_TIME_FAILED

        public static final ExceptionCode CONTENT_FCP_CENTERA_GET_CLUSTER_TIME_FAILED

        FNRCC0061E

        CONTENT_FCP_CENTERA_GET_CLUSTER_TIME_FAILED The Centera cluster current time could not be retrieved.

      • CONTENT_FCP_CENTERA_GET_POOL_SETUP_VALUE_FAILED

        public static final ExceptionCode CONTENT_FCP_CENTERA_GET_POOL_SETUP_VALUE_FAILED

        FNRCC0062E

        CONTENT_FCP_CENTERA_GET_POOL_SETUP_VALUE_FAILED Failed to get the Centera pool [{0}] setup.

        The Centera cluster DELETE ALLOWED setup could not be retrieved.

      • CONTENT_FCP_CENTERA_LOAD_POOL_FILE_FAILED

        public static final ExceptionCode CONTENT_FCP_CENTERA_LOAD_POOL_FILE_FAILED

        FNRCC0063E

        CONTENT_FCP_CENTERA_LOAD_POOL_FILE_FAILED Failed to load Pool information file: {0}.

        The indicated external file containing the Centera connection pool information could not be loaded.

      • CONTENT_FCP_CENTERA_OPEN_POOL_FAILED

        public static final ExceptionCode CONTENT_FCP_CENTERA_OPEN_POOL_FAILED

        FNRCC0064E

        CONTENT_FCP_CENTERA_OPEN_POOL_FAILED The Centera connection pool could not be opened.

      • CONTENT_FCP_CENTERA_PROCESS_SITEMAP_FAILED

        public static final ExceptionCode CONTENT_FCP_CENTERA_PROCESS_SITEMAP_FAILED

        FNRCC0065E

        CONTENT_FCP_CENTERA_PROCESS_SITEMAP_FAILED The Centera connection string from the site mapping XML data could not be retrieved.

      • CONTENT_FCP_CENTERA_REFERRAL_URLS_TAGNUM_MISMATCH

        public static final ExceptionCode CONTENT_FCP_CENTERA_REFERRAL_URLS_TAGNUM_MISMATCH

        FNRCC0066E

        CONTENT_FCP_CENTERA_REFERRAL_URLS_TAGNUM_MISMATCH The tag index numbers in the referral URLs are not in the correct order. expected [{0}], actual [{1}].

        The tag index number in Referral URLs for Centera is not starting from 0 and incrementing by 1.

      • CONTENT_FCP_CE_ALREADY_EXISTS

        public static final ExceptionCode CONTENT_FCP_CE_ALREADY_EXISTS

        FNRCC0067E

        CONTENT_FCP_CE_ALREADY_EXISTS Content element create failed, a content element with the name {0} already exists.

        The content element already exists. The create operation failed on this provider.

      • CONTENT_FCP_CE_DELETE_FAILED

        public static final ExceptionCode CONTENT_FCP_CE_DELETE_FAILED

        FNRCC0068E

        CONTENT_FCP_CE_DELETE_FAILED Content element delete failed for {0}.

        The content element delete failed on this provider.

      • CONTENT_FCP_CE_DOES_NOT_EXIST

        public static final ExceptionCode CONTENT_FCP_CE_DOES_NOT_EXIST

        FNRCC0069E

        CONTENT_FCP_CE_DOES_NOT_EXIST No content element found for CE Sequence Number: [{0}].

        The content element does not exist on this provider. The open operation failed.

      • CONTENT_FCP_CE_DUPLICATE_SEQ_NUM

        public static final ExceptionCode CONTENT_FCP_CE_DUPLICATE_SEQ_NUM

        FNRCC0070E

        CONTENT_FCP_CE_DUPLICATE_SEQ_NUM Content element duplicate sequence number detected: [{0}].

        The content element sequence number indicated is a duplicate for this provider.

      • CONTENT_FCP_CE_OPEN_FAILED

        public static final ExceptionCode CONTENT_FCP_CE_OPEN_FAILED

        FNRCC0071E

        CONTENT_FCP_CE_OPEN_FAILED The operation to create a content element failed for this provider.

      • CONTENT_FCP_CE_READ_FAILED

        public static final ExceptionCode CONTENT_FCP_CE_READ_FAILED

        FNRCC0072E

        CONTENT_FCP_CE_READ_FAILED The content element could not be read.

      • CONTENT_FCP_CE_SEEK_FAILED

        public static final ExceptionCode CONTENT_FCP_CE_SEEK_FAILED

        FNRCC0073E

        CONTENT_FCP_CE_SEEK_FAILED The content element seek operation failed for this provider.

      • CONTENT_FCP_CONNECTION_FAILED

        public static final ExceptionCode CONTENT_FCP_CONNECTION_FAILED

        FNRCC0074E

        CONTENT_FCP_CONNECTION_FAILED The fixed content provider could not establish a connection to the fixed content device.

        The connection for the provider failed. The fixed content provider cannot connect or log on to the fixed content device. A Caused By exception in the FileNet P8 server log is associated with this error.

      • CONTENT_FCP_CONTENT_CACHE_CHECK_FAILED

        public static final ExceptionCode CONTENT_FCP_CONTENT_CACHE_CHECK_FAILED

        FNRCC0075E

        CONTENT_FCP_CONTENT_CACHE_CHECK_FAILED The call to isContentCached failed for this provider.

      • CONTENT_FCP_CREATE_CE_FAILED

        public static final ExceptionCode CONTENT_FCP_CREATE_CE_FAILED

        FNRCC0076E

        CONTENT_FCP_CREATE_CE_FAILED Content element create failed for {0}.

        The attempt to create the content element failed for this provider.

      • CONTENT_FCP_DOC_CREATE_FAILED

        public static final ExceptionCode CONTENT_FCP_DOC_CREATE_FAILED

        FNRCC0077E

        CONTENT_FCP_DOC_CREATE_FAILED The document could not be createed for this provider.

      • CONTENT_FCP_DOC_CREATE_FAILED_BAD_INPUT

        public static final ExceptionCode CONTENT_FCP_DOC_CREATE_FAILED_BAD_INPUT

        FNRCC0078E

        CONTENT_FCP_DOC_CREATE_FAILED_BAD_INPUT The document could not be created because the source file {0} could not be read.

        The indicated source for the content element could not be read, and the create operation failed for this provider. The content cannot be migrated from the staging area to the fixed content device, because of a failure in reading the source content file.

      • CONTENT_FCP_DOC_DELETE_FAILED

        public static final ExceptionCode CONTENT_FCP_DOC_DELETE_FAILED

        FNRCC0079E

        CONTENT_FCP_DOC_DELETE_FAILED The document could not be deleted for this provider.

      • CONTENT_FCP_DOC_EXISTS_FAILED

        public static final ExceptionCode CONTENT_FCP_DOC_EXISTS_FAILED

        FNRCC0080E

        CONTENT_FCP_DOC_EXISTS_FAILED The check to determine whether the document exists failed for this provider.

      • CONTENT_FCP_DOC_LOCKDOWN_FAILED

        public static final ExceptionCode CONTENT_FCP_DOC_LOCKDOWN_FAILED

        FNRCC0081E

        CONTENT_FCP_DOC_LOCKDOWN_FAILED The document could not be locked down for this provider.

      • CONTENT_FCP_FSB_DIRECTORY_NOT_FOUND

        public static final ExceptionCode CONTENT_FCP_FSB_DIRECTORY_NOT_FOUND

        FNRCC0082E

        CONTENT_FCP_FSB_DIRECTORY_NOT_FOUND Directory not found: {0}.

        The file system based provider could not access the directory indicated.

      • CONTENT_FCP_FSB_EXISTS_FAILED

        public static final ExceptionCode CONTENT_FCP_FSB_EXISTS_FAILED

        FNRCC0083E

        CONTENT_FCP_FSB_EXISTS_FAILED Failed to determine whether file exists {0}.

        The existence of the file indicated could not be determined for the file system based provider.

      • CONTENT_FCP_FSB_INVALID_PROVIDER

        public static final ExceptionCode CONTENT_FCP_FSB_INVALID_PROVIDER

        FNRCC0084E

        CONTENT_FCP_FSB_INVALID_PROVIDER The Fixed Content Provider specified is invalid: it is not a snaplock device.

      • CONTENT_FCP_FSB_MKDIR_FAILED

        public static final ExceptionCode CONTENT_FCP_FSB_MKDIR_FAILED

        FNRCC0085E

        CONTENT_FCP_FSB_MKDIR_FAILED Failed to make directory {0}.

        The indicated directory could not be created for the file system based provider.

      • CONTENT_FCP_FSB_OPEN_FAILED

        public static final ExceptionCode CONTENT_FCP_FSB_OPEN_FAILED

        FNRCC0086E

        CONTENT_FCP_FSB_OPEN_FAILED Failed to open file {0}.

        The indicated file could not be opened for the file system based provider.

      • CONTENT_FCP_FSB_REFERRAL_NUM_SEQ_MISMATCH

        public static final ExceptionCode CONTENT_FCP_FSB_REFERRAL_NUM_SEQ_MISMATCH

        FNRCC0087E

        CONTENT_FCP_FSB_REFERRAL_NUM_SEQ_MISMATCH The number of CE sequence numbers [{0}] don't match the number of federated paths [{1}] in the referral.

        The number of Content Engine sequence numbers does not match the number of federated paths in the referral for the file system based provider.

      • CONTENT_FCP_FSB_SET_READ_ONLY_FAILED

        public static final ExceptionCode CONTENT_FCP_FSB_SET_READ_ONLY_FAILED

        FNRCC0088E

        CONTENT_FCP_FSB_SET_READ_ONLY_FAILED Failed to set read-only file attribute for {0}.

        The indicated read-only file attribute could not be set for the file system based provider.

      • CONTENT_FCP_FSB_TMP_DIRECTORY_CREATE_FAILURE

        public static final ExceptionCode CONTENT_FCP_FSB_TMP_DIRECTORY_CREATE_FAILURE

        FNRCC0089E

        CONTENT_FCP_FSB_TMP_DIRECTORY_CREATE_FAILURE Unable to create tmp Directory: {0}.

        The tmp directory could not be created for the file system based provider.

      • CONTENT_FCP_FSB_TMP_DIRECTORY_NOT_ACCESSIBLE

        public static final ExceptionCode CONTENT_FCP_FSB_TMP_DIRECTORY_NOT_ACCESSIBLE

        FNRCC0090E

        CONTENT_FCP_FSB_TMP_DIRECTORY_NOT_ACCESSIBLE Cannot write to tmp Directory: {0}.

        The write operation to the tmp directory could not be completed for the file system based provider.

      • CONTENT_FCP_GET_RETENTION_PERIOD_FAILED

        public static final ExceptionCode CONTENT_FCP_GET_RETENTION_PERIOD_FAILED

        FNRCC0091E

        CONTENT_FCP_GET_RETENTION_PERIOD_FAILED The retention period for the content element could not be retrieved for this provider.

      • CONTENT_FCP_INVALID_CONFIGURATION

        public static final ExceptionCode CONTENT_FCP_INVALID_CONFIGURATION

        FNRCC0092E

        CONTENT_FCP_INVALID_CONFIGURATION The configuration is invalid for this provider.

      • CONTENT_FCP_INVALID_REFERRAL_URL

        public static final ExceptionCode CONTENT_FCP_INVALID_REFERRAL_URL

        FNRCC0093E

        CONTENT_FCP_INVALID_REFERRAL_URL Invalid Referral URL: [{0}]

        The indicated Referral URL is invalid for this provider.

      • CONTENT_FCP_INVALID_RESOURCE_STRING

        public static final ExceptionCode CONTENT_FCP_INVALID_RESOURCE_STRING

        FNRCC0094E

        CONTENT_FCP_INVALID_RESOURCE_STRING Invalid Resource String: [{0}]

        The indicated Resource String is invalid for this provider.

      • CONTENT_FCP_INVALID_SEEK_ORIGIN

        public static final ExceptionCode CONTENT_FCP_INVALID_SEEK_ORIGIN

        FNRCC0095E

        CONTENT_FCP_INVALID_SEEK_ORIGIN Invalid origin {0} was specified for seek operation.

        The indicated origin specified for the seek operation is invalid for this provider.

      • CONTENT_FCP_IS_FAILED_CONFIGURE_DOC_CLASSES

        public static final ExceptionCode CONTENT_FCP_IS_FAILED_CONFIGURE_DOC_CLASSES

        FNRCC0096E

        CONTENT_FCP_IS_FAILED_CONFIGURE_DOC_CLASSES Failed to configure document classes for: domain [{0}]; domain id [{1}]; object store [{2}]; object store id [{3}].

        The document classes could not be configured, as indicated.

      • CONTENT_FCP_IS_FAILED_RETRIEVE_DOC_CLASSES

        public static final ExceptionCode CONTENT_FCP_IS_FAILED_RETRIEVE_DOC_CLASSES

        FNRCC0097E

        CONTENT_FCP_IS_FAILED_RETRIEVE_DOC_CLASSES The attempt to retrieve all document classes from the Image Services server failed.

      • CONTENT_FCP_IS_FAILED_RETRIEVE_DOC_PROPS

        public static final ExceptionCode CONTENT_FCP_IS_FAILED_RETRIEVE_DOC_PROPS

        FNRCC0098E

        CONTENT_FCP_IS_FAILED_RETRIEVE_DOC_PROPS Error retrieving document properties for [{0}].

        The attempt to retrieve the indicated document properties failed.

      • CONTENT_FCP_IS_INVALID_CSM_CACHE_NAME

        public static final ExceptionCode CONTENT_FCP_IS_INVALID_CSM_CACHE_NAME

        FNRCC0099E

        CONTENT_FCP_IS_INVALID_CSM_CACHE_NAME CSM cache name should be a valid NCH 3-part name (e.g. page_cache2:roadrunner:FileNet). Actual value: [{0}]

        The indicated CSM cache name is invalid. It must be an NCH three-part name.

      • CONTENT_FCP_IS_INVALID_DOC_CLASS_NAME

        public static final ExceptionCode CONTENT_FCP_IS_INVALID_DOC_CLASS_NAME

        FNRCC0100E

        CONTENT_FCP_IS_INVALID_DOC_CLASS_NAME Invalid Image Services Document Class Name: [{0}].

        The indicated Image Services document class name is invalid.

      • CONTENT_FCP_IS_MISMATCHED_PAGE_NUM

        public static final ExceptionCode CONTENT_FCP_IS_MISMATCHED_PAGE_NUM

        FNRCC0101E

        CONTENT_FCP_IS_MISMATCHED_PAGE_NUM Mismatched Image Services page number. Expected: [{0}]; Actual: [{1}] for CE seqence number: [{3}].

        The indicated Image Services page numbers are mismatched.

      • CONTENT_FCP_IS_UNABLE_TO_RETRIEVE_IS_CLASS_DESC

        public static final ExceptionCode CONTENT_FCP_IS_UNABLE_TO_RETRIEVE_IS_CLASS_DESC

        FNRCC0102E

        CONTENT_FCP_IS_UNABLE_TO_RETRIEVE_IS_CLASS_DESC A communication failure with the Image Services server has prevented the retrieval of the ImageServicesClassDescriptions property for this IMFixedContentDevice: {0}

        A communication failure with the Image Services server has prevented the retrieval of the ImageServicesClassDescriptions property for this IMFixedContentDevice

      • CONTENT_FCP_LOGOFF_FAILED

        public static final ExceptionCode CONTENT_FCP_LOGOFF_FAILED

        FNRCC0103E

        CONTENT_FCP_LOGOFF_FAILED The logoff operation failed for this provider.

      • CONTENT_FCP_MISMATCHED_CHECKSUM

        public static final ExceptionCode CONTENT_FCP_MISMATCHED_CHECKSUM

        FNRCC0104E

        CONTENT_FCP_MISMATCHED_CHECKSUM Checksum failed, expected {0}; actual {1}.

        The checksum operation failed for this provider.

      • CONTENT_FCP_MISMATCHED_REFERRALURL_LENGTH

        public static final ExceptionCode CONTENT_FCP_MISMATCHED_REFERRALURL_LENGTH

        FNRCC0105E

        CONTENT_FCP_MISMATCHED_REFERRALURL_LENGTH The number of referral URLs [{0}] did not match the number of CE sequence numbers [{1}].

        The indicated number of referral URLs did not match the number of Content Engine sequence numbers for this provider.

      • CONTENT_FCP_MISMATCHED_REFERRALURL_PARAM

        public static final ExceptionCode CONTENT_FCP_MISMATCHED_REFERRALURL_PARAM

        FNRCC0106E

        CONTENT_FCP_MISMATCHED_REFERRALURL_PARAM The referral URLs did not have the same '{0}'.

        The referral URLs for this provider did not have the same value indicated.

      • CONTENT_FCP_MISMATCHED_REF_VERSION

        public static final ExceptionCode CONTENT_FCP_MISMATCHED_REF_VERSION

        FNRCC0107E

        CONTENT_FCP_MISMATCHED_REF_VERSION Referral version or provider did not match. Expected (hex): [{0}]; Actual (hex): [{1}].

        The referral version or provider did not match. The expected values are indicated.

      • CONTENT_FCP_NEGATIVE_RETENTION_PERIOD

        public static final ExceptionCode CONTENT_FCP_NEGATIVE_RETENTION_PERIOD

        FNRCC0108E

        CONTENT_FCP_NEGATIVE_RETENTION_PERIOD Requested retention period offset is negative {0}.

        The requested retention period is negative for this provider.

      • CONTENT_FCP_NO_CONTENT_ELEMENTS_EXIST

        public static final ExceptionCode CONTENT_FCP_NO_CONTENT_ELEMENTS_EXIST

        FNRCC0109E

        CONTENT_FCP_NO_CONTENT_ELEMENTS_EXIST Content element open failed, no content elements match the sequence {0}.

        No matching content elements exist for this document. The open operation failed for this provider.

      • CONTENT_FCP_OPERATION_FAILED

        public static final ExceptionCode CONTENT_FCP_OPERATION_FAILED

        FNRCC0110E

        CONTENT_FCP_OPERATION_FAILED The [{1}] operation on the fixed content provider [{0}] failed.

        Content Engine attempted an operation on a fixed content device, and the device returned an error. The error contains context information about the fixed content provider and the failed operation.

      • CONTENT_FCP_OPERATION_FAILED_ON_OPEN

        public static final ExceptionCode CONTENT_FCP_OPERATION_FAILED_ON_OPEN

        FNRCC0111E

        CONTENT_FCP_OPERATION_FAILED_ON_OPEN Fixed Content Provider open operation failed. Provider: [{0}] SeqNum: [{1}] Referral: [{2}]

        The operation failed during open for this provider.

      • CONTENT_FCP_OPERATION_FAILED_WITH_CONTENT

        public static final ExceptionCode CONTENT_FCP_OPERATION_FAILED_WITH_CONTENT

        FNRCC0112E

        CONTENT_FCP_OPERATION_FAILED_WITH_CONTENT The [{1}] operation on the fixed content provider [{0}] failed for the [{2}] content and the sequence numbers [{3}].

        The operation failed with the indicated content for this provider. Content Engine attempted an operation on a fixed content device, and the device returned an error. The error contains context information about the fixed content provider, the failed operation, and the content element information.

      • CONTENT_FCP_OPERATION_FAILED_WITH_REFERRAL

        public static final ExceptionCode CONTENT_FCP_OPERATION_FAILED_WITH_REFERRAL

        FNRCC0113E

        CONTENT_FCP_OPERATION_FAILED_WITH_REFERRAL The fixed content provider operation failed. Provider: [{0}] Operation: [{1}] Referral: [{2}]

        The operation failed for referral as indicated for this provider.

      • CONTENT_FCP_OPERATION_NOT_SUPPORTED

        public static final ExceptionCode CONTENT_FCP_OPERATION_NOT_SUPPORTED

        FNRCC0114E

        CONTENT_FCP_OPERATION_NOT_SUPPORTED Operation not supported for this Fixed Content Provider. Provider: [{0}] Operation: [{1}]

        The operation is not supported by this Fixed Content Provider.

      • CONTENT_FCP_RETENTION_PARAM_NOT_ALLOWED

        public static final ExceptionCode CONTENT_FCP_RETENTION_PARAM_NOT_ALLOWED

        FNRCC0115E

        CONTENT_FCP_RETENTION_PARAM_NOT_ALLOWED The retentionPeriod parameter is set to NOT-ALLOWED: [{0}]

        The retention period parameter indicated is set to NOT-ALLOWED.

      • CONTENT_FCP_SET_RETENTION_PERIOD_FAILED

        public static final ExceptionCode CONTENT_FCP_SET_RETENTION_PERIOD_FAILED

        FNRCC0116E

        CONTENT_FCP_SET_RETENTION_PERIOD_FAILED Failed to set the retention period to [{0}] for the content element.

        The retention period to for the content element could not be set as indicated for this provider.

      • CONTENT_FCP_UNEXPECTED_STATE

        public static final ExceptionCode CONTENT_FCP_UNEXPECTED_STATE

        FNRCC0117E

        CONTENT_FCP_UNEXPECTED_STATE The state was unexpected for this fixed content provider.

        The state was unexpected for this fixed content provider. This error occurs if the fixed content provider software in Content Engine contains a logic error.

      • CONTENT_FXCA_CANNOT_GET_PROVIDER

        public static final ExceptionCode CONTENT_FXCA_CANNOT_GET_PROVIDER

        FNRCC0118E

        CONTENT_FXCA_CANNOT_GET_PROVIDER Failed loading the provider class {0}.

        The indicated provider class could not be loaded.

      • CONTENT_FXCA_INVALID_CONFIGURATION

        public static final ExceptionCode CONTENT_FXCA_INVALID_CONFIGURATION

        FNRCC0119E

        CONTENT_FXCA_INVALID_CONFIGURATION The content area configuration is invalid.

      • CONTENT_FXCA_OPERATION_FAILED_CONTENT_IS_MIGRATING

        public static final ExceptionCode CONTENT_FXCA_OPERATION_FAILED_CONTENT_IS_MIGRATING

        FNRCC0120E

        CONTENT_FXCA_OPERATION_FAILED_CONTENT_IS_MIGRATING Operation [{0}] cannot be performed while content is being migrated to Fixed Content Device.

        The operation cannot be performed while content is being migrated to the Fixed Content Device.

      • CONTENT_GC_CANNOT_FIND_INDEX_NUMBER

        public static final ExceptionCode CONTENT_GC_CANNOT_FIND_INDEX_NUMBER

        FNRCC0121E

        CONTENT_GC_CANNOT_FIND_INDEX_NUMBER Cannot find index number {0}.

        The indicated index number was not found.

      • CONTENT_GC_CANNOT_FIND_SEQUENCE_NUMBER

        public static final ExceptionCode CONTENT_GC_CANNOT_FIND_SEQUENCE_NUMBER

        FNRCC0122E

        CONTENT_GC_CANNOT_FIND_SEQUENCE_NUMBER Cannot find sequence number {0}.

        The indicated sequence number could not be found.

      • CONTENT_GC_INDEX_NOT_CONTENT_TRANSFER

        public static final ExceptionCode CONTENT_GC_INDEX_NOT_CONTENT_TRANSFER

        FNRCC0123E

        CONTENT_GC_INDEX_NOT_CONTENT_TRANSFER Index {0} is not a ContentTransfer.

        The indicated index is not a ContentTransfer object.

      • CONTENT_MC_FAILED_MOVING_CONTENT

        public static final ExceptionCode CONTENT_MC_FAILED_MOVING_CONTENT

        FNRCC0124E

        CONTENT_MC_FAILED_MOVING_CONTENT The MoveContent operation failed.

      • CONTENT_MC_UNSUPPORTED_VERSIONABLE_CLASS

        public static final ExceptionCode CONTENT_MC_UNSUPPORTED_VERSIONABLE_CLASS

        FNRCC0125E

        CONTENT_MC_UNSUPPORTED_VERSIONABLE_CLASS Unsupported Versionable class {0} for MoveContent

        The indicated Versionable class is not supported.

      • CONTENT_PC_CLOSE_STREAM_FAILED

        public static final ExceptionCode CONTENT_PC_CLOSE_STREAM_FAILED

        FNRCC0126E

        CONTENT_PC_CLOSE_STREAM_FAILED The PutContent operation failed because InputStream.close failed.

      • CONTENT_PC_FAILED_NO_STORAGE_DEFINED

        public static final ExceptionCode CONTENT_PC_FAILED_NO_STORAGE_DEFINED

        FNRCC0127E

        CONTENT_PC_FAILED_NO_STORAGE_DEFINED The PutContent write operation failed because no StorageArea or StoragePolicy has been defined for this content.

      • CONTENT_PC_LAST_CHUNK_NOT_SET

        public static final ExceptionCode CONTENT_PC_LAST_CHUNK_NOT_SET

        FNRCC0128E

        CONTENT_PC_LAST_CHUNK_NOT_SET Internal error: The lastChunk property has not been set.

      • CONTENT_PC_STREAM_FAILED

        public static final ExceptionCode CONTENT_PC_STREAM_FAILED

        FNRCC0129E

        CONTENT_PC_STREAM_FAILED The PutContent operation failed because of an InputStream exception

      • CONTENT_PC_UNEXPECTED_CONTENT_TYPE

        public static final ExceptionCode CONTENT_PC_UNEXPECTED_CONTENT_TYPE

        FNRCC0130E

        CONTENT_PC_UNEXPECTED_CONTENT_TYPE Unexpected PutContentRequest conte type; classname={0}; content={1}

        The PutContentRequest content type was unexpected, as indicated.

      • CONTENT_PC_UNKNOWN_STATE

        public static final ExceptionCode CONTENT_PC_UNKNOWN_STATE

        FNRCC0131E

        CONTENT_PC_UNKNOWN_STATE Unknown PutContent state: {0}, with cookie {1}.

        The indicated PutContent state is unrecognized. The cookie is indicated.

      • CONTENT_PC_WRITE_FAILED

        public static final ExceptionCode CONTENT_PC_WRITE_FAILED

        FNRCC0132E

        CONTENT_PC_WRITE_FAILED A document could not be created, checked into a library, or moved from one storage area to another.

        This error occurs only after writing content to a new location. Possible reasons for the error are as follows: 1. Content Engine cannot communicate with a storage device where the content is to be written. 2. The file system on the storage device has no more available space. 3. The database has no more available space. 4. Another process is modifying the file and has an exclusive write lock on it.

      • CONTENT_SA_DELETES_NOT_ALLOWED

        public static final ExceptionCode CONTENT_SA_DELETES_NOT_ALLOWED

        FNRCC0133E

        CONTENT_SA_DELETES_NOT_ALLOWED The Storage Area does not allow delete of content.

      • CONTENT_SA_EXCEEDED_CLOSURE_DATE

        public static final ExceptionCode CONTENT_SA_EXCEEDED_CLOSURE_DATE

        FNRCC0134E

        CONTENT_SA_EXCEEDED_CLOSURE_DATE Storage Area [{0}] exceeded closure date [{1}].

        New content cannot be inserted in the Storage Area because it exceeds the closure date (indicated).

      • CONTENT_SA_EXCEEDED_MAX_COUNT

        public static final ExceptionCode CONTENT_SA_EXCEEDED_MAX_COUNT

        FNRCC0135E

        CONTENT_SA_EXCEEDED_MAX_COUNT Storage Area [{0}] exceeded maximum number of content elements limit of [{1}].

        New content cannot be inserted in the Storage Area because it exceeds the maximum content element count (indicated).

      • CONTENT_SA_EXCEEDED_MAX_SIZE

        public static final ExceptionCode CONTENT_SA_EXCEEDED_MAX_SIZE

        FNRCC0136E

        CONTENT_SA_EXCEEDED_MAX_SIZE Storage Area [{0}] exceeded maximum size limit of [{1}(KB)].

        New content cannot be inserted in the Storage Area because it exceeds the indicated maximum content element size (indicated).

      • CONTENT_SA_INVALID_DIRECTORY_STRUCTURE

        public static final ExceptionCode CONTENT_SA_INVALID_DIRECTORY_STRUCTURE

        FNRCC0137E

        CONTENT_SA_INVALID_DIRECTORY_STRUCTURE Invalid directory structure packed value: [{0}].

        The directory structure packed value specified for the Storage Area is invalid.

      • CONTENT_SA_INVALID_RETENTION_PERIOD

        public static final ExceptionCode CONTENT_SA_INVALID_RETENTION_PERIOD

        FNRCC0138E

        CONTENT_SA_INVALID_RETENTION_PERIOD Invalid Retention Period value: [{0}].

        The RetentionPeriod value specified for the Storage Area is invalid.

      • CONTENT_SA_INVALID_STATUS_CHANGE

        public static final ExceptionCode CONTENT_SA_INVALID_STATUS_CHANGE

        FNRCC0139E

        CONTENT_SA_INVALID_STATUS_CHANGE Invalid Status value; you cannot change from {0} to {1}.

        The AreaStatus value specified for the Storage Area is invalid.

      • CONTENT_SA_NO_STORAGE_AREA_FOR_RESERVATION

        public static final ExceptionCode CONTENT_SA_NO_STORAGE_AREA_FOR_RESERVATION

        FNRCC0140E

        CONTENT_SA_NO_STORAGE_AREA_FOR_RESERVATION There are no open Storage Areas available for the reservation.

      • CONTENT_SA_STORAGE_AREA_NOT_OPEN

        public static final ExceptionCode CONTENT_SA_STORAGE_AREA_NOT_OPEN

        FNRCC0141E

        CONTENT_SA_STORAGE_AREA_NOT_OPEN StorageArea [{0}] not open, Status value is [{1}].

        The StorageArea is not open

      • CONTENT_SA_UNKNOWN_CLASS

        public static final ExceptionCode CONTENT_SA_UNKNOWN_CLASS

        FNRCC0142E

        CONTENT_SA_UNKNOWN_CLASS Unknown StorageArea class {0}.

        The indicated StorageArea class is not recognized.

      • CONTENT_SA_UNKNOWN_STORAGE_AREA

        public static final ExceptionCode CONTENT_SA_UNKNOWN_STORAGE_AREA

        FNRCC0143E

        CONTENT_SA_UNKNOWN_STORAGE_AREA Unknown StorageArea {0}.

        The indicated StorageArea is not recognized.

      • CONTENT_STREAM_INIT_FAILED

        public static final ExceptionCode CONTENT_STREAM_INIT_FAILED

        FNRCC0144E

        CONTENT_STREAM_INIT_FAILED Stream initialization failed for {0}.

        The stream could not be initialized

      • CONTENT_SQ_SERIALIZED_OBJECT_IS_NULL

        public static final ExceptionCode CONTENT_SQ_SERIALIZED_OBJECT_IS_NULL

        FNRCC0145E

        CONTENT_SQ_SERIALIZED_OBJECT_IS_NULL No content elements have been serialized with this storage queue item.

      • CONTENT_SQ_UNKNOWN_COMMAND

        public static final ExceptionCode CONTENT_SQ_UNKNOWN_COMMAND

        FNRCC0146E

        CONTENT_SQ_UNKNOWN_COMMAND Unknown command: {0}

        The command used for the Storage Area is not recognized.

      • CONTENT_TTL_STREAM_EXPIRED

        public static final ExceptionCode CONTENT_TTL_STREAM_EXPIRED

        FNRCC0147E

        CONTENT_TTL_STREAM_EXPIRED The TTL (Time To Live) value for the stream has expired.

      • CONTENT_CA_FINALIZE_FAILED_SIZE

        public static final ExceptionCode CONTENT_CA_FINALIZE_FAILED_SIZE

        FNRCC0148E

        CONTENT_CA_FINALIZE_FAILED_SIZE Failed to finalize content element due to size mismatch: expected [{0}]; actual [{1}].

        Finalize PutContent failed because the actual size does not match the size of the content element.

      • CONTENT_FCP_INVALID_REFERRAL_VERSION

        public static final ExceptionCode CONTENT_FCP_INVALID_REFERRAL_VERSION

        FNRCC0149E

        CONTENT_FCP_INVALID_REFERRAL_VERSION Invalid Referral Version: [{0}]

        The indicated Referral version is invalid for this provider.

      • CONTENT_CFS_METADATA_PARSE_ERROR

        public static final ExceptionCode CONTENT_CFS_METADATA_PARSE_ERROR

        FNRCC0150E

        CONTENT_CFS_METADATA_PARSE_ERROR An error occurred while parsing the XML that contains the metadata for a federated document

      • CONTENT_CFS_INTERNAL_ERROR

        public static final ExceptionCode CONTENT_CFS_INTERNAL_ERROR

        FNRCC0151E

        CONTENT_CFS_INTERNAL_ERROR A content federation error occurred internal to the server. Refer to log messages or the cause of this exception for details.

      • CONTENT_CFS_DB_ERROR

        public static final ExceptionCode CONTENT_CFS_DB_ERROR

        FNRCC0152E

        CONTENT_CFS_DB_ERROR An error occurred accessing the federation database.

      • CONTENT_FCP_CLOSE_FAILED

        public static final ExceptionCode CONTENT_FCP_CLOSE_FAILED

        FNRCC0153E

        CONTENT_FCP_CLOSE_FAILED The close operation failed for this provider.

      • CONTENT_FCP_CE_TESTOPERATIONSUCCESS_FAILED

        public static final ExceptionCode CONTENT_FCP_CE_TESTOPERATIONSUCCESS_FAILED

        FNRCC0154E

        CONTENT_FCP_CE_TESTOPERATIONSUCCESS_FAILED The testOperationSuccess operation failed for this provider.

      • CONTENT_FCP_CE_USESVERSIONS_FAILED

        public static final ExceptionCode CONTENT_FCP_CE_USESVERSIONS_FAILED

        FNRCC0155E

        CONTENT_FCP_CE_USESVERSIONS_FAILED The usesVersions operation failed for this provider.

      • CONTENT_FCP_CE_EXISTS_FAILED

        public static final ExceptionCode CONTENT_FCP_CE_EXISTS_FAILED

        FNRCC0156E

        CONTENT_FCP_CE_EXISTS_FAILED The exists operation failed for this provider.

      • CONTENT_SA_NO_OPEN_STORAGE_AREA_FOR_CFS

        public static final ExceptionCode CONTENT_SA_NO_OPEN_STORAGE_AREA_FOR_CFS

        FNRCC0157E

        CONTENT_SA_NO_OPEN_STORAGE_AREA_FOR_CFS No open storage areas are available for the CFS Importer with object store id=[{0}] and fixed content device id=[{1}]

        No storage area for the CFS Importer is available for the given object store and fixed content device

      • CONTENT_FCP_POOL_MAX_REACHED

        public static final ExceptionCode CONTENT_FCP_POOL_MAX_REACHED

        FNRCC0158E

        CONTENT_FCP_POOL_MAX_REACHED The maximum number [{0}] of concurrent requests to the fixed content device [{1}] has been reached. Please try your request again later.

        Failed to get a provider due to the maximum connection limit reached for the fixed content device.

      • CONTENT_FCP_DOC_FREEZE_FAILED

        public static final ExceptionCode CONTENT_FCP_DOC_FREEZE_FAILED

        FNRCC0159E

        CONTENT_FCP_DOC_FREEZE_FAILED The content freeze operation failed for this document.

      • CONTENT_FCP_INVALID_REFERRALURL_COUNT

        public static final ExceptionCode CONTENT_FCP_INVALID_REFERRALURL_COUNT

        FNRCC0160E

        CONTENT_FCP_INVALID_REFERRALURL_COUNT The number of referral URLs [{0}] did not match the expected number for this provider [{1}].

        The indicated number of referral URLs did not match the expected number for this provider.

      • CONTENT_FCP_INVALID_CONTENT_ELEMENT_SEQUENCE

        public static final ExceptionCode CONTENT_FCP_INVALID_CONTENT_ELEMENT_SEQUENCE

        FNRCC0161E

        CONTENT_FCP_INVALID_CONTENT_ELEMENT_SEQUENCE The content element sequence number [{0}] is invalid for this provider, expecting [{1}].

        The indicated content element sequence number is invalid for this provider.

      • CONTENT_FCP_DEVICE_QUERY_FAILED

        public static final ExceptionCode CONTENT_FCP_DEVICE_QUERY_FAILED

        FNRCC0162E

        CONTENT_FCP_DEVICE_QUERY_FAILED The device query operation failed for the fixed content device.

      • CONTENT_FCP_TEMP_FILE_OPERATION_FAILED

        public static final ExceptionCode CONTENT_FCP_TEMP_FILE_OPERATION_FAILED

        FNRCC0163E

        CONTENT_FCP_TEMP_FILE_OPERATION_FAILED The operation on the temporary file failed for the fixed content provider.

      • CONTENT_OPERATION_NON_RETRIABLE_FAILURE

        public static final ExceptionCode CONTENT_OPERATION_NON_RETRIABLE_FAILURE

        FNRCC0164E

        CONTENT_OPERATION_NON_RETRIABLE_FAILURE The content operation [{0}] failed with non-retriable exception.

        Non-retriable exception happened for the content operation and the operation will not be retried.

      • CONTENT_FCP_DOC_FREEZE_NOT_SUPPORTED

        public static final ExceptionCode CONTENT_FCP_DOC_FREEZE_NOT_SUPPORTED

        FNRCC0165E

        CONTENT_FCP_DOC_FREEZE_NOT_SUPPORTED The document does not support freeze content operation.

      • CONTENT_FCP_TSM_API_FAILURE

        public static final ExceptionCode CONTENT_FCP_TSM_API_FAILURE

        FNRCC0166E

        CONTENT_FCP_TSM_API_FAILURE Failure reported by TSM API, device Id {0}, method: {1}, return code: {2} {3}

        The call to the TSM API returned a failure ecode.

      • CONTENT_FCP_TSM_WRONG_MGMT_CLASS

        public static final ExceptionCode CONTENT_FCP_TSM_WRONG_MGMT_CLASS

        FNRCC0167E

        CONTENT_FCP_TSM_WRONG_MGMT_CLASS Unexpected management class result from tsmBindMC, storage area id {0}, found: {1}, expected: {2}

        The call to bindTsmMC resulted in an unexpected management class, the options file is incorrect.

      • CONTENT_FCP_TSM_NO_OBJECT

        public static final ExceptionCode CONTENT_FCP_TSM_NO_OBJECT

        FNRCC0168E

        CONTENT_FCP_TSM_NO_OBJECT The TSM object does not exist, device id {0} object name: {1}

        The content could not be retrieved, the named TSM object does not exist.

      • CONTENT_FCP_TSM_RETENTION_EVENT

        public static final ExceptionCode CONTENT_FCP_TSM_RETENTION_EVENT

        FNRCC0169E

        CONTENT_FCP_TSM_RETENTION_EVENT Failed to execute retention event {0}, error code: {1} device id {2} tsm object: {3}

        The call to tsmRetentionEvent failed.

      • CONTENT_FCP_TSM_OBJECT_CREATE_FAILED

        public static final ExceptionCode CONTENT_FCP_TSM_OBJECT_CREATE_FAILED

        FNRCC0170E

        CONTENT_FCP_TSM_OBJECT_CREATE_FAILED TSM Object creation failed, content id {0}, migration id {1}, mgmt class name: {2}, object name: {3}

        Creation of the tsm object failed.

      • CONTENT_FCP_TSM_INVALID_RETENTION_INITIATED_STATE

        public static final ExceptionCode CONTENT_FCP_TSM_INVALID_RETENTION_INITIATED_STATE

        FNRCC0171E

        CONTENT_FCP_TSM_INVALID_RETENTION_INITIATED_STATE The Retention Initiated state is invalid, expected pending or started, state: {0} device id {1} tsm object: {2}

        The Retention Initiated state is unexpected, and the expiration date is not set.

      • CONTENT_FCP_TSM_INVALID_REFERRAL_BLOB

        public static final ExceptionCode CONTENT_FCP_TSM_INVALID_REFERRAL_BLOB

        FNRCC0172E

        CONTENT_FCP_TSM_INVALID_REFERRAL_BLOB Failed to decode the TSM binary referral blob, the referral is corrupt or invalid, device id {0} referral length: {1}

        The binary referral blob is invalid and cannot be converted to a referral class instance.

      • CONTENT_FCP_TSM_API_INITIALIZATION

        public static final ExceptionCode CONTENT_FCP_TSM_API_INITIALIZATION

        FNRCC0173E

        CONTENT_FCP_TSM_API_INITIALIZATION Unable to initialize TsmJavaApi using API name [{0}] or [{1}]. Please verify that your application server has been configured to point to the proper TSM API native library.

        Could not initialize the TSM API

      • CONTENT_FCP_TSM_CREATE_OPT_FILE

        public static final ExceptionCode CONTENT_FCP_TSM_CREATE_OPT_FILE

        FNRCC0174E

        CONTENT_FCP_TSM_CREATE_OPT_FILE Failed to create TSM options file [{0}].

        Could not create TSM options file.

      • CONTENT_FCP_TSM_LOAD_OPT_FILE

        public static final ExceptionCode CONTENT_FCP_TSM_LOAD_OPT_FILE

        FNRCC0175E

        CONTENT_FCP_TSM_LOAD_OPT_FILE Failed to load the TSM options file [{0}].

        Could not load the TSM options file.

      • CONTENT_FCP_TSM_MISSING_OPT_FILE

        public static final ExceptionCode CONTENT_FCP_TSM_MISSING_OPT_FILE

        FNRCC0176E

        CONTENT_FCP_TSM_MISSING_OPT_FILE The TSM options file does not exist [{0}].

        Could not open the TSM options file.

      • CONTENT_FCP_TSM_WRITE_OPT_FILE

        public static final ExceptionCode CONTENT_FCP_TSM_WRITE_OPT_FILE

        FNRCC0177E

        CONTENT_FCP_TSM_WRITE_OPT_FILE Failed to write the TSM options file [{0}].

        Could not write TSM options file.

      • CONTENT_RETRYABLE_READ_FAILURE

        public static final ExceptionCode CONTENT_RETRYABLE_READ_FAILURE

        FNRCC0178E

        CONTENT_RETRYABLE_READ_FAILURE The attempt to read document id [{0}], element [{1}] failed.

        Read failed due to some transient condition. The read should be tried again at a later time.

      • CONTENT_FCP_TSM_TOO_MANY_CONTENT_ELEMENTS

        public static final ExceptionCode CONTENT_FCP_TSM_TOO_MANY_CONTENT_ELEMENTS

        FNRCC0179E

        CONTENT_FCP_TSM_TOO_MANY_CONTENT_ELEMENTS TSM Object creation failed, content id {0}, content element count {1}, max objects per transaction: {2}

        The TSM object cannot be created, it contains more content elements than allowed by the TSM server (see TXNGROUPMAX).

      • CONTENT_FCP_DOC_UNLOCK_FAILED

        public static final ExceptionCode CONTENT_FCP_DOC_UNLOCK_FAILED

        FNRCC0180E

        CONTENT_FCP_DOC_UNLOCK_FAILED The document could not be unlocked for this provider.

      • CONTENT_FCP_TSM_RETRYABLE_API_FAILURE

        public static final ExceptionCode CONTENT_FCP_TSM_RETRYABLE_API_FAILURE

        FNRCC0181E

        CONTENT_FCP_TSM_RETRYABLE_API_FAILURE Failure reported by TSM API, device Id {0}, method: {1}, return code: {2} {3}

        The call to the TSM API returned a failure code which indicates the operation should be retried later

      • CONTENT_FCP_TSM_OFFLINE_CONTENT

        public static final ExceptionCode CONTENT_FCP_TSM_OFFLINE_CONTENT

        FNRCC0182E

        CONTENT_FCP_TSM_OFFLINE_CONTENT The TSM content object is offline and the maximum number of concurrent tape readers [{0}] has been exceeded for the TSM Fixed Content Device [{1}].

        The maximum number of readers threads are currently waiting for offline TSM content (mount wait).

      • CONTENT_CACHE_INTERNAL_TIMEOUT

        public static final ExceptionCode CONTENT_CACHE_INTERNAL_TIMEOUT

        FNRCC0183E

        CONTENT_CACHE_INTERNAL_TIMEOUT The content cache timed out populating a cache file. This is an internal error that is handled in the server.

      • CONTENT_FCP_OPERATION_FAILED_WITH_CONTEXT

        public static final ExceptionCode CONTENT_FCP_OPERATION_FAILED_WITH_CONTEXT

        FNRCC0184E

        CONTENT_FCP_OPERATION_FAILED_WITH_CONTEXT The fixed content provider operation failed.

        Fixed content provider exception code with an Exception context that describes the details of the failure

      • CONTENT_FCP_HCP_INVALID_REFERRAL_BLOB

        public static final ExceptionCode CONTENT_FCP_HCP_INVALID_REFERRAL_BLOB

        FNRCC0185E

        CONTENT_FCP_HCP_INVALID_REFERRAL_BLOB Failed to decode the HCP binary referral blob, the referral is corrupt or invalid, device id {0} referral length: {1}

        The binary referral blob is invalid and cannot be converted to a referral class instance.

      • CONTENT_FXCA_CONTENT_EXCEEDS_MAX_SIZE

        public static final ExceptionCode CONTENT_FXCA_CONTENT_EXCEEDS_MAX_SIZE

        FNRCC0186E

        CONTENT_FXCA_CONTENT_EXCEEDS_MAX_SIZE The size of a content element [{0}] exceeds the maximum size supported by the Fixed Content Device [{1}].

        The content element size exceeds the maximum allowed for a single element by the Fixed Content Device.

      • CONTENT_FXCA_FCP_REJECTED_RETENTION_CREATE

        public static final ExceptionCode CONTENT_FXCA_FCP_REJECTED_RETENTION_CREATE

        FNRCC0187E

        CONTENT_FXCA_FCP_REJECTED_RETENTION_CREATE The fixed content provider rejected the retention date [{0}] during document check-in.

        The fixed content provider did not accept the retention setting for the new document, the fixed content device does not support the retention period.

      • CONTENT_FXCA_FCP_REJECTED_RETENTION_ALTER

        public static final ExceptionCode CONTENT_FXCA_FCP_REJECTED_RETENTION_ALTER

        FNRCC0188E

        CONTENT_FXCA_FCP_REJECTED_RETENTION_ALTER The fixed content provider rejected the new value for the retention date [{0}], current value [{1}].

        The fixed content provider did not accept the new retention setting for the new document, the fixed content device does not support the retention period.

      • CONTENT_CRYPTOGRAPHIC_SERVICE_MISSING

        public static final ExceptionCode CONTENT_CRYPTOGRAPHIC_SERVICE_MISSING

        FNRCC0189E

        CONTENT_CRYPTOGRAPHIC_SERVICE_MISSING Content Engine did not enable content encryption for the for the following reason: The AES/CTR/NoPadding encryption algorithm is not available in the server environment.

      • CONTENT_KEY_GENERATION_FAILURE

        public static final ExceptionCode CONTENT_KEY_GENERATION_FAILURE

        FNRCC0190E

        CONTENT_KEY_GENERATION_FAILURE Content Engine failed to generate a new content encryption key.

      • CONTENT_CRYPTOGRAPHIC_OP_FAILED

        public static final ExceptionCode CONTENT_CRYPTOGRAPHIC_OP_FAILED

        FNRCC0191E

        CONTENT_CRYPTOGRAPHIC_OP_FAILED Content Engine failed to encrypt or decrypt data by using the encryption key information that is stored in the "{0}" object store.

      • CONTENT_KEY_MISSING

        public static final ExceptionCode CONTENT_KEY_MISSING

        FNRCC0192E

        CONTENT_KEY_MISSING Content Engine did not find the encryption key that is associated with the "{0}" index in the "{1}" object store.

      • CONTENT_CIPHER_FAILURE

        public static final ExceptionCode CONTENT_CIPHER_FAILURE

        FNRCC0193E

        CONTENT_CIPHER_FAILURE Content Engine failed to encrypt or decrypt content for the following reason: The initialization of a cryptographic cipher instance failed.

      • CONTENT_ENCRYPTION_ERROR

        public static final ExceptionCode CONTENT_ENCRYPTION_ERROR

        FNRCC0194E

        CONTENT_ENCRYPTION_ERROR Content Engine failed to encrypt content for the "{0}" object.

      • CONTENT_COMPRESSION_BLOCK_HEADER_ERROR

        public static final ExceptionCode CONTENT_COMPRESSION_BLOCK_HEADER_ERROR

        FNRCC0195E

        CONTENT_COMPRESSION_BLOCK_HEADER_ERROR The compressed data stream block signature byte at position {0} did not have the expected value. Expected {1}, actual {2}.

      • CONTENT_COMPRESSION_SHORT_READ

        public static final ExceptionCode CONTENT_COMPRESSION_SHORT_READ

        FNRCC0196E

        CONTENT_COMPRESSION_SHORT_READ A read from the compressed data stream failed to return the expected number of bytes. Expected {0}, actual {1}.

      • CONTENT_COMPRESSION_DECOMPRESSED_SIZE_MISMATCH

        public static final ExceptionCode CONTENT_COMPRESSION_DECOMPRESSED_SIZE_MISMATCH

        FNRCC0197E

        CONTENT_COMPRESSION_DECOMPRESSED_SIZE_MISMATCH A block from the compressed data stream did not inflate to the expected size. Expected {0}, actual {1}.

      • CONTENT_COMPRESSION_BAD_HEADER

        public static final ExceptionCode CONTENT_COMPRESSION_BAD_HEADER

        FNRCC0198E

        CONTENT_COMPRESSION_BAD_HEADER The header read from the data stream did not have the expected form for compressed content. Expected {0}, actual {1}.

      • CONTENT_COMPRESSION_DECOMPRESSION_ERROR

        public static final ExceptionCode CONTENT_COMPRESSION_DECOMPRESSION_ERROR

        FNRCC0199E

        CONTENT_COMPRESSION_DECOMPRESSION_ERROR An exception occurred while decompressing the data stream.

      • CONTENT_THUMBNAIL_GET_SERVICE_FAILUER

        public static final ExceptionCode CONTENT_THUMBNAIL_GET_SERVICE_FAILUER

        FNRCC0200E

        CONTENT_THUMBNAIL_GET_SERVICE_FAILUER Failed to get the Thumbnail Generation Service implementation: [{0}].

      • CONTENT_THUMBNAIL_GENERATION_FAILURE

        public static final ExceptionCode CONTENT_THUMBNAIL_GENERATION_FAILURE

        FNRCC0201E

        CONTENT_THUMBNAIL_GENERATION_FAILURE Failed to generate thumbnail for file: [{0}], generation service return error code: [{1}].

      • CONTENT_THUMBNAIL_READ_FAILURE

        public static final ExceptionCode CONTENT_THUMBNAIL_READ_FAILURE

        FNRCC0202E

        CONTENT_THUMBNAIL_READ_FAILURE Failed to read generated thumbnail into byte array for file: [{0}].

      • CONTENT_THUMBNAIL_FAILED_CREATE_CONTROL_FILE

        public static final ExceptionCode CONTENT_THUMBNAIL_FAILED_CREATE_CONTROL_FILE

        FNRCC0203E

        CONTENT_THUMBNAIL_FAILED_CREATE_CONTROL_FILE Failed to generate the batch control file for thumbnail generation batch: [{0}].

      • CONTENT_THUMBNAIL_FILETYPE_NOT_SUPPORTED

        public static final ExceptionCode CONTENT_THUMBNAIL_FILETYPE_NOT_SUPPORTED

        FNRCC0204E

        CONTENT_THUMBNAIL_FILETYPE_NOT_SUPPORTED The file type is not supported for file:[{0}], mimetype[{1}].

      • CONTENT_THUMBNAIL_FAILED_LAUNCH_EXTERNAL_PROCESS

        public static final ExceptionCode CONTENT_THUMBNAIL_FAILED_LAUNCH_EXTERNAL_PROCESS

        FNRCC0205E

        CONTENT_THUMBNAIL_FAILED_LAUNCH_EXTERNAL_PROCESS Failed to launch the external thumbnail generation process for batch:[{0}].

      • CONTENT_THUMBNAIL_FAILED_READ_RESULT_FILE

        public static final ExceptionCode CONTENT_THUMBNAIL_FAILED_READ_RESULT_FILE

        FNRCC0206E

        CONTENT_THUMBNAIL_FAILED_READ_RESULT_FILE Failed to read thumbnail generation process status result file [{0}], process exit value [{1}].

      • CONTENT_THUMBNAIL_NOT_PROCESSED

        public static final ExceptionCode CONTENT_THUMBNAIL_NOT_PROCESSED

        FNRCC0207E

        CONTENT_THUMBNAIL_NOT_PROCESSED Thumbnail generation service did not process input file [{0}].

      • CONTENT_THUMBNAIL_FAILED_CREATE_OUTPUT_FOLDER

        public static final ExceptionCode CONTENT_THUMBNAIL_FAILED_CREATE_OUTPUT_FOLDER

        FNRCC0208E

        CONTENT_THUMBNAIL_FAILED_CREATE_OUTPUT_FOLDER Failed to create folder [{0}] under root folder [{1}] for thumbnail generation of input file [{2}].

      • CONTENT_THUMBNAIL_GENERATION_FAILURE_NONRETRIABLE

        public static final ExceptionCode CONTENT_THUMBNAIL_GENERATION_FAILURE_NONRETRIABLE

        FNRCC0209E

        CONTENT_THUMBNAIL_GENERATION_FAILURE_NONRETRIABLE A non-retriable error occurred when generating thumbnail for file: [{0}], generation service returned error code: [{1}].

      • CONTENT_THUMBNAIL_NOT_PROCESSED_PROCESS_FAILURE

        public static final ExceptionCode CONTENT_THUMBNAIL_NOT_PROCESSED_PROCESS_FAILURE

        FNRCC0210E

        CONTENT_THUMBNAIL_NOT_PROCESSED_PROCESS_FAILURE Thumbnail generation service did not process input file [{0}], process exit value [{1}].

      • CONTENT_THUMBNAIL_LOAD_BINARY_RECOGNIZER_FAILURE

        public static final ExceptionCode CONTENT_THUMBNAIL_LOAD_BINARY_RECOGNIZER_FAILURE

        FNRCC0211E

        CONTENT_THUMBNAIL_LOAD_BINARY_RECOGNIZER_FAILURE Thumbnail generation service failed to load binary recognizer configuration file [{0}].

      • CONTENT_THUMBNAIL_FILETYPE_FILTERED

        public static final ExceptionCode CONTENT_THUMBNAIL_FILETYPE_FILTERED

        FNRCC0212E

        CONTENT_THUMBNAIL_FILETYPE_FILTERED The file type has been configured to be filtered for file:[{0}], mimetype[{1}].

      • CONTENT_THUMBNAIL_LOAD_MIMETYPE_ACTION_FAILURE

        public static final ExceptionCode CONTENT_THUMBNAIL_LOAD_MIMETYPE_ACTION_FAILURE

        FNRCC0213E

        CONTENT_THUMBNAIL_LOAD_MIMETYPE_ACTION_FAILURE Thumbnail generation service failed to load mimetype action configuration file [{0}].

      • CONTENT_THUMBNAIL_WRONG_IWORK_FORMAT_FAILURE

        public static final ExceptionCode CONTENT_THUMBNAIL_WRONG_IWORK_FORMAT_FAILURE

        FNRCC0214E

        CONTENT_THUMBNAIL_WRONG_IWORK_FORMAT_FAILURE The input iWork file {0}], mimetype[{1}] is not in a valid format.

      • CONTENT_THUMBNAIL_IWORK_NO_QUICKLOOK_PREVIEW

        public static final ExceptionCode CONTENT_THUMBNAIL_IWORK_NO_QUICKLOOK_PREVIEW

        FNRCC0215E

        CONTENT_THUMBNAIL_IWORK_NO_QUICKLOOK_PREVIEW The input iWork file {0}], mimetype[{1}] does not include a thumbnail in the QuickLook folder.

      • CONTENT_THUMBNAIL_IWORK_THUMB_GENERATION_FAILURE

        public static final ExceptionCode CONTENT_THUMBNAIL_IWORK_THUMB_GENERATION_FAILURE

        FNRCC0216E

        CONTENT_THUMBNAIL_IWORK_THUMB_GENERATION_FAILURE The thumbnail generation for the input iWork file {0}], mimetype[{1}] failed.

      • CONTENT_THUMBNAIL_IWORK_NO_NATIVE_THUMBNAIL

        public static final ExceptionCode CONTENT_THUMBNAIL_IWORK_NO_NATIVE_THUMBNAIL

        FNRCC0217E

        CONTENT_THUMBNAIL_IWORK_NO_NATIVE_THUMBNAIL The input iWork file {0}], mimetype[{1}] does not include an embedded thumbnail.

      • CONTENT_THUMBNAIL_OUTSIDEIN_SDK_NOT_DEPLOYED

        public static final ExceptionCode CONTENT_THUMBNAIL_OUTSIDEIN_SDK_NOT_DEPLOYED

        FNRCC0218E

        CONTENT_THUMBNAIL_OUTSIDEIN_SDK_NOT_DEPLOYED Cannot locate the OutsideIn binary, the SDK is not deployed.

      • CONTENT_THUMBNAIL_OUTPUT_FORMAT_NOT_SUPPORTED

        public static final ExceptionCode CONTENT_THUMBNAIL_OUTPUT_FORMAT_NOT_SUPPORTED

        FNRCC0219E

        CONTENT_THUMBNAIL_OUTPUT_FORMAT_NOT_SUPPORTED The thumbnail image format [{0}] is not supported by the thumbnail generation service provider.

      • CONTENT_FXCA_OPERATION_FAILED_PENDING_RETENTION

        public static final ExceptionCode CONTENT_FXCA_OPERATION_FAILED_PENDING_RETENTION

        FNRCC0220E

        CONTENT_FXCA_OPERATION_FAILED_PENDING_RETENTION Operation [{0}] cannot be performed while there is a pending alter retention request for the fixed content.

        The operation cannot be performed while a request to alter the retention period of the fixed content is pending.

      • CONTENT_BMCJ_FAILED_NO_STORAGE_DEFINED

        public static final ExceptionCode CONTENT_BMCJ_FAILED_NO_STORAGE_DEFINED

        FNRCC0221E

        CONTENT_BMCJ_FAILED_NO_STORAGE_DEFINED A Bulk Move Content Job cannot continue moving content for objects selected by the job because the specified Storage Policy does not select any open Storage Areas in which to move it.

      • CONTENT_FCP_ATMOS_UNKNOWN_SERVER_ERROR

        public static final ExceptionCode CONTENT_FCP_ATMOS_UNKNOWN_SERVER_ERROR

        FNRCC0222E

        CONTENT_FCP_ATMOS_UNKNOWN_SERVER_ERROR The Atmos server encountered an unknown error.

      • CONTENT_FCP_ATMOS_SIGNATURE

        public static final ExceptionCode CONTENT_FCP_ATMOS_SIGNATURE

        FNRCC0223E

        CONTENT_FCP_ATMOS_SIGNATURE Unable to compute Atmos signature for http request with headers: {0}

      • CONTENT_FCP_ATMOS_UNEXPECTED_RESPONSE_CODE

        public static final ExceptionCode CONTENT_FCP_ATMOS_UNEXPECTED_RESPONSE_CODE

        FNRCC0224E

        CONTENT_FCP_ATMOS_UNEXPECTED_RESPONSE_CODE An unexpected status code [{0}] was returned from the Atmos server instead of one of the followng status code(s) [{1}].

      • CONTENT_FCP_ATMOS_CREATE_FAILED_NO_OBJECT_ID

        public static final ExceptionCode CONTENT_FCP_ATMOS_CREATE_FAILED_NO_OBJECT_ID

        FNRCC0225E

        CONTENT_FCP_ATMOS_CREATE_FAILED_NO_OBJECT_ID Unable to create object on Atmos. The response did not return an object id: [{0}].

      • CONTENT_FCP_ATMOS_CONNECT_FAILED

        public static final ExceptionCode CONTENT_FCP_ATMOS_CONNECT_FAILED

        FNRCC0226E

        CONTENT_FCP_ATMOS_CONNECT_FAILED Unable to connect to Atmos server at {0} using the {1} fixed content device. Caused by [{2}].

      • CONTENT_FCP_ATMOS_READ_FAILED

        public static final ExceptionCode CONTENT_FCP_ATMOS_READ_FAILED

        FNRCC0227E

        CONTENT_FCP_ATMOS_READ_FAILED Unable to read Atmos object {0}. Current position={1}.

      • CONTENT_FCP_ATMOS_INVALID_RESPONSE

        public static final ExceptionCode CONTENT_FCP_ATMOS_INVALID_RESPONSE

        FNRCC0228E

        CONTENT_FCP_ATMOS_INVALID_RESPONSE Unable to get response from the Atmos server. HTTP status code={0}.

      • CONTENT_FCP_READ_FAILED

        public static final ExceptionCode CONTENT_FCP_READ_FAILED

        FNRCC0229E

        CONTENT_FCP_READ_FAILED Unable to read document from fixed content device.

      • CONTENT_FCP_SIZE_FAILED

        public static final ExceptionCode CONTENT_FCP_SIZE_FAILED

        FNRCC0230E

        CONTENT_FCP_SIZE_FAILED Unable to determine the size of the object from fixed content device.

      • CONTENT_FCP_ATMOS_DELETE_FAILED

        public static final ExceptionCode CONTENT_FCP_ATMOS_DELETE_FAILED

        FNRCC0231E

        CONTENT_FCP_ATMOS_DELETE_FAILED Unable to delete Atmos object {0}.

      • CONTENT_FCP_ATMOS_SIZE_FAILED

        public static final ExceptionCode CONTENT_FCP_ATMOS_SIZE_FAILED

        FNRCC0232E

        CONTENT_FCP_ATMOS_SIZE_FAILED Unable to get the size of Atmos object {0}.

      • CONTENT_FCP_ATMOS_EXISTS_FAILED

        public static final ExceptionCode CONTENT_FCP_ATMOS_EXISTS_FAILED

        FNRCC0233E

        CONTENT_FCP_ATMOS_EXISTS_FAILED Unable to determine if Atmos object {0} exists.

      • CONTENT_FCP_ATMOS_SKIP_FAILED

        public static final ExceptionCode CONTENT_FCP_ATMOS_SKIP_FAILED

        FNRCC0234E

        CONTENT_FCP_ATMOS_SKIP_FAILED Unable to skip {0} bytes from current offset {1} when retrieving Atmos object {2}.

      • CONTENT_FCP_ATMOS_VALIDATE_CONNECT_FAILED

        public static final ExceptionCode CONTENT_FCP_ATMOS_VALIDATE_CONNECT_FAILED

        FNRCC0235E

        CONTENT_FCP_ATMOS_VALIDATE_CONNECT_FAILED Unable to validate connectivity to the {0} fixed content device. Verify that the Atmos URL and other connection properties are valid.

      • CONTENT_FCP_HTTP_REQUEST_FAILED

        public static final ExceptionCode CONTENT_FCP_HTTP_REQUEST_FAILED

        FNRCC0236E

        CONTENT_FCP_HTTP_REQUEST_FAILED The HTTP {0} request to {1} failed for the {2} fixed content device. Caused by [{3}].

      • DB_BAD_BATCH_RESULT

        public static final ExceptionCode DB_BAD_BATCH_RESULT

        FNRCD0001E

        DB_BAD_BATCH_RESULT The batch statement did not return the appropriate number of results.

      • DB_BAD_DATABASE_VENDOR

        public static final ExceptionCode DB_BAD_DATABASE_VENDOR

        FNRCD0002E

        DB_BAD_DATABASE_VENDOR The database vendor cannot be determined from the JNDI data source or is an unsupported type. Check the data source and verify the database connection.

        The database vendor cannot be determined from the JNDI data source, or the data source is an unsupported type. Check the data source and verify the database connection.

      • DB_BAD_DATATYPE

        public static final ExceptionCode DB_BAD_DATATYPE

        FNRCD0003E

        DB_BAD_DATATYPE Bad data type: {0}

        The indicated data type is invalid.

      • DB_BAD_INPUT_BINDING_INDEX

        public static final ExceptionCode DB_BAD_INPUT_BINDING_INDEX

        FNRCD0004E

        DB_BAD_INPUT_BINDING_INDEX The index into input bindings is invalid.

      • DB_BAD_OUTPUT_BINDING_TYPE

        public static final ExceptionCode DB_BAD_OUTPUT_BINDING_TYPE

        FNRCD0005E

        DB_BAD_OUTPUT_BINDING_TYPE The output binding datatype is invalid.

      • DB_CANT_EXTRACT_CONNECTION_PARAMETERS

        public static final ExceptionCode DB_CANT_EXTRACT_CONNECTION_PARAMETERS

        FNRCD0006E

        DB_CANT_EXTRACT_CONNECTION_PARAMETERS The database parameters cannot be extracted from the connection.

      • DB_COLUMN_DOES_NOT_EXIST

        public static final ExceptionCode DB_COLUMN_DOES_NOT_EXIST

        FNRCD0007E

        DB_COLUMN_DOES_NOT_EXIST The referenced database column does not exist on specified table.

      • DB_CONNECTION_REESTABLISHED

        public static final ExceptionCode DB_CONNECTION_REESTABLISHED

        FNRCD0008E

        DB_CONNECTION_REESTABLISHED The connection to the database failed but has been reestablished.

        The connection to the database failed but has been reestablished. The server will attempt to retry the request.

      • DB_ERROR

        public static final ExceptionCode DB_ERROR

        FNRCD0009E

        DB_ERROR The database access failed with the following error: ErrorCode {0}, Message '{1}'

        The database access failed.

      • DB_ERROR_R

        public static final ExceptionCode DB_ERROR_R
        Deprecated. This exception code is not used as of CE 5.0
      • DB_FINISH_EXECUTE

        public static final ExceptionCode DB_FINISH_EXECUTE

        FNRCD0011E

        DB_FINISH_EXECUTE The prior execution must finish before starting a new execution.

      • DB_INVALID_EXECUTION

        public static final ExceptionCode DB_INVALID_EXECUTION

        FNRCD0012E

        DB_INVALID_EXECUTION The attempt to add more execution statements is invalid.

      • DB_INVALID_STATEMENT

        public static final ExceptionCode DB_INVALID_STATEMENT

        FNRCD0013E

        DB_INVALID_STATEMENT The following statement is considered invalid by the implementation: {0}

        The indicated statement is considered invalid by the implementation.

      • DB_NOTHING_TO_INSERT

        public static final ExceptionCode DB_NOTHING_TO_INSERT

        FNRCD0014E

        DB_NOTHING_TO_INSERT There is nothing to insert.

      • DB_NOT_UNIQUE

        public static final ExceptionCode DB_NOT_UNIQUE

        FNRCD0015E

        DB_NOT_UNIQUE The update or insert failed due to an attempt to create a duplicate value in a unique index.

        The update or insert operation failed due to an attempt to create a duplicate value in a unique index.

      • DB_NO_COUNT_IN_RESULT

        public static final ExceptionCode DB_NO_COUNT_IN_RESULT

        FNRCD0016E

        DB_NO_COUNT_IN_RESULT The database result does not have a count.

      • DB_NO_INSERT_TABLE

        public static final ExceptionCode DB_NO_INSERT_TABLE

        FNRCD0017E

        DB_NO_INSERT_TABLE A table name must be specified for the insert operation.

      • DB_NO_RESULT

        public static final ExceptionCode DB_NO_RESULT

        FNRCD0018E

        DB_NO_RESULT The given statement did not return any result.

      • DB_OBJECT_DOES_NOT_EXIST

        public static final ExceptionCode DB_OBJECT_DOES_NOT_EXIST

        FNRCD0019E

        DB_OBJECT_DOES_NOT_EXIST The referenced database object cannot be located.

      • DB_OUT_OF_MEMORY

        public static final ExceptionCode DB_OUT_OF_MEMORY

        FNRCD0020E

        DB_OUT_OF_MEMORY The underlying database does not have enough memory or heap space to process the current command.

      • DB_SEQUENCE_EXHAUSTED

        public static final ExceptionCode DB_SEQUENCE_EXHAUSTED

        FNRCD0021E

        DB_SEQUENCE_EXHAUSTED The range of values for the sequence is exhausted. The sequence must be updated with a larger range of values.

      • DB_ROWLENGTH_LIMIT_EXCEEDED

        public static final ExceptionCode DB_ROWLENGTH_LIMIT_EXCEEDED

        FNRCD0022E

        DB_ROWLENGTH_LIMIT_EXCEEDED The summation of column lengths exceeds the capacity of the underlying database.

      • DB_TABLE_DOES_NOT_EXIST

        public static final ExceptionCode DB_TABLE_DOES_NOT_EXIST

        FNRCD0023E

        DB_TABLE_DOES_NOT_EXIST The table that was referenced in the database query cannot be found.

        The table that was referenced in the database query cannot be found.

      • DB_UNABLE_TO_ALTER_COLUMN

        public static final ExceptionCode DB_UNABLE_TO_ALTER_COLUMN

        FNRCD0024E

        DB_UNABLE_TO_ALTER_COLUMN The column cannot be altered via the application server. Please ask your DBA to issue the following statement against database {0}, then re-attempt the operation.

        The column cannot be altered via the application server. Please ask your DBA to issue the following statement against the database, then re-attempt the operation.

      • DB_UNEXPECTED_SQL_RESULT

        public static final ExceptionCode DB_UNEXPECTED_SQL_RESULT

        FNRCD0025E

        DB_UNEXPECTED_SQL_RESULT One of the SQL statements did not return an expected result.

      • DB_NO_TABLESPACE_VERSIONS

        public static final ExceptionCode DB_NO_TABLESPACE_VERSIONS

        FNRCD0026E

        DB_NO_TABLESPACE_VERSIONS The ALTER operation failed because the zOS table space in database '{0}' is out of versions. The z/OS DBA must run the REORG TABLESPACE, MODIFY RECOVERY and COPY utilities against the table space pertaining to the table listed in the following SQL command. Once these commands have completed (in the order listed), the offending operation can be retried and general use of the table can resume. It is recommended that the Content Engine application be stopped during this period.

        The ALTER operation failed because the zOS tablespace is out of versions.

      • DB_QUERY_COLUMN_LENGTH_EXCEEDED

        public static final ExceptionCode DB_QUERY_COLUMN_LENGTH_EXCEEDED

        FNRCD0027E

        DB_QUERY_COLUMN_LENGTH_EXCEEDED The length of the query value exceeds the length of the underlying column in the database.

        Each property corresponds to a specific column in a database table. For a string-valued property, the length of the underlying table column is determined by the maximum string length that has been specified for the property. The string length of the property value for which you are searching exceeds the maximum string length of the property.

      • CLASSIFY_DITA_COMPONENT_FILED_IN_MULTIPLE_FOLDERS

        public static final ExceptionCode CLASSIFY_DITA_COMPONENT_FILED_IN_MULTIPLE_FOLDERS

        FNRCQ0001E

        CLASSIFY_DITA_COMPONENT_FILED_IN_MULTIPLE_FOLDERS DITA component filed in multiple folders {0}.

        DITA components must be filed in one and only one folder to mirror a file system.

      • CLASSIFY_DITA_COMPONENT_NOT_FILED_IN_ANY_FOLDER

        public static final ExceptionCode CLASSIFY_DITA_COMPONENT_NOT_FILED_IN_ANY_FOLDER

        FNRCQ0002E

        CLASSIFY_DITA_COMPONENT_NOT_FILED_IN_ANY_FOLDER DITA component not filed in any folder {0}.

        DITA components must be filed in one and only one folder to mirror a file system.

      • CLASSIFY_DITA_INVALID_PATH

        public static final ExceptionCode CLASSIFY_DITA_INVALID_PATH

        FNRCQ0003E

        CLASSIFY_DITA_INVALID_PATH The path is malformed path.

        path
        The problematic path.

        .

      • CLASSIFY_DITA_UNSUPPORTED_TYPE

        public static final ExceptionCode CLASSIFY_DITA_UNSUPPORTED_TYPE

        FNRCQ0004E

        CLASSIFY_DITA_UNSUPPORTED_TYPE The DITA classifier does not support this DITA type {0}.

      • CLASSIFY_DITA_REQUIRED_VALUE_NOT_FOUND

        public static final ExceptionCode CLASSIFY_DITA_REQUIRED_VALUE_NOT_FOUND

        FNRCQ0005E

        CLASSIFY_DITA_REQUIRED_VALUE_NOT_FOUND A required DITA value was not found {0}.

      • CLASSIFY_DITA_INVALID_NODE_TEXT_FORMAT

        public static final ExceptionCode CLASSIFY_DITA_INVALID_NODE_TEXT_FORMAT

        FNRCQ0006E

        CLASSIFY_DITA_INVALID_NODE_TEXT_FORMAT Invalid format for node text data, expected a name:value pair {0}.

      • PUBLISH_DITA_RENDER_FAILED

        public static final ExceptionCode PUBLISH_DITA_RENDER_FAILED

        FNRCQ0007E

        PUBLISH_DITA_RENDER_FAILED The DITA Open Toolkit render operation failed. It return value rcode.

        rcode
        The return code from the toolkit.
      • PUBLISH_DITA_INVALID_WORKSPACE_FOLDER

        public static final ExceptionCode PUBLISH_DITA_INVALID_WORKSPACE_FOLDER

        FNRCQ0008E

        PUBLISH_DITA_INVALID_WORKSPACE_FOLDER The DITA temp workspace folder exists but is not a folder {0}.

      • PUBLISH_DITA_UNABLE_TO_DELETE

        public static final ExceptionCode PUBLISH_DITA_UNABLE_TO_DELETE

        FNRCQ0009E

        PUBLISH_DITA_UNABLE_TO_DELETE After a render operation, the deletion of the DITA temp file or folder failed temp.

        temp
        The problematic folder or file.
      • PUBLISH_DITA_UNABLE_TO_CREATE

        public static final ExceptionCode PUBLISH_DITA_UNABLE_TO_CREATE

        FNRCQ0010E

        PUBLISH_DITA_UNABLE_TO_CREATE Unable to create temp DITA file or folder {0}.

      • PUBLISH_DITA_JAVA_HOME_UNDEFINED

        public static final ExceptionCode PUBLISH_DITA_JAVA_HOME_UNDEFINED

        FNRCQ0011E

        PUBLISH_DITA_JAVA_HOME_UNDEFINED The JAVA_HOME environment variable is not defined.

      • PUBLISH_DITA_INVALID_DITAVAL

        public static final ExceptionCode PUBLISH_DITA_INVALID_DITAVAL

        FNRCQ0012E

        PUBLISH_DITA_INVALID_DITAVAL DITAVAL file requires DocumentTitle, ContentSize, and ContentElement properties.

      • PUBLISH_DITA_INVALID_DITAOT_LIB

        public static final ExceptionCode PUBLISH_DITA_INVALID_DITAOT_LIB

        FNRCQ0013E

        PUBLISH_DITA_INVALID_DITAOT_LIB The DITA Open Toolkit lib folder was not found or is invalid.

      • PUBLISH_DITA_INVALID_DITAOT

        public static final ExceptionCode PUBLISH_DITA_INVALID_DITAOT

        FNRCQ0014E

        PUBLISH_DITA_INVALID_DITAOT The DITA Open Toolkit is not installed in the specified DITAHome location, {0}, specified in the DITA Rendition Engine Connection.

      • PUBLISH_DITA_PUBLICATION_NOT_FOUND

        public static final ExceptionCode PUBLISH_DITA_PUBLICATION_NOT_FOUND

        FNRCQ0015E

        PUBLISH_DITA_PUBLICATION_NOT_FOUND The DITA publication file was not found {0}.

      • E_ACCESS_DENIED

        public static final ExceptionCode E_ACCESS_DENIED

        FNRCE0001E

        E_ACCESS_DENIED The requester has insufficient access rights to perform the requested operation.

      • E_BAD_CLASSID

        public static final ExceptionCode E_BAD_CLASSID

        FNRCE0002E

        E_BAD_CLASSID Class "class_name_or_id" not found.

        class_name_or_id
        The candidate class name or ID passed in by the calling application.

        The indicated class was not found. A path must start with "/" or "\". An ID must match the GUID format, including braces. A name may not have slashes or braces.

      • E_BAD_FILTER_EXPRESSION

        public static final ExceptionCode E_BAD_FILTER_EXPRESSION

        FNRCE0003E

        E_BAD_FILTER_EXPRESSION Bad filter expression "filtExpr".

        filtExpr
        The problematic filter expression.
      • E_BAD_INDEX

        public static final ExceptionCode E_BAD_INDEX

        FNRCE0004E

        E_BAD_INDEX The index specified does not reference a valid property or list element.

      • E_BAD_OBJECT

        public static final ExceptionCode E_BAD_OBJECT

        FNRCE0005E

        E_BAD_OBJECT An inappropriate object was passed as parameter to this function. For example, the object does not support a required interface or is of an inappropriate class.

      • E_BAD_OPERATOR

        public static final ExceptionCode E_BAD_OPERATOR

        FNRCE0006E

        E_BAD_OPERATOR The operator "{0}" is not defined in the metadata of the current scope.

      • E_BAD_PARAMETER

        public static final ExceptionCode E_BAD_PARAMETER

        FNRCE0007E

        E_BAD_PARAMETER Invalid input parameter: Name={0}, Value={1}.

        The indicated input parameter is invalid.

      • E_BAD_PROPERTYID

        public static final ExceptionCode E_BAD_PROPERTYID

        FNRCE0008E

        E_BAD_PROPERTYID The property identifier {0} is not valid for class {1}.

      • E_BAD_URL

        public static final ExceptionCode E_BAD_URL

        FNRCE0009E

        E_BAD_URL The resource URL is not syntactically valid.

      • E_BAD_VALUE

        public static final ExceptionCode E_BAD_VALUE

        FNRCE0010E

        E_BAD_VALUE The value given for a property or list element lies outside the permitted range or value set, or exceeds the maximum length allowed.

      • E_CLASS_LOADING_ERROR

        public static final ExceptionCode E_CLASS_LOADING_ERROR

        FNRCE0011E

        E_CLASS_LOADING_ERROR Unable to load class: {0}.

      • E_CLASS_NOT_SEARCHABLE

        public static final ExceptionCode E_CLASS_NOT_SEARCHABLE

        FNRCE0012E

        E_CLASS_NOT_SEARCHABLE The class "className" referred to in the FROM Expression is not searchable.

        className
        The name of the problematic class.
      • E_CLOSED_STREAM

        public static final ExceptionCode E_CLOSED_STREAM

        FNRCE0013E

        E_CLOSED_STREAM An operation was attempted on a stream that has been closed.

      • E_CONFLICTING_OPERATION

        public static final ExceptionCode E_CONFLICTING_OPERATION

        FNRCE0014E

        E_CONFLICTING_OPERATION The combination of operations specified for the object is invalid.

      • E_CONSTRAINT_VIOLATED

        public static final ExceptionCode E_CONSTRAINT_VIOLATED

        FNRCE0015E

        E_CONSTRAINT_VIOLATED The operation violates a constraint of the implementation.

      • E_DATABASE_ERROR

        public static final ExceptionCode E_DATABASE_ERROR

        FNRCE0016E

        E_DATABASE_ERROR The operation was unable to read from or write to the database.

      • E_DATABASE_FULL

        public static final ExceptionCode E_DATABASE_FULL

        FNRCE0017E

        E_DATABASE_FULL The database is full.

      • E_DATATYPE_MISMATCH

        public static final ExceptionCode E_DATATYPE_MISMATCH

        FNRCE0018E

        E_DATATYPE_MISMATCH The method invoked is inappropriate for the datatype of the property.

      • E_DEADLOCK_ERROR

        public static final ExceptionCode E_DEADLOCK_ERROR

        FNRCE0019E

        E_DEADLOCK_ERROR The operation could not be completed due to a deadlock error. A retry might be appropriate.

        The database operation failed because of a transaction deadlock error or a timeout.

      • E_DUPLICATE_LIST_UPDATE

        public static final ExceptionCode E_DUPLICATE_LIST_UPDATE

        FNRCE0020E

        E_DUPLICATE_LIST_UPDATE A duplicate entry was detected in the list update operation at the position posNum.

        posNum
        The position in the list where the duplicate entry was found.
      • E_ENUM_NAME_KEY_MATCH_FAILED

        public static final ExceptionCode E_ENUM_NAME_KEY_MATCH_FAILED

        FNRCE0021E

        E_ENUM_NAME_KEY_MATCH_FAILED The enum field name "{0}" does not match a resource key "{1}" for the ExceptionCode fields.

      • E_EXCEPTION_RETRY

        public static final ExceptionCode E_EXCEPTION_RETRY

        FNRCE0022E

        E_EXCEPTION_RETRY There was a problem communicating with the client application. The exception is not fatal and the request can be resubmitted to the server.

        This error is logged to the debugging log, but is not logged to the p8_server_error.log file.

      • E_FAILED

        public static final ExceptionCode E_FAILED

        FNRCE0023E

        E_FAILED The operation failed.

      • E_FAILED_TO_GET_DATASOURCE

        public static final ExceptionCode E_FAILED_TO_GET_DATASOURCE

        FNRCE0024E

        E_FAILED_TO_GET_DATASOURCE The server cannot get the data source {0}.

        The server cannot get the data source interface from the application server. There will be a nested exception.

      • E_FOREIGN_OBJECT

        public static final ExceptionCode E_FOREIGN_OBJECT

        FNRCE0025E

        E_FOREIGN_OBJECT The property does not allow a reference to an object from a different object store.

      • E_HEAP_FAILURE

        public static final ExceptionCode E_HEAP_FAILURE

        FNRCE0026E

        E_HEAP_FAILURE The operation ran out of memory.

      • E_ILLEGAL_OPERATION

        public static final ExceptionCode E_ILLEGAL_OPERATION

        FNRCE0027E

        E_ILLEGAL_OPERATION The operation is disallowed by the DMA Specification.

      • E_INVALID_ARGUMENT

        public static final ExceptionCode E_INVALID_ARGUMENT

        FNRCE0028E

        E_INVALID_ARGUMENT An internal problem occurred when a method was called with an invalid argument: {0}

      • E_INVALID_ENUM_VALUE

        public static final ExceptionCode E_INVALID_ENUM_VALUE

        FNRCE0029E

        E_INVALID_ENUM_VALUE An attempt was made to create an enum with a value that is not allowed for this enum. The invalid value is {0}.

      • E_INVALID_ID

        public static final ExceptionCode E_INVALID_ID

        FNRCE0030E

        E_INVALID_ID An attempt was made to create an EngineObject, but the ID value specified is invalid. An ID in the form of GUID, Path, or Name is required.

      • E_INVALID_LOCALE_FORMAT

        public static final ExceptionCode E_INVALID_LOCALE_FORMAT

        FNRCE0031E

        E_INVALID_LOCALE_FORMAT The format of the provided locale "locale" does not resemble that defined in RFC 3066.

        locale
        The problematic locale value.
      • E_INVALID_OBJECT_ADDRESS

        public static final ExceptionCode E_INVALID_OBJECT_ADDRESS

        FNRCE0032E

        E_INVALID_OBJECT_ADDRESS An unsupported implementation of ObjectAddress was found {0}.

      • E_INVALID_OBJECT_TYPE

        public static final ExceptionCode E_INVALID_OBJECT_TYPE

        FNRCE0033E

        E_INVALID_OBJECT_TYPE Invalid object type {0}.

      • E_INVALID_OBJ_FOR_SERIALIZATION

        public static final ExceptionCode E_INVALID_OBJ_FOR_SERIALIZATION

        FNRCE0034E

        E_INVALID_OBJ_FOR_SERIALIZATION Invalid object for serialization {0}.

      • E_INVALID_PROPERTY_MERGE

        public static final ExceptionCode E_INVALID_PROPERTY_MERGE

        FNRCE0035E

        E_INVALID_PROPERTY_MERGE A property merge of PropertyUpdateList requires a corresponding engine object collection value {0}; from {1} to {2}.

      • E_INVALID_REQUEST

        public static final ExceptionCode E_INVALID_REQUEST

        FNRCE0036E

        E_INVALID_REQUEST The parameter is incorrect.

      • E_JBOSS_INVALID_CONFIGURATION

        public static final ExceptionCode E_JBOSS_INVALID_CONFIGURATION

        FNRCE0037E

        E_JBOSS_INVALID_CONFIGURATION The JBoss configuration is invalid.

      • E_LDAP_INVALID_CONFIGURATION

        public static final ExceptionCode E_LDAP_INVALID_CONFIGURATION

        FNRCE0038E

        E_LDAP_INVALID_CONFIGURATION Cannot detect LDAP vendor. Check LDAP configuration.

      • E_METHOD_NOT_IMPLEMENTED

        public static final ExceptionCode E_METHOD_NOT_IMPLEMENTED

        FNRCE0039E

        E_METHOD_NOT_IMPLEMENTED The method that was called is not implemented.

      • E_NOT_AUTHENTICATED

        public static final ExceptionCode E_NOT_AUTHENTICATED

        FNRCE0040E

        E_NOT_AUTHENTICATED The user is not authenticated.

        There was a problem with the user name, the password, or the user account, or the LDAP settings in the application server are incorrect.

      • E_NOT_CREATABLE

        public static final ExceptionCode E_NOT_CREATABLE

        FNRCE0041E

        E_NOT_CREATABLE Creation of objects of the specified class is not supported.

      • E_NOT_SUPPORTED

        public static final ExceptionCode E_NOT_SUPPORTED

        FNRCE0042E

        E_NOT_SUPPORTED This method is not supported in the context of this session or object.

      • E_NOT_UNIQUE

        public static final ExceptionCode E_NOT_UNIQUE

        FNRCE0043E

        E_NOT_UNIQUE A uniqueness requirement has been violated.

      • E_NO_CURRENT_VERSION

        public static final ExceptionCode E_NO_CURRENT_VERSION

        FNRCE0044E

        E_NO_CURRENT_VERSION The version series has no current version.

      • E_NULL_ARGUMENT

        public static final ExceptionCode E_NULL_ARGUMENT

        FNRCE0045E

        E_NULL_ARGUMENT Argument "{0}" is null.

      • E_NULL_OR_INVALID_PARAM_VALUE

        public static final ExceptionCode E_NULL_OR_INVALID_PARAM_VALUE

        FNRCE0046E

        E_NULL_OR_INVALID_PARAM_VALUE Parameter {0} is either null or has an invalid value.

      • E_OBJECT_CLONE_FAILED

        public static final ExceptionCode E_OBJECT_CLONE_FAILED

        FNRCE0047E

        E_OBJECT_CLONE_FAILED Failed to clone object {0}.

        A Java serialization operation failed. Objects are duplicated using Java serialization in a variety of conditions.

      • E_OBJECT_DELETED

        public static final ExceptionCode E_OBJECT_DELETED

        FNRCE0048E

        E_OBJECT_DELETED The object {0} has been deleted since it was retrieved.

      • E_OBJECT_LOCKED

        public static final ExceptionCode E_OBJECT_LOCKED

        FNRCE0049E

        E_OBJECT_LOCKED The lock(s) on the persistent object {0} prohibit the attempted operation.

      • E_OBJECT_MODIFIED

        public static final ExceptionCode E_OBJECT_MODIFIED

        FNRCE0050E

        E_OBJECT_MODIFIED The object object_id of class class_name was not changed or deleted because it was modified one or more times in the repository since the application retrieved it.

        object_id
        ID of the object with the failed update.
        class_name
        Name of the Content Engine class of the object.

        The object was not changed or deleted because it was modified one or more times in the repository since the application retrieved it.

      • E_OBJECT_NOT_FOUND

        public static final ExceptionCode E_OBJECT_NOT_FOUND

        FNRCE0051E

        E_OBJECT_NOT_FOUND The requested item was not found.

      • E_OBJECT_NOT_LOCKABLE

        public static final ExceptionCode E_OBJECT_NOT_LOCKABLE

        FNRCE0052E

        E_OBJECT_NOT_LOCKABLE The object cannot be locked. Only Document, Folder, and CustomObject objects can be locked.

      • E_OBJECT_NOT_LOCKED

        public static final ExceptionCode E_OBJECT_NOT_LOCKED

        FNRCE0053E

        E_OBJECT_NOT_LOCKED The object {0} is not locked.

      • E_OBJECT_REFERENCED

        public static final ExceptionCode E_OBJECT_REFERENCED

        FNRCE0054E

        E_OBJECT_REFERENCED The object cannot be deleted because it is referenced by other objects.

      • E_OBJECT_REFERENCES_OTHERS

        public static final ExceptionCode E_OBJECT_REFERENCES_OTHERS

        FNRCE0055E

        E_OBJECT_REFERENCES_OTHERS The object cannot be deleted because it holds references to other objects.

      • E_PROPERTY_NOT_SEARCHABLE

        public static final ExceptionCode E_PROPERTY_NOT_SEARCHABLE

        FNRCE0056E

        E_PROPERTY_NOT_SEARCHABLE Property propName referred to in the Query Expression is not searchable.

        propName
        The name of the problematic property.
      • E_READ_ONLY

        public static final ExceptionCode E_READ_ONLY

        FNRCE0057E

        E_READ_ONLY The method failed because an object or property is read-only.

      • E_REQUIRED_VALUE_ABSENT

        public static final ExceptionCode E_REQUIRED_VALUE_ABSENT

        FNRCE0058E

        E_REQUIRED_VALUE_ABSENT A required property value has not been set.

      • E_RESERVATION_EXISTS

        public static final ExceptionCode E_RESERVATION_EXISTS

        FNRCE0059E

        E_RESERVATION_EXISTS The document is already checked out.

        The document is already checked out.

      • E_RESOURCE_LOADING_ERROR

        public static final ExceptionCode E_RESOURCE_LOADING_ERROR

        FNRCE0060E

        E_RESOURCE_LOADING_ERROR An error occurred during loading of the resource file resName.

        resName
        The name of the resource file.
      • E_RESOURCE_NOT_FOUND

        public static final ExceptionCode E_RESOURCE_NOT_FOUND

        FNRCE0061E

        E_RESOURCE_NOT_FOUND The indicated resource was not found.

      • E_SERVER_ERROR

        public static final ExceptionCode E_SERVER_ERROR

        FNRCE0062E

        E_SERVER_ERROR An error was returned from the server.

      • E_TEMP_FILES_DIR_ERROR

        public static final ExceptionCode E_TEMP_FILES_DIR_ERROR

        FNRCE0063E

        E_TEMP_FILES_DIR_ERROR Unable to create temporary files directory "dirName"

        dirName
        The name of the directory.
      • E_TRANSACTION_TIMEOUT

        public static final ExceptionCode E_TRANSACTION_TIMEOUT

        FNRCE0064E

        E_TRANSACTION_TIMEOUT The query was stopped because the time limit was exceeded.

        The query was stopped because the time limit was exceeded.

      • E_UNEXPECTED

        public static final ExceptionCode E_UNEXPECTED

        FNRCE0065E

        E_UNEXPECTED An unexpected error occurred.

      • E_UNEXPECTED_EXCEPTION

        public static final ExceptionCode E_UNEXPECTED_EXCEPTION

        FNRCE0066E

        E_UNEXPECTED_EXCEPTION An unexpected exception occurred. The unexpected exception is chained to this exception.

        An unexpected exception occurred. The unexpected exception is chained to this exception. This happens when the CE server or client API receives an exception from third pary code in a context where the possibility of an exception was not expected.

      • E_UNSUPPORTED_STREAM

        public static final ExceptionCode E_UNSUPPORTED_STREAM

        FNRCE0067E

        E_UNSUPPORTED_STREAM An unsupported stream was detected; version {0} type {1}.

        An unsupported stream was detected.

      • E_URL_PROTOCOL_NOT_SUPPORTED

        public static final ExceptionCode E_URL_PROTOCOL_NOT_SUPPORTED

        FNRCE0068E

        E_URL_PROTOCOL_NOT_SUPPORTED The URL protocol specified in the reference is not supported.

      • E_UTIL_EXCEPTION_READING_OBJECT

        public static final ExceptionCode E_UTIL_EXCEPTION_READING_OBJECT

        FNRCE0069E

        E_UTIL_EXCEPTION_READING_OBJECT An exception occurred while reading a serialized Object.

      • E_UTIL_EXCEPTION_WRITING_OBJECT

        public static final ExceptionCode E_UTIL_EXCEPTION_WRITING_OBJECT

        FNRCE0070E

        E_UTIL_EXCEPTION_WRITING_OBJECT Exception serializing an Object {0}.

        An exception occurred while serializing the indicated Object.

      • E_UTIL_LITTLE_ENDIAN_CONVERSION_FAILED

        public static final ExceptionCode E_UTIL_LITTLE_ENDIAN_CONVERSION_FAILED

        FNRCE0071E

        E_UTIL_LITTLE_ENDIAN_CONVERSION_FAILED An exception occurred while reading a little endian byte stream.

      • E_VALUE_NOT_SET

        public static final ExceptionCode E_VALUE_NOT_SET

        FNRCE0072E

        E_VALUE_NOT_SET The requested property currently has no value.

      • E_WEBLOGIC_INVALID_CONFIGURATION

        public static final ExceptionCode E_WEBLOGIC_INVALID_CONFIGURATION

        FNRCE0073E

        E_WEBLOGIC_INVALID_CONFIGURATION The WebLogic configuration is invalid.

      • E_WEBSPHERE_INVALID_CONFIGURATION

        public static final ExceptionCode E_WEBSPHERE_INVALID_CONFIGURATION

        FNRCE0074E

        E_WEBSPHERE_INVALID_CONFIGURATION The WebSphere configuration is invalid.

      • E_TRANSACTION_FAILURE

        public static final ExceptionCode E_TRANSACTION_FAILURE

        FNRCE0075E

        E_TRANSACTION_FAILURE A transaction problem has occurred. This error is logged.

      • E_INVALID_CONTEXT

        public static final ExceptionCode E_INVALID_CONTEXT

        FNRCE0076E

        E_INVALID_CONTEXT The method that was called is not valid in the current call context. This error is logged.

      • E_NOT_IN_USER_TRANSACTION

        public static final ExceptionCode E_NOT_IN_USER_TRANSACTION

        FNRCE0077E

        E_NOT_IN_USER_TRANSACTION The operation requires that a user (distributed) transaction be in effect.

      • E_UPGRADE_REQUIRED

        public static final ExceptionCode E_UPGRADE_REQUIRED

        FNRCE0078E

        E_UPGRADE_REQUIRED Object store "objStore" has an incompatible schema revision in the database - expected="expectedRevision", actual="actualRevision". This object store will be upgraded or an upgrade is already in progress.

        objStore
        The identity of the ObjectStore.
        expectedRevision
        The expected schema revision.
        actualRevision
        The actual schema revision.
      • E_TASK_CHANGESTATE_PRECONDITION

        public static final ExceptionCode E_TASK_CHANGESTATE_PRECONDITION

        FNRCE0079E

        E_TASK_CHANGESTATE_PRECONDITION The precondition is not satisfied: {0}.

        The precondition is not satisfied for the change state operation.

      • E_TASK_CHANGESTATE_POSTCONDITION

        public static final ExceptionCode E_TASK_CHANGESTATE_POSTCONDITION

        FNRCE0080E

        E_TASK_CHANGESTATE_POSTCONDITION The postcondition is not satisfied: {0}.

        The precondition is not satisfied for the change state operation.

      • E_BACKGROUND_TASK_EXECUTOR_SHUTDOWN

        public static final ExceptionCode E_BACKGROUND_TASK_EXECUTOR_SHUTDOWN

        FNRCE0081E

        E_BACKGROUND_TASK_EXECUTOR_SHUTDOWN The background task executor has terminated: {0}.

        Can not schedule the background task for execution because the executor has shutdown.

      • E_BACKGROUND_TASK_TERMINATED

        public static final ExceptionCode E_BACKGROUND_TASK_TERMINATED

        FNRCE0082E

        E_BACKGROUND_TASK_TERMINATED The background task has been terminated: {0}.

        Can not schedule a terminated background task

      • E_OBJECT_STORE_UPGRADE_NOT_SUPPORTED

        public static final ExceptionCode E_OBJECT_STORE_UPGRADE_NOT_SUPPORTED

        FNRCE0083E

        E_OBJECT_STORE_UPGRADE_NOT_SUPPORTED Object store "{0}" cannot be upgraded because its revision ({1}) is not associated with a supported release. Upgrade this object store first to a supported release, then upgrade again to this release.

        The object store cannot be upgraded because its revision is not associated with a supported release. Upgrade this object store first to a supported release, then upgrade again to this release.

      • E_DOMAIN_UPGRADE_NOT_SUPPORTED

        public static final ExceptionCode E_DOMAIN_UPGRADE_NOT_SUPPORTED

        FNRCE0084E

        E_DOMAIN_UPGRADE_NOT_SUPPORTED The domain cannot be upgraded because its version ({0}) is not associated with a supported release. Upgrade this domain first to a supported release, then upgrade again to this release.

        The domain cannot be upgraded because its version is not associated with a supported release. Upgrade this domain first to a supported release, then upgrade again to this release.

      • E_SWEEP_QUERY_TIMEOUT

        public static final ExceptionCode E_SWEEP_QUERY_TIMEOUT

        FNRCE0085E

        E_SWEEP_QUERY_TIMEOUT The sweep query of class ({0}) timed out after ({1}) milliseconds.

        The sweep query exceeded the time limit.

      • EVENT_ACTION_NO_HANDLER

        public static final ExceptionCode EVENT_ACTION_NO_HANDLER

        FNRCV0001E

        EVENT_ACTION_NO_HANDLER Unable to get the EventAction handler for {0}.

        The EventAction handler indicated could not be retrieved.

      • EVENT_BAD_EVENT_TYPE

        public static final ExceptionCode EVENT_BAD_EVENT_TYPE

        FNRCV0002E

        EVENT_BAD_EVENT_TYPE Bad event type {0}.

        The indicated event type is invalid.

      • EVENT_BAD_SUBSCRIPTION_TYPE

        public static final ExceptionCode EVENT_BAD_SUBSCRIPTION_TYPE

        FNRCV0003E

        EVENT_BAD_SUBSCRIPTION_TYPE Bad subscription type {0}.

        The indicated subscription type is invalid.

      • EVENT_CM_RESERVATION_NOT_ALLOWED

        public static final ExceptionCode EVENT_CM_RESERVATION_NOT_ALLOWED

        FNRCV0004E

        EVENT_CM_RESERVATION_NOT_ALLOWED Code module value for Action object does not permit a reservation.

      • EVENT_EXTERNAL_FAILURE

        public static final ExceptionCode EVENT_EXTERNAL_FAILURE

        FNRCV0005E

        EVENT_EXTERNAL_FAILURE The Event handler threw an external failure.

        The Event handler threw an external failure indicating that the request failed, and that the retry count should not be decremented.

      • EVENT_HANDLER_THREW

        public static final ExceptionCode EVENT_HANDLER_THREW

        FNRCV0006E

        EVENT_HANDLER_THREW An exception occurred in the event handler.

        The JVM threw an exception while trying to execute an event action associated with an event.

      • EVENT_NO_SCRIPT

        public static final ExceptionCode EVENT_NO_SCRIPT

        FNRCV0007E

        EVENT_NO_SCRIPT There is no script defined for the event action "{0}", id={1}.

        There is no script defined for the event action indicated.

      • EVENT_QUEUEITEM_NO_HANDLER

        public static final ExceptionCode EVENT_QUEUEITEM_NO_HANDLER

        FNRCV0008E

        EVENT_QUEUEITEM_NO_HANDLER Unable to get a handler for the QueueItem {0}.

        A handler for the QueueItem indicated could not be retrieved.

      • EVENT_QUEUEITEM_UNKNOWN_CLASS

        public static final ExceptionCode EVENT_QUEUEITEM_UNKNOWN_CLASS

        FNRCV0009E

        EVENT_QUEUEITEM_UNKNOWN_CLASS Unknown QueueItem class {0}.

        The indicated QueueItem class is unrecognized.

      • EVENT_HANDLER_VALIDATION_FAILED

        public static final ExceptionCode EVENT_HANDLER_VALIDATION_FAILED

        FNRCV0010E

        EVENT_HANDLER_VALIDATION_FAILED Unable to load event handler class from either associated code module or system classpath: {0}.

        Event handler for the Action indicated could not be loaded.

      • EVENT_USER_ABORT

        public static final ExceptionCode EVENT_USER_ABORT

        FNRCV0011E

        EVENT_USER_ABORT The event action is aborted by user.

        Event handler is interrupted and the event action is aborted by user.

      • EVENT_CM_CONTENTREFERENCE_NOT_ALLOWED

        public static final ExceptionCode EVENT_CM_CONTENTREFERENCE_NOT_ALLOWED

        FNRCV0012E

        EVENT_CM_CONTENTREFERENCE_NOT_ALLOWED Code module does not permit ContentReference object as content element.

      • EVENT_INFINITE_LOOP_DETECTED

        public static final ExceptionCode EVENT_INFINITE_LOOP_DETECTED

        FNRCV0013E

        EVENT_INFINITE_LOOP_DETECTED Infinite loop in synchronous event processing detected. A maximum of {0} recursive event handler invocation is allowed within one execution thread.

        Infinite loop in synchronous event processing detected.

      • EVENT_DUPLICATE_LIST_SUBSCRIBED_EVENT

        public static final ExceptionCode EVENT_DUPLICATE_LIST_SUBSCRIBED_EVENT

        FNRCV0014E

        EVENT_DUPLICATE_LIST_SUBSCRIBED_EVENT A duplicate entry was detected in the subscribed event list.

      • EVENT_CM_INCOMPATIBLE_JAVA_VERSION

        public static final ExceptionCode EVENT_CM_INCOMPATIBLE_JAVA_VERSION

        FNRCV0015E

        EVENT_CM_INCOMPATIBLE_JAVA_VERSION Incompatible Java class: {0} detected in code module. JVM version for application server is: {1}. Please make sure that all Java classes in code module are compiled with compatible JDK (same or older version than application server JVM version).

      • EVENT_CM_CIRCULARITY

        public static final ExceptionCode EVENT_CM_CIRCULARITY

        FNRCV0016E

        EVENT_CM_CIRCULARITY The Java Runtime Environment detected a cirularity error when trying to define Code Module class {0} from content element {1}. That is usually caused by unusual classpath arrangements, unsual class dependencies, or duplicate items on the classpath.

      • EVENT_CM_CLASS_FORMAT

        public static final ExceptionCode EVENT_CM_CLASS_FORMAT

        FNRCV0017E

        EVENT_CM_CLASS_FORMAT The Java Runtime Environment detected a format error when trying to define Code Module class {0} from content element {1}. Either the Code Module content element does not contain a Java class file, or the Java class file was compiled with a newer version of Java than that of the application server Java Runtime Environment.

      • EVENT_CM_CACHE_LOOP

        public static final ExceptionCode EVENT_CM_CACHE_LOOP

        FNRCV0018E

        EVENT_CM_CACHE_LOOP The Code Module classloader tried and failed {0} time to cache a JAR or ZIP file from a content element to a temporary file in directory {1}.

      • EVENT_CM_UNEXPECTED_OBJECT

        public static final ExceptionCode EVENT_CM_UNEXPECTED_OBJECT

        FNRCV0019E

        EVENT_CM_UNEXPECTED_OBJECT An object with content was expected, which is limited to Document class, Annotation class, and their subclasses. An object of class {0} was found for URI {1}.

      • EVENT_CM_ELTNO_NOT_FOUND

        public static final ExceptionCode EVENT_CM_ELTNO_NOT_FOUND

        FNRCV0020E

        EVENT_CM_ELTNO_NOT_FOUND There is no content element number {0} for the object identified by URI {1}.

      • EVENT_CM_ESN_NOT_FOUND

        public static final ExceptionCode EVENT_CM_ESN_NOT_FOUND

        FNRCV0021E

        EVENT_CM_ESN_NOT_FOUND There is no content element sequence number {0} for the object identified by URI {1}.

      • EVENT_CM_ELT_NUMBERING_MISMATCH

        public static final ExceptionCode EVENT_CM_ELT_NUMBERING_MISMATCH

        FNRCV0022E

        EVENT_CM_ELT_NUMBERING_MISMATCH A content element numbering inconsistency was found. Element {0} did not have the element sequence number {1} for URI {2}.

      • EVENT_CM_ELT_NOT_CT

        public static final ExceptionCode EVENT_CM_ELT_NOT_CT

        FNRCV0023E

        EVENT_CM_ELT_NOT_CT The content element identified by URI {0} is not a Content Transfer element.

      • GCD_DOMAIN_ALREADY_EXISTS

        public static final ExceptionCode GCD_DOMAIN_ALREADY_EXISTS

        FNRCG0001E

        GCD_DOMAIN_ALREADY_EXISTS The P8 domain already exists.

      • GCD_CANNOT_LOAD

        public static final ExceptionCode GCD_CANNOT_LOAD

        FNRCG0002E

        GCD_CANNOT_LOAD The GCD cannot be loaded.

      • GCD_CANNOT_LOCK

        public static final ExceptionCode GCD_CANNOT_LOCK

        FNRCG0003E

        GCD_CANNOT_LOCK Cannot lock the GCD for updates: {0}.

        The GCD cannot be locked for updates.

      • GCD_CANNOT_SAVE

        public static final ExceptionCode GCD_CANNOT_SAVE

        FNRCG0004E

        GCD_CANNOT_SAVE The GCD cannot be saved.

      • GCD_DOMAIN_DOES_NOT_EXIST

        public static final ExceptionCode GCD_DOMAIN_DOES_NOT_EXIST

        FNRCG0005E

        GCD_DOMAIN_DOES_NOT_EXIST The P8 domain does not exist.

      • GCD_INVALID_CONFIGURATION

        public static final ExceptionCode GCD_INVALID_CONFIGURATION

        FNRCG0006E

        GCD_INVALID_CONFIGURATION The GCD configuration is invalid.

      • GCD_INVALID_EPOCH_ID

        public static final ExceptionCode GCD_INVALID_EPOCH_ID

        FNRCG0007E

        GCD_INVALID_EPOCH_ID Invalid epoch id {0}, expected {1}.

        The Epoch ID specified is invalid. The indicated ID was expected.

      • GCD_JNDI_FAILURE

        public static final ExceptionCode GCD_JNDI_FAILURE

        FNRCG0008E

        GCD_JNDI_FAILURE The GCD configuration string cannot be retrieved from JNDI.

      • GCD_MISSING_CONFIGURATION

        public static final ExceptionCode GCD_MISSING_CONFIGURATION

        FNRCG0009E

        GCD_MISSING_CONFIGURATION The GCD configuration is missing.

      • GCD_NO_REPLACE_COLLECTION

        public static final ExceptionCode GCD_NO_REPLACE_COLLECTION

        FNRCG0010E

        GCD_NO_REPLACE_COLLECTION The specified node does not support replaceCollection.

      • GCD_NO_SERVER_CALL_CONTEXT

        public static final ExceptionCode GCD_NO_SERVER_CALL_CONTEXT

        FNRCG0011E

        GCD_NO_SERVER_CALL_CONTEXT No server call context has been established.

        Thrown from the CallState and RequestBroker when no server call context has been established. This exception is logged.

      • GCD_OBJECT_ALREADY_EXISTS

        public static final ExceptionCode GCD_OBJECT_ALREADY_EXISTS

        FNRCG0012E

        GCD_OBJECT_ALREADY_EXISTS The object {0} already exists.

        The specified object already exists.

      • GCD_UNEXPECTED_STATE

        public static final ExceptionCode GCD_UNEXPECTED_STATE

        FNRCG0013E

        GCD_UNEXPECTED_STATE The GCD state was unexpected.

      • GCD_DATABASE_UNAVAILABLE

        public static final ExceptionCode GCD_DATABASE_UNAVAILABLE

        FNRCG0014E

        GCD_DATABASE_UNAVAILABLE The GCD database is currently not available. A file-based, read-only image of the GCD will be used. All update operations will be disallowed until database availability has been restored.

        The GCD is unavailable and a file-based, read-only image will be used.

      • IMEX_IMPORT_CAN_NOT_FIND_CONTENT

        public static final ExceptionCode IMEX_IMPORT_CAN_NOT_FIND_CONTENT

        FNRCX0001E

        IMEX_IMPORT_CAN_NOT_FIND_CONTENT The import process can not find the content {0} for an object {1}

        The import process can not find the content for an object

      • IMEX_OBJECTSTORE_REFERENCE_NOT_AVAILABLE

        public static final ExceptionCode IMEX_OBJECTSTORE_REFERENCE_NOT_AVAILABLE

        FNRCX0002E

        IMEX_OBJECTSTORE_REFERENCE_NOT_AVAILABLE The ObjectStore reference is not available for given IndependentObject

      • IMEX_EXPORT_MANIFEST_MISSING_OBJECT_STORE

        public static final ExceptionCode IMEX_EXPORT_MANIFEST_MISSING_OBJECT_STORE

        FNRCX0003E

        IMEX_EXPORT_MANIFEST_MISSING_OBJECT_STORE The Export Manifest file is missing the ObjectStore information. The SavedManifest node in the XML file is missing the primaryObjectStore attribute.

      • IMEX_EXPORT_DERBY_DRIVER_CLASS_NOT_FOUND

        public static final ExceptionCode IMEX_EXPORT_DERBY_DRIVER_CLASS_NOT_FOUND

        FNRCX0004E

        IMEX_EXPORT_DERBY_DRIVER_CLASS_NOT_FOUND The Apache Derby driver class was not found. This class is needed to create the export disk cache.

      • IMEX_EXPORT_DERBY_SQL_EXCEPTION

        public static final ExceptionCode IMEX_EXPORT_DERBY_SQL_EXCEPTION

        FNRCX0005E

        IMEX_EXPORT_DERBY_SQL_EXCEPTION Apache Derby experienced a sql exception.

      • IMEX_EXPORT_DERBY_STARTUP_EXCEPTION

        public static final ExceptionCode IMEX_EXPORT_DERBY_STARTUP_EXCEPTION

        FNRCX0006E

        IMEX_EXPORT_DERBY_STARTUP_EXCEPTION Apache Derby experienced a startup exception.

      • IMEX_IMPORT_INVALID_XML_START

        public static final ExceptionCode IMEX_IMPORT_INVALID_XML_START

        FNRCX0007E

        IMEX_IMPORT_INVALID_XML_START The import process encountered an invalid dataset. The xml_tag_name XML tag was not found in the expected location. You might have selected the export manifest file instead of the converted deploy dataset file.

        xml_tag_name
        The name of the XML tag that was expected by not found.
      • IS_CLASS_MAPPING_PARSE_ERROR

        public static final ExceptionCode IS_CLASS_MAPPING_PARSE_ERROR

        FNRCI0001E

        IS_CLASS_MAPPING_PARSE_ERROR An error occurred while parsing the XML contained in the DocClassAndPropertyMappingXML property.

      • IS_PD_ACTION_NOT_SUP

        public static final ExceptionCode IS_PD_ACTION_NOT_SUP

        FNRCI0002E

        IS_PD_ACTION_NOT_SUP Catalog Export Log action {0} is not supported.

        The indicated Catalog Export Log action is not supported.

      • IS_PD_ANNOT_ERROR

        public static final ExceptionCode IS_PD_ANNOT_ERROR

        FNRCI0003E

        IS_PD_ANNOT_ERROR A CFS-IS Import Agent exception occurred during annotation processing.

      • IS_PD_ANNOT_IRRECOVERABLE_ERR

        public static final ExceptionCode IS_PD_ANNOT_IRRECOVERABLE_ERR

        FNRCI0004E

        IS_PD_ANNOT_IRRECOVERABLE_ERR A CFS-IS Import Agent exception occurred during annotation processing. The annotation log will be deleted from the Image Service system. Fix the problem and re-export the annotation.

      • IS_PD_CANNOT_ADD_COMPENT

        public static final ExceptionCode IS_PD_CANNOT_ADD_COMPENT

        FNRCI0005E

        IS_PD_CANNOT_ADD_COMPENT CFS-IS document {0} cannot be added to the list of completed entries.

        The attempt to add the indicated Content Engine document to the list of completed entries failed.

      • IS_PD_CANNOT_CLEAR_INX_SHM

        public static final ExceptionCode IS_PD_CANNOT_CLEAR_INX_SHM

        FNRCI0006E

        IS_PD_CANNOT_CLEAR_INX_SHM The document processing data on the Image Services system cannot be cleared when the Content Engine is being shutdown.

        Image Services (INX) was not notified to clear the shared memory.

      • IS_PD_CANNOT_FIND_COMPENT

        public static final ExceptionCode IS_PD_CANNOT_FIND_COMPENT

        FNRCI0007E

        IS_PD_CANNOT_FIND_COMPENT The completed entry for document {0} canont be found.

        The completed entry for the indicated document could not be found.

      • IS_PD_CANNOT_GET_COMPENT

        public static final ExceptionCode IS_PD_CANNOT_GET_COMPENT

        FNRCI0008E

        IS_PD_CANNOT_GET_COMPENT The completed entry for document {0} cannot be retrieved.

        The completed entry for the indicated document could not be retrieved.

      • IS_PD_CANNOT_RECOVER_DOC

        public static final ExceptionCode IS_PD_CANNOT_RECOVER_DOC

        FNRCI0009E

        IS_PD_CANNOT_RECOVER_DOC Document {0} cannot be recovered.

        The attempt to recover the indicated document failed.

      • IS_PD_CE_PROP_TYPE_NOT_SUP

        public static final ExceptionCode IS_PD_CE_PROP_TYPE_NOT_SUP

        FNRCI0010E

        IS_PD_CE_PROP_TYPE_NOT_SUP Content Engine property type {0} is not supported.

        The indicated Content Engine property type is not supported.

      • IS_PD_CE_UNEXPECTED_PROP_TYPE

        public static final ExceptionCode IS_PD_CE_UNEXPECTED_PROP_TYPE

        FNRCI0011E

        IS_PD_CE_UNEXPECTED_PROP_TYPE The property type for Content Engine property {0} in document {1} is not expected.

        The type specified for the indicated Content Engine property in the document was not expected.

      • IS_PD_COMMIT_ERROR

        public static final ExceptionCode IS_PD_COMMIT_ERROR

        FNRCI0012E

        IS_PD_COMMIT_ERROR Got {0} catalog entries, only completed {1} entries.

        A commit error occurred. As indicated, not all catalog entries were completed.

      • IS_PD_CREATE_CONTENT_ELEMENT_ERROR

        public static final ExceptionCode IS_PD_CREATE_CONTENT_ELEMENT_ERROR

        FNRCI0013E

        IS_PD_CREATE_CONTENT_ELEMENT_ERROR The content element object cannot be created.

      • IS_PD_CREATE_CONTENT_REF_ERROR

        public static final ExceptionCode IS_PD_CREATE_CONTENT_REF_ERROR

        FNRCI0014E

        IS_PD_CREATE_CONTENT_REF_ERROR The content reference object cannot be created.

      • IS_PD_CREATE_CONTENT_XFER_ERROR

        public static final ExceptionCode IS_PD_CREATE_CONTENT_XFER_ERROR

        FNRCI0015E

        IS_PD_CREATE_CONTENT_XFER_ERROR The content transfer object cannot be created.

      • IS_PD_DCL_ID_NOT_FOUND

        public static final ExceptionCode IS_PD_DCL_ID_NOT_FOUND

        FNRCI0016E

        IS_PD_DCL_ID_NOT_FOUND The ID for the external document class [{0}] cannot be obtained.

        The ID for the indicated Image Services document class could not be found.

      • IS_PD_DCL_NOT_MAPPED

        public static final ExceptionCode IS_PD_DCL_NOT_MAPPED

        FNRCI0017E

        IS_PD_DCL_NOT_MAPPED The external document {0} cannot be processed. The external document class ID {1} is not mapped to a Content Engine document class.

        The indicated Image Services document cannot be processed. The indicated Image Services document class ID is not mapped to a Content Engine document class.

      • IS_PD_DCL_NOT_MATCH

        public static final ExceptionCode IS_PD_DCL_NOT_MATCH

        FNRCI0018E

        IS_PD_DCL_NOT_MATCH The update of the external document {0} to the Content Engine document {1} was rejected because the Content Engine document class ID {2} does not match the current document class mapping. The external document class {3} is mapped to the Content Engine document class {4} (ID={5}).

        The indicated document class was unexpected in the Content Engine document. The indicated CFS-IS document and document class is currently mapped to a different Content Engine document class.

      • IS_PD_DCL_TO_ID_ERROR

        public static final ExceptionCode IS_PD_DCL_TO_ID_ERROR

        FNRCI0019E

        IS_PD_DCL_TO_ID_ERROR The list of IDs for the Image Services document classes could not be retrieved.

      • IS_PD_DELETE_DOC_ERROR

        public static final ExceptionCode IS_PD_DELETE_DOC_ERROR

        FNRCI0020E

        IS_PD_DELETE_DOC_ERROR The Content Engine document {0} cannot be deleted.

        The attempt to delete the indicated Content Engine document failed.

      • IS_PD_DN_NOT_FOUND

        public static final ExceptionCode IS_PD_DN_NOT_FOUND

        FNRCI0021E

        IS_PD_DN_NOT_FOUND The Distinguished Name [{0}] cannot be found.

        The Distinguished Name could not be found in the Security Provider.

      • IS_PD_DOC_ERROR

        public static final ExceptionCode IS_PD_DOC_ERROR

        FNRCI0022E

        IS_PD_DOC_ERROR A CFS-IS Import Agent exception occurred during document processing.

      • IS_PD_FETCH_ANNOTATED_DOC_ERROR

        public static final ExceptionCode IS_PD_FETCH_ANNOTATED_DOC_ERROR

        FNRCI0023E

        IS_PD_FETCH_ANNOTATED_DOC_ERROR The annotated document {0} cannot be retrieved.

        The indicated annotated document could not be fetched.

      • IS_PD_FETCH_CUSTOM_OBJ_ERROR

        public static final ExceptionCode IS_PD_FETCH_CUSTOM_OBJ_ERROR

        FNRCI0024E

        IS_PD_FETCH_CUSTOM_OBJ_ERROR The Custom Object {0} cannot be retrieved.

        The indicated custom object could not be fetched.

      • IS_PD_FETCH_DOC_ERROR

        public static final ExceptionCode IS_PD_FETCH_DOC_ERROR

        FNRCI0025E

        IS_PD_FETCH_DOC_ERROR The document {0} cannot be retrieved.

        The attempt to fetch the indicated document failed.

      • IS_PD_GET_LOG_ERROR

        public static final ExceptionCode IS_PD_GET_LOG_ERROR

        FNRCI0026E

        IS_PD_GET_LOG_ERROR Federated entries from the Image Services system {0} cannot be retrieved. The operation is being retried.

        The attempt to get the catalog entries failed, as indicated. The operation is being retried.

      • IS_PD_MAPPING_NOT_INIT

        public static final ExceptionCode IS_PD_MAPPING_NOT_INIT

        FNRCI0027E

        IS_PD_MAPPING_NOT_INIT Document Class and Properties mapping have not been initialized.

      • IS_PD_MISC_ERROR

        public static final ExceptionCode IS_PD_MISC_ERROR

        FNRCI0028E

        IS_PD_MISC_ERROR A CFS-IS Import Agent exception occurred.

      • IS_PD_NEW_DIR_MISMATCH

        public static final ExceptionCode IS_PD_NEW_DIR_MISMATCH

        FNRCI0029E

        IS_PD_NEW_DIR_MISMATCH The Content Engine property value does not match the CFS-IS current catalog value.

      • IS_PD_NO_DN

        public static final ExceptionCode IS_PD_NO_DN

        FNRCI0030E

        IS_PD_NO_DN The Distinguished Name for the Image Services principal ID {0} cannot be retrieved.

        The DN for IS principal could not be retrieved.

      • IS_PD_NO_FSA

        public static final ExceptionCode IS_PD_NO_FSA

        FNRCI0031E

        IS_PD_NO_FSA The Fixed Storage Area for the Fixed Content Device {0} cannot be found.

        The Fixed Storage Area could not be found for the Fixed Content Device, as indicated.

      • IS_PD_OLD_DIR_MISMATCH

        public static final ExceptionCode IS_PD_OLD_DIR_MISMATCH

        FNRCI0032E

        IS_PD_OLD_DIR_MISMATCH The Content Engine property value does not match the CFS-IS previous catalog value.

      • IS_PD_OS_GUID

        public static final ExceptionCode IS_PD_OS_GUID

        FNRCI0033E

        IS_PD_OS_GUID Failed to set up FN_IS_GUID for object store {0}.

        The attempt to set up the FN_IS_GUID for the indicated object store failed.

      • IS_PD_PARSER_ERROR

        public static final ExceptionCode IS_PD_PARSER_ERROR

        FNRCI0034E

        IS_PD_PARSER_ERROR An error occurred while parsing the XML in the Custom Object {0}.

        An error occurred while parsing the XML in the indicated custom object.

      • IS_PD_PROP_ID_NOT_FOUND

        public static final ExceptionCode IS_PD_PROP_ID_NOT_FOUND

        FNRCI0035E

        IS_PD_PROP_ID_NOT_FOUND The ID for the Image Services property [{0}] cannot be found.

        The ID for the indicated Image Services property could not be found.

      • IS_PD_PROP_TO_ID_ERROR

        public static final ExceptionCode IS_PD_PROP_TO_ID_ERROR

        FNRCI0036E

        IS_PD_PROP_TO_ID_ERROR The list of IDs for the Image Services properties could not be retrieved.

      • IS_PD_SAVE_BATCH_ERROR

        public static final ExceptionCode IS_PD_SAVE_BATCH_ERROR

        FNRCI0037E

        IS_PD_SAVE_BATCH_ERROR An error occurred while saving a batch of catalog entries.

      • IS_PD_SAVE_DOC_ERROR

        public static final ExceptionCode IS_PD_SAVE_DOC_ERROR

        FNRCI0038E

        IS_PD_SAVE_DOC_ERROR An error occurred while saving the Content Engine document {0}.

        The attempt to save the indicated Content Engine document failed.

      • IS_PD_SSI_LOGON_ERROR

        public static final ExceptionCode IS_PD_SSI_LOGON_ERROR

        FNRCI0039E

        IS_PD_SSI_LOGON_ERROR SSI Logon to {0} failed, retrying.

        The attempted SSI logon operation failed, as indicated. The operation is being retried.

      • IS_PD_UNEXPECTED_INDEX_TYPE

        public static final ExceptionCode IS_PD_UNEXPECTED_INDEX_TYPE

        FNRCI0040E

        IS_PD_UNEXPECTED_INDEX_TYPE Image Services index type {0} in document {1} is not expected.

        The indicated Image Services index type in the document was not expected.

      • IS_PD_UPDATE_DOC_ERROR

        public static final ExceptionCode IS_PD_UPDATE_DOC_ERROR

        FNRCI0041E

        IS_PD_UPDATE_DOC_ERROR Inbound update of the Image Services document ID {0} failed.

        The attempt to update the indicated IS document failed.

      • IS_PD_XML_LEN_ERROR

        public static final ExceptionCode IS_PD_XML_LEN_ERROR

        FNRCI0042E

        IS_PD_XML_LEN_ERROR The XML string in the Custom Object {0} is less than the minimum length of {1}.

        The XML string in the indicated custom object is less than the minimum length, as indicated.

      • IS_PD_XML_VERSION_ERROR

        public static final ExceptionCode IS_PD_XML_VERSION_ERROR

        FNRCI0043E

        IS_PD_XML_VERSION_ERROR Wrong XMLVERSION in the Custom Object {0}. Expect {1}, got {2}.

        The XMLVersion value in the indicated custom object is incorrect.

      • IS_PS_DOC_BUILDER_ERROR

        public static final ExceptionCode IS_PS_DOC_BUILDER_ERROR

        FNRCI0044E

        IS_PS_DOC_BUILDER_ERROR newDocumentBuilder method failed; object '{0}. . .' (retry in {1} minutes).

        The newDocumentBuilder method has failed, as indicated. The operation is being retried.

      • IS_PS_PARSE_IO_ERROR

        public static final ExceptionCode IS_PS_PARSE_IO_ERROR

        FNRCI0045E

        IS_PS_PARSE_IO_ERROR I/O exception while parsing custom object; object: '{0}. . .' (retry in {1} minutes).

        An I/O exception occurred while parsing the indicated custom object. The operation is being retried.

      • IS_PS_PARSE_SAX_ERROR

        public static final ExceptionCode IS_PS_PARSE_SAX_ERROR

        FNRCI0046E

        IS_PS_PARSE_SAX_ERROR SAX exception while parsing custom object; object: '{0}. . .' (retry in {1} minutes).

        A SAX exception occurred while parsing the indicated custom object. The operation is being retried.

      • IS_CLOSE_NOT_ALLOWED

        public static final ExceptionCode IS_CLOSE_NOT_ALLOWED

        FNRCI0047E

        IS_CLOSE_NOT_ALLOWED Image Services Replication cannot be shutdown.

        The Content Engine requested that the Replication Provider close, but a replication worker task is still busy.

      • IS_ALL_PUSH_WORKERS_BUSY

        public static final ExceptionCode IS_ALL_PUSH_WORKERS_BUSY

        FNRCI0048E

        IS_ALL_PUSH_WORKERS_BUSY The maximum number of push workers was exceeded. Too many threads are running.

      • IS_PULL_WORKER_CALLED_WHILE_BUSY

        public static final ExceptionCode IS_PULL_WORKER_CALLED_WHILE_BUSY

        FNRCI0049E

        IS_PULL_WORKER_CALLED_WHILE_BUSY The index for a pullWork call refers to a worker that is still busy from a previous call.

      • IS_REPLICATION_PROVIDER_NOT_INITIALIZED

        public static final ExceptionCode IS_REPLICATION_PROVIDER_NOT_INITIALIZED

        FNRCI0050E

        IS_REPLICATION_PROVIDER_NOT_INITIALIZED The Image Services replication provider must be initialized before calling any of its functions.

      • IS_REPLICATION_PROVIDER_ALREADY_INITIALIZED

        public static final ExceptionCode IS_REPLICATION_PROVIDER_ALREADY_INITIALIZED

        FNRCI0051E

        IS_REPLICATION_PROVIDER_ALREADY_INITIALIZED The Image Services replication provider has already been initialized and can only be initialized once.

      • IS_PULL_WORKER_INDEX_INVALID

        public static final ExceptionCode IS_PULL_WORKER_INDEX_INVALID

        FNRCI0052E

        IS_PULL_WORKER_INDEX_INVALID An inbound worker was requested that does not exist.

        The index for a pullWork call is not within the range of valid indexes.

      • IS_SSI_LOGON_ERROR

        public static final ExceptionCode IS_SSI_LOGON_ERROR

        FNRCI0053E

        IS_SSI_LOGON_ERROR SSI Logon failed for {0}.

        The attempted SSI logon operation for the specified worker failed.

      • IS_SSI_LOGOFF_ERROR

        public static final ExceptionCode IS_SSI_LOGOFF_ERROR

        FNRCI0054E

        IS_SSI_LOGOFF_ERROR SSI Logoff failed for {0}.

        The attempted SSI logoff operation for the specified worker failed.

      • IS_CONNECT_ERROR

        public static final ExceptionCode IS_CONNECT_ERROR

        FNRCI0055E

        IS_CONNECT_ERROR Failed to connect to the Image Services system {0} due to a network or cache resource problem.

        Failed to connect to the target IS due to a network or cache resource problem.

      • IS_OUTBOUND_REPL_ERROR

        public static final ExceptionCode IS_OUTBOUND_REPL_ERROR

        FNRCI0056E

        IS_OUTBOUND_REPL_ERROR Error encountered during outbound replication to IS.

      • IS_CANNOT_GET_DCL_MAPPING

        public static final ExceptionCode IS_CANNOT_GET_DCL_MAPPING

        FNRCI0057E

        IS_CANNOT_GET_DCL_MAPPING The Image Services document class or properties mapping for Object Store {0} and {1} cannot be retrieved.

        Failed to get IS document class or properties mapping.

      • IS_DATE_PARSE_ERR

        public static final ExceptionCode IS_DATE_PARSE_ERR

        FNRCI0058E

        IS_DATE_PARSE_ERR Error occurred while parsing the date {0}. Create or update action for document {1} will not be replicated. Image Services date string must conform to the ISO format of "yyyy-MM-dd" GMT.

        Error parsing and converting date property value.

      • IS_PULLWORKER_ERROR

        public static final ExceptionCode IS_PULLWORKER_ERROR

        FNRCI0059E

        IS_PULLWORKER_ERROR An error occurred in a CFS-IS inbound replication worker.

      • IS_PD_CE_PROP_UPDATED

        public static final ExceptionCode IS_PD_CE_PROP_UPDATED

        FNRCI0060E

        IS_PD_CE_PROP_UPDATED The property {1} in the document {0} will be overridden by the value from the Image Services system.

        Not an error. CE Property was updated, but will be overridden by data from IS.

      • IS_REPL_GROUP_UNEXPECTED_EXCEPTION

        public static final ExceptionCode IS_REPL_GROUP_UNEXPECTED_EXCEPTION

        FNRCI0061E

        IS_REPL_GROUP_UNEXPECTED_EXCEPTION An unexpected exception occurred in a {0} function for Replication Group {1} and Image Services system {2}.

        An unexpected exception occurred while processing a CFS-IS replication group function.

      • IS_REPL_GROUP_FUNCTION_ERROR

        public static final ExceptionCode IS_REPL_GROUP_FUNCTION_ERROR

        FNRCI0062E

        IS_REPL_GROUP_FUNCTION_ERROR An error {0} occurred in a {1} function for Replication Group [{2}] and Image Services system {3}.

        An error occurred while processing a CFS-IS replication group function.

      • IS_ANNOT_NOT_SUPPORTED

        public static final ExceptionCode IS_ANNOT_NOT_SUPPORTED

        FNRCI0063E

        IS_ANNOT_NOT_SUPPORTED The annotation class is not supported, the number of content elements is not one or Annotated Content Element property is null.

      • IS_REPL_CANT_FETCH_OBJ

        public static final ExceptionCode IS_REPL_CANT_FETCH_OBJ

        FNRCI0064E

        IS_REPL_CANT_FETCH_OBJ Object {0} cannot be retrieved.

        The attempt to fetch the indicated object failed.

      • IS_INVALID_ANNOT_EXTID

        public static final ExceptionCode IS_INVALID_ANNOT_EXTID

        FNRCI0065E

        IS_INVALID_ANNOT_EXTID The external object identity {0} in annotation {1} is not valid.

        There is an invalid external object identity in CFS-IS annotation.

      • IS_ANNOT_PERM_ERR

        public static final ExceptionCode IS_ANNOT_PERM_ERR

        FNRCI0066E

        IS_ANNOT_PERM_ERR There is an exception in the annotation access permission.

      • IS_ISR_NOT_CREATED

        public static final ExceptionCode IS_ISR_NOT_CREATED

        FNRCI0067E

        IS_ISR_NOT_CREATED The Image Services Repository must be created for each IS FCD.

      • IS_STRING_EXCEED_MAX

        public static final ExceptionCode IS_STRING_EXCEED_MAX

        FNRCI0068E

        IS_STRING_EXCEED_MAX The length of the Content Engine String property {0} exceeds the Image Services supported maximum length of 239.

        The CE string property length exceeds the IS supported maximum length of 239.

      • IS_RG_ALREADY_EXIST

        public static final ExceptionCode IS_RG_ALREADY_EXIST

        FNRCI0069E

        IS_RG_ALREADY_EXIST Replication group {0} [{1}] already exists for object store {2} and Image Services repository {3}.

        A Replication group already exists for the object store and IS repository.

      • IS_PD_ANNOT_DATE_ERR

        public static final ExceptionCode IS_PD_ANNOT_DATE_ERR

        FNRCI0070E

        IS_PD_ANNOT_DATE_ERR The inbound annotation update was rejected because the modify date is older than the last modified date for the current Content Engine annotation value. This error can result when the Image Services and Content Engine system clocks are not synchronized. The annotation entry will be deleted from the Image Services system.

        The IS annotation modify date is older than the CE annotation last modified date. The annotation entry will be deleted from IS.

      • IS_PD_PROPERTY_UPDATE_ERR

        public static final ExceptionCode IS_PD_PROPERTY_UPDATE_ERR

        FNRCI0071E

        IS_PD_PROPERTY_UPDATE_ERR The Image Services document {0} was rejected because an {1} error occurred when setting the Content Engine property {2} to Image Services index {3} = '{4}'. {5}

        An error occurred while updating the CE property to the IS value.

      • IS_CONFIRM_CLASS_MAPPING_ERROR

        public static final ExceptionCode IS_CONFIRM_CLASS_MAPPING_ERROR

        FNRCI0072E

        IS_CONFIRM_CLASS_MAPPING_ERROR An error {0} occurred when sending class mapping changes to the Image Services system {1} for object store {2}. Operation is {3}, external class is [{4}].

        An error occurred attempting to send class mapping changes to IS.

      • IS_PD_GET_DICT_TS_ERROR

        public static final ExceptionCode IS_PD_GET_DICT_TS_ERROR

        FNRCI0073E

        IS_PD_GET_DICT_TS_ERROR The data dictionary time stamp for the Image Services system cannot be retrieved.

      • IS_DOC_DELETE_NOT_ALLOWED

        public static final ExceptionCode IS_DOC_DELETE_NOT_ALLOWED

        FNRCI0074E

        IS_DOC_DELETE_NOT_ALLOWED Deletion of the CE document is not allowed.

      • IS_INBOUND_DOC_UPDATE_ERROR

        public static final ExceptionCode IS_INBOUND_DOC_UPDATE_ERROR

        FNRCI0075E

        IS_INBOUND_DOC_UPDATE_ERROR The update from the Image Services document {0} to the Content Engine document {1} cannot be processed because the Content Engine document has a replication error.

        The inbound update of the CE document was rejected because the CE document has a replication error.

      • IS_REPL_LEAVE_GROUP_ERROR

        public static final ExceptionCode IS_REPL_LEAVE_GROUP_ERROR

        FNRCI0076E

        IS_REPL_LEAVE_GROUP_ERROR The replication group [{0}] cannot be deleted. The default mappings for object store {1} need to be removed from the Image Services system {2} using Remote Admin Console (RAC).

        Delete replication group is not allowed due to existing default maps on IS.

      • IS_PD_ANNOT_DOC_ERROR

        public static final ExceptionCode IS_PD_ANNOT_DOC_ERROR

        FNRCI0077E

        IS_PD_ANNOT_DOC_ERROR The {0} action for the annotation {1} could not be processed because the Content Engine document cannot be found.

        An annotation could not be processed because the CE document could not be found.

      • IS_PD_ANNOT_REPL_ERROR

        public static final ExceptionCode IS_PD_ANNOT_REPL_ERROR

        FNRCI0078E

        IS_PD_ANNOT_REPL_ERROR The annotation {0} could not be processed because the replication group {1} did not match the document replication group {2}.

        An annotation could not be processed because the document is replicated to a different replication group.

      • IS_PD_ANNOT_DOC_REPL_ERROR

        public static final ExceptionCode IS_PD_ANNOT_DOC_REPL_ERROR

        FNRCI0079E

        IS_PD_ANNOT_DOC_REPL_ERROR The annotation {0} could not be processed because the document is not replicated.

        An annotation could not be processed because the document has no replication group.

      • IS_MOVECONTENT_CANT_NULL_RG

        public static final ExceptionCode IS_MOVECONTENT_CANT_NULL_RG

        FNRCI0080E

        IS_MOVECONTENT_CANT_NULL_RG The replication group and external object Id for the document {0} and its annotations cannot be removed during MoveContent post processing.

        Cannot remove the replication group and external object Id during MoveContent post processing.

      • IS_PD_PROPERTY_CONVERT_ERR

        public static final ExceptionCode IS_PD_PROPERTY_CONVERT_ERR

        FNRCI0081E

        IS_PD_PROPERTY_CONVERT_ERR The Image Services document {0} was rejected because an {1} error occurred converting the Image Services index {2} = '{3}' to the Content Engine type {4}.

        An error occurred while converting the IS value to the CE type.

      • IS_ANNOT_NOT_SUPPORTED_INFO

        public static final ExceptionCode IS_ANNOT_NOT_SUPPORTED_INFO

        FNRCI0082E

        IS_ANNOT_NOT_SUPPORTED_INFO Image Services annotations will not be federated for Object Store {0}. To federate Image Services annotations, install the CFS-IS Extensions AddOn for the Object Store and then restart Content Engine.

        No IS annotation support was found.

      • IS_PD_ANNOT_REPL_UPDATE_ERROR

        public static final ExceptionCode IS_PD_ANNOT_REPL_UPDATE_ERROR

        FNRCI0083E

        IS_PD_ANNOT_REPL_UPDATE_ERROR The update or delete action for annotation {0} could not be processed because the replication group {1} did not match the existing Content Engine annotation replication group {2}.

        An annotation could not be processed because the existing CE annotation is replicated to a different replication group.

      • IS_PD_ANNOT_NOT_REPL_ERROR

        public static final ExceptionCode IS_PD_ANNOT_NOT_REPL_ERROR

        FNRCI0084E

        IS_PD_ANNOT_NOT_REPL_ERROR The update or delete action for annotation {0} could not be processed because the existing Content Engine annotation is not replicated.

        An annotation could not be processed because the existing CE annotation has no replication group.

      • IS_PD_GET_ANNOTATIONS_ERROR

        public static final ExceptionCode IS_PD_GET_ANNOTATIONS_ERROR

        FNRCI0085E

        IS_PD_GET_ANNOTATIONS_ERROR An error occurred while getting all the annotations for the Content Engine document {0}.

        Could not retrieve all the annotations for the CE document.

      • IS_PD_UPDATE_ANNOT_NOT_FOUND

        public static final ExceptionCode IS_PD_UPDATE_ANNOT_NOT_FOUND

        FNRCI0086E

        IS_PD_UPDATE_ANNOT_NOT_FOUND The Content Engine annotation cannot be retrieved for update. The annotation may have been deleted or it may not be replicated.

        Could not find the annotation to update it with IS changes.

      • IS_CLASS_DEFAULT_MAPPED

        public static final ExceptionCode IS_CLASS_DEFAULT_MAPPED

        FNRCI0087E

        IS_CLASS_DEFAULT_MAPPED The class mapping cannot be updated or removed. The default mapping for the external class {0} and the object store {1} must be removed from the Image Services system {2} using Remote Admin Console (RAC).

        Delete replication group is not allowed due to existing default maps on IS.

      • IS_LOCK_INTERRUPT

        public static final ExceptionCode IS_LOCK_INTERRUPT

        FNRCI0088E

        IS_LOCK_INTERRUPT The IS data dictionary information could not be retrieved because it timed out or was interrupted while waiting for a lock in {0}.

        The ImageServicesConfig was interruptted while wating for the read/write lock.

      • IS_ANNOT_ATTR_INVALID

        public static final ExceptionCode IS_ANNOT_ATTR_INVALID

        FNRCI0089E

        IS_ANNOT_ATTR_INVALID The attribute_name attribute in the annot_id annotation is not valid.

        attribute_name
        The annotation attribute name.
        annot_id
        The annotation ID.

        An attribute on a document annotation originating from the Image Services server is not valid.

      • IS_ANNOT_TOO_LARGE

        public static final ExceptionCode IS_ANNOT_TOO_LARGE

        FNRCI0090E

        IS_ANNOT_TOO_LARGE The annot_id annotation is too large to replicate to Image Services.

        annot_id
        The annotation ID.

        An annotation originating from the Image Services server can have a maximum length of 800 bytes.

      • IS_ANNOT_INVALID

        public static final ExceptionCode IS_ANNOT_INVALID

        FNRCI0091E

        IS_ANNOT_INVALID The document annotation annot_id originating from the Image Services server is not valid. reason

        annot_id
        The ID of the annotation.
        reason
        Possible reason that the annotation is not valid.
      • IS_PD_MISMATCH_RG

        public static final ExceptionCode IS_PD_MISMATCH_RG

        FNRCI0092E

        IS_PD_MISMATCH_RG The Replication Group in document ce_doc is repl_group instead of expected_repl_group. Inbound replication for this object will be ignored.

        ce_doc
        The ID of the document.
        repl_group
        The ID of the replication group.
        expected_repl_group
        The ID of the expected replication group.
      • IS_DEREPL_NOT_ALLOWED_DURING_ASYNC_UPGRADE

        public static final ExceptionCode IS_DEREPL_NOT_ALLOWED_DURING_ASYNC_UPGRADE

        FNRCI0093E

        IS_DEREPL_NOT_ALLOWED_DURING_ASYNC_UPGRADE Stop replication is not allowed during asynchronous replication upgrade for object store objstore_id.

        objstore_id
        The ID of the object store.
      • IS_UPDATE_DUP_ANNOT

        public static final ExceptionCode IS_UPDATE_DUP_ANNOT

        FNRCI0094E

        IS_UPDATE_DUP_ANNOT Annotation annot_id is a duplicate and should be deleted. Update is not allowed.

        annot_id
        The ID of the annotation.
      • JDBC_AFTER_END_OF_RESULTSET_ERROR

        public static final ExceptionCode JDBC_AFTER_END_OF_RESULTSET_ERROR

        FNRCJ0001E

        JDBC_AFTER_END_OF_RESULTSET_ERROR The setting specified is after the end of the result set.

      • JDBC_BEFORE_START_OF_RESULTSET_ERROR

        public static final ExceptionCode JDBC_BEFORE_START_OF_RESULTSET_ERROR

        FNRCJ0002E

        JDBC_BEFORE_START_OF_RESULTSET_ERROR The setting specified is before the start of the result set.

      • JDBC_CANNOT_ABSOLUTE_ERROR

        public static final ExceptionCode JDBC_CANNOT_ABSOLUTE_ERROR

        FNRCJ0003E

        JDBC_CANNOT_ABSOLUTE_ERROR An absolute position cannot be used for the initial row.

      • JDBC_COLUMN_NOT_FOUND_ERROR

        public static final ExceptionCode JDBC_COLUMN_NOT_FOUND_ERROR

        FNRCJ0004E

        JDBC_COLUMN_NOT_FOUND_ERROR Column {0} not found

        The indicated column could not be found.

      • JDBC_CONNECTION_IS_READONLY_ERROR

        public static final ExceptionCode JDBC_CONNECTION_IS_READONLY_ERROR

        FNRCJ0005E

        JDBC_CONNECTION_IS_READONLY_ERROR The Content Engine JDBC driver is read-only. Queries leading to data modification are not allowed.

      • JDBC_CONNECT_ERROR

        public static final ExceptionCode JDBC_CONNECT_ERROR

        FNRCJ0006E

        JDBC_CONNECT_ERROR Connection could not be established with CE Server; The URL passed to JDBC Driver is : {0} ...

        A connection could not be established with the Content Engine server. The indicated URL was passed to the JDBC driver.

      • JDBC_DRIVER_STATIC_ERROR

        public static final ExceptionCode JDBC_DRIVER_STATIC_ERROR

        FNRCJ0007E

        JDBC_DRIVER_STATIC_ERROR The Content Engine JBDC Driver could not be registered.

      • JDBC_ILLEGAL_FETCH_DIRECTION_ERROR

        public static final ExceptionCode JDBC_ILLEGAL_FETCH_DIRECTION_ERROR

        FNRCJ0008E

        JDBC_ILLEGAL_FETCH_DIRECTION_ERROR The value specified for the fetch direction is invalid.

      • JDBC_ILLEGAL_OPERATION_ON_RESULTSET_ERROR

        public static final ExceptionCode JDBC_ILLEGAL_OPERATION_ON_RESULTSET_ERROR

        FNRCJ0009E

        JDBC_ILLEGAL_OPERATION_ON_RESULTSET_ERROR An illegal operation was performed on an empty result set.

      • JDBC_NOT_SUPPORTED_ERROR

        public static final ExceptionCode JDBC_NOT_SUPPORTED_ERROR

        FNRCJ0010E

        JDBC_NOT_SUPPORTED_ERROR JDBC method not supported or not implemented in driver: {0}.{1}

        The indicated method is not supported or not implemented in the JDBC driver for the Content Engine.

      • JDBC_OBJECTSTORE_IS_EMPTY_ERROR

        public static final ExceptionCode JDBC_OBJECTSTORE_IS_EMPTY_ERROR

        FNRCJ0011E

        JDBC_OBJECTSTORE_IS_EMPTY_ERROR The Object store property is not found in JDBC driver URL.

      • JDBC_OBJECT_STORE_NOT_FOUND_ERROR

        public static final ExceptionCode JDBC_OBJECT_STORE_NOT_FOUND_ERROR

        FNRCJ0012E

        JDBC_OBJECT_STORE_NOT_FOUND_ERROR {0} Object Store in URL is not found...

        The object store specified in the JDBC URL could not be found.

      • JDBC_PASSWORD_IS_EMPTY_ERROR

        public static final ExceptionCode JDBC_PASSWORD_IS_EMPTY_ERROR

        FNRCJ0013E

        JDBC_PASSWORD_IS_EMPTY_ERROR The Password is null or empty in the JDBC URL

      • JDBC_QUERY_GENERTED_NO_FIELDS_ERROR

        public static final ExceptionCode JDBC_QUERY_GENERTED_NO_FIELDS_ERROR

        FNRCJ0014E

        JDBC_QUERY_GENERTED_NO_FIELDS_ERROR The query generated no fields for ResultSet.

      • JDBC_QUERY_NOT_EXECUTED_ERROR

        public static final ExceptionCode JDBC_QUERY_NOT_EXECUTED_ERROR

        FNRCJ0015E

        JDBC_QUERY_NOT_EXECUTED_ERROR Cannot execute query {0}...

        The indicated query could not be executed.

      • JDBC_RESULTSETMETADATA_COLUMN_INDEX_ERROR

        public static final ExceptionCode JDBC_RESULTSETMETADATA_COLUMN_INDEX_ERROR

        FNRCJ0016E

        JDBC_RESULTSETMETADATA_COLUMN_INDEX_ERROR The column index is out of range.

      • JDBC_RESULTSET_CLOSED_ERROR

        public static final ExceptionCode JDBC_RESULTSET_CLOSED_ERROR

        FNRCJ0017E

        JDBC_RESULTSET_CLOSED_ERROR The operation is not allowed after the ResultSet is closed.

      • JDBC_STATEMENT_CLOSED_ERROR

        public static final ExceptionCode JDBC_STATEMENT_CLOSED_ERROR

        FNRCJ0018E

        JDBC_STATEMENT_CLOSED_ERROR No operations are allowed after the statement has closed.

      • JDBC_STATEMENT_FETCH_DIRECTION_ERROR

        public static final ExceptionCode JDBC_STATEMENT_FETCH_DIRECTION_ERROR

        FNRCJ0019E

        JDBC_STATEMENT_FETCH_DIRECTION_ERROR The value for setFetchDirection() is invalid.

      • JDBC_STATEMENT_FETCH_SIZE_ERROR

        public static final ExceptionCode JDBC_STATEMENT_FETCH_SIZE_ERROR

        FNRCJ0020E

        JDBC_STATEMENT_FETCH_SIZE_ERROR The value for setFetchSize() is invalid.

      • JDBC_STATEMENT_QUERY_NULL_OR_EMPTY_ERROR

        public static final ExceptionCode JDBC_STATEMENT_QUERY_NULL_OR_EMPTY_ERROR

        FNRCJ0021E

        JDBC_STATEMENT_QUERY_NULL_OR_EMPTY_ERROR The query cannot be empty or null.

      • JDBC_URI_IS_EMPTY_ERROR

        public static final ExceptionCode JDBC_URI_IS_EMPTY_ERROR

        FNRCJ0022E

        JDBC_URI_IS_EMPTY_ERROR The URL found in the JDBC URL string is not valid.

      • JDBC_USER_IS_EMPTY_ERROR

        public static final ExceptionCode JDBC_USER_IS_EMPTY_ERROR

        FNRCJ0023E

        JDBC_USER_IS_EMPTY_ERROR The Username is null or empty in the JDBC URL

      • JDBC_VALUE_GENERATED_ERROR

        public static final ExceptionCode JDBC_VALUE_GENERATED_ERROR

        FNRCJ0024E

        JDBC_VALUE_GENERATED_ERROR The value must be between 0 and getMaxRows().

      • JDBC_INVALID_CURSOR_OPERATION

        public static final ExceptionCode JDBC_INVALID_CURSOR_OPERATION

        FNRCJ0025E

        JDBC_INVALID_CURSOR_OPERATION Operation not allowed for TYPE_FORWARD_ONLY ResultSet objects

      • JDBC_CONNECT_ACCESS_ERROR

        public static final ExceptionCode JDBC_CONNECT_ACCESS_ERROR

        FNRCJ0026E

        JDBC_CONNECT_ACCESS_ERROR Access denied connecting to ObjectStore {0}

      • METADATA_BAD_AUDITDEF_PARENT

        public static final ExceptionCode METADATA_BAD_AUDITDEF_PARENT

        FNRCM0001E

        METADATA_BAD_AUDITDEF_PARENT Bad parent_id in AuditDefinition with event_class_id {0}

        The parent_id in AuditDefinition having the indicated event_class_id is invalid.

      • METADATA_BAD_CARDINALITY_ON_MERGE

        public static final ExceptionCode METADATA_BAD_CARDINALITY_ON_MERGE

        FNRCM0002E

        METADATA_BAD_CARDINALITY_ON_MERGE Merged properties don't have same cardinality. Property name: {0}

        The merged properties (indicated) do not have the same cardinality.

      • METADATA_BAD_MERGE_SCOPE

        public static final ExceptionCode METADATA_BAD_MERGE_SCOPE

        FNRCM0003E

        METADATA_BAD_MERGE_SCOPE Multiple object store searches must have at least two object stores.

      • METADATA_BAD_SUBTREE_CLASS

        public static final ExceptionCode METADATA_BAD_SUBTREE_CLASS

        FNRCM0004E

        METADATA_BAD_SUBTREE_CLASS Read class "{0}" not in subtree "{1}"

        The indicated read class is not in the subtree.

      • METADATA_BAD_TYPES_ON_MERGE

        public static final ExceptionCode METADATA_BAD_TYPES_ON_MERGE

        FNRCM0005E

        METADATA_BAD_TYPES_ON_MERGE Merged properties don't have same datatype. Property name: {0}.

        The merged properties (indicated) do not have the same datatype.

      • METADATA_CACHE_SERIALIZE

        public static final ExceptionCode METADATA_CACHE_SERIALIZE

        FNRCM0006E

        METADATA_CACHE_SERIALIZE Serialization error of metadata cache {0}.

        There was a serialization error of the indicated metadata cache.

      • METADATA_DDSTATE_NULL

        public static final ExceptionCode METADATA_DDSTATE_NULL

        FNRCM0007E

        METADATA_DDSTATE_NULL The record in DDState has a null column or columns.

      • METADATA_DUP_CLASS_ALIAS

        public static final ExceptionCode METADATA_DUP_CLASS_ALIAS

        FNRCM0008E

        METADATA_DUP_CLASS_ALIAS Duplicate alias id: {0}, on class {1}.

        The indicated alias id is duplicated on the class.

      • METADATA_DUP_OBJECT_STORE_IN_SCOPE

        public static final ExceptionCode METADATA_DUP_OBJECT_STORE_IN_SCOPE

        FNRCM0009E

        METADATA_DUP_OBJECT_STORE_IN_SCOPE The multiple object store search has the same object store in it multiple times.

      • METADATA_DUP_PROP_ALIAS

        public static final ExceptionCode METADATA_DUP_PROP_ALIAS

        FNRCM0010E

        METADATA_DUP_PROP_ALIAS Duplicate alias id: {0}, on property {1}.

        The indicated alias id is duplicated on the property.

      • METADATA_FAILURE_READING_METADATA_FILE

        public static final ExceptionCode METADATA_FAILURE_READING_METADATA_FILE

        FNRCM0011E

        METADATA_FAILURE_READING_METADATA_FILE Failed to read static metadata file: {0}.

        The static metadata file could not be read.

      • METADATA_INCOMPATIBLE_REVISIONS

        public static final ExceptionCode METADATA_INCOMPATIBLE_REVISIONS

        FNRCM0012E

        METADATA_INCOMPATIBLE_REVISIONS Incompatible schema revisions: "{0}" and "{1}"

        The indicated schema revisions are incompatible.

      • METADATA_INCOMPATIBLE_REVISION_ID_DB

        public static final ExceptionCode METADATA_INCOMPATIBLE_REVISION_ID_DB

        FNRCM0013E

        METADATA_INCOMPATIBLE_REVISION_ID_DB The schema revision for the database of object store "{0}" is "{2}", which is incompatible with the schema revision "{1}" of the Content Engine software.

        The schema revision for object store databases must match the schema revision of the Content Engine software.

      • METADATA_INVALID_CVL

        public static final ExceptionCode METADATA_INVALID_CVL

        FNRCM0014E

        METADATA_INVALID_CVL The value for CVL is invalid.

      • METADATA_INVALID_DEFAULT

        public static final ExceptionCode METADATA_INVALID_DEFAULT

        FNRCM0015E

        METADATA_INVALID_DEFAULT Invalid default value for property {0}

        The default value for the indicated property is invalid.

      • METADATA_INVALID_SEARCH_MD_RESULT

        public static final ExceptionCode METADATA_INVALID_SEARCH_MD_RESULT

        FNRCM0016E

        METADATA_INVALID_SEARCH_MD_RESULT Server error; get search metata was expected to return a single value for {0}

        The indicated request to the server for search metadata was expected to return a single value. This is a server error.

      • METADATA_LOAD_CLASS_ERROR

        public static final ExceptionCode METADATA_LOAD_CLASS_ERROR

        FNRCM0017E

        METADATA_LOAD_CLASS_ERROR Unable to load class: {0}.

        The indicated class could not be loaded.

      • METADATA_NO_DDSTATE

        public static final ExceptionCode METADATA_NO_DDSTATE

        FNRCM0018E

        METADATA_NO_DDSTATE There is no record in DDState.

      • METADATA_NO_ROOT_CLASS

        public static final ExceptionCode METADATA_NO_ROOT_CLASS

        FNRCM0019E

        METADATA_NO_ROOT_CLASS Root class not in static metadata: {0}.

        The indicated root class not in the static metadata.

      • METADATA_NO_SUBCLASS_PROPS

        public static final ExceptionCode METADATA_NO_SUBCLASS_PROPS

        FNRCM0020E

        METADATA_NO_SUBCLASS_PROPS Subclass properties on this class are unknown: {0}.

        Subclass properties on the indicated class are unknown.

      • METADATA_PERSISTER_NOT_DEFINED

        public static final ExceptionCode METADATA_PERSISTER_NOT_DEFINED

        FNRCM0021E

        METADATA_PERSISTER_NOT_DEFINED No persister defined for class {0}.

        No persister is defined for the indicated class.

      • METADATA_PRIMARY_ID_NULL

        public static final ExceptionCode METADATA_PRIMARY_ID_NULL

        FNRCM0022E

        METADATA_PRIMARY_ID_NULL Primary Id of property {0} is null.

        The primary Id of the indicated property is null.

      • METADATA_REFLECTIVE_PROPERTY_INVALID

        public static final ExceptionCode METADATA_REFLECTIVE_PROPERTY_INVALID

        FNRCM0023E

        METADATA_REFLECTIVE_PROPERTY_INVALID Reflective property {0} (in "Constraint" column) of metadata is invalid for class {1}, property {2}

        The reflective property (in 'Constraint' column) of metadata is invalid for the indicated class and property.

      • METADATA_REQUIRED_CLASS_INVALID

        public static final ExceptionCode METADATA_REQUIRED_CLASS_INVALID

        FNRCM0024E

        METADATA_REQUIRED_CLASS_INVALID Required class {0} (in "DefaultValue" column) of metadata is invalid for class {1}, property {2}.

        The required class (in 'DefaultValue' column) of metadata is invalid for the indicated class and property.

      • METADATA_RETRIEVER_METADATA_CACHE_MERGE_FAIL

        public static final ExceptionCode METADATA_RETRIEVER_METADATA_CACHE_MERGE_FAIL

        FNRCM0025E

        METADATA_RETRIEVER_METADATA_CACHE_MERGE_FAIL Class {0} cannot be merged into cache due to a duplicate name/id. Class to merge has name "{1}", ids: ({2}). Class already present has name "{3}", ids: ({4})

        The indicated class cannot be merged into the cache due to the indicated duplicate name or id.

      • METADATA_RETRIEVER_NOT_DEFINED

        public static final ExceptionCode METADATA_RETRIEVER_NOT_DEFINED

        FNRCM0026E

        METADATA_RETRIEVER_NOT_DEFINED No retriever defined for class {0}.

        No retriever is defined for the indicated class.

      • METADATA_RETRIEVE_ABOVE_ROOT_IN_DB

        public static final ExceptionCode METADATA_RETRIEVE_ABOVE_ROOT_IN_DB

        FNRCM0027E

        METADATA_RETRIEVE_ABOVE_ROOT_IN_DB Found class in DB that is above root of subtree (system error) {0}

        A class was found in the database that is located above the root of the subtree. The class is indicated. This is a system error.

      • METADATA_ROOT_NOT_IN_DB

        public static final ExceptionCode METADATA_ROOT_NOT_IN_DB

        FNRCM0028E

        METADATA_ROOT_NOT_IN_DB Root class not in database: {0}.

        The indicated root class is not in the database.

      • METADATA_STATIC_LOAD_FAILED

        public static final ExceptionCode METADATA_STATIC_LOAD_FAILED

        FNRCM0029E

        METADATA_STATIC_LOAD_FAILED An error occurred while loading static metadata.

      • METADATA_TOO_MANY_ROOTS

        public static final ExceptionCode METADATA_TOO_MANY_ROOTS

        FNRCM0030E

        METADATA_TOO_MANY_ROOTS Too many root classes in metadata. Offender is: {0}

        There are too many root classes in the metadata. The offending class is indicated.

      • METADATA_UNEXPECTED_CREATE_ERROR

        public static final ExceptionCode METADATA_UNEXPECTED_CREATE_ERROR

        FNRCM0031E

        METADATA_UNEXPECTED_CREATE_ERROR Unexpected exception creating ObjectStoreCache: {0}.

        An unexpected exception occurred while creating the indicated ObjectStoreCache.

      • METADATA_OS_CACHE_LOAD_ERROR

        public static final ExceptionCode METADATA_OS_CACHE_LOAD_ERROR

        FNRCM0032E

        METADATA_OS_CACHE_LOAD_ERROR The object store cache failed to load for object store {0}.

        The object store cache failed to load for the object store.

      • METADATA_STALE_CACHE

        public static final ExceptionCode METADATA_STALE_CACHE

        FNRCM0033E

        METADATA_STALE_CACHE The metadata cache for object store {0} is stale. The Content Engine will retry this request against a refreshed cache.

        The object store cache is stale and the request will be retried against a refreshed cache.

      • METADATA_BAD_CHANGEPREPROCESSORDEF_PARENT

        public static final ExceptionCode METADATA_BAD_CHANGEPREPROCESSORDEF_PARENT

        FNRCM0034E

        METADATA_BAD_CHANGEPREPROCESSORDEF_PARENT The change preprocessor definition identified by ActionId {0} and DisplayName {1} has a bad parent_id.

        The change preprocessor definition is set on a class definition that does not exist. An inconsistency in the database indicates an incomplete deletion operation of a class definition. Deletion of the change preprocessor definitions associated with the class definition might have failed.

      • PERSIST_ADDON_CREATION_FAILED

        public static final ExceptionCode PERSIST_ADDON_CREATION_FAILED

        FNRCP0001E

        PERSIST_ADDON_CREATION_FAILED A failure occurred while creating AddOn "{0}" in Domain "{1}".

      • PERSIST_ADDON_INSTALLATION_FAILED

        public static final ExceptionCode PERSIST_ADDON_INSTALLATION_FAILED

        FNRCP0002E

        PERSIST_ADDON_INSTALLATION_FAILED The installation of the AddOn {0} into the object store {1} failed.

        The installation of the AddOn into the object store failed.

      • PERSIST_BAD_FILTERED_PROPERTY_ID

        public static final ExceptionCode PERSIST_BAD_FILTERED_PROPERTY_ID

        FNRCP0003E

        PERSIST_BAD_FILTERED_PROPERTY_ID Bad filtered property ID "{0}".

        The filtered property ID indicated is invalid.

      • PERSIST_CANNOT_GET_DATABASE_VERSION

        public static final ExceptionCode PERSIST_CANNOT_GET_DATABASE_VERSION

        FNRCP0004E

        PERSIST_CANNOT_GET_DATABASE_VERSION The database version could not be identified.

      • PERSIST_CANT_CBR_ENABLE

        public static final ExceptionCode PERSIST_CANT_CBR_ENABLE

        FNRCP0005E

        PERSIST_CANT_CBR_ENABLE Cannot set CBREnabled equal to true until the object store has been enabled for CBR.

      • PERSIST_CANT_CHANGE_CBR_LOCALE

        public static final ExceptionCode PERSIST_CANT_CHANGE_CBR_LOCALE

        FNRCP0006E

        PERSIST_CANT_CHANGE_CBR_LOCALE The CBRLocale of object store {0} may not be changed when any VerityCollection objects exist in that object store.

      • PERSIST_CBR_LOCALE_NOT_SET

        public static final ExceptionCode PERSIST_CBR_LOCALE_NOT_SET

        FNRCP0007E

        PERSIST_CBR_LOCALE_NOT_SET The CBRLocale property of the object store must be set before any IndexAreas are created

      • PERSIST_COMPOUND_DOCUMENT_INTEGRITY

        public static final ExceptionCode PERSIST_COMPOUND_DOCUMENT_INTEGRITY

        FNRCP0008E

        PERSIST_COMPOUND_DOCUMENT_INTEGRITY An attempted operation would violate compound document integrity rules.

      • PERSIST_INVALID_DATABASE_CHARSET

        public static final ExceptionCode PERSIST_INVALID_DATABASE_CHARSET

        FNRCP0009E

        PERSIST_INVALID_DATABASE_CHARSET The character set for this database is invalid.

      • PERSIST_INVALID_JOB_IDX_ID

        public static final ExceptionCode PERSIST_INVALID_JOB_IDX_ID

        FNRCP0010E

        PERSIST_INVALID_JOB_IDX_ID The IndexationId indexation_id property of the IndexJobCollectionItem object does not refer to an existing CmTextSearchIndex object.

        indexation_id
        The CmTextSearchIndex ID.

        A previous index job might have removed the old index.

      • PERSIST_INVALID_SUBSCRIPTION_TARGET

        public static final ExceptionCode PERSIST_INVALID_SUBSCRIPTION_TARGET

        FNRCP0011E

        PERSIST_INVALID_SUBSCRIPTION_TARGET The specified subscription target is invalid.

      • PERSIST_NO_COLUMN

        public static final ExceptionCode PERSIST_NO_COLUMN

        FNRCP0012E

        PERSIST_NO_COLUMN No column defined for property {0} on class {1}.

        No column is defined for the property on the indicated class.

      • PERSIST_OBJSTR_DATABASE_TABLES_EXIST

        public static final ExceptionCode PERSIST_OBJSTR_DATABASE_TABLES_EXIST

        FNRCP0013E

        PERSIST_OBJSTR_DATABASE_TABLES_EXIST Database tables already exist for ObjectStore: {0}.

        Database tables already exist for the indicated ObjectStore.

      • PERSIST_SINGLETON_CLASS

        public static final ExceptionCode PERSIST_SINGLETON_CLASS

        FNRCP0014E

        PERSIST_SINGLETON_CLASS Only one instance of class {0} can be created. The existing instance must be deleted before a new one can be created.

      • PERSIST_UNEXPECTED_PROPERTY_CARDINALITY

        public static final ExceptionCode PERSIST_UNEXPECTED_PROPERTY_CARDINALITY

        FNRCP0015E

        PERSIST_UNEXPECTED_PROPERTY_CARDINALITY The property cardinality value was unexpected.

      • PERSIST_UNSUPPORTED_DATABASE

        public static final ExceptionCode PERSIST_UNSUPPORTED_DATABASE

        FNRCP0016E

        PERSIST_UNSUPPORTED_DATABASE Unsupported database, type {0}.

        The database type specified is not supported.

      • PERSIST_UNSUPPORTED_DATABASE_VERSION

        public static final ExceptionCode PERSIST_UNSUPPORTED_DATABASE_VERSION

        FNRCP0017E

        PERSIST_UNSUPPORTED_DATABASE_VERSION Unsupported database version {0} (must have at least {1}).

        The database version is not supported. The indicated version is required.

      • PERSIST_CANT_DELETE_INUSE_INDEX_AREA

        public static final ExceptionCode PERSIST_CANT_DELETE_INUSE_INDEX_AREA

        FNRCP0018E

        PERSIST_CANT_DELETE_INUSE_INDEX_AREA Cannot delete a VerityIndexArea when the VerityCollections property is not empty. Set the isCBREnabled property to false and then run an IndexJob so the VerityCollections will be deleted before attempting to delete the IndexArea.

      • PERSIST_CANT_DELETE_VERITY_COLLECTION

        public static final ExceptionCode PERSIST_CANT_DELETE_VERITY_COLLECTION

        FNRCP0019E

        PERSIST_CANT_DELETE_VERITY_COLLECTION Cannot delete a VerityCollection from an IndexArea. Set the isCBREnabled property to false and run an IndexJob instead.

      • PERSIST_INVALID_PATH

        public static final ExceptionCode PERSIST_INVALID_PATH

        FNRCP0020E

        PERSIST_INVALID_PATH Property {0} contains a path name ({1}) that does not exist in the file system of the CE server.

      • PERSIST_INVALID_PATH_NO_WRITE

        public static final ExceptionCode PERSIST_INVALID_PATH_NO_WRITE

        FNRCP0021E

        PERSIST_INVALID_PATH_NO_WRITE Property {0} contains a path name ({1}) that exists in the file system of the CE server, but cannot be written.

      • PERSIST_VERITY_MASTER_ADMIN_PORT_INCONSISTENT

        public static final ExceptionCode PERSIST_VERITY_MASTER_ADMIN_PORT_INCONSISTENT

        FNRCP0022E

        PERSIST_VERITY_MASTER_ADMIN_PORT_INCONSISTENT If either the VerityMasterAdminServerHostname or VerityMasterAdminServerPort is non-null, both must be non-null.

      • PERSIST_CANT_CHANGE_ROOT_DIRECTORY_PATH

        public static final ExceptionCode PERSIST_CANT_CHANGE_ROOT_DIRECTORY_PATH

        FNRCP0023E

        PERSIST_CANT_CHANGE_ROOT_DIRECTORY_PATH The VerityIndexArea.RootDirectoryPath property cannot be changed when a VerityCollection exists in that IndexArea. Create a new IndexArea to put new collections on a new path. Run an IndexJob to move existing data to that new path if desired.

      • PERSIST_CANT_USE_ZERO_GUID

        public static final ExceptionCode PERSIST_CANT_USE_ZERO_GUID

        FNRCP0024E

        PERSIST_CANT_USE_ZERO_GUID Creating an object with a Id of all zeroes is not allowed. Class of object in create attempt was {0}

      • PERSIST_INVALID_TEMP_DIRECTORY_PATH

        public static final ExceptionCode PERSIST_INVALID_TEMP_DIRECTORY_PATH

        FNRCP0025E

        PERSIST_INVALID_TEMP_DIRECTORY_PATH The VerityIndexArea.TempDirectoryPath ({0}) contains a path name that does not exist in the file system of the CE server. This path must be visible to both the Verity servers and the CE servers.

      • PERSIST_UNSUPPORTED_FEDERATED_OP

        public static final ExceptionCode PERSIST_UNSUPPORTED_FEDERATED_OP

        FNRCP0026E

        PERSIST_UNSUPPORTED_FEDERATED_OP The current operation ({0}) is not supported or invalid for the federated document.

      • PERSIST_INVALID_AUDIT_FILTERING_FILTER_EXPRESSION

        public static final ExceptionCode PERSIST_INVALID_AUDIT_FILTERING_FILTER_EXPRESSION

        FNRCP0027E

        PERSIST_INVALID_AUDIT_FILTERING_FILTER_EXPRESSION The filter expression value {1} is invalid for the audit definition {0}.

      • PERSIST_INVALID_AUDIT_FILTERING_FILTERED_PROPERTY

        public static final ExceptionCode PERSIST_INVALID_AUDIT_FILTERING_FILTERED_PROPERTY

        FNRCP0028E

        PERSIST_INVALID_AUDIT_FILTERING_FILTERED_PROPERTY The filter expression value {1} is invalid for the audit definition property {0}.

      • PERSIST_INVALID_PRECONDITION

        public static final ExceptionCode PERSIST_INVALID_PRECONDITION

        FNRCP0029E

        PERSIST_INVALID_PRECONDITION The precondition expression {0} is invalid.

      • PERSIST_INVALID_POSTCONDITION

        public static final ExceptionCode PERSIST_INVALID_POSTCONDITION

        FNRCP0030E

        PERSIST_INVALID_POSTCONDITION The postcondition expression {0} is invalid.

      • PERSIST_TS_ROOT_DIRECTORY_PATH_NOT_SET

        public static final ExceptionCode PERSIST_TS_ROOT_DIRECTORY_PATH_NOT_SET

        FNRCP0031E

        PERSIST_TS_ROOT_DIRECTORY_PATH_NOT_SET IBM Content Search Services could not set the root directory path for the index_area index area.

        index_area
        The name of the index area.

        The path for the root directory is not specified.

      • PERSIST_TASK_RELATIONSHIP_INTEGRITY

        public static final ExceptionCode PERSIST_TASK_RELATIONSHIP_INTEGRITY

        FNRCP0032E

        PERSIST_TASK_RELATIONSHIP_INTEGRITY An attempted operation would violate task relationship integrity rules.

      • PERSIST_BAD_AUDIT_DISPOSITION_RULE

        public static final ExceptionCode PERSIST_BAD_AUDIT_DISPOSITION_RULE

        FNRCP0033E

        PERSIST_BAD_AUDIT_DISPOSITION_RULE The specified disposition rule contains a syntax error or an invalid property name: {0}

        The specified disposition rule contains a syntax error or an invalid property name. See the preceding exception for details.

      • PERSIST_CANT_DELETE_TEXTSEARCH_INDEX

        public static final ExceptionCode PERSIST_CANT_DELETE_TEXTSEARCH_INDEX

        FNRCP0034E

        PERSIST_CANT_DELETE_TEXTSEARCH_INDEX Application code that calls the Content Engine API methods could not delete an index for IBM Content Search Services. The index is in the index_area index area for the object_store object store.

        index_area
        The name of the index area.
        object_store
        The name of the object store.

        IBM Content Search Services does not allow you to directly delete an index.

      • PERSIST_CANT_DELETE_INUSE_TEXTSEARCH_INDEX_AREA

        public static final ExceptionCode PERSIST_CANT_DELETE_INUSE_TEXTSEARCH_INDEX_AREA

        FNRCP0035E

        PERSIST_CANT_DELETE_INUSE_TEXTSEARCH_INDEX_AREA Application code that calls the Content Engine API methods could not delete the index_area index area for IBM Content Search Services. The index area belongs to the object_store object store.

        index_area
        The name of the index area.
        object_store
        The name of the object store.

        IBM Content Search Services does not allow you to delete an index area if the index area contains index data.

      • PERSIST_CANT_SAVE_TEXTSEARCH_INDEX

        public static final ExceptionCode PERSIST_CANT_SAVE_TEXTSEARCH_INDEX

        FNRCP0036E

        PERSIST_CANT_SAVE_TEXTSEARCH_INDEX Application code that calls the Content Engine API methods could not create an IBM Content Search Services index.

        An index cannot be created by using the API because IBM Content Search Services creates indexes as needed. For information about indexes and the automatic creation of indexes, see "Index areas and indexes" in the IBM FileNet P8 information center.

      • PERSIST_TS_INVALID_ROOT_DIRECTORY_PATH

        public static final ExceptionCode PERSIST_TS_INVALID_ROOT_DIRECTORY_PATH

        FNRCP0037E

        PERSIST_TS_INVALID_ROOT_DIRECTORY_PATH IBM Content Search Services could not set the root directory path for the index_area index area. The following specified path for the root directory does not exist in the file system or is not accessible to IBM Content Search Services servers: root_directory_path.

        index_area
        The name of the index area.
        root_directory_path
        The specified root directory path that is not valid.
      • PERSIST_TS_INVALID_MAX_INDEXES_CHANGE

        public static final ExceptionCode PERSIST_TS_INVALID_MAX_INDEXES_CHANGE

        FNRCP0038E

        PERSIST_TS_INVALID_MAX_INDEXES_CHANGE IBM Content Search Services could not set the maximum number of indexes for the index_area index area. The specified maximum number is less than index_number, which is the current number of indexes in the index area.

        index_number
        The current number of indexes.
        index_area
        The name of the index area.
      • PERSIST_TS_ROOT_DIRECTORY_PATH_NO_WRITE

        public static final ExceptionCode PERSIST_TS_ROOT_DIRECTORY_PATH_NO_WRITE

        FNRCP0039E

        PERSIST_TS_ROOT_DIRECTORY_PATH_NO_WRITE IBM Content Search Services could not write index information to the index_area index area with the following root directory path: root_directory_path.

        root_directory_path
        The root directory path for the index area
        index_area
        The name of the index area
      • PERSIST_TS_INDEXING_LANGUAGE_NOT_SET

        public static final ExceptionCode PERSIST_TS_INDEXING_LANGUAGE_NOT_SET

        FNRCP0040E

        PERSIST_TS_INDEXING_LANGUAGE_NOT_SET Content Engine could not create an index area because the value of the Indexing Language property is null.

      • PERSIST_TS_INVALID_INDEXING_LANGUAGE

        public static final ExceptionCode PERSIST_TS_INVALID_INDEXING_LANGUAGE

        FNRCP0041E

        PERSIST_TS_INVALID_INDEXING_LANGUAGE Content Engine could not save the following value for the Indexing Language property because the value is not valid: indexing_language.

        indexing_language
        The value of the Indexing Language property.
      • PERSIST_RETENTION_COMPATIBILITY_MODE

        public static final ExceptionCode PERSIST_RETENTION_COMPATIBILITY_MODE

        FNRCP0042E

        PERSIST_RETENTION_COMPATIBILITY_MODE The default retention period of the fixed storage area is invalid for an area operating in retention compatibility mode, : Storage area {0} Default Period {1}.

      • PERSIST_RETENTION_CLOCK_SKEW

        public static final ExceptionCode PERSIST_RETENTION_CLOCK_SKEW

        FNRCP0043E

        PERSIST_RETENTION_CLOCK_SKEW The system and RDBMS clocks are skewed, event based retention cannot be applied: skew seconds clock_skew_offset.

        clock_skew_offset
        The difference between the system clock and the RDBMS clock, in seconds.
      • PERSIST_RETENTION_CONSTRAINT_VIOLATED

        public static final ExceptionCode PERSIST_RETENTION_CONSTRAINT_VIOLATED

        FNRCP0044E

        PERSIST_RETENTION_CONSTRAINT_VIOLATED The retention date of the object cannot be altered due to a retention constraint.

      • PERSIST_RETENTION_DELETE_PREVENTED

        public static final ExceptionCode PERSIST_RETENTION_DELETE_PREVENTED

        FNRCP0045E

        PERSIST_RETENTION_DELETE_PREVENTED The object cannot be deleted due to a retention constraint.

      • PERSIST_RETENTION_PERIOD_PREVENTED

        public static final ExceptionCode PERSIST_RETENTION_PERIOD_PREVENTED

        FNRCP0046E

        PERSIST_RETENTION_PERIOD_PREVENTED The Retention Period property of the Storage Area cannot be changed to any value except NOT_ALLOWED: period RetentionPeriod.

        RetentionPeriod
        The invalid value of the Retention Period property.
      • PERSIST_CANT_CHANGE_INDEX_REQUEST_STATUS

        public static final ExceptionCode PERSIST_CANT_CHANGE_INDEX_REQUEST_STATUS

        FNRCP0048E

        PERSIST_CANT_CHANGE_INDEX_REQUEST_STATUS Content Engine ignored the requested operation to change the status of the "index_request_id" index request.

        index_request_id
        The id of the index request.

        Using the Content Engine API to directly change an index request status is not supported.

      • PERSIST_RETENTION_NOT_SUPPORTED

        public static final ExceptionCode PERSIST_RETENTION_NOT_SUPPORTED

        FNRCP0049E

        PERSIST_RETENTION_NOT_SUPPORTED The retention feature is not currently supported.

      • PERSIST_NOT_ALLOWED_INDEX_REQUEST_OPERATION_CHANGE

        public static final ExceptionCode PERSIST_NOT_ALLOWED_INDEX_REQUEST_OPERATION_CHANGE

        FNRCP0050E

        PERSIST_NOT_ALLOWED_INDEX_REQUEST_OPERATION_CHANGE Content Engine ignored the requested change to the operation of the "index_request_id" index request.

        index_request_id
        The id of the index request.

        Using the Content Engine API to directly change an index operation Other than SKIP is not supported.

      • PERSIST_TS_CANT_CHANGE_INDEXING_LANGUAGE

        public static final ExceptionCode PERSIST_TS_CANT_CHANGE_INDEXING_LANGUAGE

        FNRCP0051E

        PERSIST_TS_CANT_CHANGE_INDEXING_LANGUAGE Content Engine could not update the Indexing Language property because the property is deprecated and replaced with the Indexing Languages list property. The Indexing Languages list property already has one or more values set.

      • PERSIST_NOT_ALLOWED_CBR_ENABLE_CLASS_INDEX_REQUEST

        public static final ExceptionCode PERSIST_NOT_ALLOWED_CBR_ENABLE_CLASS_INDEX_REQUEST

        FNRCP0052E

        PERSIST_NOT_ALLOWED_CBR_ENABLE_CLASS_INDEX_REQUEST Changing the IsCBREnabled property of a class definition for an IndexRequest class is not allowed.

        You cannot use the Content Engine API or an administration tool to change the value of the IsCBREnabled property of a class definition for an IndexRequest class.

      • PERSIST_RECOVERYITEM_OBJECT_SERIALIZATION_FAILED

        public static final ExceptionCode PERSIST_RECOVERYITEM_OBJECT_SERIALIZATION_FAILED

        FNRCP0053E

        PERSIST_RECOVERYITEM_OBJECT_SERIALIZATION_FAILED The objects failed to be serialized into a byte array. The id of the object marked for deletion is {0}.

        The objects failed to be serialized.

      • PERSIST_RECOVERYITEM_OBJECT_DESERIALIZATION_FAILED

        public static final ExceptionCode PERSIST_RECOVERYITEM_OBJECT_DESERIALIZATION_FAILED

        FNRCP0054E

        PERSIST_RECOVERYITEM_OBJECT_DESERIALIZATION_FAILED The objects failed to be deserialized from a byte array. The id of the object marked for deletion is {0}.

        The objects failed to be deserialized.

      • PERSIST_RECOVERYITEM_NOT_SUPPORTED

        public static final ExceptionCode PERSIST_RECOVERYITEM_NOT_SUPPORTED

        FNRCP0055E

        PERSIST_RECOVERYITEM_NOT_SUPPORTED A recovery item cannot be created because the original object is not supported for mark for deletion.

      • PUBLISH_BAD_PUBLISH_REQUEST

        public static final ExceptionCode PUBLISH_BAD_PUBLISH_REQUEST

        FNRCU0001E

        PUBLISH_BAD_PUBLISH_REQUEST The publish request is invalid. Check the validity of submitted input such as publish options or publish template.

      • PUBLISH_BAD_PUBLISH_TEMPLATE

        public static final ExceptionCode PUBLISH_BAD_PUBLISH_TEMPLATE

        FNRCU0002E

        PUBLISH_BAD_PUBLISH_TEMPLATE An exception occurred while handling the provided publish template object. Check the contents or properties of the object.

      • PUBLISH_NO_HANDLER

        public static final ExceptionCode PUBLISH_NO_HANDLER

        FNRCU0003E

        PUBLISH_NO_HANDLER Unable to get a handler for the PublishRequest {0}.

        A handler for the PublishRequest indicated could not be retrieved.

      • PUBLISH_HANDLER_THREW

        public static final ExceptionCode PUBLISH_HANDLER_THREW

        FNRCU0004E

        PUBLISH_HANDLER_THREW An exception occurred in the Publishing handler. The exception is chained to this one.

      • PUBLISH_READING_REC_THREW

        public static final ExceptionCode PUBLISH_READING_REC_THREW

        FNRCU0005E

        PUBLISH_READING_REC_THREW Reading the RenditionEngineConnection threw.

      • PUBLISH_READING_PR_PUBLISHINGSTATUS_THREW

        public static final ExceptionCode PUBLISH_READING_PR_PUBLISHINGSTATUS_THREW

        FNRCU0006E

        PUBLISH_READING_PR_PUBLISHINGSTATUS_THREW Reading the PublishRequest.PublishingStatus threw

      • PUBLISH_CONTENT_REFERENCE_NOT_SUPPORTED

        public static final ExceptionCode PUBLISH_CONTENT_REFERENCE_NOT_SUPPORTED

        FNRCU0007E

        PUBLISH_CONTENT_REFERENCE_NOT_SUPPORTED Publishing does not support a content reference as the first content element of the source document.

      • PUBLISH_CONTENT_ELEMENT_NOT_FOUND

        public static final ExceptionCode PUBLISH_CONTENT_ELEMENT_NOT_FOUND

        FNRCU0008E

        PUBLISH_CONTENT_ELEMENT_NOT_FOUND Publishing requires that the source document must contain a content element, but none was found.

      • REPLICATION_LATER_VERSION_EXISTS

        public static final ExceptionCode REPLICATION_LATER_VERSION_EXISTS

        FNRCY0001E

        REPLICATION_LATER_VERSION_EXISTS Can not replicate version {0}.{1} because a later version of {2}.{3} already exists in the target object store.

        Can not replicate version

      • RETRIEVE_ALL_PROPS_FROM_SAME_CLASS

        public static final ExceptionCode RETRIEVE_ALL_PROPS_FROM_SAME_CLASS

        FNRCR0001E

        RETRIEVE_ALL_PROPS_FROM_SAME_CLASS When returning objects all properties selected must be from same class.

      • RETRIEVE_AMBIGUOUS_PROPERTY

        public static final ExceptionCode RETRIEVE_AMBIGUOUS_PROPERTY

        FNRCR0002E

        RETRIEVE_AMBIGUOUS_PROPERTY Ambiguous property has no table specifier: {0}.

        The indicated property is ambiguous: it has no table specifier.

      • RETRIEVE_BAD_APPEND_ACTIVE_CLAUSE

        public static final ExceptionCode RETRIEVE_BAD_APPEND_ACTIVE_CLAUSE

        FNRCR0003E

        RETRIEVE_BAD_APPEND_ACTIVE_CLAUSE The call to SelectStatementEx.appendActiveClause is invalid.

      • RETRIEVE_BAD_CONTENT_ELEMENT_ID

        public static final ExceptionCode RETRIEVE_BAD_CONTENT_ELEMENT_ID

        FNRCR0004E

        RETRIEVE_BAD_CONTENT_ELEMENT_ID Bad element id in Content table. Document: {0}.

        The element id for the indicated document in the Content table is invalid.

      • RETRIEVE_BAD_CONTENT_ELEMENT_ORDINAL

        public static final ExceptionCode RETRIEVE_BAD_CONTENT_ELEMENT_ORDINAL

        FNRCR0005E

        RETRIEVE_BAD_CONTENT_ELEMENT_ORDINAL Invalid ordinal {0} in element_id of content. Document {1}.

        The indicated ordinal in the element_id of the content is invalid.

      • RETRIEVE_BAD_CONTINUATION_STRING

        public static final ExceptionCode RETRIEVE_BAD_CONTINUATION_STRING

        FNRCR0006E

        RETRIEVE_BAD_CONTINUATION_STRING The continuation string is invalid: {0}.

        The continuation string is invalid. The continuation string reissues a database search to retrieve more rows from the database.

      • RETRIEVE_BAD_GET_OBJECT_PARAMETERS

        public static final ExceptionCode RETRIEVE_BAD_GET_OBJECT_PARAMETERS

        FNRCR0007E

        RETRIEVE_BAD_GET_OBJECT_PARAMETERS The getObject parameters are invalid.

      • RETRIEVE_BAD_GLOBAL_IDENTITY

        public static final ExceptionCode RETRIEVE_BAD_GLOBAL_IDENTITY

        FNRCR0008E

        RETRIEVE_BAD_GLOBAL_IDENTITY The global identity is invalid.

      • RETRIEVE_BAD_MULTI_SELECT_DISTINCT

        public static final ExceptionCode RETRIEVE_BAD_MULTI_SELECT_DISTINCT

        FNRCR0009E

        RETRIEVE_BAD_MULTI_SELECT_DISTINCT Cannot use select distinct if selected property not defined in all object stores of multi object store query: {0}.

        The select Distinct operation cannot be used if the selected property is not defined in all object stores of within the scope of the query.

      • RETRIEVE_BAD_NAME_PROPERTY

        public static final ExceptionCode RETRIEVE_BAD_NAME_PROPERTY

        FNRCR0010E

        RETRIEVE_BAD_NAME_PROPERTY Name property not set up correctly in system metadata on class {0} (system error).

        The name property is not set up correctly in the system metadata for the indicated class. This is a system error.

      • RETRIEVE_BAD_OBJECT_ADDRESS

        public static final ExceptionCode RETRIEVE_BAD_OBJECT_ADDRESS

        FNRCR0011E

        RETRIEVE_BAD_OBJECT_ADDRESS The ObjectAddress is invalid.

      • RETRIEVE_BAD_OBJECT_COLUMN_TYPE

        public static final ExceptionCode RETRIEVE_BAD_OBJECT_COLUMN_TYPE

        FNRCR0012E

        RETRIEVE_BAD_OBJECT_COLUMN_TYPE Invalid column type for object property {0}.

        The column type for object indicated for the property is invalid.

      • RETRIEVE_BAD_ORDERBY_DATATYPE

        public static final ExceptionCode RETRIEVE_BAD_ORDERBY_DATATYPE

        FNRCR0013E

        RETRIEVE_BAD_ORDERBY_DATATYPE The datatype for the ORDER BY clause is invalid.

      • RETRIEVE_BAD_PROPERTY_FILTER_TYPE

        public static final ExceptionCode RETRIEVE_BAD_PROPERTY_FILTER_TYPE

        FNRCR0014E

        RETRIEVE_BAD_PROPERTY_FILTER_TYPE Unknown property type in PropertyFilter: {0}.

        The indicated property type in PropertyFilter is unrecognized.

      • RETRIEVE_BAD_REPOSITORY_SEARCH

        public static final ExceptionCode RETRIEVE_BAD_REPOSITORY_SEARCH

        FNRCR0015E

        RETRIEVE_BAD_REPOSITORY_SEARCH AdHocClassRetriever.executeSearch can be called only for a repository search.

      • RETRIEVE_CANT_COMPARE_TYPES

        public static final ExceptionCode RETRIEVE_CANT_COMPARE_TYPES

        FNRCR0016E

        RETRIEVE_CANT_COMPARE_TYPES Cannot compare dissimilar types. Near: {0}.

        Cannot compare dissimilar types.

      • RETRIEVE_CANT_CREATE_RETRIEVER

        public static final ExceptionCode RETRIEVE_CANT_CREATE_RETRIEVER

        FNRCR0017E

        RETRIEVE_CANT_CREATE_RETRIEVER Cannot create retriever: {0}.

        The indicated retriever could not be created.

      • RETRIEVE_CANT_CREATE_SEARCH_TEMP_DIR

        public static final ExceptionCode RETRIEVE_CANT_CREATE_SEARCH_TEMP_DIR

        FNRCR0018E

        RETRIEVE_CANT_CREATE_SEARCH_TEMP_DIR Can't create temp file directory {0} for use with content search.

        The temporary file directory indicated cannot be created.

      • RETRIEVE_CANT_GET_LOCAL_HOST

        public static final ExceptionCode RETRIEVE_CANT_GET_LOCAL_HOST

        FNRCR0019E

        RETRIEVE_CANT_GET_LOCAL_HOST The local host cannot be opened.

      • RETRIEVE_CANT_GET_OBJECT_ID

        public static final ExceptionCode RETRIEVE_CANT_GET_OBJECT_ID

        FNRCR0020E

        RETRIEVE_CANT_GET_OBJECT_ID The object is not an independent or global object. The object id is not found.

      • RETRIEVE_CANT_MODIFY_ROOT_FOLDER

        public static final ExceptionCode RETRIEVE_CANT_MODIFY_ROOT_FOLDER

        FNRCR0021E

        RETRIEVE_CANT_MODIFY_ROOT_FOLDER The root folder cannot be modified.

      • RETRIEVE_CANT_OPEN_COLLECTION

        public static final ExceptionCode RETRIEVE_CANT_OPEN_COLLECTION

        FNRCR0022E

        RETRIEVE_CANT_OPEN_COLLECTION Cannot open Verity collection "{0}", error: {1}

        The indicated Verity collection cannot be opened. The error is indicated.

      • RETRIEVE_CANT_OPEN_WORKSPACE

        public static final ExceptionCode RETRIEVE_CANT_OPEN_WORKSPACE

        FNRCR0023E

        RETRIEVE_CANT_OPEN_WORKSPACE Cannott open Verity workspace. Error on create: "{0}", Error on open: "{1}"

        The Verity workspace cannot be opened. The errors are indicated.

      • RETRIEVE_CANT_SELECT_DISTINCT_PROP_WITH_NO_COLUMN

        public static final ExceptionCode RETRIEVE_CANT_SELECT_DISTINCT_PROP_WITH_NO_COLUMN

        FNRCR0024E

        RETRIEVE_CANT_SELECT_DISTINCT_PROP_WITH_NO_COLUMN No column defined on property used with "distinct": {0}.

        There is no column defined on the indicated property. A select Distinct operation cannot be performed.

      • RETRIEVE_CANT_SELECT_WITH_DISTINCT

        public static final ExceptionCode RETRIEVE_CANT_SELECT_WITH_DISTINCT

        FNRCR0025E

        RETRIEVE_CANT_SELECT_WITH_DISTINCT Can't select property with "distinct": {0}.

        The property cannot be selected using Distinct. The property is indicated.

      • RETRIEVE_CONTENT_NOT_TRANSFER

        public static final ExceptionCode RETRIEVE_CONTENT_NOT_TRANSFER

        FNRCR0026E

        RETRIEVE_CONTENT_NOT_TRANSFER Content for document {0}, ordinal {1} is not ContentTransfer.

        The content for the indicated document and ordinal is not ContentTransfer.

      • RETRIEVE_CONTENT_SEARCH_AND

        public static final ExceptionCode RETRIEVE_CONTENT_SEARCH_AND

        FNRCR0027E

        RETRIEVE_CONTENT_SEARCH_AND A SQL statement that is constructed with the CONTAINS operator must include the AND operator if a ContentSearch class is joined with an inner join.

        You cannot use the CONTAINS operator in a SQL statement with a ContentSearch inner join that does not include an AND operator.

      • RETRIEVE_CONTENT_SEARCH_FAILED

        public static final ExceptionCode RETRIEVE_CONTENT_SEARCH_FAILED

        FNRCR0028E

        RETRIEVE_CONTENT_SEARCH_FAILED The content search failed for search string="{0}", type={1}, property="{2}", class="{3}", and object store="{4}".

        The Autonomy K2 search failed. This error can occur if the search syntax is incorrect, or if there is a problem with the collection.

      • RETRIEVE_CONTENT_SEARCH_OR

        public static final ExceptionCode RETRIEVE_CONTENT_SEARCH_OR

        FNRCR0029E

        RETRIEVE_CONTENT_SEARCH_OR A SQL statement that is constructed with the CONTAINS operator must include the OR operator if a ContentSearch class is not joined with an inner join.

        You cannot use the CONTAINS operator in a SQL statement without a ContentSearch inner join that does not include an OR operator.

      • RETRIEVE_DBCONTEXT_NULL

        public static final ExceptionCode RETRIEVE_DBCONTEXT_NULL

        FNRCR0030E

        RETRIEVE_DBCONTEXT_NULL The database context is unexpectedly null.

      • RETRIEVE_EXCEEDED_BLOB_BUFFER

        public static final ExceptionCode RETRIEVE_EXCEEDED_BLOB_BUFFER

        FNRCR0031E

        RETRIEVE_EXCEEDED_BLOB_BUFFER Exceeded maximum length of blob buffer {0}.

        The maximum length of the indicated blob buffer has been exceeded.

      • RETRIEVE_EXPECTED_ID

        public static final ExceptionCode RETRIEVE_EXPECTED_ID

        FNRCR0032E

        RETRIEVE_EXPECTED_ID Expected id property (system error)

      • RETRIEVE_INVALID_CLASSID_FOR_PROP

        public static final ExceptionCode RETRIEVE_INVALID_CLASSID_FOR_PROP

        FNRCR0033E

        RETRIEVE_INVALID_CLASSID_FOR_PROP Invalid class id ({0}) for property {1}.

        The indicated class id is invalid for the property.

      • RETRIEVE_INVALID_DEPENDENT_FETCH

        public static final ExceptionCode RETRIEVE_INVALID_DEPENDENT_FETCH

        FNRCR0034E

        RETRIEVE_INVALID_DEPENDENT_FETCH Attempt to get a dependent property by item index when property is not a dependent list: {0}

        An attempt was made to get the indicated dependent property by item index when the property is not a dependent * list.

      • RETRIEVE_INVALID_ISCLASS_ALIAS

        public static final ExceptionCode RETRIEVE_INVALID_ISCLASS_ALIAS

        FNRCR0035E

        RETRIEVE_INVALID_ISCLASS_ALIAS Invalid class alias in isclass test {0}.

        The class alias in the indicated isclass test is invalid.

      • RETRIEVE_INVALID_LIST_DATATYPE

        public static final ExceptionCode RETRIEVE_INVALID_LIST_DATATYPE

        FNRCR0036E

        RETRIEVE_INVALID_LIST_DATATYPE Invalid list datatype for property {0}.

        The list datatype indicated for the property is invalid.

      • RETRIEVE_INVALID_OPERATOR_FOR_CONTAINS

        public static final ExceptionCode RETRIEVE_INVALID_OPERATOR_FOR_CONTAINS

        FNRCR0037E

        RETRIEVE_INVALID_OPERATOR_FOR_CONTAINS Invalid operator used with CONTAINS/FREETEXT: {0}.

        The indicated operator used with CONTAINS or FREETEXT is invalid.

      • RETRIEVE_INVALID_PROPERTY_VALUE

        public static final ExceptionCode RETRIEVE_INVALID_PROPERTY_VALUE

        FNRCR0038E

        RETRIEVE_INVALID_PROPERTY_VALUE Invalid property value type for property {0}.

        The property value type indicated for the property is invalid.

      • RETRIEVE_ITEM_INDEX_NEGATIVE

        public static final ExceptionCode RETRIEVE_ITEM_INDEX_NEGATIVE

        FNRCR0039E

        RETRIEVE_ITEM_INDEX_NEGATIVE The item index is negative in the request to retrieve a dependent object.

      • RETRIEVE_MISSING_CONTENTSEARCH_JOIN

        public static final ExceptionCode RETRIEVE_MISSING_CONTENTSEARCH_JOIN

        FNRCR0040E

        RETRIEVE_MISSING_CONTENTSEARCH_JOIN A SQL statement that is constructed with the CONTAINS operator must include a FROM clause with a ContentSearch table joined to another table.

        You cannot use the CONTAINS operator in a SQL statement without a FROM clause that includes a ContentSearch table joined to another table.

      • RETRIEVE_MORE_THAN_ONE_CONTENT_TABLE

        public static final ExceptionCode RETRIEVE_MORE_THAN_ONE_CONTENT_TABLE

        FNRCR0041E

        RETRIEVE_MORE_THAN_ONE_CONTENT_TABLE Cannot have more than one ContentSearch table joined into a search.

      • RETRIEVE_MULTIPLE_COLUMN_NAMES

        public static final ExceptionCode RETRIEVE_MULTIPLE_COLUMN_NAMES

        FNRCR0042E

        RETRIEVE_MULTIPLE_COLUMN_NAMES Two properties with same table have different column names. Property 1: {0}, Property 2: {1}, Table name: {2}.

        The two indicated properties with the same table have different column names.

      • RETRIEVE_MULTIPLE_CONTAINSORFREETEXT

        public static final ExceptionCode RETRIEVE_MULTIPLE_CONTAINSORFREETEXT

        FNRCR0043E

        RETRIEVE_MULTIPLE_CONTAINSORFREETEXT A SQL statement cannot have more than one CONTAINS clause.

        A SQL statement with more than one CONTAINS clause is invalid.

      • RETRIEVE_MULTIPLE_DATATYPES

        public static final ExceptionCode RETRIEVE_MULTIPLE_DATATYPES

        FNRCR0044E

        RETRIEVE_MULTIPLE_DATATYPES Two properties with same table have different data types. Property 1: {0}, Property 2: {1}, Table name: {2}.

        The two indicated properties with the same table have different data types.

      • RETRIEVE_MULTIPLE_ON_CONTENT

        public static final ExceptionCode RETRIEVE_MULTIPLE_ON_CONTENT

        FNRCR0045E

        RETRIEVE_MULTIPLE_ON_CONTENT An ON condition that references content search tables more than once is invalid.

      • RETRIEVE_NEED_SEARCH_SERVER

        public static final ExceptionCode RETRIEVE_NEED_SEARCH_SERVER

        FNRCR0046E

        RETRIEVE_NEED_SEARCH_SERVER Must have at least one search server specified for index area {0}

        At least one search server must be specified for the indicated index area.

      • RETRIEVE_NOT_IMPLEMENTED

        public static final ExceptionCode RETRIEVE_NOT_IMPLEMENTED

        FNRCR0047E

        RETRIEVE_NOT_IMPLEMENTED Not Implemented.

      • RETRIEVE_NOT_OBJECT

        public static final ExceptionCode RETRIEVE_NOT_OBJECT

        FNRCR0048E

        RETRIEVE_NOT_OBJECT Property for getObject must be object: {0}.

        The indicated property for getObject must be an object.

      • RETRIEVE_NO_DISTINCT_MERGE

        public static final ExceptionCode RETRIEVE_NO_DISTINCT_MERGE

        FNRCR0049E

        RETRIEVE_NO_DISTINCT_MERGE The DISTINCT operator is not supported in merged scope queries.

      • RETRIEVE_NO_INDEX_AREA_FOR_COLLECTION

        public static final ExceptionCode RETRIEVE_NO_INDEX_AREA_FOR_COLLECTION

        FNRCR0050E

        RETRIEVE_NO_INDEX_AREA_FOR_COLLECTION No verity index area for collection id: {0}

        There is no Verity index area for the indicated collection id.

      • RETRIEVE_NO_ITEM_INDEX

        public static final ExceptionCode RETRIEVE_NO_ITEM_INDEX

        FNRCR0051E

        RETRIEVE_NO_ITEM_INDEX No item index in request to retrieve dependent object.

        There is no item index in the request to retrieve a dependent object.

      • RETRIEVE_NO_REQUIRED_CLASS

        public static final ExceptionCode RETRIEVE_NO_REQUIRED_CLASS

        FNRCR0052E

        RETRIEVE_NO_REQUIRED_CLASS Persistent property {0} has no required class.

        The indicated persistent property has no required class.

      • RETRIEVE_NO_ROOT_FOLDER

        public static final ExceptionCode RETRIEVE_NO_ROOT_FOLDER

        FNRCR0053E

        RETRIEVE_NO_ROOT_FOLDER The root folder is not in the cache.

      • RETRIEVE_NO_SELECTED_PROPERTY

        public static final ExceptionCode RETRIEVE_NO_SELECTED_PROPERTY

        FNRCR0054E

        RETRIEVE_NO_SELECTED_PROPERTY The selected property was not found in the property list.

      • RETRIEVE_NO_VERITY_COLLECTION

        public static final ExceptionCode RETRIEVE_NO_VERITY_COLLECTION

        FNRCR0055E

        RETRIEVE_NO_VERITY_COLLECTION No verity collection for collection id: {0}

        There is no Verity collection for the indicated collection id.

      • RETRIEVE_NULL_CONTENTSEARCH_JOIN

        public static final ExceptionCode RETRIEVE_NULL_CONTENTSEARCH_JOIN

        FNRCR0056E

        RETRIEVE_NULL_CONTENTSEARCH_JOIN A null row cannot be joined to ContentSearch. For example, "select ... from ContentSearch left outer join Document ... " is not allowed, because the Document table row may be null when ContentSearch is not null.

      • RETRIEVE_NULL_TABLE_LIST

        public static final ExceptionCode RETRIEVE_NULL_TABLE_LIST

        FNRCR0057E

        RETRIEVE_NULL_TABLE_LIST Cannot use property ({0}) with null table for list cardinality.

        The indicated property cannot be used with a null table for list cardinality.

      • RETRIEVE_ORDER_BY_NOT_SELECTED

        public static final ExceptionCode RETRIEVE_ORDER_BY_NOT_SELECTED

        FNRCR0058E

        RETRIEVE_ORDER_BY_NOT_SELECTED Order by property must be in selection list: {0}.

        The indicated ORDER BY property must be in the select list.

      • RETRIEVE_ORDER_CLAUSE_PARSE_FAILURE

        public static final ExceptionCode RETRIEVE_ORDER_CLAUSE_PARSE_FAILURE

        FNRCR0059E

        RETRIEVE_ORDER_CLAUSE_PARSE_FAILURE Expected one child node of order property (system error).

      • RETRIEVE_PARSE_BAD_CARDINALITY

        public static final ExceptionCode RETRIEVE_PARSE_BAD_CARDINALITY

        FNRCR0060E

        RETRIEVE_PARSE_BAD_CARDINALITY The cardinality (list or single-valued property) does not match the cardinality of the operator expression for property {0}.

        The cardinality (single-valued or multi-valued property) does not match the cardinality of the operator expression for the property. For example, a search on Property1 requires that Property1 be a multi-valued property, but the search was submitted with a single-valued property. The error might result from a custom search or from a search in FileNet Enterprise Manager Query Builder.

      • RETRIEVE_PARSE_BAD_CHILD_COUNT

        public static final ExceptionCode RETRIEVE_PARSE_BAD_CHILD_COUNT

        FNRCR0061E

        RETRIEVE_PARSE_BAD_CHILD_COUNT Unexpected number of child elements of "{0}".

        There was an unexpected number of child elements in the FROM clause.

      • RETRIEVE_PARSE_BAD_LONG_STRING

        public static final ExceptionCode RETRIEVE_PARSE_BAD_LONG_STRING

        FNRCR0062E

        RETRIEVE_PARSE_BAD_LONG_STRING Long string property {0} not allowed with given operator.

        The indicated long string property is not allowed to be used with the specified operator.

      • RETRIEVE_PARSE_BAD_ROOT_CHILD

        public static final ExceptionCode RETRIEVE_PARSE_BAD_ROOT_CHILD

        FNRCR0063E

        RETRIEVE_PARSE_BAD_ROOT_CHILD The child of the root query node is unrecognized.

      • RETRIEVE_PARSE_CANT_COMPARE_CONSTANTS

        public static final ExceptionCode RETRIEVE_PARSE_CANT_COMPARE_CONSTANTS

        FNRCR0064E

        RETRIEVE_PARSE_CANT_COMPARE_CONSTANTS An attempt was made to compare two constants that are dates, booleans, or GUIDs.

      • RETRIEVE_PARSE_CONSTANT_NOT_ALLOWED

        public static final ExceptionCode RETRIEVE_PARSE_CONSTANT_NOT_ALLOWED

        FNRCR0065E

        RETRIEVE_PARSE_CONSTANT_NOT_ALLOWED Constant not allowed with operator {0}. Near: {1}.

        A constant is not allowed to be used with the indicated operator.

      • RETRIEVE_PARSE_EXPRESSION_NOT_ALLOWED

        public static final ExceptionCode RETRIEVE_PARSE_EXPRESSION_NOT_ALLOWED

        FNRCR0066E

        RETRIEVE_PARSE_EXPRESSION_NOT_ALLOWED Expression not allowed with operator {0}. Near: {1}.

        An expression is not allowed to be used with the indicated operator.

      • RETRIEVE_PARSE_INVALID_FOLDER_SYNTAX

        public static final ExceptionCode RETRIEVE_PARSE_INVALID_FOLDER_SYNTAX

        FNRCR0067E

        RETRIEVE_PARSE_INVALID_FOLDER_SYNTAX Invalid folder syntax: {0}.

        The indicated folder syntax is invalid.

      • RETRIEVE_PARSE_INVALID_FREETEXT_PROPERTY

        public static final ExceptionCode RETRIEVE_PARSE_INVALID_FREETEXT_PROPERTY

        FNRCR0068E

        RETRIEVE_PARSE_INVALID_FREETEXT_PROPERTY The property used as the first argument of the FREETEXT operator is invalid. FREETEXT cannot search individual properties, and only supports "*".

      • RETRIEVE_PARSE_INVALID_NODE_TYPE

        public static final ExceptionCode RETRIEVE_PARSE_INVALID_NODE_TYPE

        FNRCR0069E

        RETRIEVE_PARSE_INVALID_NODE_TYPE Invalid node type: "{0}".

        The indicated node type is invalid.

      • RETRIEVE_PARSE_INVALID_OBJECT_FUNCTION

        public static final ExceptionCode RETRIEVE_PARSE_INVALID_OBJECT_FUNCTION

        FNRCR0070E

        RETRIEVE_PARSE_INVALID_OBJECT_FUNCTION Invalid argument to object function: {0}.

        The indicated argument to the OBJECT function is invalid.

      • RETRIEVE_PARSE_INVALID_QUERY_PROPERTY

        public static final ExceptionCode RETRIEVE_PARSE_INVALID_QUERY_PROPERTY

        FNRCR0071E

        RETRIEVE_PARSE_INVALID_QUERY_PROPERTY Invalid property in query: {0}.

        There was an invalid property in the query.

      • RETRIEVE_PARSE_INVALID_RHS_FOLDER_OPERAND

        public static final ExceptionCode RETRIEVE_PARSE_INVALID_RHS_FOLDER_OPERAND

        FNRCR0072E

        RETRIEVE_PARSE_INVALID_RHS_FOLDER_OPERAND The operand on the right side of INFOLDER is invalid.

      • RETRIEVE_PARSE_NO_COLUMN_DEFINED

        public static final ExceptionCode RETRIEVE_PARSE_NO_COLUMN_DEFINED

        FNRCR0073E

        RETRIEVE_PARSE_NO_COLUMN_DEFINED Property searched for ({0}) has no column defined.

        The indicated property in the query has no column defined.

      • RETRIEVE_PARSE_NO_FROM_CLAUSE

        public static final ExceptionCode RETRIEVE_PARSE_NO_FROM_CLAUSE

        FNRCR0074E

        RETRIEVE_PARSE_NO_FROM_CLAUSE No FROM clause was specified in the query.

      • RETRIEVE_PARSE_OBJECT_IN_FROM

        public static final ExceptionCode RETRIEVE_PARSE_OBJECT_IN_FROM

        FNRCR0075E

        RETRIEVE_PARSE_OBJECT_IN_FROM The OBJECT function is not allowed in a FROM clause.

      • RETRIEVE_PARSE_PROPERTY_NEEDS_CLASS

        public static final ExceptionCode RETRIEVE_PARSE_PROPERTY_NEEDS_CLASS

        FNRCR0076E

        RETRIEVE_PARSE_PROPERTY_NEEDS_CLASS Property {0} must be qualified by a class name.

        The indicated property must be qualified by a class name.

      • RETRIEVE_PARSE_PROPERTY_NOT_ALLOWED

        public static final ExceptionCode RETRIEVE_PARSE_PROPERTY_NOT_ALLOWED

        FNRCR0077E

        RETRIEVE_PARSE_PROPERTY_NOT_ALLOWED Property {0} not allowed with operator {1}.

        The indicated property is not allowed to be used with the specified operator.

      • RETRIEVE_PARSE_UNEXPECTED_NODE

        public static final ExceptionCode RETRIEVE_PARSE_UNEXPECTED_NODE

        FNRCR0078E

        RETRIEVE_PARSE_UNEXPECTED_NODE Unexpected node type in "{0}".

        There was an unexpected node type as indicated.

      • RETRIEVE_PARSE_UNEXPECTED_OPERATOR_DATATYPE

        public static final ExceptionCode RETRIEVE_PARSE_UNEXPECTED_OPERATOR_DATATYPE

        FNRCR0079E

        RETRIEVE_PARSE_UNEXPECTED_OPERATOR_DATATYPE Unexpected datatype for operator: {0}. Near: {1}.

        The datatype specified for the indicated operator was unexpected.

      • RETRIEVE_PATH_SLASH

        public static final ExceptionCode RETRIEVE_PATH_SLASH

        FNRCR0080E

        RETRIEVE_PATH_SLASH Path "path_name" does not start with the required '/' or '\'.

        path_name
        The candidate path name passed in by the calling application.

        A path must start with "/" or "\". An ID must match the GUID format, including braces. A name must not have slashes or braces.

      • RETRIEVE_PROPERTY_NOT_DEFINED

        public static final ExceptionCode RETRIEVE_PROPERTY_NOT_DEFINED

        FNRCR0081E

        RETRIEVE_PROPERTY_NOT_DEFINED The property {0} is not defined.

        The property is not defined.

      • RETRIEVE_PROPERTY_NOT_ORDERABLE

        public static final ExceptionCode RETRIEVE_PROPERTY_NOT_ORDERABLE

        FNRCR0082E

        RETRIEVE_PROPERTY_NOT_ORDERABLE Property not orderable: {0}.

        The indicated property is not orderable.

      • RETRIEVE_SQL_SYNTAX_ERROR

        public static final ExceptionCode RETRIEVE_SQL_SYNTAX_ERROR

        FNRCR0083E

        RETRIEVE_SQL_SYNTAX_ERROR There was a syntax error in a SQL query or filter expression at line {0}, position {1}. Saw "{2}" but expected {3}. The original query was: {4}.

        There was a syntax error in a SQL query or filter expression at the indicated line and position. The specified and expected values are indicated.

      • RETRIEVE_UNEXPECTED_PROP_CONSTRAINT

        public static final ExceptionCode RETRIEVE_UNEXPECTED_PROP_CONSTRAINT

        FNRCR0084E

        RETRIEVE_UNEXPECTED_PROP_CONSTRAINT Unexpected property has constraint: {0}.

        The indicated constraint is unexpected for the property.

      • RETRIEVE_UNEXPECTED_SELECTION

        public static final ExceptionCode RETRIEVE_UNEXPECTED_SELECTION

        FNRCR0085E

        RETRIEVE_UNEXPECTED_SELECTION The object property selection was unexpected.

      • RETRIEVE_UNRECOGNIZED_QUERY_DATE

        public static final ExceptionCode RETRIEVE_UNRECOGNIZED_QUERY_DATE

        FNRCR0086E

        RETRIEVE_UNRECOGNIZED_QUERY_DATE Unrecognized query date "{0}".

        The indicated query date is not recognized. The String provided does not contain a recognized query date format.

      • RETRIEVE_UNSELECT_ORDER_BY

        public static final ExceptionCode RETRIEVE_UNSELECT_ORDER_BY

        FNRCR0087E

        RETRIEVE_UNSELECT_ORDER_BY An unselected property in the ORDER BY clause can be only the id column. All properties in the ORDER BY clause must be in the select list, with the exception of an Id property.

      • RETRIEVE_MULTI_OBJECT_STORE_IN_TRAN

        public static final ExceptionCode RETRIEVE_MULTI_OBJECT_STORE_IN_TRAN

        FNRCR0088E

        RETRIEVE_MULTI_OBJECT_STORE_IN_TRAN Doing a multiple object store search while in a distributed transaction, such as executing inside event action, is not supported.

      • RETRIEVE_CONTENT_JOIN_INVALID

        public static final ExceptionCode RETRIEVE_CONTENT_JOIN_INVALID

        FNRCR0089E

        RETRIEVE_CONTENT_JOIN_INVALID Join on content search is invalid. A content search of class "X" must contain "... JOIN ON ContentSearch.QueriedObject = X.This".

      • RETRIEVE_NEED_MULTIPLE_OBJECT_STORES

        public static final ExceptionCode RETRIEVE_NEED_MULTIPLE_OBJECT_STORES

        FNRCR0090E

        RETRIEVE_NEED_MULTIPLE_OBJECT_STORES At least two object stores must be supplied to a merged scope query. #Supplied={0}.

      • RETRIEVE_NULL_ENUM_COLUMN

        public static final ExceptionCode RETRIEVE_NULL_ENUM_COLUMN

        FNRCR0091E

        RETRIEVE_NULL_ENUM_COLUMN Attempt to retrieve an enumeration property that has a reflective property with no column defined. Class={0}, Enumeration property={1}, Reflective property of enumeration={2}

      • RETRIEVE_INVALID_REFLECTIVE_PROP

        public static final ExceptionCode RETRIEVE_INVALID_REFLECTIVE_PROP

        FNRCR0092E

        RETRIEVE_INVALID_REFLECTIVE_PROP Invalid Reflective property(={0}) specified for Enum Propeorty(={1}). Reflective Property should present in either the "Required Class" or its sub classes.

      • RETRIEVE_NO_TEXTSEARCH_INDEX

        public static final ExceptionCode RETRIEVE_NO_TEXTSEARCH_INDEX

        FNRCR0093E

        RETRIEVE_NO_TEXTSEARCH_INDEX No Text search Index for index id: {0}

        There is no Text search Index for the indicated index id.

      • RETRIEVE_SEARCH_XML_REQUIRED_ELEMENT_OR_ATTRIBUTE_NOT_PRESENT

        public static final ExceptionCode RETRIEVE_SEARCH_XML_REQUIRED_ELEMENT_OR_ATTRIBUTE_NOT_PRESENT

        FNRCA0094E

        RETRIEVE_SEARCH_XML_REQUIRED_ELEMENT_OR_ATTRIBUTE_NOT_PRESENT The XML to use for the search is incomplete. The required element or attribute {0} is not present.

      • RETRIEVE_SEARCH_XML_REQUIRED_ELEMENT_OR_ATTRIBUTE_HAS_NO_VALUE

        public static final ExceptionCode RETRIEVE_SEARCH_XML_REQUIRED_ELEMENT_OR_ATTRIBUTE_HAS_NO_VALUE

        FNRCA0095E

        RETRIEVE_SEARCH_XML_REQUIRED_ELEMENT_OR_ATTRIBUTE_HAS_NO_VALUE The XML to use for the search is invalid. The required element or attribute {0} does not have a value assigned.

      • RETRIEVE_SEARCH_XML_INVALID_ATTRIBUTE_VALUE

        public static final ExceptionCode RETRIEVE_SEARCH_XML_INVALID_ATTRIBUTE_VALUE

        FNRCA0096E

        RETRIEVE_SEARCH_XML_INVALID_ATTRIBUTE_VALUE The XML to use for the search is invalid. The {0} value assigned to the {1} attribute is invalid.

      • RETRIEVE_SEARCH_XML_INVALID_CHILD_NODE_COUNT

        public static final ExceptionCode RETRIEVE_SEARCH_XML_INVALID_CHILD_NODE_COUNT

        FNRCA0097E

        RETRIEVE_SEARCH_XML_INVALID_CHILD_NODE_COUNT The XML to use for the search is not well-formed. There should be {1} child nodes for {0}, but {2} were found.

      • RETRIEVE_SEARCH_XML_INVALID_CONTENT_ITEM_COUNT

        public static final ExceptionCode RETRIEVE_SEARCH_XML_INVALID_CONTENT_ITEM_COUNT

        FNRCA0098E

        RETRIEVE_SEARCH_XML_INVALID_CONTENT_ITEM_COUNT The XML to use for the search is invalid. You have attempted to add more content items than are allowed.

      • RETRIEVE_SEARCH_XML_INVALID_RESET_OF_CONTENT_ITEM

        public static final ExceptionCode RETRIEVE_SEARCH_XML_INVALID_RESET_OF_CONTENT_ITEM

        FNRCA0099E

        RETRIEVE_SEARCH_XML_INVALID_RESET_OF_CONTENT_ITEM The XML to use for the search is invalid. You have attempted improperly to reset an existing content item.

      • RETRIEVE_SEARCH_XML_INVALID_RETRIEVE_OF_CONTENT_ITEM

        public static final ExceptionCode RETRIEVE_SEARCH_XML_INVALID_RETRIEVE_OF_CONTENT_ITEM

        FNRCA0100E

        RETRIEVE_SEARCH_XML_INVALID_RETRIEVE_OF_CONTENT_ITEM The XML to use for the search is invalid. You have attempted to retrieve a nonexistent content item.

      • RETRIEVE_SEARCH_XML_INVALID_GROUPACTION_ATTRIBUTE

        public static final ExceptionCode RETRIEVE_SEARCH_XML_INVALID_GROUPACTION_ATTRIBUTE

        FNRCA0101E

        RETRIEVE_SEARCH_XML_INVALID_GROUPACTION_ATTRIBUTE The XML to use for the search is invalid. When no operator is present, the groupaction attribute value must be "none".

      • RETRIEVE_SEARCH_XML_INVALID_WORKVARIATION_ATTRIBUTE

        public static final ExceptionCode RETRIEVE_SEARCH_XML_INVALID_WORKVARIATION_ATTRIBUTE

        FNRCA0102E

        RETRIEVE_SEARCH_XML_INVALID_WORKVARIATION_ATTRIBUTE The XML to use for the search is invalid. The specified wordvariation attribute value is not allowed with a case attribute value of {0}.

      • RETRIEVE_SEARCH_CLAUSE_NOT_FOUND

        public static final ExceptionCode RETRIEVE_SEARCH_CLAUSE_NOT_FOUND

        FNRCA0103E

        RETRIEVE_SEARCH_CLAUSE_NOT_FOUND The XML to use for the search is invalid. You have attempted to execute a query that does not contain a search clause for the {0} class.

      • RETRIEVE_SEARCH_FOLDER_NOT_FOUND

        public static final ExceptionCode RETRIEVE_SEARCH_FOLDER_NOT_FOUND

        FNRCA0104E

        RETRIEVE_SEARCH_FOLDER_NOT_FOUND The XML to use for the search is invalid. The folder specified with the itemid {0} was not found in the search XML when merging the search parameters.

      • RETRIEVE_SEARCH_SUBCLASS_NOT_FOUND

        public static final ExceptionCode RETRIEVE_SEARCH_SUBCLASS_NOT_FOUND

        FNRCA0105E

        RETRIEVE_SEARCH_SUBCLASS_NOT_FOUND The XML to use for the search is invalid. The subclass specified with the itemid {0} was not found in the search XML when merging the search parameters.

      • RETRIEVE_SEARCH_INVALID_MIMETYPE

        public static final ExceptionCode RETRIEVE_SEARCH_INVALID_MIMETYPE

        FNRCA0106E

        RETRIEVE_SEARCH_INVALID_MIMETYPE The XML to use for the search is invalid. The mimetype attribute value {0} is not valid. Valid mimetype values are: application/x-filenet-searchtemplate or application/x-filenet-search.

      • RETRIEVE_SEARCH_INVALID_XML_QUERY_FROM_CLASS

        public static final ExceptionCode RETRIEVE_SEARCH_INVALID_XML_QUERY_FROM_CLASS

        FNRCA0107E

        RETRIEVE_SEARCH_INVALID_XML_QUERY_FROM_CLASS The XML to use for the search is invalid. The class attribute value {0} specified for the from clause is not valid. Valid values are document, folder and customobject.

      • RETRIEVE_SEARCH_INVALID_PARAMETER_QUERY_FROM_CLASS

        public static final ExceptionCode RETRIEVE_SEARCH_INVALID_PARAMETER_QUERY_FROM_CLASS

        FNRCA0108E

        RETRIEVE_SEARCH_INVALID_PARAMETER_QUERY_FROM_CLASS The searchClauseFromClass parameter for the SearchScope method to execute the stored search is invalid. The class {0} specified for the searchClauseFromClass parameter is invalid.

      • RETRIEVE_SEARCH_REQUIRED_MERGE_DATA_NOT_PRESENT

        public static final ExceptionCode RETRIEVE_SEARCH_REQUIRED_MERGE_DATA_NOT_PRESENT

        FNRCA0109E

        RETRIEVE_SEARCH_REQUIRED_MERGE_DATA_NOT_PRESENT The templateData parameter for the SearchScope method to execute the stored search is invalid. The SearchTemplateParameters instance did not contain the required value {1} in the {0} object.

      • RETRIEVE_SEARCH_EXCLUDE_TARGET_NOT_PRESENT

        public static final ExceptionCode RETRIEVE_SEARCH_EXCLUDE_TARGET_NOT_PRESENT

        FNRCA0110E

        RETRIEVE_SEARCH_EXCLUDE_TARGET_NOT_PRESENT An object specified to be excluded from the search XML does not exist. The {0} object having itemId {1} was not found.

      • RETRIEVE_SEARCH_ADD_ITEM_VALUES_NOT_SET

        public static final ExceptionCode RETRIEVE_SEARCH_ADD_ITEM_VALUES_NOT_SET

        FNRCA0111E

        RETRIEVE_SEARCH_ADD_ITEM_VALUES_NOT_SET An item to be added to the search XML does not have all of the required attribute values set. The {0} object having itemId {1} does not have all of the required values specified.

      • RETRIEVE_SEARCH_CANNOT_MODIFY_NONEXISTENT_ITEM

        public static final ExceptionCode RETRIEVE_SEARCH_CANNOT_MODIFY_NONEXISTENT_ITEM

        FNRCA0112E

        RETRIEVE_SEARCH_CANNOT_MODIFY_NONEXISTENT_ITEM An item to be modified was not found in the search XML. The {0} object having itemId {1} was not found.

      • RETRIEVE_SEARCH_INVALID_ATTRIBUTE

        public static final ExceptionCode RETRIEVE_SEARCH_INVALID_ATTRIBUTE

        FNRCA0113E

        RETRIEVE_SEARCH_INVALID_ATTRIBUTE An attribute in search XML was assigned an invalid value. The {1} attribute on the {0} object was assigned a value of {2}. This value is not valid.

      • RETRIEVE_SEARCH_INVALID_GROUPING

        public static final ExceptionCode RETRIEVE_SEARCH_INVALID_GROUPING

        FNRCA0114E

        RETRIEVE_SEARCH_INVALID_GROUPING A range for the search modifier was not specified in the search XML. The search modifier requires an associated search modifier range value for the {0} object having an itemId of {1} and a search modifier of {2}.

      • RETRIEVE_SEARCH_INVALID_XML

        public static final ExceptionCode RETRIEVE_SEARCH_INVALID_XML

        FNRCA0115E

        RETRIEVE_SEARCH_INVALID_XML The search XML is invalid. The XML does not conform to the Stored Search schema. The error was triggered when {0} was found, and {1} was expected.

      • RETRIEVE_SEARCH_INVALID_SORT_LEVEL

        public static final ExceptionCode RETRIEVE_SEARCH_INVALID_SORT_LEVEL

        FNRCA0116E

        RETRIEVE_SEARCH_INVALID_SORT_LEVEL The sort level specified in the search XML is invalid. A non-sequential sort level was found. The sort level must be sequential.

      • RETRIEVE_SEARCH_INVALID_VERSION

        public static final ExceptionCode RETRIEVE_SEARCH_INVALID_VERSION

        FNRCA0117E

        RETRIEVE_SEARCH_INVALID_VERSION The version specified in the search XML is invalid. The dtd attribute value specified was {0}, and should be '3.0'. The searchobject attribute value specified was {1}, and should be '3'.

      • RETRIEVE_SEARCH_XML_INVALID_FUZZY_MODIFIER

        public static final ExceptionCode RETRIEVE_SEARCH_XML_INVALID_FUZZY_MODIFIER

        FNRCA0118E

        RETRIEVE_SEARCH_XML_INVALID_FUZZY_MODIFIER Invalid value for fuzzy search parameter, must be greater then 0.0 and less then 1.0, value = {0}.

      • RETRIEVE_SEARCH_XML_INVALID_PROXIMITY_MODIFIER

        public static final ExceptionCode RETRIEVE_SEARCH_XML_INVALID_PROXIMITY_MODIFIER

        FNRCA0119E

        RETRIEVE_SEARCH_XML_INVALID_PROXIMITY_MODIFIER Invalid value for proximity search parameter, value = {0}.

      • RETRIEVE_OPTIMIZED_SEARCH_INVALID_OUTER_JOIN

        public static final ExceptionCode RETRIEVE_OPTIMIZED_SEARCH_INVALID_OUTER_JOIN

        FNRCA0120E

        RETRIEVE_OPTIMIZED_SEARCH_INVALID_OUTER_JOIN An outer join to the ContentSearch class is not allowed in a search that uses a CBR optimization SQL option other than CBR_CONTENT_FIRST.

        A CBR optimization SQL option other than CBR_CONTENT_FIRST is not allowed in searches that contain the following conditions: ContentSearch property conditions, an outer join against the ContentSearch class, or a multiple join with an outer join in which the ContentSearch join is not the last join on the right. You cannot use the CBR_DB_FIRST or CBR_DYNAMIC_THRESHOLD SQL options because the database first algorithm does not support this type of query.

      • RETRIEVE_OPTIMIZED_SEARCH_INVALID_PROPERTY_CONDITIONS

        public static final ExceptionCode RETRIEVE_OPTIMIZED_SEARCH_INVALID_PROPERTY_CONDITIONS

        FNRCA0121E

        RETRIEVE_OPTIMIZED_SEARCH_INVALID_PROPERTY_CONDITIONS ContentSearch property conditions are not allowed in a search that uses a CBR optimization SQL option other than CBR_CONTENT_FIRST.

        A CBR optimization SQL option other than CBR_CONTENT_FIRST is not allowed in searches that contain the following conditions: ContentSearch property conditions, an outer join against the ContentSearch class, or a multiple join with an outer join in which the ContentSearch join is not the last join on the right. You cannot use the CBR_DB_FIRST or CBR_DYNAMIC_THRESHOLD SQL options because the database first algorithm does not support this type of query.

      • RETRIEVE_OPTIMIZED_SEARCH_INVALID_MULTIPLE_JOIN

        public static final ExceptionCode RETRIEVE_OPTIMIZED_SEARCH_INVALID_MULTIPLE_JOIN

        FNRCA0122E

        RETRIEVE_OPTIMIZED_SEARCH_INVALID_MULTIPLE_JOIN A multiple join containing an outer join in which the ContentSearch join is not the last join on the right is not allowed in a search that uses a CBR optimization SQL option other than CBR_CONTENT_FIRST.

        A CBR optimization SQL option other than CBR_CONTENT_FIRST is not allowed in searches that contain the following conditions: ContentSearch property conditions, an outer join against the ContentSearch class, or a multiple join with an outer join in which the ContentSearch join is not the last join on the right. You cannot use the CBR_DB_FIRST or CBR_DYNAMIC_THRESHOLD SQL options because the database first algorithm does not support this type of query.

      • RETRIEVE_OPTIMIZED_SEARCH_INVALID_RANK_ORDER

        public static final ExceptionCode RETRIEVE_OPTIMIZED_SEARCH_INVALID_RANK_ORDER

        FNRCA0123E

        RETRIEVE_OPTIMIZED_SEARCH_INVALID_RANK_ORDER A CBR search that is ordered by rank and uses a CBR optimization SQL option of CBR_DB_FIRST is not allowed.

        You cannot use the CBR optimization SQL option CBR_DB_FIRST in a query that uses order by rank because the database first algorithm does not support this type of query.

      • RETRIEVE_PARSE_INVALID_CBR_SUBQUERY

        public static final ExceptionCode RETRIEVE_PARSE_INVALID_CBR_SUBQUERY

        FNRCA0124E

        RETRIEVE_PARSE_INVALID_CBR_SUBQUERY A CBR search cannot be performed in a subquery.

        You cannot include a CBR search as part of a subquery in a SQL statement.

      • RETRIEVE_OPTIMIZED_SEARCH_INVALID_SELECT_DISTINCT

        public static final ExceptionCode RETRIEVE_OPTIMIZED_SEARCH_INVALID_SELECT_DISTINCT

        FNRCA0125E

        RETRIEVE_OPTIMIZED_SEARCH_INVALID_SELECT_DISTINCT A CBR optimization SQL option is not allowed in a SQL statement that uses the DISTINCT keyword with the RANK keyword in a select list.

        You cannot use the CBR_DB_FIRST or CBR_DYNAMIC_THRESHOLD SQL options because the database first algorithm does not support this type of query.

      • RETRIEVE_UNSUPPORTED_OBJECT_RETRIEVAL

        public static final ExceptionCode RETRIEVE_UNSUPPORTED_OBJECT_RETRIEVAL

        FNRCA0126E

        RETRIEVE_UNSUPPORTED_OBJECT_RETRIEVAL The object cannot be retrieved because its class is unsupported for object retrieval. Class: {0}.

        You cannot retrieve the properties of an object whose class is unsupported (for example, ContentSearch) in a SQL statement.

      • RETRIEVE_OPTIMIZED_SEARCH_INVALID_MERGED_SCOPE_RANK_ORDER

        public static final ExceptionCode RETRIEVE_OPTIMIZED_SEARCH_INVALID_MERGED_SCOPE_RANK_ORDER

        FNRCA0127E

        RETRIEVE_OPTIMIZED_SEARCH_INVALID_MERGED_SCOPE_RANK_ORDER A merged scope CBR search is not allowed when you use a SQL statement that orders by rank and has a CBR optimization SQL option of CBR_DYNAMIC_THRESHOLD unless one or more object stores included in the search have their CBRQueryRankOverride property set to Required.

        You cannot use the CBR optimization SQL option CBR_DYNAMIC_THRESHOLD in a SQL statement when you use a merged scope search and ordering by rank unless one or more object stores included in the search have their CBRQueryRankOverride property set to Required. In addition, you cannot use the CBR_DB_FIRST SQL option for this type of query.

      • RETRIEVE_PARSE_INVALID_ACCESSGRANTED

        public static final ExceptionCode RETRIEVE_PARSE_INVALID_ACCESSGRANTED

        FNRCA0128E

        RETRIEVE_PARSE_INVALID_ACCESSGRANTED The access granted search keyword is not allowed in a {0}.

        The ALLACCESSGRANTED search keyword cannot be present in a subquery or applied to the ContentSearch FROM class.

      • RETRIEVE_CANT_SELECT_DISTINCT_RANK_WITH_OVERRIDE_REQUIRED

        public static final ExceptionCode RETRIEVE_CANT_SELECT_DISTINCT_RANK_WITH_OVERRIDE_REQUIRED

        FNRCA0129E

        RETRIEVE_CANT_SELECT_DISTINCT_RANK_WITH_OVERRIDE_REQUIRED A CBR search is not allowed when you use a SQL statement that selects the CBR rank property and has the keyword DISTINCT when the object store property CBRQueryRankOverride is set to Required.

        You cannot select the CBR rank property and apply the DISTINCT keyword in a SQL statement when the object store property CBRQueryRankOverride is set to Required because the request for rank order is suppressed.

      • SCRIPT_ERROR

        public static final ExceptionCode SCRIPT_ERROR

        FNRCZ0001E

        SCRIPT_ERROR There was an error running the script.

      • SCRIPT_LOAD_INVOKE_ERROR

        public static final ExceptionCode SCRIPT_LOAD_INVOKE_ERROR

        FNRCZ0002E

        SCRIPT_LOAD_INVOKE_ERROR There was an error loading or invoking the script engine.

      • SCRIPT_NO_SUCH_METHOD

        public static final ExceptionCode SCRIPT_NO_SUCH_METHOD

        FNRCZ0003E

        SCRIPT_NO_SUCH_METHOD No such method in script: {0}

        The method specified does not exist in the indicated script.

      • SCRIPT_SYNTAX_ERROR

        public static final ExceptionCode SCRIPT_SYNTAX_ERROR

        FNRCZ0004E

        SCRIPT_SYNTAX_ERROR There was an error loading the script.

      • SECURITY_ANONYMOUS_DISALLOWED

        public static final ExceptionCode SECURITY_ANONYMOUS_DISALLOWED

        FNRCS0001E

        SECURITY_ANONYMOUS_DISALLOWED Access to Content Engine was not allowed because the request was made anonymously instead of by an authenticated user.

        The Content Engine request failed because access requires that the request be made by an authenticated user and not be made anonymously. In the case of long-running applications that fail only after running for many minutes, this error could also indicate that the credentials have timed out and the security reverted to anonymous.

      • SECURITY_EXCEPTION_READING_OBJECT

        public static final ExceptionCode SECURITY_EXCEPTION_READING_OBJECT

        FNRCS0002E

        SECURITY_EXCEPTION_READING_OBJECT An exception occurred while reading a SecurityDescriptor (ACE or ACL).

      • SECURITY_EXCEPTION_WRITING_OBJECT

        public static final ExceptionCode SECURITY_EXCEPTION_WRITING_OBJECT

        FNRCS0003E

        SECURITY_EXCEPTION_WRITING_OBJECT An exception occurred while writing a SecurityDescriptor (ACE or ACL).

      • SECURITY_INVALID_CONFIGURATION

        public static final ExceptionCode SECURITY_INVALID_CONFIGURATION

        FNRCS0004E

        SECURITY_INVALID_CONFIGURATION The security configuration is incorrect. This exception is logged.

      • SECURITY_INVALID_CREDENTIALS

        public static final ExceptionCode SECURITY_INVALID_CREDENTIALS

        FNRCS0005E

        SECURITY_INVALID_CREDENTIALS Access to the Content Engine was not allowed because the Content Engine API library or the Web Service Interface (WSI) Listener could not find the required security context information.

        The attempt to access Content Engine failed because the client application did not find a valid authenticated user logon to associate with the access or there was a security permission error.

      • SECURITY_INVALID_DN

        public static final ExceptionCode SECURITY_INVALID_DN

        FNRCS0006E

        SECURITY_INVALID_DN Invalid Distinguished Name: {0}

        A Distinguished Name with invalid string format as defined by the standard LDAP protocol is found.

      • SECURITY_INVALID_SECURITY_DESCRIPTOR

        public static final ExceptionCode SECURITY_INVALID_SECURITY_DESCRIPTOR

        FNRCS0007E

        SECURITY_INVALID_SECURITY_DESCRIPTOR An invalid security descriptor was found

      • SECURITY_INVALID_SID_STRING

        public static final ExceptionCode SECURITY_INVALID_SID_STRING

        FNRCS0009E

        SECURITY_INVALID_SID_STRING The Security Id string {0} is not a valid Security Id.

        The Security Id string indicated is either null or not in a valid format.

      • SECURITY_MISSING_DEFAULT_INSTANCE_SECURITY

        public static final ExceptionCode SECURITY_MISSING_DEFAULT_INSTANCE_SECURITY

        FNRCS0010E

        SECURITY_MISSING_DEFAULT_INSTANCE_SECURITY The default instance security for class {0} is missing

        The default instance security for the indicated class is missing. This exception is logged.

      • SECURITY_MISSING_SECURITY_ID

        public static final ExceptionCode SECURITY_MISSING_SECURITY_ID

        FNRCS0011E

        SECURITY_MISSING_SECURITY_ID The security ID securityId cannot be found in the security descriptor table.

        securityId
        The securityId to be loaded from database table.

        The database might be corrupt.

      • SECURITY_SORT_TYPE_DESCENDING_NOT_SUPPORTED

        public static final ExceptionCode SECURITY_SORT_TYPE_DESCENDING_NOT_SUPPORTED

        FNRCS0013E

        SECURITY_SORT_TYPE_DESCENDING_NOT_SUPPORTED Sort type specified {0} is not supported in eDirectory.

        DESCENDING Order of search results is not suppoerted in eDirectory

      • SECURITY_TOO_MANY_MATCHES

        public static final ExceptionCode SECURITY_TOO_MANY_MATCHES

        FNRCS0014E

        SECURITY_TOO_MANY_MATCHES More than one user or group {0} was found in the configured realms for the given attribute {1} and value {2}.

        More than one security user or group was found in the configured realms that has the given attribute value. Content Engine requires this given attribute value to be unique across the configured realms.

      • SECURITY_UNEXPECTED_ACE_TYPE

        public static final ExceptionCode SECURITY_UNEXPECTED_ACE_TYPE

        FNRCS0015E

        SECURITY_UNEXPECTED_ACE_TYPE Unexpected ACE type {0}.

        The ACE type was not expected.

      • SECURITY_UNEXPECTED_VERSION

        public static final ExceptionCode SECURITY_UNEXPECTED_VERSION

        FNRCS0016E

        SECURITY_UNEXPECTED_VERSION Unexpected Security Descriptor, ACL or ACE version {0}.

        The SecurityDescriptor version indicated was not expected.

      • SECURITY_WSI_NO_LOGIN_MODULES_SUCCEEDED

        public static final ExceptionCode SECURITY_WSI_NO_LOGIN_MODULES_SUCCEEDED

        FNRCS0017E

        SECURITY_WSI_NO_LOGIN_MODULES_SUCCEEDED The Content Engine Web Services login failed since no login modules succeeded.

      • SECURITY_WSI_KERBEROS_CREDENTIAL_INVALID

        public static final ExceptionCode SECURITY_WSI_KERBEROS_CREDENTIAL_INVALID

        FNRCS0018E

        SECURITY_WSI_KERBEROS_CREDENTIAL_INVALID Web services Kerberos credential invalid: {0}.

        The Content Engine Web Services Kerberos credential was found to be invalid.

      • SECURITY_WSI_KERBEROS_LOGIN_FAILED

        public static final ExceptionCode SECURITY_WSI_KERBEROS_LOGIN_FAILED

        FNRCS0019E

        SECURITY_WSI_KERBEROS_LOGIN_FAILED Web services Kerberos login failed: {0}.

        The Content Engine Web Services Kerberos login failed.

      • SECURITY_DOMAIN_ENCRYPTION_UNDEFINED

        public static final ExceptionCode SECURITY_DOMAIN_ENCRYPTION_UNDEFINED

        FNRCS0020E

        SECURITY_DOMAIN_ENCRYPTION_UNDEFINED The {0} property is undefined for this domain. This property is automatically defined when the domain object is created, so if you have an old GCD, you may want to recreate the GCD.

        The specified encryption-related property is undefined for this domain. These properties are automatically defined when the domain object is created, so if you have an old GCD, you may want to recreate the GCD.

      • SECURITY_DEFAULT_CONFIG_EXCEPTION

        public static final ExceptionCode SECURITY_DEFAULT_CONFIG_EXCEPTION

        FNRCS0021E

        SECURITY_DEFAULT_CONFIG_EXCEPTION An unexpected exception occurred while parsing the default JAAS configuration file. Line number: line_number, Exception: nested_exception.

        line_number
        Approximate line number where problem occurred.
        nested_exception
        The parsing exception that occurred.

        An unexpected exception occurred while parsing the default JAAS configuration file for this application server. This file is found in the Jace.jar file with the name jaas.conf.SERVER_TYPE. The problem occurred near the indicated line number.

      • SECURITY_DEFAULT_CONFIG_EXPAND_ERROR

        public static final ExceptionCode SECURITY_DEFAULT_CONFIG_EXPAND_ERROR

        FNRCS0022E

        SECURITY_DEFAULT_CONFIG_EXPAND_ERROR Cannot expand Java system property property_name in the default JAAS configuration file. Line number: line_number.

        property_name
        Name of the Java system property.
        line_number
        Approximate line number where problem occurred.

        Cannot expand the specified Java system property in the default JAAS configuration file for this application server. This file is found in the Jace.jar file with the name jaas.conf.SERVER_TYPE. The problem occurred near the indicated line number.

      • SECURITY_DEFAULT_CONFIG_PARSE_ERROR

        public static final ExceptionCode SECURITY_DEFAULT_CONFIG_PARSE_ERROR

        FNRCS0023E

        SECURITY_DEFAULT_CONFIG_PARSE_ERROR Error parsing the default JAAS configuration file. Line number: line_number, Expected token: token_name.

        line_number
        Approximate line number where problem occurred.
        token_name
        Name of the token that was expected.

        There was an error encountered parsing the default JAAS configuration file for this application server. This file is found in the Jace.jar file with the name jaas.conf.SERVER_TYPE. The problem occurred near the indicated line number.

      • SECURITY_INVALID_INHERITANCE

        public static final ExceptionCode SECURITY_INVALID_INHERITANCE

        FNRCS0024E

        SECURITY_INVALID_INHERITANCE This object {0} was designated as one that has inherited security and has no inheritable security object values.

        The effective access of this object can not be determined with finding the inheritable security object values.

      • SECURITY_LDAP_PROVIDER_FAILED

        public static final ExceptionCode SECURITY_LDAP_PROVIDER_FAILED

        FNRCS0025E

        SECURITY_LDAP_PROVIDER_FAILED The server was not able to access the LDAP provider while attempting the operation Operation for the security principal principalIdOrName. The cause of the error is: rootcause

        Operation
        Performing the operation
        principalIdOrName
        the principal Id or Name in question when the LDAP operation failed.
        rootcause
        Root cause of the operation failure.

        There was an error while retrieving data from the LDAP provider.

      • SECURITY_LDAP_UNSUPPORTED_OPERATION

        public static final ExceptionCode SECURITY_LDAP_UNSUPPORTED_OPERATION

        FNRCS0026E

        SECURITY_LDAP_UNSUPPORTED_OPERATION LDAP operation 'Operation' not supported for principal 'principalIdOrName'. Root cause: rootcause

        Operation
        Performing the operation
        principalIdOrName
        the principal Id or Name in question when the LDAP operation failed.
        rootcause
        Root cause of the operation failure.

        Error happens in LDAP provider. See the nested exception for specific details.

      • SECURITY_LDAP_AUTHENTICATION_FAILED

        public static final ExceptionCode SECURITY_LDAP_AUTHENTICATION_FAILED

        FNRCS0027E

        SECURITY_LDAP_AUTHENTICATION_FAILED LDAP authentication failed when performing 'Operation' for principal 'principalIdOrName'. Root cause: rootcause

        Operation
        Performing the operation
        principalIdOrName
        the principal Id or Name in question when the LDAP operation failed.
        rootcause
        Root cause of the operation failure.

        Error happens when authenticate to LDAP server. See the nested exception for specific details.

      • SECURITY_SID_ATTRIBUTE_VALUE_SIZELIMIT_EXCEEDED

        public static final ExceptionCode SECURITY_SID_ATTRIBUTE_VALUE_SIZELIMIT_EXCEEDED

        FNRCS0066E

        SECURITY_SID_ATTRIBUTE_VALUE_SIZELIMIT_EXCEEDED The size of SID attribute SIDAttributeValue exceeded limitation of sizelimit bytes.

        SIDAttributeValue
        The value of SID attribute
        sizelimit
        size limit value

        Error happens in LDAP provider, the size of configurable SID attribute value exceeded size limit.

      • SECURITY_MISSING_REQUIRED_LDAP_ATTRIBUTE_VALUE

        public static final ExceptionCode SECURITY_MISSING_REQUIRED_LDAP_ATTRIBUTE_VALUE

        FNRCS0067E

        SECURITY_MISSING_REQUIRED_LDAP_ATTRIBUTE_VALUE A null or empty value encountered during retrieval of a required LDAP attribute value.

      • SECURITY_MISSING_IMPERSONATION_REGION_ID

        public static final ExceptionCode SECURITY_MISSING_IMPERSONATION_REGION_ID

        FNRCS0068E

        SECURITY_MISSING_IMPERSONATION_REGION_ID The CE isolated region object was not found. PEInit -K must be run on this isolated region to make it available to the CE. Isolated region ID: {0}

        The CE isolated region object was not found when the PE API attempted to use it.

      • TRANSPORT_CALL_CONTEXT_ALREADY_SETUP

        public static final ExceptionCode TRANSPORT_CALL_CONTEXT_ALREADY_SETUP

        FNRCT0001E

        TRANSPORT_CALL_CONTEXT_ALREADY_SETUP The current thread already has a call context associated with it. This exception is logged.

      • TRANSPORT_CALL_CONTEXT_NOT_SETUP

        public static final ExceptionCode TRANSPORT_CALL_CONTEXT_NOT_SETUP

        FNRCT0002E

        TRANSPORT_CALL_CONTEXT_NOT_SETUP The current thread has no call context associated with it. This exception is logged.

      • TRANSPORT_CORRELATION_ID_MISSING

        public static final ExceptionCode TRANSPORT_CORRELATION_ID_MISSING

        FNRCT0003E

        TRANSPORT_CORRELATION_ID_MISSING The server returned a response and the correlation ID is missing.

      • TRANSPORT_EXECUTE_CHG_MISSING_RESPONSE

        public static final ExceptionCode TRANSPORT_EXECUTE_CHG_MISSING_RESPONSE

        FNRCT0004E

        TRANSPORT_EXECUTE_CHG_MISSING_RESPONSE The server did not return a response to a Content Engine Web Services execute change request call.

      • TRANSPORT_EXPECTED_CLASS_DESCRIPTION

        public static final ExceptionCode TRANSPORT_EXPECTED_CLASS_DESCRIPTION

        FNRCT0005E

        TRANSPORT_EXPECTED_CLASS_DESCRIPTION The server was expected to return a class description set result for a metadata search request. There was no response.

      • TRANSPORT_EXPECTED_ENGINEOBJECTCOLLECTION_RESPONSE

        public static final ExceptionCode TRANSPORT_EXPECTED_ENGINEOBJECTCOLLECTION_RESPONSE

        FNRCT0006E

        TRANSPORT_EXPECTED_ENGINEOBJECTCOLLECTION_RESPONSE The request to the server for an engine object collection did not return an engine object collection.

      • TRANSPORT_EXPECTED_ENGINEOBJECT_RESPONSE

        public static final ExceptionCode TRANSPORT_EXPECTED_ENGINEOBJECT_RESPONSE

        FNRCT0007E

        TRANSPORT_EXPECTED_ENGINEOBJECT_RESPONSE The request to the server for an engine object returned no information.

      • TRANSPORT_EXPECTED_PROPERTY_RESPONSE

        public static final ExceptionCode TRANSPORT_EXPECTED_PROPERTY_RESPONSE

        FNRCT0008E

        TRANSPORT_EXPECTED_PROPERTY_RESPONSE The server was expected to return the value of the specified property {0}.

        The request to the server for a specific property returned no information.

      • TRANSPORT_EXPECTED_REPOSITORYROWCOLLECTION_RESPONSE

        public static final ExceptionCode TRANSPORT_EXPECTED_REPOSITORYROWCOLLECTION_RESPONSE

        FNRCT0009E

        TRANSPORT_EXPECTED_REPOSITORYROWCOLLECTION_RESPONSE The request to the server for a repository row collection did not return a repository row collection.

      • TRANSPORT_FAILED_SERVER_CALL_CONTEXT_CREATE

        public static final ExceptionCode TRANSPORT_FAILED_SERVER_CALL_CONTEXT_CREATE

        FNRCT0010E

        TRANSPORT_FAILED_SERVER_CALL_CONTEXT_CREATE The server can not create the internal call context. There is generally a chained exception explaining why the problem occurred.

      • TRANSPORT_INVALID_CORRELATION_ID

        public static final ExceptionCode TRANSPORT_INVALID_CORRELATION_ID

        FNRCT0011E

        TRANSPORT_INVALID_CORRELATION_ID The server returned a correlation id of {0} and there is no corresponding request.

        The server returned a correlation ID and there is no corresponding request.

      • TRANSPORT_INVALID_SEARCH_REQUEST

        public static final ExceptionCode TRANSPORT_INVALID_SEARCH_REQUEST

        FNRCT0012E

        TRANSPORT_INVALID_SEARCH_REQUEST Invalid search request {0}.

        The indicated search request is invalid.

      • TRANSPORT_MISSING_SERVER_RESPONSE

        public static final ExceptionCode TRANSPORT_MISSING_SERVER_RESPONSE

        FNRCT0013E

        TRANSPORT_MISSING_SERVER_RESPONSE The server failed to return a response for each request.

      • TRANSPORT_MUST_BE_SUBCLASS

        public static final ExceptionCode TRANSPORT_MUST_BE_SUBCLASS

        FNRCT0014E

        TRANSPORT_MUST_BE_SUBCLASS The class {0} must be a subclass of {1}.

        The specified class must be of the indicated base class.

      • TRANSPORT_NO_INITIAL_CONTEXT

        public static final ExceptionCode TRANSPORT_NO_INITIAL_CONTEXT

        FNRCT0015E

        TRANSPORT_NO_INITIAL_CONTEXT A J2EE JNDI initial context could not be created.

      • TRANSPORT_SCC_CANNOT_GET_USER_TRANSACTION

        public static final ExceptionCode TRANSPORT_SCC_CANNOT_GET_USER_TRANSACTION
        Deprecated. This exception code is not used as of CE 4.5.1
      • TRANSPORT_SCC_DISALLOWED_MULTIPLE_TX_SUSPENSION

        public static final ExceptionCode TRANSPORT_SCC_DISALLOWED_MULTIPLE_TX_SUSPENSION

        FNRCT0017E

        TRANSPORT_SCC_DISALLOWED_MULTIPLE_TX_SUSPENSION The attempted suspension of multiple transaction was not allowed.

      • TRANSPORT_SCC_FAILED_REGISTER_SYNC

        public static final ExceptionCode TRANSPORT_SCC_FAILED_REGISTER_SYNC

        FNRCT0018E

        TRANSPORT_SCC_FAILED_REGISTER_SYNC The attempt to register the synchronization listener failed.

      • TRANSPORT_SCC_NO_TRANSACTION

        public static final ExceptionCode TRANSPORT_SCC_NO_TRANSACTION

        FNRCT0019E

        TRANSPORT_SCC_NO_TRANSACTION No transaction exists in the current context.

      • TRANSPORT_UNABLE_TO_LOCATE_EJB

        public static final ExceptionCode TRANSPORT_UNABLE_TO_LOCATE_EJB

        FNRCT0020E

        TRANSPORT_UNABLE_TO_LOCATE_EJB Unable to locate the servers EJB interface given the end point {0}.

        The server EJB interface was not found. There is generally a chained exception that explains why the problem occurred. This exception is logged.

      • TRANSPORT_UNABLE_TO_LOCATE_EJB_SESSION

        public static final ExceptionCode TRANSPORT_UNABLE_TO_LOCATE_EJB_SESSION
        Deprecated. This exception code is not used as of CE 4.5.1
      • TRANSPORT_WAITING_QUEUE_FULL

        public static final ExceptionCode TRANSPORT_WAITING_QUEUE_FULL

        FNRCT0022E

        TRANSPORT_WAITING_QUEUE_FULL Waiting queue exceeds upper limit {0}.

        The waiting queue exceeds the upper limit.

      • TRANSPORT_WSI_COLLECTION_RESPONSE_EXPECTED

        public static final ExceptionCode TRANSPORT_WSI_COLLECTION_RESPONSE_EXPECTED
        Deprecated. This exception code is not used as of CE 4.5.1
      • TRANSPORT_WSI_CONTENT_EXPECTED

        public static final ExceptionCode TRANSPORT_WSI_CONTENT_EXPECTED
        Deprecated. This exception code is not used as of CE 4.5.1
      • TRANSPORT_WSI_CONTENT_GET_FAILED

        public static final ExceptionCode TRANSPORT_WSI_CONTENT_GET_FAILED

        FNRCT0025E

        TRANSPORT_WSI_CONTENT_GET_FAILED An error occurred while retreiving content data for property {0}.

        An error occurred in the client API while reading document content from the Content Engine Web Services interface. It is usually changed to an exception that provides a greater level of detail describing the problem.

      • TRANSPORT_WSI_CONTENT_RETRIEVAL_FAILED

        public static final ExceptionCode TRANSPORT_WSI_CONTENT_RETRIEVAL_FAILED
        Deprecated. This exception code is not used as of CE 4.5.1
      • TRANSPORT_WSI_CONTENT_SEND_FAILED

        public static final ExceptionCode TRANSPORT_WSI_CONTENT_SEND_FAILED
        Deprecated. This exception code is not used as of CE 4.5.1
      • TRANSPORT_WSI_CREATE_ACTION_TYPE_FAILURE

        public static final ExceptionCode TRANSPORT_WSI_CREATE_ACTION_TYPE_FAILURE

        FNRCT0028E

        TRANSPORT_WSI_CREATE_ACTION_TYPE_FAILURE An error occurred creating action type {0}.

      • TRANSPORT_WSI_DESERIALIZATION_ERROR

        public static final ExceptionCode TRANSPORT_WSI_DESERIALIZATION_ERROR

        FNRCT0029E

        TRANSPORT_WSI_DESERIALIZATION_ERROR A web services instance of element_name could not be deserialized. The error is located at: path

        element_name
        The name of the XML element where the problem occurred.
        path
        An XML parsing location hint for nested structures.

        A Java object from a Content Engine Web Services XML element could not be deserialized.

      • TRANSPORT_WSI_END_TOKEN_EXPECTED

        public static final ExceptionCode TRANSPORT_WSI_END_TOKEN_EXPECTED

        FNRCT0030E

        TRANSPORT_WSI_END_TOKEN_EXPECTED A Java object from a Content Engine Web Services XML element could not be deserialized.

        A closing element was expected during XML-to-Java deserialization, but the element was not found. This problem can be caused by a client application error or by network errors. If this error occurs consistently, it can be caused by a client application problem that must be fixed by the client application developer. If the error occurs intermittently, it can be caused by network timeout errors

      • TRANSPORT_WSI_HEADER_REGISTRATION_FAILURE

        public static final ExceptionCode TRANSPORT_WSI_HEADER_REGISTRATION_FAILURE
        Deprecated. This exception code is not used as of CE 4.5.1
      • TRANSPORT_WSI_INVALID_DEPENDENT_OBJ_ACTION

        public static final ExceptionCode TRANSPORT_WSI_INVALID_DEPENDENT_OBJ_ACTION

        FNRCT0032E

        TRANSPORT_WSI_INVALID_DEPENDENT_OBJ_ACTION An invalid dependent object action type update_type was detected.

        update_type
        An integer indicating the type of modification to a list of dependent objects.

        An invalid dependent object action type was detected during an ExecuteChangeRequest. This indicates an internal error in the bookkeeping for modifications of a list of dependent objects.

      • TRANSPORT_WSI_INVALID_HEADER_VALUE

        public static final ExceptionCode TRANSPORT_WSI_INVALID_HEADER_VALUE

        FNRCT0033E

        TRANSPORT_WSI_INVALID_HEADER_VALUE The SOAP header or XML element element_name must have a value.

        element_name
        The name of the SOAP header or XML element which is missing or has no value.

        The server listener for Content Engine Web Services encountered an empty value in the named SOAP header or XML element. In the context of the other SOAP headers in the request, this header or XML element must be provided.

      • TRANSPORT_WSI_INVALID_INDEPENDENT

        public static final ExceptionCode TRANSPORT_WSI_INVALID_INDEPENDENT
        Deprecated. This exception code is not used as of CE 4.5.1
      • TRANSPORT_WSI_INVALID_LIST_UPDATE_MODS

        public static final ExceptionCode TRANSPORT_WSI_INVALID_LIST_UPDATE_MODS

        FNRCT0035E

        TRANSPORT_WSI_INVALID_LIST_UPDATE_MODS The list of dependent objects was not correctly represented by the internal update list class during an execute change call.

      • TRANSPORT_WSI_INVALID_MESSAGE_CONTEXT

        public static final ExceptionCode TRANSPORT_WSI_INVALID_MESSAGE_CONTEXT
        Deprecated. This exception code is not used as of CE 4.5.1
      • TRANSPORT_WSI_INVALID_OBJECT_VALUE_TYPE

        public static final ExceptionCode TRANSPORT_WSI_INVALID_OBJECT_VALUE_TYPE

        FNRCT0037E

        TRANSPORT_WSI_INVALID_OBJECT_VALUE_TYPE An invalid object value of type {0} was received from the server for property {1}.

        An unexpected singleton object value property was returned from the server.

      • TRANSPORT_WSI_INVALID_RESPONSE_NO_EO

        public static final ExceptionCode TRANSPORT_WSI_INVALID_RESPONSE_NO_EO

        FNRCT0038E

        TRANSPORT_WSI_INVALID_RESPONSE_NO_EO The server response was invalid. An engine object was expected.

      • TRANSPORT_WSI_INVALID_SEARCH_REQUEST_TYPE

        public static final ExceptionCode TRANSPORT_WSI_INVALID_SEARCH_REQUEST_TYPE

        FNRCT0039E

        TRANSPORT_WSI_INVALID_SEARCH_REQUEST_TYPE An ExecuteSearchRequest has an unrecognized search type: search_type.

        search_type
        The search type tag found in the request.

        The search contains an unrecognized search type.

      • TRANSPORT_WSI_LOOKUP_FAILURE

        public static final ExceptionCode TRANSPORT_WSI_LOOKUP_FAILURE
        Deprecated. This exception code is not used as of CE 4.5.1
      • TRANSPORT_WSI_MISSING_ACTION_TYPE

        public static final ExceptionCode TRANSPORT_WSI_MISSING_ACTION_TYPE

        FNRCT0041E

        TRANSPORT_WSI_MISSING_ACTION_TYPE The PendingAction {0} does not have a corresponding ActionType

        The PendingAction specified during an execute change request is not supported by the Content Engine Web Services interface.

      • TRANSPORT_WSI_NETWORK_ERROR

        public static final ExceptionCode TRANSPORT_WSI_NETWORK_ERROR

        FNRCT0042E

        TRANSPORT_WSI_NETWORK_ERROR A network error occurred when processing a Web service request or response. See the nested exception for specific details.

        A network error occurred when processing a Web service request or response. See the nested exception for specific details.

      • TRANSPORT_WSI_SERIALIZATION_ERROR

        public static final ExceptionCode TRANSPORT_WSI_SERIALIZATION_ERROR

        FNRCT0043E

        TRANSPORT_WSI_SERIALIZATION_ERROR Error serializing a web services instance of element_name.

        element_name
        Name of the XML element where the error was encountered.

        An error occurred serializing a Java object to an XML element for use by Content Engine Web Services. This typically, but not always, indicates an software environment or configuration problem. There will often be additional text in the exception or a nested exception to provide some context for the problem.

      • TRANSPORT_WSI_SERIALIZATION_HANDLER_NOT_FOUND

        public static final ExceptionCode TRANSPORT_WSI_SERIALIZATION_HANDLER_NOT_FOUND

        FNRCT0044E

        TRANSPORT_WSI_SERIALIZATION_HANDLER_NOT_FOUND The web services serialization handler for the XML element element_name was not found.

        element_name
        Name of the XML element where the error was encountered.

        The Web services serialization handler was not found.

      • TRANSPORT_WSI_SERIALIZATION_REGISTRY_NOT_FOUND

        public static final ExceptionCode TRANSPORT_WSI_SERIALIZATION_REGISTRY_NOT_FOUND

        FNRCT0045E

        TRANSPORT_WSI_SERIALIZATION_REGISTRY_NOT_FOUND The Content Engine Web Services WSDL URI uri is not registered for Java-to-XML serialization.

        uri
        The URI for a WSDL namespace received in a CEWS request.

        The Content Engine Web Services WSDL URI is not registered for Java-to-XML serialization.

      • TRANSPORT_WSI_START_TOKEN_EXPECTED

        public static final ExceptionCode TRANSPORT_WSI_START_TOKEN_EXPECTED

        FNRCT0046E

        TRANSPORT_WSI_START_TOKEN_EXPECTED The web services opening element was expected, but it was not found.

        An opening element during XML-to-Java deserialization was expected but not found.

      • TRANSPORT_WSI_UNEXPECTED_RESPONSE

        public static final ExceptionCode TRANSPORT_WSI_UNEXPECTED_RESPONSE

        FNRCT0047E

        TRANSPORT_WSI_UNEXPECTED_RESPONSE An unexpected CEWS response of object type response_type was received from the server.

        response_type
        Type of response object expected.

        An unexpected response was received by the client API from the server's Content Engine Web Services interface.

      • TRANSPORT_WSI_UNKNOWN_LIFECYCLE_CHANGE_TYPE

        public static final ExceptionCode TRANSPORT_WSI_UNKNOWN_LIFECYCLE_CHANGE_TYPE

        FNRCT0048E

        TRANSPORT_WSI_UNKNOWN_LIFECYCLE_CHANGE_TYPE Unknown life cycle action type {0}.

        The server's Content Engine Web Services interface returned a lifecycle change value that is not recognized by the client.

      • TRANSPORT_WSI_UNKNOWN_RESERVATION_TYPE

        public static final ExceptionCode TRANSPORT_WSI_UNKNOWN_RESERVATION_TYPE

        FNRCT0049E

        TRANSPORT_WSI_UNKNOWN_RESERVATION_TYPE Unknown reservation type {0}.

        The server's Content Engine Web Services interface returned a reservation type value that is not recognized by the client.

      • TRANSPORT_WSI_UNSUPPORTED_PROPERTY_TYPE

        public static final ExceptionCode TRANSPORT_WSI_UNSUPPORTED_PROPERTY_TYPE

        FNRCT0050E

        TRANSPORT_WSI_UNSUPPORTED_PROPERTY_TYPE Unsupported property type {0}.

        The specified property type is either not supported by the Content Engine Web Services interface, or it was submitted from the Content Engine Web Services interface and is not supported by the API.

      • TRANSPORT_WSI_VALUE_EXPECTED

        public static final ExceptionCode TRANSPORT_WSI_VALUE_EXPECTED

        FNRCT0051E

        TRANSPORT_WSI_VALUE_EXPECTED A required value for an XML element or attribute was missing: {0}

        A required value for an XML element or attribute was missing.

      • TRANSPORT_WSI_WSDL_FILE_NOT_FOUND

        public static final ExceptionCode TRANSPORT_WSI_WSDL_FILE_NOT_FOUND
        Deprecated. This exception code is not used as of CE 4.5.1
      • TRANSPORT_WSI_INVALID_ENUM_VALUE

        public static final ExceptionCode TRANSPORT_WSI_INVALID_ENUM_VALUE

        FNRCT0053E

        TRANSPORT_WSI_INVALID_ENUM_VALUE The value value specified for the web services XML attribute {1} is not one of the permitted values in the WSDL

        value
        The name of the attribute.

        The value specified for the web services XML attribute is not one of the permitted values in the WSDL.

      • TRANSPORT_WSI_INVALID_CONTENT_TYPE

        public static final ExceptionCode TRANSPORT_WSI_INVALID_CONTENT_TYPE

        FNRCT0054E

        TRANSPORT_WSI_INVALID_CONTENT_TYPE The content attachment type attachment_type is not recognized.

        attachment_type
        ContentData value seen in the XML.

        There was an unrecognized content attachment type in the ContentData element of the XML. The supported attachment types are MTOM and SOAP.

      • TRANSPORT_WSI_INVALID_CONTENT_RESPONSE_TYPE

        public static final ExceptionCode TRANSPORT_WSI_INVALID_CONTENT_RESPONSE_TYPE

        FNRCT0055E

        TRANSPORT_WSI_INVALID_CONTENT_RESPONSE_TYPE The ContentResponse type content_response_type is not recognized.

        content_response_type
        The actual content response type seen.

        The API received a content response from the Content Engine server, and the content response type was not recognized.

      • TRANSPORT_WSI_CLASS_MISSING

        public static final ExceptionCode TRANSPORT_WSI_CLASS_MISSING
        Deprecated. This exception code is not used as of CE 5.0
      • TRANSPORT_WSI_MULTIPART_PROBLEM

        public static final ExceptionCode TRANSPORT_WSI_MULTIPART_PROBLEM

        FNRCT0057E

        TRANSPORT_WSI_MULTIPART_PROBLEM A multipart SOAP request or response could not be deserialized.

        A multipart SOAP request or response could not be deserialized. Supplemental exception message text provides details of the problem.

      • TRANSPORT_WSI_UNEXPECTED_REQUEST

        public static final ExceptionCode TRANSPORT_WSI_UNEXPECTED_REQUEST

        FNRCT0058E

        TRANSPORT_WSI_UNEXPECTED_REQUEST An unexpected CEWS request of object type request_type was received from a client.

        request_type
        Type of request seen by the CEWS server.

        An unexpected request was received from a client by the server's Content Engine Web Services interface.

      • TRANSPORT_WSI_SOAP_HEADER_NOT_UNDERSTOOD

        public static final ExceptionCode TRANSPORT_WSI_SOAP_HEADER_NOT_UNDERSTOOD

        FNRCT0059E

        TRANSPORT_WSI_SOAP_HEADER_NOT_UNDERSTOOD A SOAP request included a header soap_header with the mustUnderstand attribute, but that SOAP header is not understood by Content Engine Web Services (CEWS).

        soap_header
        The name of the SOAP header that was not understood by the server.

        A SOAP request was not understood by Content Engine Web Services. The SOAP specification requires that the server throw an exception for any request that contains the mustUnderstand attribute.

      • TRANSPORT_WSI_HTTPS_REQUIRED

        public static final ExceptionCode TRANSPORT_WSI_HTTPS_REQUIRED

        FNRCT0060E

        TRANSPORT_WSI_HTTPS_REQUIRED A connection cannot be made to the server using the specified URI 'connectionURI'. HTTPS is required.

        connectionURI
        The URI used for the attempted connection.

        Windows Communication Framework requires HTTPS for secure transport of authentication credentials.

      • TRANSPORT_WSI_NO_RUNTIME

        public static final ExceptionCode TRANSPORT_WSI_NO_RUNTIME

        FNRCT0061E

        TRANSPORT_WSI_NO_RUNTIME The operation cannot be completed because a supported web service runtime is not present. Either Microsoft Web Services Extensions (WSE) 3.0 or the Windows Communication Foundation (WCF) is required.

      • TRANSPORT_WSI_MALFORMED_VALUE

        public static final ExceptionCode TRANSPORT_WSI_MALFORMED_VALUE

        FNRCT0062E

        TRANSPORT_WSI_MALFORMED_VALUE The deserialization parsing of data type data_type failed for the value value.

        data_type
        Type of value being deserialized.
        value
        The value that did not parse correctly.

        While a Web services request or response was being deserialized, an incorrectly formed value was encountered.

      • TRANSPORT_WSI_DIME_UNSUPPORTED

        public static final ExceptionCode TRANSPORT_WSI_DIME_UNSUPPORTED
        Deprecated. This exception code is not used as of CE 5.1.1
      • TRANSPORT_EJB_UNABLE_TO_CREATE_CONTENT_UPLOAD_EJB

        public static final ExceptionCode TRANSPORT_EJB_UNABLE_TO_CREATE_CONTENT_UPLOAD_EJB

        FNRCT0064E

        TRANSPORT_EJB_UNABLE_TO_CREATE_CONTENT_UPLOAD_EJB Enterprise Java Bean (EJB) cannot be created to upload content. Server affinity is server_affinity_enabled. EJB Home type is ejb_home_class. EJB Home value is ejb_home_value.

        server_affinity_enabled
        When the value is true, the content to be uploaded in the request is sent to the same Content Engine server in a server farm when multiple server round-trips are required to upload all of the content for a single content element. Otherwise, the uploaded content is distributed among multiple servers in the farm.
        ejb_home_class
        The class name of the EJB Home interface that is used to create the upload EJB.
        ejb_home_value
        The value of the EJB Home interface that is used to create the upload EJB.

        The attempt to upload content failed. This error can be caused by a version mismatch between the Content Engine Java APIs (Jace.jar) that are used by the client and the server. Another possibility is that the Content Engine server is no longer running.

      • TRANSPORT_EJB_UNABLE_TO_CREATE_CONTENT_DOWNLOAD_EJB

        public static final ExceptionCode TRANSPORT_EJB_UNABLE_TO_CREATE_CONTENT_DOWNLOAD_EJB

        FNRCT0065E

        TRANSPORT_EJB_UNABLE_TO_CREATE_CONTENT_DOWNLOAD_EJB Enterprise Java Bean (EJB) cannot be created to retrieve content. Server affinity is server_affinity_enabled. EJB Home type is ejb_home_class. EJB Home value is ejb_home_value.

        server_affinity_enabled
        When the value is true , content requested is retrieved from the same Content Engine server in a server farm when multiple server round-trips are required to retrieve all of the content for a single content element.
        ejb_home_class
        The class name of the EJB Home interface that is used to create the download EJB.
        ejb_home_value
        The value of the EJB Home interface that is used to create the download EJB.

        The attempt to retrieve content failed. This error can be caused by a version mismatch between the Content Engine Java APIs (Jace.jar) that are used by the client and the server. Another possibility is that the Content Engine server is no longer running.

      • TRANSPORT_EJB_UNABLE_TO_CONNECT

        public static final ExceptionCode TRANSPORT_EJB_UNABLE_TO_CONNECT

        FNRCT0066E

        TRANSPORT_EJB_UNABLE_TO_CONNECT Unable to connect to Content Engine.

        The attempt to upload or download content failed.

      • TRANSPORT_WSI_FNCEWS35_UNSUPPORTED

        public static final ExceptionCode TRANSPORT_WSI_FNCEWS35_UNSUPPORTED

        FNRCT0067E

        TRANSPORT_WSI_FNCEWS35_UNSUPPORTED The FNCEWS35 endpoints are not supported for CEWS. CEWS applications must be ported to use the FNCEWS40 endpoints. The attempted CE URI was {0}.

    • Method Detail

      • isFatal

        public boolean isFatal()
        Indicates whether the exception is thrown back to the initiating client, or whether it can be returned by an accessor method.
        Returns:
        A boolean value. If true, a fatal exception is always thrown back to the initiating client; otherwise, the exception can be returned by an accessor method.
      • getErrorLoggingLevel

        public ErrorLoggingLevel getErrorLoggingLevel()
        Indicates whether the exception is required to be logged.
        Returns:
        An ErrorLoggingLevel object containing a field value specifying the logging requirement.
      • getKey

        public java.lang.String getKey()
        Returns resource key.
      • getId

        public int getId()
        Returns id.
      • getErrorId

        public java.lang.String getErrorId()
        Returns the prefixed (nine character) error code (e.g. FNRCC0029)
      • getDefaultEnglishString

        public java.lang.String getDefaultEnglishString()
        Returns default English pattern string.
      • toString

        public java.lang.String toString(java.lang.Object[] args)
        Returns a String representation of the exception (using the default locale). This method is thread safe.
        Parameters:
        args - An Object array containing the exception message values (code arguments in use when the exception occurred).
        Returns:
        A String representation of the exception message, based on the default locale.
      • toString

        public java.lang.String toString(java.util.Locale le,
                                java.lang.Object[] args)
        Returns a String representation of the exception using the specified locale. This method is thread safe.
        Parameters:
        le - A Locale object specifying the locale to use for the exception.
        args - An Object array containing the exception message values (code arguments in use when the exception occurred).
        Returns:
        A String representation of the exception message, based on the specified locale.
      • getExceptionCode

        public static ExceptionCode getExceptionCode(java.lang.String key)
        Gets the ExceptionCode object referenced by the specified resource key (ExceptionCode field name). This method is thread safe.
        Parameters:
        key - A String containing the resource key (field name) for the exception.
        Returns:
        The ExceptionCode object containing the resource key specified.

© Copyright IBM Corporation 2006, 2013. All rights reserved.