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 Summary
Fields Modifier and Type Field and Description static 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.
static 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.
static 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.
static ExceptionCode
API_CHECKPOINT_UNSUPPORTED
FNRCA0037E
API_CHECKPOINT_UNSUPPORTED The PageIterator does not support PageIterator checkpoints.
static 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.
static ExceptionCode
API_CONTENT_STREAM_TO_BYTES_SIZE_MISMATCH
FNRCA0044E
API_CONTENT_STREAM_TO_BYTES_SIZE_MISMATCH There was a mismatch in the amount of content read from an input stream to the expected buffer size.
static ExceptionCode
API_CRCL_CONFIG
FNRCA0041E
API_CRCL_CONFIG There was a configuration problem related to Cross-Release ClassLoading.
static ExceptionCode
API_CRCL_REFLECTION_FAIL
FNRCA0042E
API_CRCL_REFLECTION_FAIL An exception was thrown during an attempted reflection call.
static ExceptionCode
API_CRCL_REFLECTION_NOSUCH
FNRCA0043E
API_CRCL_REFLECTION_NOSUCH A method or constructor could not be found.
static ExceptionCode
API_EMPTY_BATCH
FNRCA0004E
API_EMPTY_BATCH There are no objects in this batch to process.
static ExceptionCode
API_EXPECTED_UNEVALUATED_STATE
FNRCA0005E
API_EXPECTED_UNEVALUATED_STATE The property propName must be in an unevaluated state propNameThe name of the property
static ExceptionCode
API_EXTENDED_STREAM_INVALID_POSITION
FNRCA0046E
API_EXTENDED_STREAM_INVALID_POSITION The input stream cannot be set to a position less than zero.
static ExceptionCode
API_EXTENDED_STREAM_SIZE_UNAVAILABLE
FNRCA0045E
API_EXTENDED_STREAM_SIZE_UNAVAILABLE Content size is unavailable.
static 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.
static 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.
static 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.
static ExceptionCode
API_INDEX_OUT_OF_BOUNDS
FNRCA0009E
API_INDEX_OUT_OF_BOUNDS The specified index is outside the bounds of the collection.
static ExceptionCode
API_INITIALIZED
FNRCA0010E
API_INITIALIZED The API may only be initialized once and is already initialized.
static ExceptionCode
API_INVALID_CONFIGURATION_PARAMETER
FNRCA0011E
API_INVALID_CONFIGURATION_PARAMETER Invalid configuration parameter: parmName.
static ExceptionCode
API_INVALID_CONNECTION_PARAMETER
FNRCA0012E
API_INVALID_CONNECTION_PARAMETER Invalid connection parameter: parmName.
static ExceptionCode
API_INVALID_METADATA_CACHE_PARAMETER
Deprecated.This exception code is not used as of CE 4.5.1static ExceptionCode
API_INVALID_PROPERTY_TYPE
FNRCA0014E
API_INVALID_PROPERTY_TYPE Invalid property type requestedType expected actualType.
static ExceptionCode
API_INVALID_URI
FNRCA0015E
API_INVALID_URI An invalid URI was found for connection {0}.
static ExceptionCode
API_J2EE_UTIL_INIT_FAILED
FNRCA0016E
API_J2EE_UTIL_INIT_FAILED Failed to initialize the J2EE util class.
static ExceptionCode
API_METHOD_NO_DEPENDENT_SUPPORT
FNRCA0017E
API_METHOD_NO_DEPENDENT_SUPPORT The use of method methodName is not supported for dependent objects objectType.
static 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.
static ExceptionCode
API_NO_CONTENT_ELEMENTS
Deprecated.This exception code is not used as of CE 4.5.1static ExceptionCode
API_NOT_A_CONTENT_TRANSFER
FNRCA0019E
API_NOT_A_CONTENT_TRANSFER The referenced ContentElement, element, is not a ContentTransfer.
static ExceptionCode
API_NOT_A_RESERVATION
FNRCA0020E
API_NOT_A_RESERVATION This operation requires a reservation object.
static ExceptionCode
API_NOT_FILED_IN_FOLDER
FNRCA0021E
API_NOT_FILED_IN_FOLDER The specified containee is not filed in this folder.
static 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.
static ExceptionCode
API_PROPERTY_NOT_IN_CACHE
FNRCA0024E
API_PROPERTY_NOT_IN_CACHE The {0} property was not found in the properties collection.
static ExceptionCode
API_PROPERTY_TEMPLATE_NOT_FOUND
FNRCA0025E
API_PROPERTY_TEMPLATE_NOT_FOUND The PropertyTemplate template not found in the property template collection.
static ExceptionCode
API_READ_ONLY_COLLECTION
Deprecated.This exception code is not used as of CE 4.5.1static ExceptionCode
API_REMOTE_JB6EAP_BAD_CONNECTION_URI
FNRCA0040E
API_REMOTE_JB6EAP_BAD_CONNECTION_URI The CE connection URI for this JBoss EAP 6 remote client is invalid as it must have "remote:" at the beginning : {0}.
static ExceptionCode
API_REMOTE_JB6EAP_EJB_CONTEXT_FAILED
FNRCA0039E
API_REMOTE_JB6EAP_EJB_CONTEXT_FAILED The EJB Context lookup on a JBoss EAP 6 remote client failed.
static ExceptionCode
API_SAVE_BEFORE_REFRESH
Deprecated.This exception code is not used as of CE 4.5.1static ExceptionCode
API_SEARCH_REQUIRED_VALUES_NULL
FNRCA0038E
API_SEARCH_REQUIRED_VALUES_NULL Required parameters for a Stored Search query are null.
static ExceptionCode
API_SESSION_CLASS_NOT_FOUND
Deprecated.This exception code is not used as of CE 4.5.1static 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.
static ExceptionCode
API_SESSION_NOT_SET
Deprecated.This exception code is not used as of CE 4.5.1static 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}.
static ExceptionCode
API_UNEXPECTED_JNDI_ERROR
FNRCA0032E
API_UNEXPECTED_JNDI_ERROR The JNDI cannot be accessed.
static ExceptionCode
API_UNSUPPORTED_API_CLASS
FNRCA0033E
API_UNSUPPORTED_API_CLASS The indicated API class className is not supported.
static 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.
static 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.
static ExceptionCode
CBR_CANT_ATTACH_COLLECTION
FNRCB0001E
CBR_CANT_ATTACH_COLLECTION Can't attach Verity collection to server {0}.
static ExceptionCode
CBR_CANT_AUTHENTICATE_ON_SEARCH
FNRCB0017E
CBR_CANT_AUTHENTICATE_ON_SEARCH The server could not authenticate with the Content Search Engine server.
static ExceptionCode
CBR_CANT_CREATE_COLLECTION
FNRCB0002E
CBR_CANT_CREATE_COLLECTION Can't create Verity collection.
static ExceptionCode
CBR_CANT_CREATE_VERITY_WORKSPACE
FNRCB0021E
CBR_CANT_CREATE_VERITY_WORKSPACE Can't create Verity workspace.
static ExceptionCode
CBR_CANT_DELETE_VERITY_WORKSPACE
FNRCB0020E
CBR_CANT_DELETE_VERITY_WORKSPACE Can't delete Verity workspace.
static 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.
static 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.
static 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.
static 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.
static ExceptionCode
CBR_CANT_LOGON_TO_INDEX_SERVER
FNRCB0018E
CBR_CANT_LOGON_TO_INDEX_SERVER Can't logon to index server.
static ExceptionCode
CBR_CANT_LOGON_TO_VERITY
FNRCB0019E
CBR_CANT_LOGON_TO_VERITY Can't logon to Verity.
static ExceptionCode
CBR_CANT_SET_GROUP_ON_COLLECTION
FNRCB0023E
CBR_CANT_SET_GROUP_ON_COLLECTION Can't set group name on verity collection.
static 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.
static ExceptionCode
CBR_DIALECT_NOT_SUPPORTED
FNRCB0027E
CBR_DIALECT_NOT_SUPPORTED The full text query dialect '{0}' is not supported in the current configuration.
static 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.
static 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.
static ExceptionCode
CBR_FULLTEXTROWLIMIT_EXCEEDED
FNRCB0024E
CBR_FULLTEXTROWLIMIT_EXCEEDED The FullTextRowLimit has been exceeded.
static ExceptionCode
CBR_INCOMPLETE_CONFIG
FNRCB0004E
CBR_INCOMPLETE_CONFIG The Verity administration host name and port must be in Verity configuration data
static 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.
static 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.
static ExceptionCode
CBR_INSO_INSTALL_BINARY_NOT_FOUND
FNRCB0030E
CBR_INSO_INSTALL_BINARY_NOT_FOUND INSO binaries files not found
static ExceptionCode
CBR_INSO_INSTALL_ERROR
FNRCB0029E
CBR_INSO_INSTALL_ERROR An error was detected while install INSO binaries
static 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.
static 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.
static ExceptionCode
CBR_LOAD_TRANSLATORS_EXCEPTION
FNRCB0026E
CBR_LOAD_TRANSLATORS_EXCEPTION An exception occurred while attempting to load translation providers.
static 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.
static 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.
static ExceptionCode
CBR_NO_BROKERS
FNRCB0032E
CBR_NO_BROKERS No Verity brokers can be found.
static 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.
static 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 objStoreThe identity of the Object Store.
static 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}
static 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.
static 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.
static ExceptionCode
CBR_NOT_INDEXABLE
FNRCB0008E
CBR_NOT_INDEXABLE Item to full text index with array element #{0} is not indexable.
static ExceptionCode
CBR_NOT_INDEXED
FNRCB0025E
CBR_NOT_INDEXED Documents submitted to be indexed were not processed (request will be retried).
static 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
static ExceptionCode
CBR_QUERY_PARSE_ERROR
FNRCB0028E
CBR_QUERY_PARSE_ERROR An error was detected while parsing the {0} full-text query.
static ExceptionCode
CBR_TEXT_PREPROCESSOR_DEF_ONE_XML_ALLOWED
FNRCB0097E
CBR_TEXT_PREPROCESSOR_DEF_ONE_XML_ALLOWED Only one text indexing preprocessor can be associated to a class when the output type is XML
static ExceptionCode
CBR_TEXT_PREPROCESSOR_EXTRACT_RETRY
FNRCB0099E
CBR_TEXT_PREPROCESSOR_EXTRACT_RETRY The text indexing preprocessor has called for content to be extracted for object {0} class {1} and the call will be retried.
static ExceptionCode
CBR_TEXT_PREPROCESSOR_INVALID_OUTPUT_TYPE
FNRCB0096E
CBR_TEXT_PREPROCESSOR_INVALID_OUTPUT_TYPE The text indexing preprocessor returned an invalid output type of {0} and a value of text/plain or text/xml was expected
The allowed value of output type must be text/plain or text/xml
static 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.
static 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.
static 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.
static 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.
static ExceptionCode
CBR_TS_BATCH_FAILED
FNRCB0057E
CBR_TS_BATCH_FAILED The batch operation for indexing objects to IBM Content Search Services has failed.
static 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.
static 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.
static 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.
static 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.
static 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.
static 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.
static ExceptionCode
CBR_TS_EXTRACTION_TIMEOUT
FNRCB0100E
CBR_TS_EXTRACTION_TIMEOUT An indexing operation was stopped because text extraction timed out after textextraction_timeout seconds.
static 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.
static ExceptionCode
CBR_TS_INDEX_CREATE_FAILED
FNRCB0038E
CBR_TS_INDEX_CREATE_FAILED An IBM Content Search Services server could not create an index.
static 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.
static 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.
static ExceptionCode
CBR_TS_INDEX_DELETE_FAILED
FNRCB0068E
CBR_TS_INDEX_DELETE_FAILED An IBM Content Search Services server could not delete an index.
static 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.
static 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.
static 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.
static 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.
static ExceptionCode
CBR_TS_INDEXING_HAS_TIMEDOUT
FNRCB0093E
CBR_TS_INDEXING_HAS_TIMEDOUT An indexing operation has been terminated because an index batch timeout occurred.
static 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.
static 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.
static 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.
static 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.
static 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.
static 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.
static 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.
static 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.
static 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.
static 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.
static 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.
static ExceptionCode
CBR_TS_INVALID_SERVER_CREDENTIAL
FNRCB0046E
CBR_TS_INVALID_SERVER_CREDENTIAL The IBM Content Search Services server connection token is invalid or missing.
static 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.
static 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.
static 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.
static 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.
static 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.
static 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.
static 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.
static 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}.
static 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.
static 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.
static ExceptionCode
CBR_TS_PREPROCESSOR_TIMEOUT
FNRCB0098E
CBR_TS_PREPROCESSOR_TIMEOUT An indexing operation was stopped because the text indexing preprocesors timed out after preprocessor_timeout seconds.
static 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.
static 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.
static 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.
static 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}.
static 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.
static 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.
static 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.
static 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.
static 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.
static ExceptionCode
CBR_UNSUPPORTED_KEY
FNRCB0011E
CBR_UNSUPPORTED_KEY Old full text index key encountered -- re-indexation is required with this release.
static 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.
static ExceptionCode
CBR_VERITY_DOMAIN_CONFIG_NOT_ASSIGNED
FNRCB0031E
CBR_VERITY_DOMAIN_CONFIG_NOT_ASSIGNED Content Engine could not disable IBM Legacy Content Search Engine.
static ExceptionCode
CLASSIFICATION_DATETIME_PARSE_FAILED
FNRCL0006E
CLASSIFICATION_DATETIME_PARSE_FAILED Failed to parse date/time value during XML classification.
static ExceptionCode
CLASSIFICATION_DATETIME_PARSE_FAILED_SIMPLE
FNRCL0007E
CLASSIFICATION_DATETIME_PARSE_FAILED_SIMPLE Failed to parse date/time value during XML classification.
static ExceptionCode
CLASSIFIER_THREW
FNRCL0005E
CLASSIFIER_THREW The document classifier threw an exception.
static ExceptionCode
CLASSIFY_ACTION_NOT_FOUND
FNRCL0001E
CLASSIFY_ACTION_NOT_FOUND The DocumentClassificationAction object not found for MIME type {0}.
static ExceptionCode
CLASSIFY_COMPONENT_NOT_REGISTERED
FNRCL0002E
CLASSIFY_COMPONENT_NOT_REGISTERED Neither class name nor script text is set for mime type mimeType.
static ExceptionCode
CLASSIFY_DITA_COMPONENT_FILED_IN_MULTIPLE_FOLDERS
FNRCQ0001E
CLASSIFY_DITA_COMPONENT_FILED_IN_MULTIPLE_FOLDERS DITA component filed in multiple folders {0}.
static 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}.
static 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}.
static ExceptionCode
CLASSIFY_DITA_INVALID_PATH
FNRCQ0003E
CLASSIFY_DITA_INVALID_PATH The path is malformed path.
static ExceptionCode
CLASSIFY_DITA_REQUIRED_VALUE_NOT_FOUND
FNRCQ0005E
CLASSIFY_DITA_REQUIRED_VALUE_NOT_FOUND A required DITA value was not found {0}.
static ExceptionCode
CLASSIFY_DITA_UNSUPPORTED_TYPE
FNRCQ0004E
CLASSIFY_DITA_UNSUPPORTED_TYPE The DITA classifier does not support this DITA type {0}.
static ExceptionCode
CLASSIFY_DOCUMENT_NOT_FOUND
FNRCL0003E
CLASSIFY_DOCUMENT_NOT_FOUND Cannot find document object for queue item {0}.
static ExceptionCode
CLASSIFY_HANDLER_THREW
FNRCL0004E
CLASSIFY_HANDLER_THREW Document classification handler threw an exception.
static ExceptionCode
CLASSIFY_NO_CONTENT_TO_CLASSIFY
FNRCL0008E
CLASSIFY_NO_CONTENT_TO_CLASSIFY There is no content to classify for the document with id {0}.
static ExceptionCode
CLASSIFY_STATUS_UPDATE_FAILURE
FNRCL0009E
CLASSIFY_STATUS_UPDATE_FAILURE Failed updating classification status of document with id {0}.
static ExceptionCode
CLASSIFY_UNKNOWN_MIME_TYPE
FNRCL0010E
CLASSIFY_UNKNOWN_MIME_TYPE The MIME type is unrecognized for the document with id {0}.
static ExceptionCode
COMM_CREATE_CONTENT_HUNG_THREAD
FNRCO0008E
COMM_CREATE_CONTENT_HUNG_THREAD A hung thread was detected while sending content content id to site site.
static ExceptionCode
COMM_NO_RESPONSE_RECEIVED
FNRCO0002E
COMM_NO_RESPONSE_RECEIVED No response was received for server communication request request to site.
static ExceptionCode
COMM_NO_RESPONSE_RECEIVED_FOR_DEVICE_CONTENT_CREATE
FNRCO0003E
COMM_NO_RESPONSE_RECEIVED_FOR_DEVICE_CONTENT_CREATE No server communication response was received for creating content content id to storage device storage device id.
static ExceptionCode
COMM_PROBLEM_SENDING_REQUEST
FNRCO0001E
COMM_PROBLEM_SENDING_REQUEST There was a problem sending server communication request request to site.
static ExceptionCode
COMM_RETRYABLE_AUTH_EXCEPTION
FNRCO0006E
COMM_RETRYABLE_AUTH_EXCEPTION A server communication retryable authentication exception was detected.
static ExceptionCode
COMM_RETRYABLE_CONN_EXCEPTION
FNRCO0007E
COMM_RETRYABLE_CONN_EXCEPTION A server communication retryable connection exception was detected for site URL request.
static ExceptionCode
COMM_SERVER_URL_INVALID
FNRCO0009E
COMM_SERVER_URL_INVALID The server communication url url for virtual server virtual server in site site is not valid.
static ExceptionCode
COMM_UNEXPECTED_NUMBER_OF_RESPONSES_RECEIVED
FNRCO0005E
COMM_UNEXPECTED_NUMBER_OF_RESPONSES_RECEIVED An unexpected number of responses was received for server communication request request to site.
static ExceptionCode
COMM_UNKNOWN_RESPONSE_RECEIVED_FOR_DEVICE_CONTENT_CREATE
FNRCO0004E
COMM_UNKNOWN_RESPONSE_RECEIVED_FOR_DEVICE_CONTENT_CREATE An unknown server communication response failure was received for creating content content id to storage device storage device id.
static ExceptionCode
CONTENT_ASA_ASSERTION_ERROR
FNRCC0266E
CONTENT_ASA_ASSERTION_ERROR An internal runtime assertion issue has been detected [issue].
static ExceptionCode
CONTENT_ASA_CONTENT_EXISTS
FNRCC0245E
CONTENT_ASA_CONTENT_EXISTS The content already exists for storage device device_id, content path content_path.
static ExceptionCode
CONTENT_ASA_CONTENT_NOT_FOUND
FNRCC0244E
CONTENT_ASA_CONTENT_NOT_FOUND The content was not found or not accessible on the storage device.
static ExceptionCode
CONTENT_ASA_CONVERT_TO_PROPERTIES
FNRCC0257E
CONTENT_ASA_CONVERT_TO_PROPERTIES The conversion of the data buffer to a java.util.Properties collection failed for object [object_id], of storage device device_id.
static ExceptionCode
CONTENT_ASA_DELETE_AREA_ELEMENT
FNRCC0284E
CONTENT_ASA_DELETE_AREA_ELEMENT Failed to delete rows from the Area Element table table object store objectstore.
static ExceptionCode
CONTENT_ASA_DEVICE_CONTENT_ID_NOT_SUPPORTED
FNRCC0268E
CONTENT_ASA_DEVICE_CONTENT_ID_NOT_SUPPORTED The storage device [device_id] returned an unsupported device generated id [content_identifier] during synchronous upload.
static ExceptionCode
CONTENT_ASA_DOC_CREATE_FAILED_BAD_INPUT
FNRCC0241E
CONTENT_ASA_DOC_CREATE_FAILED_BAD_INPUT The document could not be created because the source input stream could not be read.
static ExceptionCode
CONTENT_ASA_FAILURE_RESPONSE
FNRCC0258E
CONTENT_ASA_FAILURE_RESPONSE The operation [operation] on object object_id, of storage device device_id, returned failure response response.
static ExceptionCode
CONTENT_ASA_FILE_SYNC_FAILED
FNRCC0251E
CONTENT_ASA_FILE_SYNC_FAILED Synchronizing the target file to disk failed for storage device {0}, file path {1}.
static ExceptionCode
CONTENT_ASA_FILE_WRITE_FAILED
FNRCC0250E
CONTENT_ASA_FILE_WRITE_FAILED The target file cannot be written for storage device device_id, file path file_path.
static ExceptionCode
CONTENT_ASA_INVALID_COUNTER_FILE
FNRCC0292E
CONTENT_ASA_INVALID_COUNTER_FILE The advanced area counters file is invalid for Object Store objectstore, exception exception.
static ExceptionCode
CONTENT_ASA_INVALID_COUNTER_FILE_DATA
FNRCC0291E
CONTENT_ASA_INVALID_COUNTER_FILE_DATA The advanced area counters file is invalid for Object Store objectstore, expected expected_data, actual actual_data.
static ExceptionCode
CONTENT_ASA_INVALID_COUNTER_FILE_VERSION
FNRCC0290E
CONTENT_ASA_INVALID_COUNTER_FILE_VERSION The advanced area counters file version is invalid for Object Store objectstore, expected expected_version, actual actual_version.
static ExceptionCode
CONTENT_ASA_INVALID_DEVICE_DIRECTORIES
FNRCC0247E
CONTENT_ASA_INVALID_DEVICE_DIRECTORIES The device object directory count is invalid for storage device storage_device_id, expected expected_id, actual actual_id.
static ExceptionCode
CONTENT_ASA_INVALID_DEVICE_OBJECT_ID
FNRCC0246E
CONTENT_ASA_INVALID_DEVICE_OBJECT_ID The device object id is invalid for storage device storage_device_id, expected id expected_id, actual id actual_id.
static ExceptionCode
CONTENT_ASA_INVALID_DEVICE_VERSION
FNRCC0248E
CONTENT_ASA_INVALID_DEVICE_VERSION The device object version is invalid for storage device storage_device_id, expected expected_id, actual actual_id.
static ExceptionCode
CONTENT_ASA_INVALID_IDCACHE_FILE
FNRCC0287E
CONTENT_ASA_INVALID_IDCACHE_FILE The content identifier cache file is invalid for Object Store objectstore, exception exception.
static ExceptionCode
CONTENT_ASA_INVALID_IDCACHE_FILE_DATA
FNRCC0286E
CONTENT_ASA_INVALID_IDCACHE_FILE_DATA The content identifier cache file is invalid for Object Store objectstore, expected expected_identifier, actual actual_identifier.
static ExceptionCode
CONTENT_ASA_INVALID_IDCACHE_FILE_VERSION
FNRCC0285E
CONTENT_ASA_INVALID_IDCACHE_FILE_VERSION The content identifier cache file version is invalid for Object Store objectstore, expected expected_identifier, actual actual_identifier.
static ExceptionCode
CONTENT_ASA_INVALID_X_STORAGE_HEADER
FNRCC0256E
CONTENT_ASA_INVALID_X_STORAGE_HEADER The X-Storage-Url [url_header] response is invalid and cannot be parsed for storage device device_id.
static ExceptionCode
CONTENT_ASA_LOAD_AREA_OBJECT
FNRCC0281E
CONTENT_ASA_LOAD_AREA_OBJECT Failed to load the storage area object area_object.
static ExceptionCode
CONTENT_ASA_LOOKUP_IDENTITY
FNRCC0277E
CONTENT_ASA_LOOKUP_IDENTITY Unable to retrieve the content identity for content object object_id, storage area area_id.
static ExceptionCode
CONTENT_ASA_MANIFEST_TOO_LARGE
FNRCC0253E
CONTENT_ASA_MANIFEST_TOO_LARGE The content manifest data exceeds the maximum size allowed for storage device device_id, maximum allowed max_allowed, actual size actual_size, object object_id.
static ExceptionCode
CONTENT_ASA_MISSING_RESPONSE_HEADER
FNRCC0255E
CONTENT_ASA_MISSING_RESPONSE_HEADER Unexpected missing response header response_header for storage device device_id.
static ExceptionCode
CONTENT_ASA_NO_DEVICE_CONNECTIVITY
FNRCC0265E
CONTENT_ASA_NO_DEVICE_CONNECTIVITY The storage device threw an exception attempting to test connectivity to the device device_id.
static ExceptionCode
CONTENT_ASA_NO_REPLICA_FOR_RETRIEVAL
FNRCC0269E
CONTENT_ASA_NO_REPLICA_FOR_RETRIEVAL There is no replica available for retrieving content item [content_id] from storage area [area_id].
static ExceptionCode
CONTENT_ASA_NON_HTTPS_AUTHENTICATION_ADDRESS
FNRCC0295E
CONTENT_ASA_NON_HTTPS_AUTHENTICATION_ADDRESS The OpenStack authentication address [address] does not specify Hypertext Transfer Protocol Secure (HTTPS) for device device_id.
static ExceptionCode
CONTENT_ASA_NOT_ENOUGH_REPLICAS
FNRCC0240E
CONTENT_ASA_NOT_ENOUGH_REPLICAS There are not enough replicas available to satisfy the synchronous upload requirement, available num_available, required num_required.
static ExceptionCode
CONTENT_ASA_NOT_ENOUGH_REPLICAS_WRITTEN
FNRCC0243E
CONTENT_ASA_NOT_ENOUGH_REPLICAS_WRITTEN Not enough replicas were written to satisfy the synchronous upload requirement, written num_written, required num_required.
static ExceptionCode
CONTENT_ASA_NULL_AUTHENTICATION_ADDRESS
FNRCC0294E
CONTENT_ASA_NULL_AUTHENTICATION_ADDRESS The OpenStack authentication address [address] is invalid for device device_id.
static ExceptionCode
CONTENT_ASA_OBJECT_EXISTS
FNRCC0249E
CONTENT_ASA_OBJECT_EXISTS The target object already exists for storage device device_id, object identifier object_id.
static ExceptionCode
CONTENT_ASA_OPENSTACK_AUTHN_FAILED
FNRCC0254E
CONTENT_ASA_OPENSTACK_AUTHN_FAILED The OpenStack authentication failed for storage device device_id, address address, user user, response response.
static ExceptionCode
CONTENT_ASA_QUERY_AREA_ELEMENT
FNRCC0280E
CONTENT_ASA_QUERY_AREA_ELEMENT Failed during query of Area Element table table.
static ExceptionCode
CONTENT_ASA_REDIRECTOR_SEMAPHORE_FAILED
FNRCC0242E
CONTENT_ASA_REDIRECTOR_SEMAPHORE_FAILED The content redirector was interrupted attempting to acquire the worker semaphores.
static ExceptionCode
CONTENT_ASA_REPLICA_RETRIEVAL_ERROR
FNRCC0270E
CONTENT_ASA_REPLICA_RETRIEVAL_ERROR All replicas failed while attempting to retrieve content item [content_id] from storage area [area_id].
static ExceptionCode
CONTENT_ASA_REPLICATION_FAILED
FNRCC0298E
CONTENT_ASA_REPLICATION_FAILED Content replication failed to one or more replicas with the following failure(s): failure.
static ExceptionCode
CONTENT_ASA_REPLICATION_INVALID_SIZE
FNRCC0288E
CONTENT_ASA_REPLICATION_INVALID_SIZE The size of the content is invalid after replication.
static ExceptionCode
CONTENT_ASA_REPLICATION_VALIDATION_FAILED
FNRCC0289E
CONTENT_ASA_REPLICATION_VALIDATION_FAILED The content failed validation after replication with validation status [val_status_code, val_status_message].
static ExceptionCode
CONTENT_ASA_REST_CLOSE_STREAM
FNRCC0261E
CONTENT_ASA_REST_CLOSE_STREAM Failed to close output stream of connection for object object_id, storage device device_id.
static ExceptionCode
CONTENT_ASA_REST_CONSUME_CLOSE_STREAM
FNRCC0263E
CONTENT_ASA_REST_CONSUME_CLOSE_STREAM Failed to consume and close stream for object_id, storage device device_id.
static ExceptionCode
CONTENT_ASA_REST_OBTAIN_STREAM
FNRCC0260E
CONTENT_ASA_REST_OBTAIN_STREAM Failed to obtain output stream from connection for object object_id, storage device device_id.
static ExceptionCode
CONTENT_ASA_REST_OPEN_CONNECTION
FNRCC0262E
CONTENT_ASA_REST_OPEN_CONNECTION Failed to open HTTP connection for object object_id, storage device device_id.
static ExceptionCode
CONTENT_ASA_REST_REQUEST_METHOD
FNRCC0259E
CONTENT_ASA_REST_REQUEST_METHOD Failed setting the request method [method] for object object_id, storage device device_id.
static ExceptionCode
CONTENT_ASA_REST_SET_64BIT_FIXED_LENGTH_STREAMING_MODE
FNRCC0307E
CONTENT_ASA_REST_SET_64BIT_FIXED_LENGTH_STREAMING_MODE Failed attempting to call the 64-bit version of Set Fixed Length Streaming Mode via reflection.
static ExceptionCode
CONTENT_ASA_REST_STREAM_NOT_SUPPORTED
FNRCC0264E
CONTENT_ASA_REST_STREAM_NOT_SUPPORTED The REST InputStream does not support the mark or reset methods.
static ExceptionCode
CONTENT_ASA_SEGMENT_MISSING
FNRCC0297E
CONTENT_ASA_SEGMENT_MISSING Content segment segment is missing for content path content_path on storage device device_id.
static ExceptionCode
CONTENT_ASA_SERIALIZATION
FNRCC0272E
CONTENT_ASA_SERIALIZATION Advanced storage area serialization error.
static ExceptionCode
CONTENT_ASA_STORAGE_DEVICE_EXISTENCE
FNRCC0283E
CONTENT_ASA_STORAGE_DEVICE_EXISTENCE Failed to determine if the storage device device_id exists in object store objectstore, message message.
static ExceptionCode
CONTENT_ASA_STORAGE_HANDLER_EXCEPTION
FNRCC0267E
CONTENT_ASA_STORAGE_HANDLER_EXCEPTION The storage handler method [method] threw an exception [exception], class name [class_name].
static ExceptionCode
CONTENT_ASA_STREAM_TO_BUFFER
FNRCC0282E
CONTENT_ASA_STREAM_TO_BUFFER Failed to load input stream to memory buffer, buffer size buffer_size.
static ExceptionCode
CONTENT_ASA_TEST_DEVICE_FAILED
FNRCC0252E
CONTENT_ASA_TEST_DEVICE_FAILED The device cannot be validated; no connectivity to storage device device_id, root_directory.
static ExceptionCode
CONTENT_ASA_UNEXPECTED_FILE_OR_DIRECTORY
FNRCC0299E
CONTENT_ASA_UNEXPECTED_FILE_OR_DIRECTORY The root directory [root] of the file system storage device contains an unexpected pre-existing file or directory [file_or_dir].
static ExceptionCode
CONTENT_ASA_UPDATE_AREA_ELEMENT_COUNT
FNRCC0279E
CONTENT_ASA_UPDATE_AREA_ELEMENT_COUNT Failed to updated the correct number of rows in the Area Element table table, updated rows_updated, expected rows_expected, content object object_id.
static ExceptionCode
CONTENT_ASA_UPDATE_AREA_ELEMENT_RETRY
FNRCC0278E
CONTENT_ASA_UPDATE_AREA_ELEMENT_RETRY Failed to update the Area Element table table after attempts attempts, content object object_id, storage area storage_area.
static ExceptionCode
CONTENT_ASA_UPLOAD_TIMEOUT
FNRCC0293E
CONTENT_ASA_UPLOAD_TIMEOUT The long running content upload has been canceled after seconds seconds, content object object_id, storage area area_id.
static ExceptionCode
CONTENT_ASA_WRITER_SEMAPHORE_FAILED
FNRCC0239E
CONTENT_ASA_WRITER_SEMAPHORE_FAILED The replica writer failed to obtain the writer''s semaphore.
static ExceptionCode
CONTENT_ASA_ZERO_REPLICAS
FNRCC0271E
CONTENT_ASA_ZERO_REPLICAS There are no storage device replicas associated with the storage area [area_id].
static 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.
static ExceptionCode
CONTENT_CA_CLOSE_FAILED
FNRCC0006E
CONTENT_CA_CLOSE_FAILED The close failed on the stream.
static ExceptionCode
CONTENT_CA_CONSOLIDATING_CHUNKS_FAILED
FNRCC0007E
CONTENT_CA_CONSOLIDATING_CHUNKS_FAILED Consolidating a content element failed for {0}.
static ExceptionCode
CONTENT_CA_CONTINUE_UPLOAD_FAILED
FNRCC0008E
CONTENT_CA_CONTINUE_UPLOAD_FAILED Continuation upload for large content failed: {0}.
static ExceptionCode
CONTENT_CA_COOKIE_MISSING_PARAM
FNRCC0009E
CONTENT_CA_COOKIE_MISSING_PARAM The cookie {0} is missing a required parameter, {1}.
static ExceptionCode
CONTENT_CA_DELETE_FAILED
FNRCC0010E
CONTENT_CA_DELETE_FAILED Unable to delete file: fileName.
static 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.
static ExceptionCode
CONTENT_CA_DELETE_SCRUB_FAILED
FNRCC0012E
CONTENT_CA_DELETE_SCRUB_FAILED Unable to scrub file for secure delete: {0}.
static ExceptionCode
CONTENT_CA_FAILED_TEMP_CREATION
FNRCC0013E
CONTENT_CA_FAILED_TEMP_CREATION The attempt to create the temporary content file failed.
static 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.
static 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}].
static ExceptionCode
CONTENT_CA_FINISH_UPLOAD_FAILED
FNRCC0015E
CONTENT_CA_FINISH_UPLOAD_FAILED The upload failed to finish.
static ExceptionCode
CONTENT_CA_INTERNAL_ERROR
FNRCC0005E
CONTENT_CA_INTERNAL_ERROR A content area error occurred internal to the server.
static ExceptionCode
CONTENT_CA_INVALID_COOKIE
FNRCC0016E
CONTENT_CA_INVALID_COOKIE Invalid cookie {0}.
static ExceptionCode
CONTENT_CA_MIXED_FEDERATED_CONTENT
FNRCC0017E
CONTENT_CA_MIXED_FEDERATED_CONTENT Federated content elements cannot be mixed with non-federated content elements.
static ExceptionCode
CONTENT_CA_OUTPUT_STREAM_ALREADY_SET
FNRCC0018E
CONTENT_CA_OUTPUT_STREAM_ALREADY_SET The output stream has already been set.
static ExceptionCode
CONTENT_CA_READ_FAILED
FNRCC0019E
CONTENT_CA_READ_FAILED The read failed for objId={0}.
static ExceptionCode
CONTENT_CA_READ_STREAM_ALREADY_SET
FNRCC0020E
CONTENT_CA_READ_STREAM_ALREADY_SET The stream has already been set for retrieval.
static ExceptionCode
CONTENT_CA_SKIP_BACKWARD_NOT_SUPPORTED
FNRCC0021E
CONTENT_CA_SKIP_BACKWARD_NOT_SUPPORTED The underlying stream does not support moving backward.
static ExceptionCode
CONTENT_CA_SKIP_FAILED
FNRCC0022E
CONTENT_CA_SKIP_FAILED The stream didn't skip the expected amount, {0}; actual {1}.
static ExceptionCode
CONTENT_CA_START_UPLOAD_FAILED
FNRCC0023E
CONTENT_CA_START_UPLOAD_FAILED Start upload failed {0}.
static ExceptionCode
CONTENT_CA_STORE_CHUNK_FAILED
FNRCC0024E
CONTENT_CA_STORE_CHUNK_FAILED The attempt to store a content chunk failed.
static ExceptionCode
CONTENT_CA_UNABLE_TO_ABANDONED_DELETE_FILE
FNRCC0025E
CONTENT_CA_UNABLE_TO_ABANDONED_DELETE_FILE Unable to delete abandoned file '{0}'.
static ExceptionCode
CONTENT_CA_UNKNOWN_CONTENT_UPLOAD_COOKIE
FNRCC0026E
CONTENT_CA_UNKNOWN_CONTENT_UPLOAD_COOKIE Unknown content upload cookie {0}.
static ExceptionCode
CONTENT_CA_UPLOAD_FAILED_WRITE
FNRCC0027E
CONTENT_CA_UPLOAD_FAILED_WRITE The upload failed due to a problem writing content.
static ExceptionCode
CONTENT_CA_VALIDATION_FAILED_HANDLER
FNRCC0273E
CONTENT_CA_VALIDATION_FAILED_HANDLER Content validation failed because an error was returned by the storage handler in the storage area: objId={0}; seqNo={1}; retrievalName={2}
Content validation failed because an error was returned by the storage handler.
static 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.
static ExceptionCode
CONTENT_CA_VALIDATION_FAILED_PENDING_FINALIZATION
FNRCC0029E
CONTENT_CA_VALIDATION_FAILED_PENDING_FINALIZATION Content validation failed due to pending finalization.
static ExceptionCode
CONTENT_CA_VALIDATION_FAILED_SIGNATURE
FNRCC0296E
CONTENT_CA_VALIDATION_FAILED_SIGNATURE Content validation failed due to an invalid content signature, objId={0}; seqNo={1}; retrievalName={2}
static 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.
static ExceptionCode
CONTENT_CA_VALIDATION_FAILED_UNREACHABLE
FNRCC0309E
CONTENT_CA_VALIDATION_FAILED_UNREACHABLE Content validation failed due to an unreachable storage device, objId={0}; seqNo={1}; retrievalName={2}
static ExceptionCode
CONTENT_CACHE_AREA_ACCESS_FAILED
FNRCC0001E
CONTENT_CACHE_AREA_ACCESS_FAILED Access to the content cache area directory failed.
static ExceptionCode
CONTENT_CACHE_FILE_STREAM_ALREADY_CLOSED
FNRCC0002E
CONTENT_CACHE_FILE_STREAM_ALREADY_CLOSED The cache file input stream is already closed.
static ExceptionCode
CONTENT_CACHE_INTERNAL_ERROR
FNRCC0003E
CONTENT_CACHE_INTERNAL_ERROR A content cache error occurred internal to the server.
static ExceptionCode
CONTENT_CACHE_INTERNAL_TIMEOUT
FNRCC0183E
CONTENT_CACHE_INTERNAL_TIMEOUT The content cache timed out populating a cache file.
static 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.
static ExceptionCode
CONTENT_CACHE_VERSION_FILE_CREATION_FAILED
FNRCC0306E
CONTENT_CACHE_VERSION_FILE_CREATION_FAILED Failed to create the version file for Content Cache Area {0}, Id={1}.
static ExceptionCode
CONTENT_CFS_DB_ERROR
FNRCC0152E
CONTENT_CFS_DB_ERROR An error occurred accessing the federation database.
static ExceptionCode
CONTENT_CFS_INTERNAL_ERROR
FNRCC0151E
CONTENT_CFS_INTERNAL_ERROR A content federation error occurred internal to the server.
static 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
static 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.
static 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.
static 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.
static 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.
static ExceptionCode
CONTENT_COMPRESSION_DECOMPRESSION_ERROR
FNRCC0199E
CONTENT_COMPRESSION_DECOMPRESSION_ERROR An exception occurred while decompressing the data stream.
static 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.
static 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}.
static 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.
static 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}.
static ExceptionCode
CONTENT_CONVERSION_CAN_NOT_RESUME
FNRCN0004E
CONTENT_CONVERSION_CAN_NOT_RESUME The Content Platform Engine server cannot resume the content conversion operation, the content conversion settings class is {0}.
static ExceptionCode
CONTENT_CONVERSION_SETTINGS_NOT_FOUND
FNRCN0003E
CONTENT_CONVERSION_SETTINGS_NOT_FOUND An RmsTranscriptionSettings property must be set on a Transcription Sweep Job, sweep job {0} does not have an RmsTranscriptionSettings property.
static 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.
static 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.
static ExceptionCode
CONTENT_DCA_APPEND_NOT_SUPPORTED
FNRCC0034E
CONTENT_DCA_APPEND_NOT_SUPPORTED The database does not support appending content.
static ExceptionCode
CONTENT_DCA_CONTENT_ELEMENT_NOT_FOUND
FNRCC0035E
CONTENT_DCA_CONTENT_ELEMENT_NOT_FOUND Cannot find the content element {0}.
static ExceptionCode
CONTENT_DCA_FAILED_INSERT
FNRCC0036E
CONTENT_DCA_FAILED_INSERT The content element could not be inserted.
static ExceptionCode
CONTENT_DCA_WRONG_LENGTH
FNRCC0037E
CONTENT_DCA_WRONG_LENGTH The Content insert has the wrong length: expected {0}; actual {1}.
static ExceptionCode
CONTENT_ENCRYPTION_ERROR
FNRCC0194E
CONTENT_ENCRYPTION_ERROR Content Engine failed to encrypt content for the "{0}" object.
static ExceptionCode
CONTENT_FCA_CACHE_STAKE_FILE_INVALID_ID
FNRCC0308E
CONTENT_FCA_CACHE_STAKE_FILE_INVALID_ID The cache area Id {0} stored in stake file {1} does not match the actual cache area Id {2}
static ExceptionCode
CONTENT_FCA_CREATE_FAILED
FNRCC0038E
CONTENT_FCA_CREATE_FAILED Create failed in rootDir {0}, for {1}.
static ExceptionCode
CONTENT_FCA_DELETE_FAILED
FNRCC0039E
CONTENT_FCA_DELETE_FAILED Delete failed {0}.
static ExceptionCode
CONTENT_FCA_DIR_ALREADY_EXISTS
FNRCC0040E
CONTENT_FCA_DIR_ALREADY_EXISTS Create failed, the directory already exists: {0}.
static ExceptionCode
CONTENT_FCA_DIR_CREATE_FAILED
FNRCC0041E
CONTENT_FCA_DIR_CREATE_FAILED Create failed, the directory wasn't created: {0}.
static ExceptionCode
CONTENT_FCA_FAILED_RETRIEVING_EXTENSION
FNRCC0042E
CONTENT_FCA_FAILED_RETRIEVING_EXTENSION Failed loading content element extension: {0}.
static ExceptionCode
CONTENT_FCA_FAILED_RETRIEVING_OBJECT
FNRCC0043E
CONTENT_FCA_FAILED_RETRIEVING_OBJECT Failed loading content element document: {0}.
static ExceptionCode
CONTENT_FCA_FAILED_STAKEFILE_LOAD
FNRCC0044E
CONTENT_FCA_FAILED_STAKEFILE_LOAD The root directory containing stakefile {0} for the storage area, storage device, or fixed content device cannot be accessed.
static ExceptionCode
CONTENT_FCA_FILE_ALREADY_EXISTS
FNRCC0045E
CONTENT_FCA_FILE_ALREADY_EXISTS The file already exists {0}.
static ExceptionCode
CONTENT_FCA_FILE_DOES_NOT_EXIST
FNRCC0046E
CONTENT_FCA_FILE_DOES_NOT_EXIST The file does not exist {0}.
static ExceptionCode
CONTENT_FCA_INIT_FAILED
FNRCC0047E
CONTENT_FCA_INIT_FAILED The initialization failed.
static 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.
static ExceptionCode
CONTENT_FCA_READ_FAILED
FNRCC0049E
CONTENT_FCA_READ_FAILED Read failed {0}; offset={1}.
static ExceptionCode
CONTENT_FCA_ROOT_DOES_NOT_EXIST
FNRCC0050E
CONTENT_FCA_ROOT_DOES_NOT_EXIST Create failed, the root folder does not exist: {0}.
static 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}.
static ExceptionCode
CONTENT_FCA_SAVE_FAILED
FNRCC0052E
CONTENT_FCA_SAVE_FAILED Save failed {0} at offset {1}.
static ExceptionCode
CONTENT_FCA_STAKEFILE_ALREADY_EXISTS
FNRCC0053E
CONTENT_FCA_STAKEFILE_ALREADY_EXISTS A stakefile already exists at this location {0}.
static ExceptionCode
CONTENT_FCA_STAKEFILE_CREATE_FAILED
FNRCC0054E
CONTENT_FCA_STAKEFILE_CREATE_FAILED Stakefile create failed {0}.
static ExceptionCode
CONTENT_FCA_STAKEFILE_INVALID_DATE_FORMAT
FNRCC0055E
CONTENT_FCA_STAKEFILE_INVALID_DATE_FORMAT Invalid date format found in stakefile {0}.
static ExceptionCode
CONTENT_FCA_UNABLE_TO_RENAME_FILE
FNRCC0056E
CONTENT_FCA_UNABLE_TO_RENAME_FILE "{0}" cannot be renamed to "{1}".
static ExceptionCode
CONTENT_FCP_ADMIN_INVALID_COMMAND_CODE
FNRCC0057E
CONTENT_FCP_ADMIN_INVALID_COMMAND_CODE Expected command code [{0}].
static ExceptionCode
CONTENT_FCP_ADMIN_INVALID_FUNCTION
FNRCC0058E
CONTENT_FCP_ADMIN_INVALID_FUNCTION Invalid admin function type [{0}] specified.
static ExceptionCode
CONTENT_FCP_ATMOS_ALTER_RETENTION_FAILED
FNRCC0274E
CONTENT_FCP_ATMOS_ALTER_RETENTION_FAILED Unable to update the retention on Atmos object {0}.
static 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.
static ExceptionCode
CONTENT_FCP_ATMOS_CREATE_FAILED_NO_OBJECT_ID
FNRCC0225E
CONTENT_FCP_ATMOS_CREATE_FAILED_NO_OBJECT_ID Unable to create object on Atmos.
static ExceptionCode
CONTENT_FCP_ATMOS_DELETE_FAILED
FNRCC0231E
CONTENT_FCP_ATMOS_DELETE_FAILED Unable to delete Atmos object {0}.
static ExceptionCode
CONTENT_FCP_ATMOS_EXISTS_FAILED
FNRCC0233E
CONTENT_FCP_ATMOS_EXISTS_FAILED Unable to determine if Atmos object {0} exists.
static ExceptionCode
CONTENT_FCP_ATMOS_GET_RETENTION_FAILED
FNRCC0276E
CONTENT_FCP_ATMOS_GET_RETENTION_FAILED Unable to retrieve the retention for Atmos object {0}.
static ExceptionCode
CONTENT_FCP_ATMOS_INVALID_RESPONSE
FNRCC0228E
CONTENT_FCP_ATMOS_INVALID_RESPONSE Unable to get response from the Atmos server.
static ExceptionCode
CONTENT_FCP_ATMOS_READ_FAILED
FNRCC0227E
CONTENT_FCP_ATMOS_READ_FAILED Unable to read Atmos object {0}.
static ExceptionCode
CONTENT_FCP_ATMOS_SIGNATURE
FNRCC0223E
CONTENT_FCP_ATMOS_SIGNATURE Unable to compute Atmos signature for http request with headers: {0}
Atmos requires requests sent to it using the REST API to be digitally signed.
static ExceptionCode
CONTENT_FCP_ATMOS_SIZE_FAILED
FNRCC0232E
CONTENT_FCP_ATMOS_SIZE_FAILED Unable to get the size of Atmos object {0}.
static 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}.
static 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}].
static ExceptionCode
CONTENT_FCP_ATMOS_UNKNOWN_SERVER_ERROR
FNRCC0222E
CONTENT_FCP_ATMOS_UNKNOWN_SERVER_ERROR The Atmos server encountered an unknown error.
static ExceptionCode
CONTENT_FCP_ATMOS_UNRECOGNIZED_DATE_FORMAT
FNRCC0275E
CONTENT_FCP_ATMOS_UNRECOGNIZED_DATE_FORMAT Atmos returned a retention date value with an unrecognized format: {0}.
static ExceptionCode
CONTENT_FCP_ATMOS_VALIDATE_CONNECT_FAILED
FNRCC0235E
CONTENT_FCP_ATMOS_VALIDATE_CONNECT_FAILED Unable to validate connectivity to the {0} fixed content device.
static 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.
static ExceptionCode
CONTENT_FCP_CE_DELETE_FAILED
FNRCC0068E
CONTENT_FCP_CE_DELETE_FAILED Content element delete failed for {0}.
static ExceptionCode
CONTENT_FCP_CE_DOES_NOT_EXIST
FNRCC0069E
CONTENT_FCP_CE_DOES_NOT_EXIST No content element found for CE Sequence Number: [{0}].
static ExceptionCode
CONTENT_FCP_CE_DUPLICATE_SEQ_NUM
FNRCC0070E
CONTENT_FCP_CE_DUPLICATE_SEQ_NUM Content element duplicate sequence number detected: [{0}].
static ExceptionCode
CONTENT_FCP_CE_EXISTS_FAILED
FNRCC0156E
CONTENT_FCP_CE_EXISTS_FAILED The exists operation failed for this provider.
static ExceptionCode
CONTENT_FCP_CE_OPEN_FAILED
FNRCC0071E
CONTENT_FCP_CE_OPEN_FAILED The operation to create a content element failed for this provider.
static ExceptionCode
CONTENT_FCP_CE_READ_FAILED
FNRCC0072E
CONTENT_FCP_CE_READ_FAILED The content element could not be read.
static ExceptionCode
CONTENT_FCP_CE_SEEK_FAILED
FNRCC0073E
CONTENT_FCP_CE_SEEK_FAILED The content element seek operation failed for this provider.
static ExceptionCode
CONTENT_FCP_CE_TESTOPERATIONSUCCESS_FAILED
FNRCC0154E
CONTENT_FCP_CE_TESTOPERATIONSUCCESS_FAILED The testOperationSuccess operation failed for this provider.
static ExceptionCode
CONTENT_FCP_CE_USESVERSIONS_FAILED
FNRCC0155E
CONTENT_FCP_CE_USESVERSIONS_FAILED The usesVersions operation failed for this provider.
static 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}].
static 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}].
static 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.
static 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.
static ExceptionCode
CONTENT_FCP_CENTERA_LOAD_POOL_FILE_FAILED
FNRCC0063E
CONTENT_FCP_CENTERA_LOAD_POOL_FILE_FAILED Failed to load Pool information file: {0}.
static ExceptionCode
CONTENT_FCP_CENTERA_OPEN_POOL_FAILED
FNRCC0064E
CONTENT_FCP_CENTERA_OPEN_POOL_FAILED The Centera connection pool could not be opened.
static 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.
static 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.
static ExceptionCode
CONTENT_FCP_CLOSE_FAILED
FNRCC0153E
CONTENT_FCP_CLOSE_FAILED The close operation failed for this provider.
static ExceptionCode
CONTENT_FCP_CONNECTION_FAILED
FNRCC0074E
CONTENT_FCP_CONNECTION_FAILED The fixed content provider could not establish a connection to the fixed content device.
static ExceptionCode
CONTENT_FCP_CONTENT_CACHE_CHECK_FAILED
FNRCC0075E
CONTENT_FCP_CONTENT_CACHE_CHECK_FAILED The call to isContentCached failed for this provider.
static ExceptionCode
CONTENT_FCP_CREATE_CE_FAILED
FNRCC0076E
CONTENT_FCP_CREATE_CE_FAILED Content element create failed for {0}.
static ExceptionCode
CONTENT_FCP_DEVICE_QUERY_FAILED
FNRCC0162E
CONTENT_FCP_DEVICE_QUERY_FAILED The device query operation failed for the fixed content device.
static ExceptionCode
CONTENT_FCP_DOC_CREATE_FAILED
FNRCC0077E
CONTENT_FCP_DOC_CREATE_FAILED The document could not be created for this provider.
static 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.
static ExceptionCode
CONTENT_FCP_DOC_DELETE_FAILED
FNRCC0079E
CONTENT_FCP_DOC_DELETE_FAILED The document could not be deleted for this provider.
static ExceptionCode
CONTENT_FCP_DOC_EXISTS_FAILED
FNRCC0080E
CONTENT_FCP_DOC_EXISTS_FAILED The check to determine whether the document exists failed for this provider.
static ExceptionCode
CONTENT_FCP_DOC_FREEZE_FAILED
FNRCC0159E
CONTENT_FCP_DOC_FREEZE_FAILED The content freeze operation failed for this document.
static ExceptionCode
CONTENT_FCP_DOC_FREEZE_NOT_SUPPORTED
FNRCC0165E
CONTENT_FCP_DOC_FREEZE_NOT_SUPPORTED The document does not support freeze content operation.
static ExceptionCode
CONTENT_FCP_DOC_LOCKDOWN_FAILED
FNRCC0081E
CONTENT_FCP_DOC_LOCKDOWN_FAILED The document could not be locked down for this provider.
static ExceptionCode
CONTENT_FCP_DOC_UNLOCK_FAILED
FNRCC0180E
CONTENT_FCP_DOC_UNLOCK_FAILED The document could not be unlocked for this provider.
static ExceptionCode
CONTENT_FCP_FSB_DIRECTORY_NOT_FOUND
FNRCC0082E
CONTENT_FCP_FSB_DIRECTORY_NOT_FOUND Directory not found: {0}.
static ExceptionCode
CONTENT_FCP_FSB_EXISTS_FAILED
FNRCC0083E
CONTENT_FCP_FSB_EXISTS_FAILED Failed to determine whether file exists {0}.
static 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.
static ExceptionCode
CONTENT_FCP_FSB_MKDIR_FAILED
FNRCC0085E
CONTENT_FCP_FSB_MKDIR_FAILED Failed to make directory {0}.
static ExceptionCode
CONTENT_FCP_FSB_OPEN_FAILED
FNRCC0086E
CONTENT_FCP_FSB_OPEN_FAILED Failed to open file {0}.
static 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.
static 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}.
static ExceptionCode
CONTENT_FCP_FSB_TMP_DIRECTORY_CREATE_FAILURE
FNRCC0089E
CONTENT_FCP_FSB_TMP_DIRECTORY_CREATE_FAILURE Unable to create tmp Directory: {0}.
static ExceptionCode
CONTENT_FCP_FSB_TMP_DIRECTORY_NOT_ACCESSIBLE
FNRCC0090E
CONTENT_FCP_FSB_TMP_DIRECTORY_NOT_ACCESSIBLE Cannot write to tmp Directory: {0}.
static 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.
static 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.
static 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.
static ExceptionCode
CONTENT_FCP_INVALID_CONFIGURATION
FNRCC0092E
CONTENT_FCP_INVALID_CONFIGURATION The configuration is invalid for this provider.
static 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}].
static 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.
static 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.
static 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}].
static 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.
static ExceptionCode
CONTENT_FCP_INVALID_SEEK_ORIGIN
FNRCC0095E
CONTENT_FCP_INVALID_SEEK_ORIGIN Invalid origin {0} was specified for seek operation.
static 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}].
static 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.
static ExceptionCode
CONTENT_FCP_IS_FAILED_RETRIEVE_DOC_PROPS
FNRCC0098E
CONTENT_FCP_IS_FAILED_RETRIEVE_DOC_PROPS Error retrieving document properties for [{0}].
static 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.
static ExceptionCode
CONTENT_FCP_IS_INVALID_DOC_CLASS_NAME
FNRCC0100E
CONTENT_FCP_IS_INVALID_DOC_CLASS_NAME Invalid Image Services Document Class Name: [{0}].
static ExceptionCode
CONTENT_FCP_IS_MISMATCHED_PAGE_NUM
FNRCC0101E
CONTENT_FCP_IS_MISMATCHED_PAGE_NUM Mismatched Image Services page number.
static 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
static ExceptionCode
CONTENT_FCP_ISILON_ADAPTOR_DEVICE_FILE_OP_FAILED
FNRCC0303E
CONTENT_FCP_ISILON_ADAPTOR_DEVICE_FILE_OP_FAILED Failed to operation device file for fixed content device fcd_name: cause operationThe create or validate operation. fcd_nameName of fixed content device. causeCause of the failure.
A device signature file (device.txt) cannot be created or validated.
static ExceptionCode
CONTENT_FCP_ISILON_ADAPTOR_PRECREATE_DIRECTORIES_FAILED
FNRCC0302E
CONTENT_FCP_ISILON_ADAPTOR_PRECREATE_DIRECTORIES_FAILED Failed to pre-create directory structure for fixed content device fcd_name: cause fcd_nameName of fixed content device. causeCause of the failure.
A directory structure, large or small as defined in the fixed content device (FCD) configuration, is created when the FCD is first used by a fixed storage area.
static ExceptionCode
CONTENT_FCP_ISILON_ADAPTOR_SESSION_OP_FAILED
FNRCC0300E
CONTENT_FCP_ISILON_ADAPTOR_SESSION_OP_FAILED Failed to operation a session for extended authentication.
static ExceptionCode
CONTENT_FCP_ISILON_ADAPTOR_VALIDATION_FAILED
FNRCC0301E
CONTENT_FCP_ISILON_ADAPTOR_VALIDATION_FAILED Failed to validate fixed content device fcd_name: cause fcd_nameName of fixed content device. causeCause of the failure.
When the fixed content device (FCD) is either being created or updated, the validation checks for the device connection URL format, and that other device configuration parameters are valid.
static ExceptionCode
CONTENT_FCP_ISILON_REST_METHOD_FAILED
FNRCC0304E
CONTENT_FCP_ISILON_REST_METHOD_FAILED The Isilon RESTFul [method] method has failed.
static ExceptionCode
CONTENT_FCP_LOGOFF_FAILED
FNRCC0103E
CONTENT_FCP_LOGOFF_FAILED The logoff operation failed for this provider.
static ExceptionCode
CONTENT_FCP_MISMATCHED_CHECKSUM
FNRCC0104E
CONTENT_FCP_MISMATCHED_CHECKSUM Checksum failed, expected {0}; actual {1}.
static ExceptionCode
CONTENT_FCP_MISMATCHED_REF_VERSION
FNRCC0107E
CONTENT_FCP_MISMATCHED_REF_VERSION Referral version or provider did not match.
static 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}].
static ExceptionCode
CONTENT_FCP_MISMATCHED_REFERRALURL_PARAM
FNRCC0106E
CONTENT_FCP_MISMATCHED_REFERRALURL_PARAM The referral URLs did not have the same '{0}'.
static ExceptionCode
CONTENT_FCP_NEGATIVE_RETENTION_PERIOD
FNRCC0108E
CONTENT_FCP_NEGATIVE_RETENTION_PERIOD Requested retention period offset is negative {0}.
static 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}.
static ExceptionCode
CONTENT_FCP_OPERATION_FAILED
FNRCC0110E
CONTENT_FCP_OPERATION_FAILED The [{1}] operation on the fixed content provider [{0}] failed.
static ExceptionCode
CONTENT_FCP_OPERATION_FAILED_ON_OPEN
FNRCC0111E
CONTENT_FCP_OPERATION_FAILED_ON_OPEN Fixed Content Provider open operation failed.
static 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}].
static ExceptionCode
CONTENT_FCP_OPERATION_FAILED_WITH_CONTEXT
FNRCC0184E
CONTENT_FCP_OPERATION_FAILED_WITH_CONTEXT The fixed content provider operation failed.
static ExceptionCode
CONTENT_FCP_OPERATION_FAILED_WITH_REFERRAL
FNRCC0113E
CONTENT_FCP_OPERATION_FAILED_WITH_REFERRAL The fixed content provider operation failed.
static ExceptionCode
CONTENT_FCP_OPERATION_NOT_SUPPORTED
FNRCC0114E
CONTENT_FCP_OPERATION_NOT_SUPPORTED Operation not supported for this Fixed Content Provider.
static 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.
static ExceptionCode
CONTENT_FCP_READ_FAILED
FNRCC0229E
CONTENT_FCP_READ_FAILED Unable to read document from fixed content device.
static 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.
static 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.
static ExceptionCode
CONTENT_FCP_SIZE_FAILED
FNRCC0230E
CONTENT_FCP_SIZE_FAILED Unable to determine the size of the object from fixed content device.
static 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.
static 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.
static ExceptionCode
CONTENT_FCP_TSM_API_INITIALIZATION
FNRCC0173E
CONTENT_FCP_TSM_API_INITIALIZATION Unable to initialize TsmJavaApi using API name [{0}] or [{1}].
static ExceptionCode
CONTENT_FCP_TSM_CREATE_OPT_FILE
FNRCC0174E
CONTENT_FCP_TSM_CREATE_OPT_FILE Failed to create TSM options file [{0}].
static 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.
static 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.
static ExceptionCode
CONTENT_FCP_TSM_LOAD_OPT_FILE
FNRCC0175E
CONTENT_FCP_TSM_LOAD_OPT_FILE Failed to load the TSM options file [{0}].
static ExceptionCode
CONTENT_FCP_TSM_MISSING_OPT_FILE
FNRCC0176E
CONTENT_FCP_TSM_MISSING_OPT_FILE The TSM options file does not exist [{0}].
static 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.
static 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.
static 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}].
static 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.
static 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
static 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).
static ExceptionCode
CONTENT_FCP_TSM_WRITE_OPT_FILE
FNRCC0177E
CONTENT_FCP_TSM_WRITE_OPT_FILE Failed to write the TSM options file [{0}].
static 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.
static ExceptionCode
CONTENT_FCP_UNEXPECTED_STATE
FNRCC0117E
CONTENT_FCP_UNEXPECTED_STATE The state was unexpected for this fixed content provider.
static ExceptionCode
CONTENT_FXCA_CANNOT_GET_PROVIDER
FNRCC0118E
CONTENT_FXCA_CANNOT_GET_PROVIDER Failed loading the provider class {0}.
static 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}].
static 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}].
static 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.
static ExceptionCode
CONTENT_FXCA_INVALID_CONFIGURATION
FNRCC0119E
CONTENT_FXCA_INVALID_CONFIGURATION The content area configuration is invalid.
static 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.
static 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.
static ExceptionCode
CONTENT_GC_CANNOT_FIND_INDEX_NUMBER
FNRCC0121E
CONTENT_GC_CANNOT_FIND_INDEX_NUMBER Cannot find index number {0}.
static ExceptionCode
CONTENT_GC_CANNOT_FIND_SEQUENCE_NUMBER
FNRCC0122E
CONTENT_GC_CANNOT_FIND_SEQUENCE_NUMBER Cannot find sequence number {0}.
static ExceptionCode
CONTENT_GC_INDEX_NOT_CONTENT_TRANSFER
FNRCC0123E
CONTENT_GC_INDEX_NOT_CONTENT_TRANSFER Index {0} is not a ContentTransfer.
static ExceptionCode
CONTENT_KEY_GENERATION_FAILURE
FNRCC0190E
CONTENT_KEY_GENERATION_FAILURE Content Engine failed to generate a new content encryption key.
static 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.
static ExceptionCode
CONTENT_MC_FAILED_MOVING_CONTENT
FNRCC0124E
CONTENT_MC_FAILED_MOVING_CONTENT The MoveContent operation failed.
static 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.
static ExceptionCode
CONTENT_OPERATION_NON_RETRIABLE_FAILURE
FNRCC0164E
CONTENT_OPERATION_NON_RETRIABLE_FAILURE The content operation [{0}] failed with non-retriable exception.
static ExceptionCode
CONTENT_PC_CLOSE_STREAM_FAILED
FNRCC0126E
CONTENT_PC_CLOSE_STREAM_FAILED The PutContent operation failed because InputStream.close failed.
static 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.
static ExceptionCode
CONTENT_PC_LAST_CHUNK_NOT_SET
FNRCC0128E
CONTENT_PC_LAST_CHUNK_NOT_SET Internal error: The lastChunk property has not been set.
static ExceptionCode
CONTENT_PC_STREAM_FAILED
FNRCC0129E
CONTENT_PC_STREAM_FAILED The PutContent operation failed because of an InputStream exception
static 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.
static ExceptionCode
CONTENT_PC_UNKNOWN_STATE
FNRCC0131E
CONTENT_PC_UNKNOWN_STATE Unknown PutContent state: {0}, with cookie {1}.
static 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.
static ExceptionCode
CONTENT_PIPE_CLOSED
FNRCC0238E
CONTENT_PIPE_CLOSED An attempt was made to read from or write to a closed pipe.
static ExceptionCode
CONTENT_PIPE_TIMEOUT
FNRCC0237E
CONTENT_PIPE_TIMEOUT A read from or write to a pipe timed out after {0}ms.
static ExceptionCode
CONTENT_RETRYABLE_READ_FAILURE
FNRCC0178E
CONTENT_RETRYABLE_READ_FAILURE The attempt to read document id [{0}], element [{1}] failed.
static ExceptionCode
CONTENT_SA_DELETES_NOT_ALLOWED
FNRCC0133E
CONTENT_SA_DELETES_NOT_ALLOWED The Storage Area does not allow delete of content.
static ExceptionCode
CONTENT_SA_EXCEEDED_CLOSURE_DATE
FNRCC0134E
CONTENT_SA_EXCEEDED_CLOSURE_DATE Storage Area [{0}] exceeded closure date [{1}].
static ExceptionCode
CONTENT_SA_EXCEEDED_MAX_COUNT
FNRCC0135E
CONTENT_SA_EXCEEDED_MAX_COUNT Storage Area [{0}] exceeded maximum number of content elements limit of [{1}].
static ExceptionCode
CONTENT_SA_EXCEEDED_MAX_SIZE
FNRCC0136E
CONTENT_SA_EXCEEDED_MAX_SIZE Storage Area [{0}] exceeded maximum size limit of [{1}(KB)].
static ExceptionCode
CONTENT_SA_INVALID_DIRECTORY_STRUCTURE
FNRCC0137E
CONTENT_SA_INVALID_DIRECTORY_STRUCTURE The directory structure packed value specified for the Storage Area is invalid: [packedValue].
static ExceptionCode
CONTENT_SA_INVALID_RETENTION_PERIOD
FNRCC0138E
CONTENT_SA_INVALID_RETENTION_PERIOD Invalid Retention Period value: [{0}].
static ExceptionCode
CONTENT_SA_INVALID_STATUS_CHANGE
FNRCC0139E
CONTENT_SA_INVALID_STATUS_CHANGE Invalid Status value; you cannot change from {0} to {1}.
static 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
static 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.
static ExceptionCode
CONTENT_SA_STORAGE_AREA_NOT_OPEN
FNRCC0141E
CONTENT_SA_STORAGE_AREA_NOT_OPEN StorageArea [{0}] not open, Status value is [{1}].
static ExceptionCode
CONTENT_SA_UNKNOWN_CLASS
FNRCC0142E
CONTENT_SA_UNKNOWN_CLASS Unknown StorageArea class {0}.
static ExceptionCode
CONTENT_SA_UNKNOWN_STORAGE_AREA
FNRCC0143E
CONTENT_SA_UNKNOWN_STORAGE_AREA Unknown StorageArea {0}.
static 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.
static ExceptionCode
CONTENT_SQ_UNKNOWN_COMMAND
FNRCC0146E
CONTENT_SQ_UNKNOWN_COMMAND Unknown command: {0}
The command used for the Storage Area is not recognized.
static ExceptionCode
CONTENT_STREAM_INIT_FAILED
FNRCC0144E
CONTENT_STREAM_INIT_FAILED Stream initialization failed for {0}.
static ExceptionCode
CONTENT_STREAM_POSITION_FAILED
FNRCC0305E
CONTENT_STREAM_POSITION_FAILED Unable to set the stream position from offset {0} to offset {1}.
static 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}].
static 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}].
static 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}].
static 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}].
static ExceptionCode
CONTENT_THUMBNAIL_FILETYPE_FILTERED
FNRCC0212E
CONTENT_THUMBNAIL_FILETYPE_FILTERED The file type has been configured to be filtered for file:[{0}], mimetype[{1}].
static ExceptionCode
CONTENT_THUMBNAIL_FILETYPE_NOT_SUPPORTED
FNRCC0204E
CONTENT_THUMBNAIL_FILETYPE_NOT_SUPPORTED The file type is not supported for file:[{0}], mimetype[{1}].
static ExceptionCode
CONTENT_THUMBNAIL_GENERATION_FAILURE
FNRCC0201E
CONTENT_THUMBNAIL_GENERATION_FAILURE Failed to generate thumbnail for file: [{0}], generation service return error code: [{1}].
static 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}].
static ExceptionCode
CONTENT_THUMBNAIL_GET_SERVICE_FAILUER
FNRCC0200E
CONTENT_THUMBNAIL_GET_SERVICE_FAILUER Failed to get the Thumbnail Generation Service implementation: [{0}].
static 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.
static 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.
static 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.
static 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}].
static 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}].
static ExceptionCode
CONTENT_THUMBNAIL_NOT_PROCESSED
FNRCC0207E
CONTENT_THUMBNAIL_NOT_PROCESSED Thumbnail generation service did not process input file [{0}].
static 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}].
static 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.
static ExceptionCode
CONTENT_THUMBNAIL_OUTSIDEIN_SDK_NOT_DEPLOYED
FNRCC0218E
CONTENT_THUMBNAIL_OUTSIDEIN_SDK_NOT_DEPLOYED Cannot locate the OutsideIn binary, the SDK is not deployed.
static ExceptionCode
CONTENT_THUMBNAIL_READ_FAILURE
FNRCC0202E
CONTENT_THUMBNAIL_READ_FAILURE Failed to read generated thumbnail into byte array for file: [{0}].
static 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.
static ExceptionCode
CONTENT_TTL_STREAM_EXPIRED
FNRCC0147E
CONTENT_TTL_STREAM_EXPIRED The TTL (Time To Live) value for the stream has expired.
static ExceptionCode
CONVERSION_HANDLER_NOT_FOUND
FNRCN0002E
CONVERSION_HANDLER_NOT_FOUND Content conversion handler capable of converting content from {0} to {1} could not be found.
static ExceptionCode
CONVERSION_HANDLER_THREW
FNRCN0001E
CONVERSION_HANDLER_THREW An exception occurred in the content conversion handler.
static ExceptionCode
DB_BAD_BATCH_RESULT
FNRCD0001E
DB_BAD_BATCH_RESULT The batch statement did not return the appropriate number of results.
static 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.
static ExceptionCode
DB_BAD_DATATYPE
FNRCD0003E
DB_BAD_DATATYPE An incompatible data type from the expected data type was encountered: badDatatype badDatatypeThe class of the unexpected data type.
The indicated data type is either null or incompatible with the expected data type.
static ExceptionCode
DB_BAD_INPUT_BINDING_INDEX
FNRCD0004E
DB_BAD_INPUT_BINDING_INDEX The index into the input bindings is invalid.
static ExceptionCode
DB_BAD_OUTPUT_BINDING_TYPE
FNRCD0005E
DB_BAD_OUTPUT_BINDING_TYPE The output binding datatype is invalid.
static ExceptionCode
DB_CANT_EXTRACT_CONNECTION_PARAMETERS
FNRCD0006E
DB_CANT_EXTRACT_CONNECTION_PARAMETERS The database parameters cannot be extracted from the connection.
static ExceptionCode
DB_COLUMN_DATATYPE_NOT_SUPPORTED
FNRCD0028E
DB_COLUMN_DATATYPE_NOT_SUPPORTED A column''s datatype is not supported in the context of the database operation.
static ExceptionCode
DB_COLUMN_DOES_NOT_EXIST
FNRCD0007E
DB_COLUMN_DOES_NOT_EXIST The referenced database column does not exist on specified table.
static ExceptionCode
DB_CONNECTION_REESTABLISHED
FNRCD0008E
DB_CONNECTION_REESTABLISHED The connection to the database failed but has been reestablished.
static ExceptionCode
DB_ERROR
FNRCD0009E
DB_ERROR The database access failed with the following error: ErrorCode {0}, Message '{1}'
The database access failed.
static ExceptionCode
DB_ERROR_R
Deprecated.This exception code is not used as of CE 5.0static ExceptionCode
DB_FINISH_EXECUTE
FNRCD0011E
DB_FINISH_EXECUTE The prior execution must finish before starting a new execution.
static ExceptionCode
DB_INVALID_EXECUTION
FNRCD0012E
DB_INVALID_EXECUTION The attempt to add more execution statements is invalid.
static ExceptionCode
DB_INVALID_INDEX_CREATION
FNRCD0029E
DB_INVALID_INDEX_CREATION Non-keyed columns are not permitted in expression-based indexes on DB2 for z/OS.
static 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.
static ExceptionCode
DB_NO_COUNT_IN_RESULT
FNRCD0016E
DB_NO_COUNT_IN_RESULT The database result does not have a count.
static ExceptionCode
DB_NO_INSERT_TABLE
FNRCD0017E
DB_NO_INSERT_TABLE A table name must be specified for the insert operation.
static ExceptionCode
DB_NO_RESULT
FNRCD0018E
DB_NO_RESULT The given statement did not return any result.
static 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.
static 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.
static ExceptionCode
DB_NOTHING_TO_INSERT
FNRCD0014E
DB_NOTHING_TO_INSERT There is nothing to insert.
static ExceptionCode
DB_OBJECT_DOES_NOT_EXIST
FNRCD0019E
DB_OBJECT_DOES_NOT_EXIST The referenced database object cannot be located.
static 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.
static 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.
static ExceptionCode
DB_ROWLENGTH_LIMIT_EXCEEDED
FNRCD0022E
DB_ROWLENGTH_LIMIT_EXCEEDED The summation of column lengths exceeds the capacity of the underlying database.
static ExceptionCode
DB_SEQUENCE_EXHAUSTED
FNRCD0021E
DB_SEQUENCE_EXHAUSTED The range of values for the sequence is exhausted.
static ExceptionCode
DB_TABLE_DOES_NOT_EXIST
FNRCD0023E
DB_TABLE_DOES_NOT_EXIST The table that was referenced in the database query cannot be found.
static ExceptionCode
DB_UNABLE_TO_ALTER_COLUMN
FNRCD0024E
DB_UNABLE_TO_ALTER_COLUMN The column cannot be altered via the application server.
static ExceptionCode
DB_UNEXPECTED_SQL_RESULT
FNRCD0025E
DB_UNEXPECTED_SQL_RESULT One of the SQL statements did not return an expected result.
static ExceptionCode
E_ACCESS_DENIED
FNRCE0001E
E_ACCESS_DENIED The requester has insufficient access rights to perform the requested operation.
static ExceptionCode
E_BACKGROUND_TASK_EXECUTOR_SHUTDOWN
FNRCE0081E
E_BACKGROUND_TASK_EXECUTOR_SHUTDOWN The background task executor has terminated: {0}.
static ExceptionCode
E_BACKGROUND_TASK_TERMINATED
FNRCE0082E
E_BACKGROUND_TASK_TERMINATED The background task has been terminated: {0}.
static ExceptionCode
E_BAD_CLASSID
FNRCE0002E
E_BAD_CLASSID Class "class_name_or_id" not found.
static ExceptionCode
E_BAD_FILTER_EXPRESSION
FNRCE0003E
E_BAD_FILTER_EXPRESSION Bad filter expression "filtExpr".
static ExceptionCode
E_BAD_INDEX
FNRCE0004E
E_BAD_INDEX The index specified does not reference a valid property or list element.
static ExceptionCode
E_BAD_OBJECT
FNRCE0005E
E_BAD_OBJECT An inappropriate object was passed as parameter to this function.
static ExceptionCode
E_BAD_OPERATOR
FNRCE0006E
E_BAD_OPERATOR The operator "{0}" is not defined in the metadata of the current scope.
static ExceptionCode
E_BAD_PARAMETER
FNRCE0007E
E_BAD_PARAMETER Invalid input parameter: Name={0}, Value={1}.
static ExceptionCode
E_BAD_PROPERTYID
FNRCE0008E
E_BAD_PROPERTYID The property identifier propId is not valid for class className.
static ExceptionCode
E_BAD_URL
FNRCE0009E
E_BAD_URL The resource URL is not syntactically valid.
static 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.
static ExceptionCode
E_CLASS_LOADING_ERROR
FNRCE0011E
E_CLASS_LOADING_ERROR Unable to load class: {0}.
static ExceptionCode
E_CLASS_NOT_SEARCHABLE
FNRCE0012E
E_CLASS_NOT_SEARCHABLE The class "className" referred to in the FROM Expression is not searchable.
static ExceptionCode
E_CLOSED_STREAM
FNRCE0013E
E_CLOSED_STREAM An operation was attempted on a stream that has been closed.
static ExceptionCode
E_CONFLICTING_OPERATION
FNRCE0014E
E_CONFLICTING_OPERATION The combination of operations specified for the object is invalid.
static ExceptionCode
E_CONSTRAINT_VIOLATED
FNRCE0015E
E_CONSTRAINT_VIOLATED The operation violates a constraint of the implementation.
static ExceptionCode
E_DATABASE_ERROR
FNRCE0016E
E_DATABASE_ERROR The operation was unable to read from or write to the database.
static ExceptionCode
E_DATABASE_FULL
FNRCE0017E
E_DATABASE_FULL The database is full.
static ExceptionCode
E_DATATYPE_MISMATCH
FNRCE0018E
E_DATATYPE_MISMATCH The method invoked is inappropriate for the datatype of the property.
static ExceptionCode
E_DEADLOCK_ERROR
FNRCE0019E
E_DEADLOCK_ERROR The operation could not be completed due to a deadlock error.
static 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.
static ExceptionCode
E_DUPLICATE_LIST_UPDATE
FNRCE0020E
E_DUPLICATE_LIST_UPDATE A duplicate entry was detected in the list update operation at the position posNum.
static 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.
static ExceptionCode
E_EXCEPTION_RETRY
FNRCE0022E
E_EXCEPTION_RETRY There was a problem communicating with the client application.
static ExceptionCode
E_FAILED
FNRCE0023E
E_FAILED The operation failed.
static ExceptionCode
E_FAILED_TO_GET_DATASOURCE
FNRCE0024E
E_FAILED_TO_GET_DATASOURCE The server cannot get the data source {0}.
static ExceptionCode
E_FOREIGN_OBJECT
FNRCE0025E
E_FOREIGN_OBJECT The property does not allow a reference to an object from a different object store.
static ExceptionCode
E_HEAP_FAILURE
FNRCE0026E
E_HEAP_FAILURE The operation ran out of memory.
static ExceptionCode
E_ILLEGAL_OPERATION
FNRCE0027E
E_ILLEGAL_OPERATION The operation is disallowed by the DMA Specification.
static ExceptionCode
E_INVALID_ARGUMENT
FNRCE0028E
E_INVALID_ARGUMENT An internal problem occurred when a method was called with an invalid argument: {0}
static ExceptionCode
E_INVALID_CONTEXT
FNRCE0076E
E_INVALID_CONTEXT The method that was called is not valid in the current call context.
static 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.
static ExceptionCode
E_INVALID_ID
FNRCE0030E
E_INVALID_ID An attempt was made to create an EngineObject, but the ID value specified is invalid.
static 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.
static ExceptionCode
E_INVALID_OBJ_FOR_SERIALIZATION
FNRCE0034E
E_INVALID_OBJ_FOR_SERIALIZATION Invalid object for serialization {0}.
static ExceptionCode
E_INVALID_OBJECT_ADDRESS
FNRCE0032E
E_INVALID_OBJECT_ADDRESS An unsupported implementation of ObjectAddress was found {0}.
static ExceptionCode
E_INVALID_OBJECT_TYPE
FNRCE0033E
E_INVALID_OBJECT_TYPE Invalid object type {0}.
static 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}.
static ExceptionCode
E_INVALID_REQUEST
FNRCE0036E
E_INVALID_REQUEST The parameter is incorrect.
static ExceptionCode
E_JBOSS_INVALID_CONFIGURATION
FNRCE0037E
E_JBOSS_INVALID_CONFIGURATION The JBoss configuration is invalid.
static ExceptionCode
E_LDAP_INVALID_CONFIGURATION
FNRCE0038E
E_LDAP_INVALID_CONFIGURATION Cannot detect LDAP vendor.
static ExceptionCode
E_METHOD_NOT_IMPLEMENTED
FNRCE0039E
E_METHOD_NOT_IMPLEMENTED The method that was called is not implemented.
static ExceptionCode
E_NO_CURRENT_VERSION
FNRCE0044E
E_NO_CURRENT_VERSION The version series has no current version.
static ExceptionCode
E_NOT_AUTHENTICATED
FNRCE0040E
E_NOT_AUTHENTICATED The user is not authenticated.
static ExceptionCode
E_NOT_CREATABLE
FNRCE0041E
E_NOT_CREATABLE Creation of objects of the specified class is not supported.
static ExceptionCode
E_NOT_IN_USER_TRANSACTION
FNRCE0077E
E_NOT_IN_USER_TRANSACTION The operation requires that a user (distributed) transaction be in effect.
static ExceptionCode
E_NOT_SUPPORTED
FNRCE0042E
E_NOT_SUPPORTED This method is not supported in the context of this session or object.
static ExceptionCode
E_NOT_UNIQUE
FNRCE0043E
E_NOT_UNIQUE A uniqueness requirement has been violated.
static ExceptionCode
E_NULL_ARGUMENT
FNRCE0045E
E_NULL_ARGUMENT Argument "{0}" is null.
static ExceptionCode
E_NULL_OR_INVALID_PARAM_VALUE
FNRCE0046E
E_NULL_OR_INVALID_PARAM_VALUE Parameter {0} is either null or has an invalid value.
static ExceptionCode
E_OBJECT_CLONE_FAILED
FNRCE0047E
E_OBJECT_CLONE_FAILED Failed to clone object {0}.
static ExceptionCode
E_OBJECT_DELETED
FNRCE0048E
E_OBJECT_DELETED The object {0} has been deleted since it was retrieved.
static ExceptionCode
E_OBJECT_LOCKED
FNRCE0049E
E_OBJECT_LOCKED The lock(s) on the persistent object {0} prohibit the attempted operation.
static 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.
static ExceptionCode
E_OBJECT_NOT_FOUND
FNRCE0051E
E_OBJECT_NOT_FOUND The requested item was not found.
static ExceptionCode
E_OBJECT_NOT_LOCKABLE
FNRCE0052E
E_OBJECT_NOT_LOCKABLE The object cannot be locked.
static ExceptionCode
E_OBJECT_NOT_LOCKED
FNRCE0053E
E_OBJECT_NOT_LOCKED The object {0} is not locked.
static ExceptionCode
E_OBJECT_REFERENCED
FNRCE0054E
E_OBJECT_REFERENCED The object cannot be deleted because it is referenced by other objects.
static ExceptionCode
E_OBJECT_REFERENCES_OTHERS
FNRCE0055E
E_OBJECT_REFERENCES_OTHERS The object cannot be deleted because it holds references to other objects.
static 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.
static ExceptionCode
E_PROPERTY_NOT_SEARCHABLE
FNRCE0056E
E_PROPERTY_NOT_SEARCHABLE Property propName referred to in the Query Expression is not searchable.
static ExceptionCode
E_READ_ONLY
FNRCE0057E
E_READ_ONLY The method failed because an object or property is read-only.
static ExceptionCode
E_REQUIRED_VALUE_ABSENT
FNRCE0058E
E_REQUIRED_VALUE_ABSENT A required property value has not been set.
static ExceptionCode
E_RESERVATION_EXISTS
FNRCE0059E
E_RESERVATION_EXISTS The document is already checked out.
static ExceptionCode
E_RESOURCE_LOADING_ERROR
FNRCE0060E
E_RESOURCE_LOADING_ERROR An error occurred during loading of the resource file resName.
static ExceptionCode
E_RESOURCE_NOT_FOUND
FNRCE0061E
E_RESOURCE_NOT_FOUND The indicated resource was not found.
static ExceptionCode
E_SERVER_ERROR
FNRCE0062E
E_SERVER_ERROR An error was returned from the server.
static ExceptionCode
E_SWEEP_QUERY_TIMEOUT
FNRCE0085E
E_SWEEP_QUERY_TIMEOUT The sweep query of class ({0}) timed out after ({1}) milliseconds.
static ExceptionCode
E_TASK_CHANGESTATE_POSTCONDITION
FNRCE0080E
E_TASK_CHANGESTATE_POSTCONDITION The postcondition is not satisfied: {0}.
static ExceptionCode
E_TASK_CHANGESTATE_PRECONDITION
FNRCE0079E
E_TASK_CHANGESTATE_PRECONDITION The precondition is not satisfied: {0}.
static ExceptionCode
E_TEMP_FILES_DIR_ERROR
FNRCE0063E
E_TEMP_FILES_DIR_ERROR Unable to create temporary files directory "dirName" dirNameThe name of the directory.
static ExceptionCode
E_TRANSACTION_FAILURE
FNRCE0075E
E_TRANSACTION_FAILURE A transaction failure has occurred due to an invalid state or timeout.
static ExceptionCode
E_TRANSACTION_STATE_UNKNOWN
FNRCE0086E
E_TRANSACTION_STATE_UNKNOWN Transaction state unknown, typically due to network error or timeout.
static ExceptionCode
E_TRANSACTION_TIMEOUT
FNRCE0064E
E_TRANSACTION_TIMEOUT The query was stopped because the time limit was exceeded.
static ExceptionCode
E_UNEXPECTED
FNRCE0065E
E_UNEXPECTED An unexpected error occurred.
static ExceptionCode
E_UNEXPECTED_EXCEPTION
FNRCE0066E
E_UNEXPECTED_EXCEPTION An unexpected exception occurred.
static ExceptionCode
E_UNSUPPORTED_STREAM
FNRCE0067E
E_UNSUPPORTED_STREAM An unsupported stream was detected; version {0} type {1}.
static ExceptionCode
E_UPGRADE_REQUIRED
FNRCE0078E
E_UPGRADE_REQUIRED Object store "objStore" has an incompatible schema revision in the database - expected="expectedRevision", actual="actualRevision".
static ExceptionCode
E_URL_PROTOCOL_NOT_SUPPORTED
FNRCE0068E
E_URL_PROTOCOL_NOT_SUPPORTED The URL protocol specified in the reference is not supported.
static ExceptionCode
E_UTIL_EXCEPTION_READING_OBJECT
FNRCE0069E
E_UTIL_EXCEPTION_READING_OBJECT An exception occurred while reading a serialized Object.
static ExceptionCode
E_UTIL_EXCEPTION_WRITING_OBJECT
FNRCE0070E
E_UTIL_EXCEPTION_WRITING_OBJECT Exception serializing an Object {0}.
static ExceptionCode
E_UTIL_LITTLE_ENDIAN_CONVERSION_FAILED
FNRCE0071E
E_UTIL_LITTLE_ENDIAN_CONVERSION_FAILED An exception occurred while reading a little endian byte stream.
static ExceptionCode
E_VALUE_NOT_SET
FNRCE0072E
E_VALUE_NOT_SET The requested property currently has no value.
static ExceptionCode
E_WEBLOGIC_INVALID_CONFIGURATION
FNRCE0073E
E_WEBLOGIC_INVALID_CONFIGURATION The WebLogic configuration is invalid.
static ExceptionCode
E_WEBSPHERE_INVALID_CONFIGURATION
FNRCE0074E
E_WEBSPHERE_INVALID_CONFIGURATION The WebSphere configuration is invalid.
static ExceptionCode
EVENT_ACTION_NO_HANDLER
FNRCV0001E
EVENT_ACTION_NO_HANDLER Unable to get the EventAction handler for {0}.
static ExceptionCode
EVENT_BAD_EVENT_TYPE
FNRCV0002E
EVENT_BAD_EVENT_TYPE Bad event type {0}.
static ExceptionCode
EVENT_BAD_SUBSCRIPTION_TYPE
FNRCV0003E
EVENT_BAD_SUBSCRIPTION_TYPE Bad subscription type {0}.
static ExceptionCode
EVENT_CM_CACHE_LOOP
FNRCV0018E
EVENT_CM_CACHE_LOOP The Code Module classloader tried and failed {0} times to cache a JAR or ZIP file from a content element to a temporary file in directory {1}.
static 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}.
static 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}.
static ExceptionCode
EVENT_CM_CONTENTREFERENCE_NOT_ALLOWED
FNRCV0012E
EVENT_CM_CONTENTREFERENCE_NOT_ALLOWED Code module does not permit ContentReference object as content element.
static 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.
static ExceptionCode
EVENT_CM_ELT_NUMBERING_MISMATCH
FNRCV0022E
EVENT_CM_ELT_NUMBERING_MISMATCH A content element numbering inconsistency was found.
static 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}.
static 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}.
static ExceptionCode
EVENT_CM_INCOMPATIBLE_JAVA_VERSION
FNRCV0015E
EVENT_CM_INCOMPATIBLE_JAVA_VERSION Incompatible Java class: {0} detected in code module.
static ExceptionCode
EVENT_CM_RESERVATION_NOT_ALLOWED
FNRCV0004E
EVENT_CM_RESERVATION_NOT_ALLOWED Code module value for Action object does not permit a reservation.
static 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.
static ExceptionCode
EVENT_DUPLICATE_LIST_SUBSCRIBED_EVENT
FNRCV0014E
EVENT_DUPLICATE_LIST_SUBSCRIBED_EVENT A duplicate entry was detected in the subscribed event list.
static ExceptionCode
EVENT_EXTERNAL_FAILURE
FNRCV0005E
EVENT_EXTERNAL_FAILURE The Event handler threw an external failure.
static ExceptionCode
EVENT_HANDLER_THREW
FNRCV0006E
EVENT_HANDLER_THREW An exception occurred in the event handler.
static 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}.
static ExceptionCode
EVENT_INFINITE_LOOP_DETECTED
FNRCV0013E
EVENT_INFINITE_LOOP_DETECTED Infinite loop in synchronous event processing detected.
static ExceptionCode
EVENT_NO_SCRIPT
FNRCV0007E
EVENT_NO_SCRIPT There is no script defined for the event action "{0}", id={1}.
static ExceptionCode
EVENT_QUEUEITEM_NO_HANDLER
FNRCV0008E
EVENT_QUEUEITEM_NO_HANDLER Unable to get a handler for the QueueItem {0}.
static ExceptionCode
EVENT_QUEUEITEM_UNKNOWN_CLASS
FNRCV0009E
EVENT_QUEUEITEM_UNKNOWN_CLASS Unknown QueueItem class {0}.
static ExceptionCode
EVENT_USER_ABORT
FNRCV0011E
EVENT_USER_ABORT The event action is aborted by user.
static ExceptionCode
GCD_CANNOT_LOAD
FNRCG0002E
GCD_CANNOT_LOAD The GCD cannot be loaded.
static ExceptionCode
GCD_CANNOT_LOCK
FNRCG0003E
GCD_CANNOT_LOCK Cannot lock the GCD for updates: {0}.
static ExceptionCode
GCD_CANNOT_SAVE
FNRCG0004E
GCD_CANNOT_SAVE The GCD cannot be saved.
static ExceptionCode
GCD_DATABASE_UNAVAILABLE
FNRCG0014E
GCD_DATABASE_UNAVAILABLE The GCD database is currently not available.
static ExceptionCode
GCD_DOMAIN_ALREADY_EXISTS
FNRCG0001E
GCD_DOMAIN_ALREADY_EXISTS An attempt was made to create a FileNet P8 domain when the Content Platform Engine server has detected that another domain already exists.
static ExceptionCode
GCD_DOMAIN_DOES_NOT_EXIST
FNRCG0005E
GCD_DOMAIN_DOES_NOT_EXIST An operation is being performed that assumes the existence of a FileNet P8 domain, but the domain does not exist.
static ExceptionCode
GCD_INVALID_CONFIGURATION
FNRCG0006E
GCD_INVALID_CONFIGURATION The GCD configuration is invalid.
static ExceptionCode
GCD_INVALID_EPOCH_ID
FNRCG0007E
GCD_INVALID_EPOCH_ID Invalid epoch id {0}, expected {1}.
static ExceptionCode
GCD_JNDI_FAILURE
FNRCG0008E
GCD_JNDI_FAILURE The GCD configuration string cannot be retrieved from JNDI.
static ExceptionCode
GCD_MISSING_CONFIGURATION
FNRCG0009E
GCD_MISSING_CONFIGURATION The GCD configuration is missing.
static ExceptionCode
GCD_NO_REPLACE_COLLECTION
FNRCG0010E
GCD_NO_REPLACE_COLLECTION The specified node does not support replaceCollection.
static ExceptionCode
GCD_NO_SERVER_CALL_CONTEXT
FNRCG0011E
GCD_NO_SERVER_CALL_CONTEXT No server call context has been established.
static ExceptionCode
GCD_OBJECT_ALREADY_EXISTS
FNRCG0012E
GCD_OBJECT_ALREADY_EXISTS The object {0} already exists.
static ExceptionCode
GCD_UNEXPECTED_STATE
FNRCG0013E
GCD_UNEXPECTED_STATE The state of the GCD was found to be inconsistent.
static ExceptionCode
IMEX_EXPORT_DERBY_DRIVER_CLASS_NOT_FOUND
FNRCX0004E
IMEX_EXPORT_DERBY_DRIVER_CLASS_NOT_FOUND The Apache Derby driver class was not found.
static ExceptionCode
IMEX_EXPORT_DERBY_SQL_EXCEPTION
FNRCX0005E
IMEX_EXPORT_DERBY_SQL_EXCEPTION Apache Derby experienced a sql exception.
static ExceptionCode
IMEX_EXPORT_DERBY_STARTUP_EXCEPTION
FNRCX0006E
IMEX_EXPORT_DERBY_STARTUP_EXCEPTION Apache Derby experienced a startup exception.
static ExceptionCode
IMEX_EXPORT_MANIFEST_MISSING_OBJECT_STORE
FNRCX0003E
IMEX_EXPORT_MANIFEST_MISSING_OBJECT_STORE The Export Manifest file is missing the ObjectStore information.
static 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
static ExceptionCode
IMEX_IMPORT_INVALID_XML_START
FNRCX0007E
IMEX_IMPORT_INVALID_XML_START The import process encountered an invalid dataset.
static ExceptionCode
IMEX_OBJECTSTORE_REFERENCE_NOT_AVAILABLE
FNRCX0002E
IMEX_OBJECTSTORE_REFERENCE_NOT_AVAILABLE The ObjectStore reference is not available for given IndependentObject
static ExceptionCode
IS_ALL_PUSH_WORKERS_BUSY
FNRCI0048E
IS_ALL_PUSH_WORKERS_BUSY The maximum number of push workers was exceeded.
static ExceptionCode
IS_ANNOT_ATTR_INVALID
FNRCI0089E
IS_ANNOT_ATTR_INVALID The attribute_name attribute in the annot_id annotation is not valid.
static ExceptionCode
IS_ANNOT_INVALID
FNRCI0091E
IS_ANNOT_INVALID The document annotation annot_id originating from the Image Services server is not valid.
static 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.
static ExceptionCode
IS_ANNOT_NOT_SUPPORTED_INFO
FNRCI0082E
IS_ANNOT_NOT_SUPPORTED_INFO Image Services annotations will not be federated for Object Store {0}.
static ExceptionCode
IS_ANNOT_PERM_ERR
FNRCI0066E
IS_ANNOT_PERM_ERR There is an exception in the annotation access permission.
static ExceptionCode
IS_ANNOT_TOO_LARGE
FNRCI0090E
IS_ANNOT_TOO_LARGE The annot_id annotation is too large to replicate to Image Services.
static 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.
static ExceptionCode
IS_CLASS_DEFAULT_MAPPED
FNRCI0087E
IS_CLASS_DEFAULT_MAPPED The class mapping cannot be updated or removed.
static ExceptionCode
IS_CLASS_MAPPING_PARSE_ERROR
FNRCI0001E
IS_CLASS_MAPPING_PARSE_ERROR An error occurred while parsing the XML contained in the DocClassAndPropertyMappingXML property.
static ExceptionCode
IS_CLOSE_NOT_ALLOWED
FNRCI0047E
IS_CLOSE_NOT_ALLOWED Image Services Replication cannot be shutdown.
static 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}.
static 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.
static ExceptionCode
IS_DATE_PARSE_ERR
FNRCI0058E
IS_DATE_PARSE_ERR Error occurred while parsing the date {0}.
static 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.
static ExceptionCode
IS_DOC_DELETE_NOT_ALLOWED
FNRCI0074E
IS_DOC_DELETE_NOT_ALLOWED Deletion of the CE document is not allowed.
static 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.
static ExceptionCode
IS_INVALID_ANNOT_EXTID
FNRCI0065E
IS_INVALID_ANNOT_EXTID The external object identity {0} in annotation {1} is not valid.
static ExceptionCode
IS_ISR_NOT_CREATED
FNRCI0067E
IS_ISR_NOT_CREATED The Image Services Repository must be created for each IS FCD.
static 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}.
static 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.
static ExceptionCode
IS_OUTBOUND_REPL_ERROR
FNRCI0056E
IS_OUTBOUND_REPL_ERROR Error encountered during outbound replication to IS.
static ExceptionCode
IS_PD_ACTION_NOT_SUP
FNRCI0002E
IS_PD_ACTION_NOT_SUP Catalog Export Log action {0} is not supported.
static 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.
static 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.
static 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.
static ExceptionCode
IS_PD_ANNOT_ERROR
FNRCI0003E
IS_PD_ANNOT_ERROR A CFS-IS Import Agent exception occurred during annotation processing.
static ExceptionCode
IS_PD_ANNOT_IRRECOVERABLE_ERR
FNRCI0004E
IS_PD_ANNOT_IRRECOVERABLE_ERR A CFS-IS Import Agent exception occurred during annotation processing.
static 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.
static 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}.
static 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}.
static 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.
static 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.
static ExceptionCode
IS_PD_CANNOT_FIND_COMPENT
FNRCI0007E
IS_PD_CANNOT_FIND_COMPENT The completed entry for document {0} canont be found.
static ExceptionCode
IS_PD_CANNOT_GET_COMPENT
FNRCI0008E
IS_PD_CANNOT_GET_COMPENT The completed entry for document {0} cannot be retrieved.
static ExceptionCode
IS_PD_CANNOT_RECOVER_DOC
FNRCI0009E
IS_PD_CANNOT_RECOVER_DOC Document {0} cannot be recovered.
static ExceptionCode
IS_PD_CE_PROP_TYPE_NOT_SUP
FNRCI0010E
IS_PD_CE_PROP_TYPE_NOT_SUP Content Engine property type {0} is not supported.
static 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.
static 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.
static ExceptionCode
IS_PD_COMMIT_ERROR
FNRCI0012E
IS_PD_COMMIT_ERROR Got {0} catalog entries, only completed {1} entries.
static ExceptionCode
IS_PD_CREATE_CONTENT_ELEMENT_ERROR
FNRCI0013E
IS_PD_CREATE_CONTENT_ELEMENT_ERROR The content element object cannot be created.
static ExceptionCode
IS_PD_CREATE_CONTENT_REF_ERROR
FNRCI0014E
IS_PD_CREATE_CONTENT_REF_ERROR The content reference object cannot be created.
static ExceptionCode
IS_PD_CREATE_CONTENT_XFER_ERROR
FNRCI0015E
IS_PD_CREATE_CONTENT_XFER_ERROR The content transfer object cannot be created.
static 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.
static ExceptionCode
IS_PD_DCL_NOT_MAPPED
FNRCI0017E
IS_PD_DCL_NOT_MAPPED The external document {0} cannot be processed.
static 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.
static 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.
static ExceptionCode
IS_PD_DELETE_DOC_ERROR
FNRCI0020E
IS_PD_DELETE_DOC_ERROR The Content Engine document {0} cannot be deleted.
static ExceptionCode
IS_PD_DN_NOT_FOUND
FNRCI0021E
IS_PD_DN_NOT_FOUND The Distinguished Name [{0}] cannot be found.
static ExceptionCode
IS_PD_DOC_ERROR
FNRCI0022E
IS_PD_DOC_ERROR A CFS-IS Import Agent exception occurred during document processing.
static ExceptionCode
IS_PD_FETCH_ANNOTATED_DOC_ERROR
FNRCI0023E
IS_PD_FETCH_ANNOTATED_DOC_ERROR The annotated document {0} cannot be retrieved.
static ExceptionCode
IS_PD_FETCH_CUSTOM_OBJ_ERROR
FNRCI0024E
IS_PD_FETCH_CUSTOM_OBJ_ERROR The Custom Object {0} cannot be retrieved.
static ExceptionCode
IS_PD_FETCH_DOC_ERROR
FNRCI0025E
IS_PD_FETCH_DOC_ERROR The document {0} cannot be retrieved.
static 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}.
static 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.
static ExceptionCode
IS_PD_GET_LOG_ERROR
FNRCI0026E
IS_PD_GET_LOG_ERROR Federated entries from the Image Services system {0} cannot be retrieved.
static ExceptionCode
IS_PD_MAPPING_NOT_INIT
FNRCI0027E
IS_PD_MAPPING_NOT_INIT Document Class and Properties mapping have not been initialized.
static ExceptionCode
IS_PD_MISC_ERROR
FNRCI0028E
IS_PD_MISC_ERROR A CFS-IS Import Agent exception occurred.
static 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.
static 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.
static ExceptionCode
IS_PD_NO_DN
FNRCI0030E
IS_PD_NO_DN The Distinguished Name for the Image Services principal ID {0} cannot be retrieved.
static ExceptionCode
IS_PD_NO_FSA
FNRCI0031E
IS_PD_NO_FSA The Fixed Storage Area for the Fixed Content Device {0} cannot be found.
static 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.
static ExceptionCode
IS_PD_OS_GUID
FNRCI0033E
IS_PD_OS_GUID Failed to set up FN_IS_GUID for object store {0}.
static ExceptionCode
IS_PD_PARSER_ERROR
FNRCI0034E
IS_PD_PARSER_ERROR An error occurred while parsing the XML in the Custom Object {0}.
static 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.
static 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.
static 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}.
static 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}'.
static ExceptionCode
IS_PD_SAVE_BATCH_ERROR
FNRCI0037E
IS_PD_SAVE_BATCH_ERROR An error occurred while saving a batch of catalog entries.
static ExceptionCode
IS_PD_SAVE_DOC_ERROR
FNRCI0038E
IS_PD_SAVE_DOC_ERROR An error occurred while saving the Content Engine document {0}.
static ExceptionCode
IS_PD_SSI_LOGON_ERROR
FNRCI0039E
IS_PD_SSI_LOGON_ERROR SSI Logon to {0} failed, retrying.
static ExceptionCode
IS_PD_UNEXPECTED_INDEX_TYPE
FNRCI0040E
IS_PD_UNEXPECTED_INDEX_TYPE Image Services index type {0} in document {1} is not expected.
static ExceptionCode
IS_PD_UPDATE_ANNOT_NOT_FOUND
FNRCI0086E
IS_PD_UPDATE_ANNOT_NOT_FOUND The Content Engine annotation cannot be retrieved for update.
static ExceptionCode
IS_PD_UPDATE_DOC_ERROR
FNRCI0041E
IS_PD_UPDATE_DOC_ERROR Inbound update of the Image Services document ID {0} failed.
static 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}.
static ExceptionCode
IS_PD_XML_VERSION_ERROR
FNRCI0043E
IS_PD_XML_VERSION_ERROR Wrong XMLVERSION in the Custom Object {0}.
static ExceptionCode
IS_PS_DOC_BUILDER_ERROR
FNRCI0044E
IS_PS_DOC_BUILDER_ERROR newDocumentBuilder method failed; object '{0}.
static ExceptionCode
IS_PS_PARSE_IO_ERROR
FNRCI0045E
IS_PS_PARSE_IO_ERROR I/O exception while parsing custom object; object: '{0}.
static ExceptionCode
IS_PS_PARSE_SAX_ERROR
FNRCI0046E
IS_PS_PARSE_SAX_ERROR SAX exception while parsing custom object; object: '{0}.
static 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.
static ExceptionCode
IS_PULL_WORKER_INDEX_INVALID
FNRCI0052E
IS_PULL_WORKER_INDEX_INVALID An inbound worker was requested that does not exist.
static ExceptionCode
IS_PULLWORKER_ERROR
FNRCI0059E
IS_PULLWORKER_ERROR An error occurred in a CFS-IS inbound replication worker.
static ExceptionCode
IS_REPL_CANT_FETCH_OBJ
FNRCI0064E
IS_REPL_CANT_FETCH_OBJ Object {0} cannot be retrieved.
static 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}.
static 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}.
static ExceptionCode
IS_REPL_LEAVE_GROUP_ERROR
FNRCI0076E
IS_REPL_LEAVE_GROUP_ERROR The replication group [{0}] cannot be deleted.
static 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.
static 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.
static 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}.
static ExceptionCode
IS_SSI_LOGOFF_ERROR
FNRCI0054E
IS_SSI_LOGOFF_ERROR SSI Logoff failed for {0}.
static ExceptionCode
IS_SSI_LOGON_ERROR
FNRCI0053E
IS_SSI_LOGON_ERROR SSI Logon failed for {0}.
static 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.
static ExceptionCode
IS_UPDATE_DUP_ANNOT
FNRCI0094E
IS_UPDATE_DUP_ANNOT Annotation annot_id is a duplicate and should be deleted.
static 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.
static 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.
static ExceptionCode
JDBC_CANNOT_ABSOLUTE_ERROR
FNRCJ0003E
JDBC_CANNOT_ABSOLUTE_ERROR An absolute position cannot be used for the initial row.
static ExceptionCode
JDBC_COLUMN_NOT_FOUND_ERROR
FNRCJ0004E
JDBC_COLUMN_NOT_FOUND_ERROR Column {0} not found
The indicated column could not be found.
static ExceptionCode
JDBC_CONNECT_ACCESS_ERROR
FNRCJ0026E
JDBC_CONNECT_ACCESS_ERROR Access denied connecting to ObjectStore {0}
static ExceptionCode
JDBC_CONNECT_ERROR
FNRCJ0006E
JDBC_CONNECT_ERROR Connection could not be established with CE Server; The URL passed to JDBC Driver is : {0} ...
static ExceptionCode
JDBC_CONNECTION_IS_READONLY_ERROR
FNRCJ0005E
JDBC_CONNECTION_IS_READONLY_ERROR The Content Engine JDBC driver is read-only.
static ExceptionCode
JDBC_DRIVER_STATIC_ERROR
FNRCJ0007E
JDBC_DRIVER_STATIC_ERROR The Content Engine JBDC Driver could not be registered.
static ExceptionCode
JDBC_ILLEGAL_FETCH_DIRECTION_ERROR
FNRCJ0008E
JDBC_ILLEGAL_FETCH_DIRECTION_ERROR The value specified for the fetch direction is invalid.
static ExceptionCode
JDBC_ILLEGAL_OPERATION_ON_RESULTSET_ERROR
FNRCJ0009E
JDBC_ILLEGAL_OPERATION_ON_RESULTSET_ERROR An illegal operation was performed on an empty result set.
static ExceptionCode
JDBC_INVALID_CURSOR_OPERATION
FNRCJ0025E
JDBC_INVALID_CURSOR_OPERATION Operation not allowed for TYPE_FORWARD_ONLY ResultSet objects
static 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.
static ExceptionCode
JDBC_OBJECT_STORE_NOT_FOUND_ERROR
FNRCJ0012E
JDBC_OBJECT_STORE_NOT_FOUND_ERROR {0} Object Store in URL is not found...
static ExceptionCode
JDBC_OBJECTSTORE_IS_EMPTY_ERROR
FNRCJ0011E
JDBC_OBJECTSTORE_IS_EMPTY_ERROR The Object store property is not found in JDBC driver URL.
static ExceptionCode
JDBC_PASSWORD_IS_EMPTY_ERROR
FNRCJ0013E
JDBC_PASSWORD_IS_EMPTY_ERROR The Password is null or empty in the JDBC URL
static ExceptionCode
JDBC_QUERY_GENERTED_NO_FIELDS_ERROR
FNRCJ0014E
JDBC_QUERY_GENERTED_NO_FIELDS_ERROR The query generated no fields for ResultSet.
static ExceptionCode
JDBC_QUERY_NOT_EXECUTED_ERROR
FNRCJ0015E
JDBC_QUERY_NOT_EXECUTED_ERROR Cannot execute query {0}...
static ExceptionCode
JDBC_RESULTSET_CLOSED_ERROR
FNRCJ0017E
JDBC_RESULTSET_CLOSED_ERROR The operation is not allowed after the ResultSet is closed.
static ExceptionCode
JDBC_RESULTSETMETADATA_COLUMN_INDEX_ERROR
FNRCJ0016E
JDBC_RESULTSETMETADATA_COLUMN_INDEX_ERROR The column index is out of range.
static ExceptionCode
JDBC_STATEMENT_CLOSED_ERROR
FNRCJ0018E
JDBC_STATEMENT_CLOSED_ERROR No operations are allowed after the statement has closed.
static ExceptionCode
JDBC_STATEMENT_FETCH_DIRECTION_ERROR
FNRCJ0019E
JDBC_STATEMENT_FETCH_DIRECTION_ERROR The value for setFetchDirection() is invalid.
static ExceptionCode
JDBC_STATEMENT_FETCH_SIZE_ERROR
FNRCJ0020E
JDBC_STATEMENT_FETCH_SIZE_ERROR The value for setFetchSize() is invalid.
static ExceptionCode
JDBC_STATEMENT_QUERY_NULL_OR_EMPTY_ERROR
FNRCJ0021E
JDBC_STATEMENT_QUERY_NULL_OR_EMPTY_ERROR The query cannot be empty or null.
static ExceptionCode
JDBC_URI_IS_EMPTY_ERROR
FNRCJ0022E
JDBC_URI_IS_EMPTY_ERROR The URL found in the JDBC URL string is not valid.
static ExceptionCode
JDBC_USER_IS_EMPTY_ERROR
FNRCJ0023E
JDBC_USER_IS_EMPTY_ERROR The Username is null or empty in the JDBC URL
static ExceptionCode
JDBC_VALUE_GENERATED_ERROR
FNRCJ0024E
JDBC_VALUE_GENERATED_ERROR The value must be between 0 and getMaxRows().
static 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.
static ExceptionCode
METADATA_BAD_CARDINALITY_ON_MERGE
FNRCM0002E
METADATA_BAD_CARDINALITY_ON_MERGE Merged properties don't have same cardinality.
static 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.
static ExceptionCode
METADATA_BAD_MERGE_SCOPE
FNRCM0003E
METADATA_BAD_MERGE_SCOPE Multiple object store searches must have at least two object stores.
static 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.
static ExceptionCode
METADATA_BAD_TYPES_ON_MERGE
FNRCM0005E
METADATA_BAD_TYPES_ON_MERGE Merged properties don't have same datatype.
static ExceptionCode
METADATA_CACHE_SERIALIZE
FNRCM0006E
METADATA_CACHE_SERIALIZE Serialization error of metadata cache {0}.
static ExceptionCode
METADATA_DDSTATE_NULL
FNRCM0007E
METADATA_DDSTATE_NULL The record in DDState has a null column or columns.
static ExceptionCode
METADATA_DUP_CLASS_ALIAS
FNRCM0008E
METADATA_DUP_CLASS_ALIAS Duplicate alias id: {0}, on class {1}.
static 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.
static ExceptionCode
METADATA_DUP_PROP_ALIAS
FNRCM0010E
METADATA_DUP_PROP_ALIAS Duplicate alias id: {0}, on property {1}.
static ExceptionCode
METADATA_FAILURE_READING_METADATA_FILE
FNRCM0011E
METADATA_FAILURE_READING_METADATA_FILE Failed to read static metadata file: {0}.
static 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.
static ExceptionCode
METADATA_INCOMPATIBLE_REVISIONS
FNRCM0012E
METADATA_INCOMPATIBLE_REVISIONS Incompatible schema revisions: "{0}" and "{1}"
The indicated schema revisions are incompatible.
static ExceptionCode
METADATA_INVALID_CVL
FNRCM0014E
METADATA_INVALID_CVL The value for CVL is invalid.
static ExceptionCode
METADATA_INVALID_DEFAULT
FNRCM0015E
METADATA_INVALID_DEFAULT Invalid default value for property {0}
The default value for the indicated property is invalid.
static 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.
static ExceptionCode
METADATA_LOAD_CLASS_ERROR
FNRCM0017E
METADATA_LOAD_CLASS_ERROR Unable to load class: {0}.
static ExceptionCode
METADATA_NO_DDSTATE
FNRCM0018E
METADATA_NO_DDSTATE There is no record in DDState.
static ExceptionCode
METADATA_NO_ROOT_CLASS
FNRCM0019E
METADATA_NO_ROOT_CLASS Root class not in static metadata: {0}.
static ExceptionCode
METADATA_NO_SUBCLASS_PROPS
FNRCM0020E
METADATA_NO_SUBCLASS_PROPS Subclass properties on this class are unknown: {0}.
static ExceptionCode
METADATA_OS_CACHE_LOAD_ERROR
FNRCM0032E
METADATA_OS_CACHE_LOAD_ERROR The object store cache failed to load for object store {0}.
static ExceptionCode
METADATA_PERSISTER_NOT_DEFINED
FNRCM0021E
METADATA_PERSISTER_NOT_DEFINED No persister defined for class {0}.
static ExceptionCode
METADATA_PRIMARY_ID_NULL
FNRCM0022E
METADATA_PRIMARY_ID_NULL Primary Id of property {0} is null.
static 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.
static 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}.
static 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.
static 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.
static ExceptionCode
METADATA_RETRIEVER_NOT_DEFINED
FNRCM0026E
METADATA_RETRIEVER_NOT_DEFINED No retriever defined for class {0}.
static ExceptionCode
METADATA_ROOT_NOT_IN_DB
FNRCM0028E
METADATA_ROOT_NOT_IN_DB Root class not in database: {0}.
static ExceptionCode
METADATA_STALE_CACHE
FNRCM0033E
METADATA_STALE_CACHE The metadata cache for object store {0} is stale.
static ExceptionCode
METADATA_STATIC_LOAD_FAILED
FNRCM0029E
METADATA_STATIC_LOAD_FAILED An error occurred while loading static metadata.
static ExceptionCode
METADATA_TOO_MANY_ROOTS
FNRCM0030E
METADATA_TOO_MANY_ROOTS Too many root classes in metadata.
static ExceptionCode
METADATA_UNEXPECTED_CREATE_ERROR
FNRCM0031E
METADATA_UNEXPECTED_CREATE_ERROR Unexpected exception creating ObjectStoreCache: {0}.
static ExceptionCode
PASSWORD_IS_EMPTY_ERROR
FNRCA0035E
PASSWORD_IS_EMPTY_ERROR The password was null or empty when trying to create JAAS Subject.
static ExceptionCode
PE_SERIALIZATION_ERROR
FNRAC1001E
PE_SERIALIZATION_ERROR A PE serialization problem happened {0}.
static ExceptionCode
PERSIST_ADDON_CREATION_FAILED
FNRCP0001E
PERSIST_ADDON_CREATION_FAILED A failure occurred while creating AddOn "{0}" in Domain "{1}".
static ExceptionCode
PERSIST_ADDON_INSTALLATION_FAILED
FNRCP0002E
PERSIST_ADDON_INSTALLATION_FAILED The installation of the AddOn {0} into the object store {1} failed.
static 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.
static ExceptionCode
PERSIST_BAD_FILTERED_PROPERTY_ID
FNRCP0003E
PERSIST_BAD_FILTERED_PROPERTY_ID Bad filtered property ID "{0}".
static ExceptionCode
PERSIST_CANNOT_GET_DATABASE_VERSION
FNRCP0004E
PERSIST_CANNOT_GET_DATABASE_VERSION The database version could not be identified.
static 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.
static 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.
static 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.
static 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.
static 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.
static 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.
static 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.
static ExceptionCode
PERSIST_CANT_DELETE_VERITY_COLLECTION
FNRCP0019E
PERSIST_CANT_DELETE_VERITY_COLLECTION Cannot delete a VerityCollection from an IndexArea.
static 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.
static ExceptionCode
PERSIST_CANT_USE_ZERO_GUID
FNRCP0024E
PERSIST_CANT_USE_ZERO_GUID Creating an object with a Id of all zeroes is not allowed.
static 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
static ExceptionCode
PERSIST_COMPOUND_DOCUMENT_INTEGRITY
FNRCP0008E
PERSIST_COMPOUND_DOCUMENT_INTEGRITY An attempted operation would violate compound document integrity rules.
static 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}.
static 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}.
static ExceptionCode
PERSIST_INVALID_DATABASE_CHARSET
FNRCP0009E
PERSIST_INVALID_DATABASE_CHARSET The character set for this database is invalid.
static 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.
static 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.
static 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.
static ExceptionCode
PERSIST_INVALID_POSTCONDITION
FNRCP0030E
PERSIST_INVALID_POSTCONDITION The postcondition expression {0} is invalid.
static ExceptionCode
PERSIST_INVALID_PRECONDITION
FNRCP0029E
PERSIST_INVALID_PRECONDITION The precondition expression {0} is invalid.
static ExceptionCode
PERSIST_INVALID_SUBSCRIPTION_TARGET
FNRCP0011E
PERSIST_INVALID_SUBSCRIPTION_TARGET The specified subscription target is invalid.
static 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.
static ExceptionCode
PERSIST_NO_COLUMN
FNRCP0012E
PERSIST_NO_COLUMN No database column is defined for property '{0}' on class '{1}'.
static 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.
static 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.
static ExceptionCode
PERSIST_OBJSTR_DATABASE_TABLES_EXIST
FNRCP0013E
PERSIST_OBJSTR_DATABASE_TABLES_EXIST Database tables already exist for ObjectStore: {0}.
static 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.
static ExceptionCode
PERSIST_RECOVERYITEM_OBJECT_DESERIALIZATION_FAILED
FNRCP0054E
PERSIST_RECOVERYITEM_OBJECT_DESERIALIZATION_FAILED The objects failed to be deserialized from a byte array.
static ExceptionCode
PERSIST_RECOVERYITEM_OBJECT_SERIALIZATION_FAILED
FNRCP0053E
PERSIST_RECOVERYITEM_OBJECT_SERIALIZATION_FAILED The objects failed to be serialized into a byte array.
static 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.
static 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}.
static ExceptionCode
PERSIST_RETENTION_CONSTRAINT_VIOLATED
FNRCP0044E
PERSIST_RETENTION_CONSTRAINT_VIOLATED The retention date of the object cannot be altered due to a retention constraint.
static ExceptionCode
PERSIST_RETENTION_DELETE_PREVENTED
FNRCP0045E
PERSIST_RETENTION_DELETE_PREVENTED The object cannot be deleted due to a retention constraint.
static ExceptionCode
PERSIST_RETENTION_NOT_SUPPORTED
FNRCP0049E
PERSIST_RETENTION_NOT_SUPPORTED The retention feature is not supported.
static 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.
static ExceptionCode
PERSIST_SINGLETON_CLASS
FNRCP0014E
PERSIST_SINGLETON_CLASS Only one instance of class {0} can be created.
static ExceptionCode
PERSIST_TASK_RELATIONSHIP_INTEGRITY
FNRCP0032E
PERSIST_TASK_RELATIONSHIP_INTEGRITY An attempted operation would violate task relationship integrity rules.
static 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.
static 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.
static 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.
static 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.
static 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.
static 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.
static 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.
static ExceptionCode
PERSIST_UNEXPECTED_PROPERTY_CARDINALITY
FNRCP0015E
PERSIST_UNEXPECTED_PROPERTY_CARDINALITY The property cardinality value was unexpected.
static ExceptionCode
PERSIST_UNSUPPORTED_DATABASE
FNRCP0016E
PERSIST_UNSUPPORTED_DATABASE Unsupported database, type {0}.
static ExceptionCode
PERSIST_UNSUPPORTED_DATABASE_VERSION
FNRCP0017E
PERSIST_UNSUPPORTED_DATABASE_VERSION Unsupported database version {0} (must have at least {1}).
static ExceptionCode
PERSIST_UNSUPPORTED_FEDERATED_OP
FNRCP0026E
PERSIST_UNSUPPORTED_FEDERATED_OP The current operation ({0}) is not supported or invalid for the federated document.
static 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.
static ExceptionCode
PUBLISH_BAD_PUBLISH_REQUEST
FNRCU0001E
PUBLISH_BAD_PUBLISH_REQUEST The publish request is invalid.
static ExceptionCode
PUBLISH_BAD_PUBLISH_TEMPLATE
FNRCU0002E
PUBLISH_BAD_PUBLISH_TEMPLATE An exception occurred while handling the provided publish template object.
static 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.
static 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.
static 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.
static ExceptionCode
PUBLISH_DITA_INVALID_DITAOT_LIB
FNRCQ0013E
PUBLISH_DITA_INVALID_DITAOT_LIB The DITA Open Toolkit lib folder was not found or is invalid.
static ExceptionCode
PUBLISH_DITA_INVALID_DITAVAL
FNRCQ0012E
PUBLISH_DITA_INVALID_DITAVAL DITAVAL file requires DocumentTitle, ContentSize, and ContentElement properties.
static ExceptionCode
PUBLISH_DITA_INVALID_WORKSPACE_FOLDER
FNRCQ0008E
PUBLISH_DITA_INVALID_WORKSPACE_FOLDER The DITA temp workspace folder exists but is not a folder {0}.
static ExceptionCode
PUBLISH_DITA_JAVA_HOME_UNDEFINED
FNRCQ0011E
PUBLISH_DITA_JAVA_HOME_UNDEFINED The JAVA_HOME environment variable is not defined.
static ExceptionCode
PUBLISH_DITA_PUBLICATION_NOT_FOUND
FNRCQ0015E
PUBLISH_DITA_PUBLICATION_NOT_FOUND The DITA publication file was not found {0}.
static ExceptionCode
PUBLISH_DITA_RENDER_FAILED
FNRCQ0007E
PUBLISH_DITA_RENDER_FAILED The DITA Open Toolkit render operation failed.
static ExceptionCode
PUBLISH_DITA_UNABLE_TO_CREATE
FNRCQ0010E
PUBLISH_DITA_UNABLE_TO_CREATE Unable to create temp DITA file or folder {0}.
static 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.
static ExceptionCode
PUBLISH_HANDLER_THREW
FNRCU0004E
PUBLISH_HANDLER_THREW An exception occurred in the Publishing handler.
static ExceptionCode
PUBLISH_NO_HANDLER
FNRCU0003E
PUBLISH_NO_HANDLER Unable to get a handler for the PublishRequest {0}.
static ExceptionCode
PUBLISH_READING_PR_PUBLISHINGSTATUS_THREW
FNRCU0006E
PUBLISH_READING_PR_PUBLISHINGSTATUS_THREW An exception occurred during a read of the PublishRequest.PublishingStatus.
static ExceptionCode
PUBLISH_READING_REC_THREW
FNRCU0005E
PUBLISH_READING_REC_THREW An exception occurred during a read of the RenditionEngineConnection.
static 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.
static 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.
static ExceptionCode
RETRIEVE_AMBIGUOUS_PROPERTY
FNRCR0002E
RETRIEVE_AMBIGUOUS_PROPERTY Ambiguous property has no table specifier: {0}.
static ExceptionCode
RETRIEVE_BAD_APPEND_ACTIVE_CLAUSE
FNRCR0003E
RETRIEVE_BAD_APPEND_ACTIVE_CLAUSE The call to SelectStatementEx.appendActiveClause is invalid.
static ExceptionCode
RETRIEVE_BAD_CONTENT_ELEMENT_ID
FNRCR0004E
RETRIEVE_BAD_CONTENT_ELEMENT_ID Bad element id in Content table.
static ExceptionCode
RETRIEVE_BAD_CONTENT_ELEMENT_ORDINAL
FNRCR0005E
RETRIEVE_BAD_CONTENT_ELEMENT_ORDINAL Invalid ordinal {0} in element_id of content.
static ExceptionCode
RETRIEVE_BAD_CONTINUATION_STRING
FNRCR0006E
RETRIEVE_BAD_CONTINUATION_STRING The continuation string is invalid: {0}.
static ExceptionCode
RETRIEVE_BAD_GET_OBJECT_PARAMETERS
FNRCR0007E
RETRIEVE_BAD_GET_OBJECT_PARAMETERS The getObject parameters are invalid.
static ExceptionCode
RETRIEVE_BAD_GLOBAL_IDENTITY
FNRCR0008E
RETRIEVE_BAD_GLOBAL_IDENTITY The global identity is invalid or was not found.
static 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}.
static ExceptionCode
RETRIEVE_BAD_NAME_PROPERTY
FNRCR0010E
RETRIEVE_BAD_NAME_PROPERTY Name property not set up correctly in system metadata on class {0} (system error).
static ExceptionCode
RETRIEVE_BAD_OBJECT_ADDRESS
FNRCR0011E
RETRIEVE_BAD_OBJECT_ADDRESS The ObjectAddress is invalid.
static ExceptionCode
RETRIEVE_BAD_OBJECT_COLUMN_TYPE
FNRCR0012E
RETRIEVE_BAD_OBJECT_COLUMN_TYPE Invalid column type for object property {0}.
static ExceptionCode
RETRIEVE_BAD_ORDERBY_DATATYPE
FNRCR0013E
RETRIEVE_BAD_ORDERBY_DATATYPE The datatype for the ORDER BY clause is invalid.
static ExceptionCode
RETRIEVE_BAD_PROPERTY_FILTER_TYPE
FNRCR0014E
RETRIEVE_BAD_PROPERTY_FILTER_TYPE Unknown property type in PropertyFilter: {0}.
static ExceptionCode
RETRIEVE_BAD_REPOSITORY_SEARCH
FNRCR0015E
RETRIEVE_BAD_REPOSITORY_SEARCH AdHocClassRetriever.executeSearch can be called only for a repository search.
static ExceptionCode
RETRIEVE_CANT_COMPARE_TYPES
FNRCR0016E
RETRIEVE_CANT_COMPARE_TYPES Cannot compare dissimilar data types.
static ExceptionCode
RETRIEVE_CANT_CREATE_RETRIEVER
FNRCR0017E
RETRIEVE_CANT_CREATE_RETRIEVER Cannot create retriever: {0}.
static 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.
static ExceptionCode
RETRIEVE_CANT_GET_LOCAL_HOST
FNRCR0019E
RETRIEVE_CANT_GET_LOCAL_HOST The local host cannot be opened.
static ExceptionCode
RETRIEVE_CANT_GET_OBJECT_ID
FNRCR0020E
RETRIEVE_CANT_GET_OBJECT_ID The object is not an independent or global object.
static ExceptionCode
RETRIEVE_CANT_MODIFY_ROOT_FOLDER
FNRCR0021E
RETRIEVE_CANT_MODIFY_ROOT_FOLDER The root folder cannot be modified.
static ExceptionCode
RETRIEVE_CANT_OPEN_COLLECTION
FNRCR0022E
RETRIEVE_CANT_OPEN_COLLECTION Cannot open Verity collection "{0}", error: {1}
The indicated Verity collection cannot be opened.
static ExceptionCode
RETRIEVE_CANT_OPEN_WORKSPACE
FNRCR0023E
RETRIEVE_CANT_OPEN_WORKSPACE Cannott open Verity workspace.
static 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}.
static 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.
static ExceptionCode
RETRIEVE_CANT_SELECT_WITH_DISTINCT
FNRCR0025E
RETRIEVE_CANT_SELECT_WITH_DISTINCT Can't select property with "distinct": {0}.
static ExceptionCode
RETRIEVE_CONTENT_JOIN_INVALID
FNRCR0089E
RETRIEVE_CONTENT_JOIN_INVALID Join on content search is invalid.
static ExceptionCode
RETRIEVE_CONTENT_NOT_TRANSFER
FNRCR0026E
RETRIEVE_CONTENT_NOT_TRANSFER Content for document {0}, ordinal {1} is not ContentTransfer.
static 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.
static 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}".
static 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.
static ExceptionCode
RETRIEVE_DBCONTEXT_NULL
FNRCR0030E
RETRIEVE_DBCONTEXT_NULL The database context is unexpectedly null.
static ExceptionCode
RETRIEVE_EXCEEDED_BLOB_BUFFER
FNRCR0031E
RETRIEVE_EXCEEDED_BLOB_BUFFER Exceeded maximum length of blob buffer {0}.
static ExceptionCode
RETRIEVE_EXPECTED_ID
FNRCR0032E
RETRIEVE_EXPECTED_ID Expected id property (system error)
static ExceptionCode
RETRIEVE_INVALID_CLASSID_FOR_PROP
FNRCR0033E
RETRIEVE_INVALID_CLASSID_FOR_PROP Invalid class id ({0}) for property {1}.
static 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.
static ExceptionCode
RETRIEVE_INVALID_ISCLASS_ALIAS
FNRCR0035E
RETRIEVE_INVALID_ISCLASS_ALIAS Invalid class alias in isclass test {0}.
static ExceptionCode
RETRIEVE_INVALID_LIST_DATATYPE
FNRCR0036E
RETRIEVE_INVALID_LIST_DATATYPE Invalid list datatype for property {0}.
static ExceptionCode
RETRIEVE_INVALID_OPERATOR_FOR_CONTAINS
FNRCR0037E
RETRIEVE_INVALID_OPERATOR_FOR_CONTAINS Invalid operator used with CONTAINS/FREETEXT: {0}.
static ExceptionCode
RETRIEVE_INVALID_PROPERTY_VALUE
FNRCR0038E
RETRIEVE_INVALID_PROPERTY_VALUE Invalid property value type for property {0}.
static ExceptionCode
RETRIEVE_INVALID_REFLECTIVE_PROP
FNRCR0092E
RETRIEVE_INVALID_REFLECTIVE_PROP Invalid Reflective property(={0}) specified for Enum Propeorty(={1}).
static ExceptionCode
RETRIEVE_ITEM_INDEX_NEGATIVE
FNRCR0039E
RETRIEVE_ITEM_INDEX_NEGATIVE The item index is negative in the request to retrieve a dependent object.
static 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.
static 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.
static 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.
static ExceptionCode
RETRIEVE_MULTIPLE_COLUMN_NAMES
FNRCR0042E
RETRIEVE_MULTIPLE_COLUMN_NAMES Two properties with same table have different column names.
static ExceptionCode
RETRIEVE_MULTIPLE_CONTAINSORFREETEXT
FNRCR0043E
RETRIEVE_MULTIPLE_CONTAINSORFREETEXT A SQL statement cannot have more than one CONTAINS clause.
static ExceptionCode
RETRIEVE_MULTIPLE_DATATYPES
FNRCR0044E
RETRIEVE_MULTIPLE_DATATYPES Two properties with same table have different data types.
static ExceptionCode
RETRIEVE_MULTIPLE_ON_CONTENT
FNRCR0045E
RETRIEVE_MULTIPLE_ON_CONTENT An ON condition that references content search tables more than once is invalid.
static 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.
static 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.
static ExceptionCode
RETRIEVE_NO_DISTINCT_MERGE
FNRCR0049E
RETRIEVE_NO_DISTINCT_MERGE The DISTINCT operator is not supported in merged scope queries.
static 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.
static ExceptionCode
RETRIEVE_NO_ITEM_INDEX
FNRCR0051E
RETRIEVE_NO_ITEM_INDEX No item index in request to retrieve dependent object.
static ExceptionCode
RETRIEVE_NO_REQUIRED_CLASS
FNRCR0052E
RETRIEVE_NO_REQUIRED_CLASS Persistent property {0} has no required class.
static ExceptionCode
RETRIEVE_NO_ROOT_FOLDER
FNRCR0053E
RETRIEVE_NO_ROOT_FOLDER The root folder is not in the cache.
static ExceptionCode
RETRIEVE_NO_SELECTED_PROPERTY
FNRCR0054E
RETRIEVE_NO_SELECTED_PROPERTY The selected property was not found in the property list.
static 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.
static 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.
static ExceptionCode
RETRIEVE_NOT_IMPLEMENTED
FNRCR0047E
RETRIEVE_NOT_IMPLEMENTED Not Implemented.
static ExceptionCode
RETRIEVE_NOT_OBJECT
FNRCR0048E
RETRIEVE_NOT_OBJECT Property for getObject must be object: {0}.
static ExceptionCode
RETRIEVE_NULL_CONTENTSEARCH_JOIN
FNRCR0056E
RETRIEVE_NULL_CONTENTSEARCH_JOIN A null row cannot be joined to ContentSearch.
static 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.
static ExceptionCode
RETRIEVE_NULL_TABLE_LIST
FNRCR0057E
RETRIEVE_NULL_TABLE_LIST Cannot use property ({0}) with null table for list cardinality.
static 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.
static 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.
static 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.
static 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.
static 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.
static 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.
static ExceptionCode
RETRIEVE_ORDER_BY_NOT_SELECTED
FNRCR0058E
RETRIEVE_ORDER_BY_NOT_SELECTED Order by property must be in selection list: {0}.
static ExceptionCode
RETRIEVE_ORDER_CLAUSE_PARSE_FAILURE
FNRCR0059E
RETRIEVE_ORDER_CLAUSE_PARSE_FAILURE Expected one child node of order property (system error).
static 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}.
static ExceptionCode
RETRIEVE_PARSE_BAD_CHILD_COUNT
FNRCR0061E
RETRIEVE_PARSE_BAD_CHILD_COUNT Unexpected number of child elements of "{0}".
static ExceptionCode
RETRIEVE_PARSE_BAD_LONG_STRING
FNRCR0062E
RETRIEVE_PARSE_BAD_LONG_STRING Long string property {0} not allowed with given operator.
static ExceptionCode
RETRIEVE_PARSE_BAD_ROOT_CHILD
FNRCR0063E
RETRIEVE_PARSE_BAD_ROOT_CHILD The child of the root query node is unrecognized.
static 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.
static ExceptionCode
RETRIEVE_PARSE_CONSTANT_NOT_ALLOWED
FNRCR0065E
RETRIEVE_PARSE_CONSTANT_NOT_ALLOWED Constant not allowed with operator {0}.
static ExceptionCode
RETRIEVE_PARSE_EXPRESSION_NOT_ALLOWED
FNRCR0066E
RETRIEVE_PARSE_EXPRESSION_NOT_ALLOWED Expression not allowed with operator {0}.
static ExceptionCode
RETRIEVE_PARSE_INVALID_ACCESSGRANTED
FNRCA0128E
RETRIEVE_PARSE_INVALID_ACCESSGRANTED The access granted search keyword is not allowed in a {0}.
static ExceptionCode
RETRIEVE_PARSE_INVALID_CBR_SUBQUERY
FNRCA0124E
RETRIEVE_PARSE_INVALID_CBR_SUBQUERY A CBR search cannot be performed in a subquery.
static ExceptionCode
RETRIEVE_PARSE_INVALID_FOLDER_SYNTAX
FNRCR0067E
RETRIEVE_PARSE_INVALID_FOLDER_SYNTAX Invalid folder syntax: {0}.
static 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.
static ExceptionCode
RETRIEVE_PARSE_INVALID_NODE_TYPE
FNRCR0069E
RETRIEVE_PARSE_INVALID_NODE_TYPE Invalid node type: "{0}".
static ExceptionCode
RETRIEVE_PARSE_INVALID_OBJECT_FUNCTION
FNRCR0070E
RETRIEVE_PARSE_INVALID_OBJECT_FUNCTION Invalid argument to object function: {0}.
static ExceptionCode
RETRIEVE_PARSE_INVALID_QUERY_PROPERTY
FNRCR0071E
RETRIEVE_PARSE_INVALID_QUERY_PROPERTY Invalid property in query: {0}.
static ExceptionCode
RETRIEVE_PARSE_INVALID_RHS_FOLDER_OPERAND
FNRCR0072E
RETRIEVE_PARSE_INVALID_RHS_FOLDER_OPERAND The operand on the right side of INFOLDER is invalid.
static ExceptionCode
RETRIEVE_PARSE_NO_COLUMN_DEFINED
FNRCR0073E
RETRIEVE_PARSE_NO_COLUMN_DEFINED Property searched for ({0}) has no column defined.
static ExceptionCode
RETRIEVE_PARSE_NO_FROM_CLAUSE
FNRCR0074E
RETRIEVE_PARSE_NO_FROM_CLAUSE No FROM clause was specified in the query.
static ExceptionCode
RETRIEVE_PARSE_OBJECT_IN_FROM
FNRCR0075E
RETRIEVE_PARSE_OBJECT_IN_FROM The OBJECT function is not allowed in a FROM clause.
static ExceptionCode
RETRIEVE_PARSE_PROPERTY_NEEDS_CLASS
FNRCR0076E
RETRIEVE_PARSE_PROPERTY_NEEDS_CLASS Property {0} must be qualified by a class name.
static ExceptionCode
RETRIEVE_PARSE_PROPERTY_NOT_ALLOWED
FNRCR0077E
RETRIEVE_PARSE_PROPERTY_NOT_ALLOWED Property {0} not allowed with operator {1}.
static ExceptionCode
RETRIEVE_PARSE_UNEXPECTED_NODE
FNRCR0078E
RETRIEVE_PARSE_UNEXPECTED_NODE Unexpected node type in "{0}".
static ExceptionCode
RETRIEVE_PARSE_UNEXPECTED_OPERATOR_DATATYPE
FNRCR0079E
RETRIEVE_PARSE_UNEXPECTED_OPERATOR_DATATYPE Unexpected datatype for operator: {0}.
static ExceptionCode
RETRIEVE_PATH_SLASH
FNRCR0080E
RETRIEVE_PATH_SLASH The path "path_name" does not start with the required forward or reverse slash.
static ExceptionCode
RETRIEVE_PROPERTY_NOT_DEFINED
FNRCR0081E
RETRIEVE_PROPERTY_NOT_DEFINED The property {0} is not defined.
static ExceptionCode
RETRIEVE_PROPERTY_NOT_ORDERABLE
FNRCR0082E
RETRIEVE_PROPERTY_NOT_ORDERABLE Property not orderable: {0}.
static 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.
static 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.
static ExceptionCode
RETRIEVE_SEARCH_CLAUSE_NOT_FOUND
FNRCA0103E
RETRIEVE_SEARCH_CLAUSE_NOT_FOUND The XML to use for the search is invalid.
static 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.
static ExceptionCode
RETRIEVE_SEARCH_FOLDER_NOT_FOUND
FNRCA0104E
RETRIEVE_SEARCH_FOLDER_NOT_FOUND The XML to use for the search is invalid.
static ExceptionCode
RETRIEVE_SEARCH_INVALID_ATTRIBUTE
FNRCA0113E
RETRIEVE_SEARCH_INVALID_ATTRIBUTE An attribute in search XML was assigned an invalid value.
static ExceptionCode
RETRIEVE_SEARCH_INVALID_GROUPING
FNRCA0114E
RETRIEVE_SEARCH_INVALID_GROUPING A range for the search modifier was not specified in the search XML.
static ExceptionCode
RETRIEVE_SEARCH_INVALID_MIMETYPE
FNRCA0106E
RETRIEVE_SEARCH_INVALID_MIMETYPE The XML to use for the search is invalid.
static 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.
static ExceptionCode
RETRIEVE_SEARCH_INVALID_SORT_LEVEL
FNRCA0116E
RETRIEVE_SEARCH_INVALID_SORT_LEVEL The sort level specified in the search XML is invalid.
static ExceptionCode
RETRIEVE_SEARCH_INVALID_VERSION
FNRCA0117E
RETRIEVE_SEARCH_INVALID_VERSION The version specified in the search XML is invalid.
static ExceptionCode
RETRIEVE_SEARCH_INVALID_XML
FNRCA0115E
RETRIEVE_SEARCH_INVALID_XML The search XML is invalid.
static 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.
static 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.
static ExceptionCode
RETRIEVE_SEARCH_SUBCLASS_NOT_FOUND
FNRCA0105E
RETRIEVE_SEARCH_SUBCLASS_NOT_FOUND The XML to use for the search is invalid.
static ExceptionCode
RETRIEVE_SEARCH_XML_INVALID_ATTRIBUTE_VALUE
FNRCA0096E
RETRIEVE_SEARCH_XML_INVALID_ATTRIBUTE_VALUE The XML to use for the search is invalid.
static 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.
static 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.
static 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}.
static ExceptionCode
RETRIEVE_SEARCH_XML_INVALID_GROUPACTION_ATTRIBUTE
FNRCA0101E
RETRIEVE_SEARCH_XML_INVALID_GROUPACTION_ATTRIBUTE The XML to use for the search is invalid.
static ExceptionCode
RETRIEVE_SEARCH_XML_INVALID_PROXIMITY_MODIFIER
FNRCA0119E
RETRIEVE_SEARCH_XML_INVALID_PROXIMITY_MODIFIER Invalid value for proximity search parameter, value = {0}.
static 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.
static 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.
static ExceptionCode
RETRIEVE_SEARCH_XML_INVALID_WORKVARIATION_ATTRIBUTE
FNRCA0102E
RETRIEVE_SEARCH_XML_INVALID_WORKVARIATION_ATTRIBUTE The XML to use for the search is invalid.
static 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.
static 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.
static ExceptionCode
RETRIEVE_SQL_SYNTAX_ERROR
FNRCR0083E
RETRIEVE_SQL_SYNTAX_ERROR There was a syntax error in an SQL query or filter expression at line {0}, position {1}.
static ExceptionCode
RETRIEVE_UNEXPECTED_PROP_CONSTRAINT
FNRCR0084E
RETRIEVE_UNEXPECTED_PROP_CONSTRAINT Unexpected property has constraint: {0}.
static ExceptionCode
RETRIEVE_UNEXPECTED_SELECTION
FNRCR0085E
RETRIEVE_UNEXPECTED_SELECTION The object property selection was unexpected.
static ExceptionCode
RETRIEVE_UNRECOGNIZED_QUERY_DATE
FNRCR0086E
RETRIEVE_UNRECOGNIZED_QUERY_DATE Unrecognized query date "{0}".
static ExceptionCode
RETRIEVE_UNSELECT_ORDER_BY
FNRCR0087E
RETRIEVE_UNSELECT_ORDER_BY An unselected property in the ORDER BY clause can be only the id column.
static ExceptionCode
RETRIEVE_UNSUPPORTED_OBJECT_RETRIEVAL
FNRCA0126E
RETRIEVE_UNSUPPORTED_OBJECT_RETRIEVAL The object cannot be retrieved because its class is unsupported for object retrieval.
static ExceptionCode
SCRIPT_ERROR
FNRCZ0001E
SCRIPT_ERROR There was an error running the script.
static ExceptionCode
SCRIPT_LOAD_INVOKE_ERROR
FNRCZ0002E
SCRIPT_LOAD_INVOKE_ERROR There was an error loading or invoking the script engine.
static 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.
static ExceptionCode
SCRIPT_SYNTAX_ERROR
FNRCZ0004E
SCRIPT_SYNTAX_ERROR There was an error loading the script.
static ExceptionCode
SECURITY_ANONYMOUS_DISALLOWED
FNRCS0001E
SECURITY_ANONYMOUS_DISALLOWED Access to Content Platform Engine was not allowed because the request was made anonymously instead of by an authenticated user.
static ExceptionCode
SECURITY_BAD_DOMAIN_REALM
FNRCS0069E
SECURITY_BAD_DOMAIN_REALM A user {0} from realm {1} tried to access domain {2} but that realm is not allowed by that domain.
static ExceptionCode
SECURITY_DEFAULT_CONFIG_EXCEPTION
FNRCS0021E
SECURITY_DEFAULT_CONFIG_EXCEPTION An unexpected exception occurred while parsing the default JAAS configuration file.
static 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.
static ExceptionCode
SECURITY_DEFAULT_CONFIG_PARSE_ERROR
FNRCS0023E
SECURITY_DEFAULT_CONFIG_PARSE_ERROR Error parsing the default JAAS configuration file.
static ExceptionCode
SECURITY_DOMAIN_ENCRYPTION_UNDEFINED
FNRCS0020E
SECURITY_DOMAIN_ENCRYPTION_UNDEFINED The {0} property is undefined for this domain.
static ExceptionCode
SECURITY_EXCEPTION_READING_OBJECT
FNRCS0002E
SECURITY_EXCEPTION_READING_OBJECT An exception occurred while reading a SecurityDescriptor (ACE or ACL).
static ExceptionCode
SECURITY_EXCEPTION_WRITING_OBJECT
FNRCS0003E
SECURITY_EXCEPTION_WRITING_OBJECT An exception occurred while writing a SecurityDescriptor (ACE or ACL).
static ExceptionCode
SECURITY_INVALID_CONFIGURATION
FNRCS0004E
SECURITY_INVALID_CONFIGURATION One or more Content Engine directory configurations are missing or invalid.
static 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.
static 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.
static 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.
static ExceptionCode
SECURITY_INVALID_SECURITY_DESCRIPTOR
FNRCS0007E
SECURITY_INVALID_SECURITY_DESCRIPTOR An invalid security descriptor was found
static ExceptionCode
SECURITY_INVALID_SID_STRING
FNRCS0009E
SECURITY_INVALID_SID_STRING The Security Id string {0} is not a valid Security Id.
static ExceptionCode
SECURITY_LDAP_AUTHENTICATION_FAILED
FNRCS0027E
SECURITY_LDAP_AUTHENTICATION_FAILED LDAP authentication failed when performing 'Operation' for principal 'principalIdOrName'.
static 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.
static ExceptionCode
SECURITY_LDAP_UNSUPPORTED_OPERATION
FNRCS0026E
SECURITY_LDAP_UNSUPPORTED_OPERATION LDAP operation 'Operation' not supported for principal 'principalIdOrName'.
static 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.
static ExceptionCode
SECURITY_MISSING_IMPERSONATION_REGION_ID
FNRCS0068E
SECURITY_MISSING_IMPERSONATION_REGION_ID The CE isolated region object was not found.
static 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.
static ExceptionCode
SECURITY_MISSING_SECURITY_ID
FNRCS0011E
SECURITY_MISSING_SECURITY_ID The security ID securityId cannot be found in the security descriptor table.
static 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.
static ExceptionCode
SECURITY_SORT_TYPE_DESCENDING_NOT_SUPPORTED
FNRCS0013E
SECURITY_SORT_TYPE_DESCENDING_NOT_SUPPORTED Sort type specified {0} is not supported in eDirectory.
static 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}.
static ExceptionCode
SECURITY_UNEXPECTED_ACE_TYPE
FNRCS0015E
SECURITY_UNEXPECTED_ACE_TYPE Unexpected ACE type {0}.
static ExceptionCode
SECURITY_UNEXPECTED_VERSION
FNRCS0016E
SECURITY_UNEXPECTED_VERSION Unexpected Security Descriptor, ACL or ACE version {0}.
static ExceptionCode
SECURITY_WSI_KERBEROS_CREDENTIAL_INVALID
FNRCS0018E
SECURITY_WSI_KERBEROS_CREDENTIAL_INVALID Web services Kerberos credential invalid: {0}.
static ExceptionCode
SECURITY_WSI_KERBEROS_LOGIN_FAILED
FNRCS0019E
SECURITY_WSI_KERBEROS_LOGIN_FAILED Web services Kerberos login failed: {0}.
static 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.
static java.util.Locale
stDefaultLocale
static ExceptionCode
TRANSPORT_CALL_CONTEXT_ALREADY_SETUP
FNRCT0001E
TRANSPORT_CALL_CONTEXT_ALREADY_SETUP The current thread already has a call context associated with it.
static ExceptionCode
TRANSPORT_CALL_CONTEXT_NOT_SETUP
FNRCT0002E
TRANSPORT_CALL_CONTEXT_NOT_SETUP The current thread has no call context associated with it.
static ExceptionCode
TRANSPORT_CORRELATION_ID_MISSING
FNRCT0003E
TRANSPORT_CORRELATION_ID_MISSING The server returned a response and the correlation ID is missing.
static ExceptionCode
TRANSPORT_EJB_UNABLE_TO_CONNECT
FNRCT0066E
TRANSPORT_EJB_UNABLE_TO_CONNECT Unable to connect to Content Engine.
static 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.
static 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.
static 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.
static 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.
static ExceptionCode
TRANSPORT_EXPECTED_ENGINEOBJECT_RESPONSE
FNRCT0007E
TRANSPORT_EXPECTED_ENGINEOBJECT_RESPONSE The request to the server for an engine object returned no information.
static 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.
static ExceptionCode
TRANSPORT_EXPECTED_PROPERTY_RESPONSE
FNRCT0008E
TRANSPORT_EXPECTED_PROPERTY_RESPONSE The server was expected to return the value of the specified property {0}.
static 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.
static ExceptionCode
TRANSPORT_FAILED_SERVER_CALL_CONTEXT_CREATE
FNRCT0010E
TRANSPORT_FAILED_SERVER_CALL_CONTEXT_CREATE The server can not create the internal call context.
static ExceptionCode
TRANSPORT_INVALID_CORRELATION_ID
FNRCT0011E
TRANSPORT_INVALID_CORRELATION_ID The server returned a correlation id of {0} and there is no corresponding request.
static ExceptionCode
TRANSPORT_INVALID_SEARCH_REQUEST
FNRCT0012E
TRANSPORT_INVALID_SEARCH_REQUEST Invalid search request {0}.
static ExceptionCode
TRANSPORT_MISSING_SERVER_RESPONSE
FNRCT0013E
TRANSPORT_MISSING_SERVER_RESPONSE The server failed to return a response for each request.
static ExceptionCode
TRANSPORT_MUST_BE_SUBCLASS
FNRCT0014E
TRANSPORT_MUST_BE_SUBCLASS The class {0} must be a subclass of {1}.
static ExceptionCode
TRANSPORT_NO_INITIAL_CONTEXT
FNRCT0015E
TRANSPORT_NO_INITIAL_CONTEXT A J2EE JNDI initial context could not be created.
static ExceptionCode
TRANSPORT_SCC_CANNOT_GET_USER_TRANSACTION
Deprecated.This exception code is not used as of CE 4.5.1static ExceptionCode
TRANSPORT_SCC_DISALLOWED_MULTIPLE_TX_SUSPENSION
FNRCT0017E
TRANSPORT_SCC_DISALLOWED_MULTIPLE_TX_SUSPENSION The attempted suspension of multiple transaction was not allowed.
static ExceptionCode
TRANSPORT_SCC_FAILED_REGISTER_SYNC
FNRCT0018E
TRANSPORT_SCC_FAILED_REGISTER_SYNC The attempt to register the synchronization listener failed.
static ExceptionCode
TRANSPORT_SCC_NO_TRANSACTION
FNRCT0019E
TRANSPORT_SCC_NO_TRANSACTION No transaction exists in the current context.
static ExceptionCode
TRANSPORT_UNABLE_TO_LOCATE_EJB
FNRCT0020E
TRANSPORT_UNABLE_TO_LOCATE_EJB Unable to locate the servers EJB interface given the end point {0}.
static ExceptionCode
TRANSPORT_UNABLE_TO_LOCATE_EJB_SESSION
Deprecated.This exception code is not used as of CE 4.5.1static ExceptionCode
TRANSPORT_WAITING_QUEUE_FULL
FNRCT0022E
TRANSPORT_WAITING_QUEUE_FULL Waiting queue exceeds upper limit {0}.
static ExceptionCode
TRANSPORT_WSI_CLASS_MISSING
Deprecated.This exception code is not used as of CE 5.0static ExceptionCode
TRANSPORT_WSI_COLLECTION_RESPONSE_EXPECTED
Deprecated.This exception code is not used as of CE 4.5.1static ExceptionCode
TRANSPORT_WSI_CONTENT_EXPECTED
Deprecated.This exception code is not used as of CE 4.5.1static ExceptionCode
TRANSPORT_WSI_CONTENT_GET_FAILED
FNRCT0025E
TRANSPORT_WSI_CONTENT_GET_FAILED An error occurred while retreiving content data for property {0}.
static ExceptionCode
TRANSPORT_WSI_CONTENT_RETRIEVAL_FAILED
Deprecated.This exception code is not used as of CE 4.5.1static ExceptionCode
TRANSPORT_WSI_CONTENT_SEND_FAILED
Deprecated.This exception code is not used as of CE 4.5.1static ExceptionCode
TRANSPORT_WSI_CREATE_ACTION_TYPE_FAILURE
FNRCT0028E
TRANSPORT_WSI_CREATE_ACTION_TYPE_FAILURE An error occurred creating action type {0}.
static ExceptionCode
TRANSPORT_WSI_DESERIALIZATION_ERROR
FNRCT0029E
TRANSPORT_WSI_DESERIALIZATION_ERROR A web services instance of element_name could not be deserialized.
static ExceptionCode
TRANSPORT_WSI_DIME_UNSUPPORTED
Deprecated.This exception code is not used as of CE 5.1.1static 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.
static ExceptionCode
TRANSPORT_WSI_FNCEWS35_UNSUPPORTED
FNRCT0067E
TRANSPORT_WSI_FNCEWS35_UNSUPPORTED The FNCEWS35 endpoints are not supported for CEWS.
static ExceptionCode
TRANSPORT_WSI_HEADER_REGISTRATION_FAILURE
Deprecated.This exception code is not used as of CE 4.5.1static ExceptionCode
TRANSPORT_WSI_HTTPS_REQUIRED
FNRCT0060E
TRANSPORT_WSI_HTTPS_REQUIRED A connection cannot be made to the server using the specified URI 'connectionURI'.
static ExceptionCode
TRANSPORT_WSI_INVALID_CONTENT_RESPONSE_TYPE
FNRCT0055E
TRANSPORT_WSI_INVALID_CONTENT_RESPONSE_TYPE The ContentResponse type content_response_type is not recognized.
static ExceptionCode
TRANSPORT_WSI_INVALID_CONTENT_TYPE
FNRCT0054E
TRANSPORT_WSI_INVALID_CONTENT_TYPE The content attachment type attachment_type is not recognized.
static ExceptionCode
TRANSPORT_WSI_INVALID_DEPENDENT_OBJ_ACTION
FNRCT0032E
TRANSPORT_WSI_INVALID_DEPENDENT_OBJ_ACTION An invalid dependent object action type update_type was detected.
static 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 valueThe name of the attribute.
The value specified for the web services XML attribute is not one of the permitted values in the WSDL.
static ExceptionCode
TRANSPORT_WSI_INVALID_HEADER_VALUE
FNRCT0033E
TRANSPORT_WSI_INVALID_HEADER_VALUE The SOAP header or XML element element_name must have a value.
static ExceptionCode
TRANSPORT_WSI_INVALID_INDEPENDENT
Deprecated.This exception code is not used as of CE 4.5.1static 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.
static ExceptionCode
TRANSPORT_WSI_INVALID_MESSAGE_CONTEXT
Deprecated.This exception code is not used as of CE 4.5.1static 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}.
static ExceptionCode
TRANSPORT_WSI_INVALID_RESPONSE_NO_EO
FNRCT0038E
TRANSPORT_WSI_INVALID_RESPONSE_NO_EO The server response was invalid.
static ExceptionCode
TRANSPORT_WSI_INVALID_SEARCH_REQUEST_TYPE
FNRCT0039E
TRANSPORT_WSI_INVALID_SEARCH_REQUEST_TYPE An ExecuteSearchRequest has an unrecognized search type: search_type.
static ExceptionCode
TRANSPORT_WSI_LOOKUP_FAILURE
Deprecated.This exception code is not used as of CE 4.5.1static ExceptionCode
TRANSPORT_WSI_MALFORMED_VALUE
FNRCT0062E
TRANSPORT_WSI_MALFORMED_VALUE The deserialization parsing of data type data_type failed for the value value.
static 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.
static ExceptionCode
TRANSPORT_WSI_MULTIPART_PROBLEM
FNRCT0057E
TRANSPORT_WSI_MULTIPART_PROBLEM A multipart SOAP request or response could not be deserialized.
static ExceptionCode
TRANSPORT_WSI_NETWORK_ERROR
FNRCT0042E
TRANSPORT_WSI_NETWORK_ERROR A network error occurred when processing a Web service request or response.
static ExceptionCode
TRANSPORT_WSI_NO_RUNTIME
FNRCT0061E
TRANSPORT_WSI_NO_RUNTIME The operation cannot be completed because a supported web service runtime is not present.
static ExceptionCode
TRANSPORT_WSI_SERIALIZATION_ERROR
FNRCT0043E
TRANSPORT_WSI_SERIALIZATION_ERROR Error serializing a web services instance of element_name.
static 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.
static 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.
static 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).
static ExceptionCode
TRANSPORT_WSI_START_TOKEN_EXPECTED
FNRCT0046E
TRANSPORT_WSI_START_TOKEN_EXPECTED The web services opening element was expected, but it was not found.
static ExceptionCode
TRANSPORT_WSI_UNEXPECTED_REQUEST
FNRCT0058E
TRANSPORT_WSI_UNEXPECTED_REQUEST An unexpected CEWS request of object type request_type was received from a client.
static ExceptionCode
TRANSPORT_WSI_UNEXPECTED_RESPONSE
FNRCT0047E
TRANSPORT_WSI_UNEXPECTED_RESPONSE An unexpected CEWS response of object type response_type was received from the server.
static ExceptionCode
TRANSPORT_WSI_UNKNOWN_LIFECYCLE_CHANGE_TYPE
FNRCT0048E
TRANSPORT_WSI_UNKNOWN_LIFECYCLE_CHANGE_TYPE Unknown life cycle action type {0}.
static ExceptionCode
TRANSPORT_WSI_UNKNOWN_RESERVATION_TYPE
FNRCT0049E
TRANSPORT_WSI_UNKNOWN_RESERVATION_TYPE Unknown reservation type {0}.
static ExceptionCode
TRANSPORT_WSI_UNSUPPORTED_PROPERTY_TYPE
FNRCT0050E
TRANSPORT_WSI_UNSUPPORTED_PROPERTY_TYPE Unsupported property type {0}.
static 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.
static ExceptionCode
TRANSPORT_WSI_WSDL_FILE_NOT_FOUND
Deprecated.This exception code is not used as of CE 4.5.1
-
Method Summary
Methods Modifier and Type Method and Description java.lang.String
getDefaultEnglishString()
Returns default English pattern string.java.lang.String
getErrorId()
Returns the prefixed (nine character) error code (e.g.ErrorLoggingLevel
getErrorLoggingLevel()
Indicates whether the exception is required to be logged.static ExceptionCode
getExceptionCode(java.lang.String key)
Gets theExceptionCode
object referenced by the specified resource key (ExceptionCode
field name).int
getId()
Returns id.java.lang.String
getKey()
Returns resource key.boolean
isFatal()
Indicates whether the exception is thrown back to the initiating client, or whether it can be returned by an accessor method.java.lang.String
toString(java.util.Locale le, java.lang.Object[] args)
Returns aString
representation of the exception using the specified locale.java.lang.String
toString(java.lang.Object[] args)
Returns aString
representation of the exception (using the default locale).
-
-
-
Field Detail
-
stDefaultLocale
public static final java.util.Locale stDefaultLocale
-
PE_SERIALIZATION_ERROR
public static final ExceptionCode PE_SERIALIZATION_ERROR
FNRAC1001E
PE_SERIALIZATION_ERROR A PE serialization problem happened {0}.
An error happened during PE serialization.
-
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.
-
API_REMOTE_JB6EAP_EJB_CONTEXT_FAILED
public static final ExceptionCode API_REMOTE_JB6EAP_EJB_CONTEXT_FAILED
FNRCA0039E
API_REMOTE_JB6EAP_EJB_CONTEXT_FAILED The EJB Context lookup on a JBoss EAP 6 remote client failed. This is likely because of a bad connection URL or some other setting in the JNDI environment : {0}.
-
API_REMOTE_JB6EAP_BAD_CONNECTION_URI
public static final ExceptionCode API_REMOTE_JB6EAP_BAD_CONNECTION_URI
FNRCA0040E
API_REMOTE_JB6EAP_BAD_CONNECTION_URI The CE connection URI for this JBoss EAP 6 remote client is invalid as it must have "remote:" at the beginning : {0}.
-
API_CRCL_CONFIG
public static final ExceptionCode API_CRCL_CONFIG
FNRCA0041E
API_CRCL_CONFIG There was a configuration problem related to Cross-Release ClassLoading.
-
API_CRCL_REFLECTION_FAIL
public static final ExceptionCode API_CRCL_REFLECTION_FAIL
FNRCA0042E
API_CRCL_REFLECTION_FAIL An exception was thrown during an attempted reflection call. Method signature: {0}.
-
API_CRCL_REFLECTION_NOSUCH
public static final ExceptionCode API_CRCL_REFLECTION_NOSUCH
FNRCA0043E
API_CRCL_REFLECTION_NOSUCH A method or constructor could not be found. Method signature: {0}.
-
API_CONTENT_STREAM_TO_BYTES_SIZE_MISMATCH
public static final ExceptionCode API_CONTENT_STREAM_TO_BYTES_SIZE_MISMATCH
FNRCA0044E
API_CONTENT_STREAM_TO_BYTES_SIZE_MISMATCH There was a mismatch in the amount of content read from an input stream to the expected buffer size. Expected expected size, but read actual size.
- expected size
- The expected size in bytes to buffer
- actual size
- The actual size in bytes buffered
-
API_EXTENDED_STREAM_SIZE_UNAVAILABLE
public static final ExceptionCode API_EXTENDED_STREAM_SIZE_UNAVAILABLE
FNRCA0045E
API_EXTENDED_STREAM_SIZE_UNAVAILABLE Content size is unavailable.
-
API_EXTENDED_STREAM_INVALID_POSITION
public static final ExceptionCode API_EXTENDED_STREAM_INVALID_POSITION
FNRCA0046E
API_EXTENDED_STREAM_INVALID_POSITION The input stream cannot be set to a position less than zero. Position attempted was offset.
- offset
- The offset passed to the position(offset) method.
-
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 IBM Knowledge Center. If you cannot determine the cause of the error, restart the server. If the error continues to occur, contact IBM Software Support.
-
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 Knowledge 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.
-
CBR_TEXT_PREPROCESSOR_INVALID_OUTPUT_TYPE
public static final ExceptionCode CBR_TEXT_PREPROCESSOR_INVALID_OUTPUT_TYPE
FNRCB0096E
CBR_TEXT_PREPROCESSOR_INVALID_OUTPUT_TYPE The text indexing preprocessor returned an invalid output type of {0} and a value of text/plain or text/xml was expected
The allowed value of output type must be text/plain or text/xml
-
CBR_TEXT_PREPROCESSOR_DEF_ONE_XML_ALLOWED
public static final ExceptionCode CBR_TEXT_PREPROCESSOR_DEF_ONE_XML_ALLOWED
FNRCB0097E
CBR_TEXT_PREPROCESSOR_DEF_ONE_XML_ALLOWED Only one text indexing preprocessor can be associated to a class when the output type is XML
-
CBR_TS_PREPROCESSOR_TIMEOUT
public static final ExceptionCode CBR_TS_PREPROCESSOR_TIMEOUT
FNRCB0098E
CBR_TS_PREPROCESSOR_TIMEOUT An indexing operation was stopped because the text indexing preprocesors timed out after preprocessor_timeout seconds.
- preprocessor_timeout
- The time-out value of the preprocessor.
This error occurs when the text indexing preprocessor did not complete the operation in the time specified by the indexing batch lease time-out value.
-
CBR_TEXT_PREPROCESSOR_EXTRACT_RETRY
public static final ExceptionCode CBR_TEXT_PREPROCESSOR_EXTRACT_RETRY
FNRCB0099E
CBR_TEXT_PREPROCESSOR_EXTRACT_RETRY The text indexing preprocessor has called for content to be extracted for object {0} class {1} and the call will be retried. {3}
-
CBR_TS_EXTRACTION_TIMEOUT
public static final ExceptionCode CBR_TS_EXTRACTION_TIMEOUT
FNRCB0100E
CBR_TS_EXTRACTION_TIMEOUT An indexing operation was stopped because text extraction timed out after textextraction_timeout seconds.
- textextraction_timeout
- The time-out value of text extraction.
This error occurs when text extraction did not complete the operation in the time specified by the indexing batch lease time-out value.
-
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}.
-
COMM_PROBLEM_SENDING_REQUEST
public static final ExceptionCode COMM_PROBLEM_SENDING_REQUEST
FNRCO0001E
COMM_PROBLEM_SENDING_REQUEST There was a problem sending server communication request request to site.
- request
- The server communication request
- site
- The destination site for the request
There was a transmission problem when sending a message to a Content Platform Engine (CPE) server at the destination site.
-
COMM_NO_RESPONSE_RECEIVED
public static final ExceptionCode COMM_NO_RESPONSE_RECEIVED
FNRCO0002E
COMM_NO_RESPONSE_RECEIVED No response was received for server communication request request to site.
- request
- The server communication request
- site
- The destination site for the request
A message was sent to a Content Platform Engine (CPE) server at the remote site, but no response was received.
-
COMM_NO_RESPONSE_RECEIVED_FOR_DEVICE_CONTENT_CREATE
public static final ExceptionCode COMM_NO_RESPONSE_RECEIVED_FOR_DEVICE_CONTENT_CREATE
FNRCO0003E
COMM_NO_RESPONSE_RECEIVED_FOR_DEVICE_CONTENT_CREATE No server communication response was received for creating content content id to storage device storage device id.
- content id
- The id of the content to be created
- storage device id
- The id of the storage device
A content-create message was sent to a Content Platform Engine (CPE) server for a storage device at a remote site, but no response was returned.
-
COMM_UNKNOWN_RESPONSE_RECEIVED_FOR_DEVICE_CONTENT_CREATE
public static final ExceptionCode COMM_UNKNOWN_RESPONSE_RECEIVED_FOR_DEVICE_CONTENT_CREATE
FNRCO0004E
COMM_UNKNOWN_RESPONSE_RECEIVED_FOR_DEVICE_CONTENT_CREATE An unknown server communication response failure was received for creating content content id to storage device storage device id. Response: response.
- content id
- The id of the content to be created
- storage device id
- The id of the storage device
- response
- The response that was received
Received an unexpected response for a content-create message sent to a remote Content Platform Engine (CPE) server for the storage device.
-
COMM_UNEXPECTED_NUMBER_OF_RESPONSES_RECEIVED
public static final ExceptionCode COMM_UNEXPECTED_NUMBER_OF_RESPONSES_RECEIVED
FNRCO0005E
COMM_UNEXPECTED_NUMBER_OF_RESPONSES_RECEIVED An unexpected number of responses was received for server communication request request to site. Expected numExpectedResponses, but received numActualResponses responses: response
- request
- The server communication request
- site
- The destination site for the request
- numExpectedResponses
- The number of expected responses to be received
- numActualResponses
- The number of actual responses that was received
- response
- The response that was received
The number of responses received for a batch of messages sent to a remote Content Platform Engine (CPE) server did not equal the number of messages sent in that batch.
-
COMM_RETRYABLE_AUTH_EXCEPTION
public static final ExceptionCode COMM_RETRYABLE_AUTH_EXCEPTION
FNRCO0006E
COMM_RETRYABLE_AUTH_EXCEPTION A server communication retryable authentication exception was detected. The request will automatically be retried. request
- request
- Server communication request that will be retried
An authentication failure occurred when a message was sent to a remote Content Platform Engine (CPE) server. If the failure was due to a difference in the host clocks between the two CPE servers, then the request is automatically resubmitted with a time adjustment in the authentication token to account for this clock skew.
-
COMM_RETRYABLE_CONN_EXCEPTION
public static final ExceptionCode COMM_RETRYABLE_CONN_EXCEPTION
FNRCO0007E
COMM_RETRYABLE_CONN_EXCEPTION A server communication retryable connection exception was detected for site URL request. The following request will automatically be retried if any additional site URLs are available. {1}
- request
- Server communication request that will be retried.
Unable to connect to a Content Platform Engine (CPE) server at the server communication URL endpoint. If multiple URLs were specified for this property in a comma separated list, then another URL will automatically be tried until the list of available URLs is exhausted.
-
COMM_CREATE_CONTENT_HUNG_THREAD
public static final ExceptionCode COMM_CREATE_CONTENT_HUNG_THREAD
FNRCO0008E
COMM_CREATE_CONTENT_HUNG_THREAD A hung thread was detected while sending content content id to site site.
- content id
- The id of the content to be created
- site
- destination site
No response was received when sending content to be created on a remote Content Platform Engine (CPE) server within the content upload timeout limit.
-
COMM_SERVER_URL_INVALID
public static final ExceptionCode COMM_SERVER_URL_INVALID
FNRCO0009E
COMM_SERVER_URL_INVALID The server communication url url for virtual server virtual server in site site is not valid. Please verify connectivity to the CPE server at this URL and that the URL has one of the following formats: http://host:port/wsi/FNCEWS40MTOM or https://host:port/wsi/FNCEWS40MTOM.
- url
- The invalid server communication url
- virtual server
- The virtual server identifier
- site
- The site identifier
There is either no connectivity to the CPE server using this URL or the format of the URL is invalid.
-
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 The root directory containing stakefile {0} for the storage area, storage device, or fixed content device cannot be accessed.
The stakefile file is a system file that is created in the root directory of a file store directory structure and contains information about that structure. This type of directory structure is used by a file storage area, the staging directory of a fixed storage area, the file system device of an advanced storage area, or other fixed content devices such as Hitachi Content Platform. If the stakefile file cannot be loaded, the root directory cannot be accessed by the Content Platform Engine server.
-
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 created 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 The directory structure packed value specified for the Storage Area is invalid: [packedValue].
- packedValue
- An internal integer value that encodes some parameters related to the directory structure size and shape.
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.
This exception is raised when the Atmos server responds to an HTTP/REST request in an unanticipated way. If the Atmos server behaves unexpectedly, its purpose is to provide a fail-safe mechanism to enable the Content Platform Engine (CPE) server to respond in a predictable manner. This exception should not occur under normal operating conditions.
-
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}
Atmos requires requests sent to it using the REST API to be digitally signed. This exception is raised when the digital signature cannot be computed. This can happen when the Java Runtime Environment, in which the Content Platform Engine (CPE) is executing, returns an IllegalArgumentException when trying to instantiate a SecreKeySpec, possibly due to the fact that it does not support the standard HmacSHA1 signature algorithm.
-
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}].
This exception is raised when the Atmos server responds to an HTTP/REST request with an unexpected HTTP response code. This exception should not occur under normal operating conditions.
-
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}].
The unique Atmos identifier for a newly created object was not set in the location HTTP response header, or the response was malformed when the Atmos server responded to a request from the Content Platform Engine (CPE) server to create a new object.
-
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}].
This exception is raised when the Content Platform Engine (CPE) server is unable to successfully connect to the Atmos server via HTTP.
-
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}.
This exception is raised while the Content Platform Engine (CPE) server is retrieving content from the Atmos server and an attempted read from the HTTP response from Atmos has resulted in an unexpected error. Unexpected Atmos errors are not retryable.
-
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}.
This exception is raised when Atmos returns an unexpected HTTP response code
-
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}.
This exception is raised when the Atmos server returns an unexpected response when the Content Platform Engine (CPE) server is attempting to delete content stored on the Atmos server.
-
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}.
This exception is raised when the Atmos server returns an unexpected response when the Content Platform Engine (CPE) server is attempting to determine the size of content stored on the Atmos server.
-
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.
This exception is raised when the Content Platform Engine (CPE) server attempts to de-reference an object that is stored on the Atmos device that does not exist. Certain timing-related conditions can cause this exception to be raised during deletion, in which case it can be considered benign.
-
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}.
This exception can be raised when attempting to retrieve content from the Atmos device, indicating a problem reading the content.
-
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.
This exception occurs when the Content Platform Engine (CPE) server is unable to connect to the Atmos server.
-
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}].
-
CONTENT_PIPE_TIMEOUT
public static final ExceptionCode CONTENT_PIPE_TIMEOUT
FNRCC0237E
CONTENT_PIPE_TIMEOUT A read from or write to a pipe timed out after {0}ms.
-
CONTENT_PIPE_CLOSED
public static final ExceptionCode CONTENT_PIPE_CLOSED
FNRCC0238E
CONTENT_PIPE_CLOSED An attempt was made to read from or write to a closed pipe.
-
CONTENT_ASA_WRITER_SEMAPHORE_FAILED
public static final ExceptionCode CONTENT_ASA_WRITER_SEMAPHORE_FAILED
FNRCC0239E
CONTENT_ASA_WRITER_SEMAPHORE_FAILED The replica writer failed to obtain the writer''s semaphore. This is an unexpected state.
This is an internal server error with more than one possible cause.
-
CONTENT_ASA_NOT_ENOUGH_REPLICAS
public static final ExceptionCode CONTENT_ASA_NOT_ENOUGH_REPLICAS
FNRCC0240E
CONTENT_ASA_NOT_ENOUGH_REPLICAS There are not enough replicas available to satisfy the synchronous upload requirement, available num_available, required num_required.
- num_available
- The number available.
- num_required
- The number required.
The advanced storage area is misconfigured.
-
CONTENT_ASA_DOC_CREATE_FAILED_BAD_INPUT
public static final ExceptionCode CONTENT_ASA_DOC_CREATE_FAILED_BAD_INPUT
FNRCC0241E
CONTENT_ASA_DOC_CREATE_FAILED_BAD_INPUT The document could not be created because the source input stream could not be read.
The indicated source for the content element could not be read, or it failed while being read.
-
CONTENT_ASA_REDIRECTOR_SEMAPHORE_FAILED
public static final ExceptionCode CONTENT_ASA_REDIRECTOR_SEMAPHORE_FAILED
FNRCC0242E
CONTENT_ASA_REDIRECTOR_SEMAPHORE_FAILED The content redirector was interrupted attempting to acquire the worker semaphores.
This is an internal server error with more than one possible cause.
-
CONTENT_ASA_NOT_ENOUGH_REPLICAS_WRITTEN
public static final ExceptionCode CONTENT_ASA_NOT_ENOUGH_REPLICAS_WRITTEN
FNRCC0243E
CONTENT_ASA_NOT_ENOUGH_REPLICAS_WRITTEN Not enough replicas were written to satisfy the synchronous upload requirement, written num_written, required num_required.
- num_written
- The number of replicas that can be written to.
- num_required
- The number of replicas that must be written to.
Document creation failed because documents cannot be written to one or more replicas.
-
CONTENT_ASA_CONTENT_NOT_FOUND
public static final ExceptionCode CONTENT_ASA_CONTENT_NOT_FOUND
FNRCC0244E
CONTENT_ASA_CONTENT_NOT_FOUND The content was not found or not accessible on the storage device.
The content could not be opened for an asynchronous replication operation. The operation will be retried.
-
CONTENT_ASA_CONTENT_EXISTS
public static final ExceptionCode CONTENT_ASA_CONTENT_EXISTS
FNRCC0245E
CONTENT_ASA_CONTENT_EXISTS The content already exists for storage device device_id, content path content_path.
- device_id
- The storage device.
- content_path
- The path of the content on the storage device.
The identity of the content being uploaded is already in use on the storage device. Content identities are unique and cannot be pre-existing when content is uploading. This is an unexpected state.
-
CONTENT_ASA_INVALID_DEVICE_OBJECT_ID
public static final ExceptionCode CONTENT_ASA_INVALID_DEVICE_OBJECT_ID
FNRCC0246E
CONTENT_ASA_INVALID_DEVICE_OBJECT_ID The device object id is invalid for storage device storage_device_id, expected id expected_id, actual id actual_id.
- storage_device_id
- The storage device.
- expected_id
- The expected object id of the storage device.
- actual_id
- The actual object id of the storage device.
The identity recorded on the replica is incorrect. It does not match the identity recorded on the Content Platform Engine storage device object.
-
CONTENT_ASA_INVALID_DEVICE_DIRECTORIES
public static final ExceptionCode CONTENT_ASA_INVALID_DEVICE_DIRECTORIES
FNRCC0247E
CONTENT_ASA_INVALID_DEVICE_DIRECTORIES The device object directory count is invalid for storage device storage_device_id, expected expected_id, actual actual_id.
- storage_device_id
- The storage device.
- expected_id
- The expected object id of the storage device.
- actual_id
- The actual object id of the storage device.
The number of upper or lower directories recorded on the replica media is incorrect. It does not match the values recorded on the file system storage device object.
-
CONTENT_ASA_INVALID_DEVICE_VERSION
public static final ExceptionCode CONTENT_ASA_INVALID_DEVICE_VERSION
FNRCC0248E
CONTENT_ASA_INVALID_DEVICE_VERSION The device object version is invalid for storage device storage_device_id, expected expected_id, actual actual_id.
- storage_device_id
- The storage device.
- expected_id
- The expected object id of the storage device.
- actual_id
- The actual object id of the storage device.
The software version recorded on the replica media is incompatible with the current version of Content Platform Engine software.
-
CONTENT_ASA_OBJECT_EXISTS
public static final ExceptionCode CONTENT_ASA_OBJECT_EXISTS
FNRCC0249E
CONTENT_ASA_OBJECT_EXISTS The target object already exists for storage device device_id, object identifier object_id.
- device_id
- The storage device.
- object_id
- The id of the target object.
The identity of the content object being uploaded is already in use on the storage device. Content identities are unique and cannot be pre-existing when content is uploading. This is an unexpected error.
-
CONTENT_ASA_FILE_WRITE_FAILED
public static final ExceptionCode CONTENT_ASA_FILE_WRITE_FAILED
FNRCC0250E
CONTENT_ASA_FILE_WRITE_FAILED The target file cannot be written for storage device device_id, file path file_path.
- device_id
- The storage device.
- file_path
- The path of the target file.
A file system error occurred while attempting to write content to a file of the target replica.
-
CONTENT_ASA_FILE_SYNC_FAILED
public static final ExceptionCode CONTENT_ASA_FILE_SYNC_FAILED
FNRCC0251E
CONTENT_ASA_FILE_SYNC_FAILED Synchronizing the target file to disk failed for storage device {0}, file path {1}.
A file system error occurred while attempting to synchronize the target content file to the target replica.
-
CONTENT_ASA_TEST_DEVICE_FAILED
public static final ExceptionCode CONTENT_ASA_TEST_DEVICE_FAILED
FNRCC0252E
CONTENT_ASA_TEST_DEVICE_FAILED The device cannot be validated; no connectivity to storage device device_id, root_directory.
- device_id
- The storage device.
- root_directory
- The root directory of the file system storage device.
The Content Platform Engine does not have access to the root directory of the file system storage device.
-
CONTENT_ASA_MANIFEST_TOO_LARGE
public static final ExceptionCode CONTENT_ASA_MANIFEST_TOO_LARGE
FNRCC0253E
CONTENT_ASA_MANIFEST_TOO_LARGE The content manifest data exceeds the maximum size allowed for storage device device_id, maximum allowed max_allowed, actual size actual_size, object object_id.
- device_id
- The storage device.
- max_allowed
- The maximum allowed size of a content element.
- actual_size
- The actual size of the content element.
- object_id
- The id of the content element that exceeds the allowed maximum.
This is an internal server error with more than one possible cause.
-
CONTENT_ASA_OPENSTACK_AUTHN_FAILED
public static final ExceptionCode CONTENT_ASA_OPENSTACK_AUTHN_FAILED
FNRCC0254E
CONTENT_ASA_OPENSTACK_AUTHN_FAILED The OpenStack authentication failed for storage device device_id, address address, user user, response response.
- device_id
- The storage device.
- address
- The URL of the storage device.
- user
- The user who failed authentication.
- response
- The failure response from the storage device.
The attempt to authenticate with the OpenStack object storage service failed.
-
CONTENT_ASA_MISSING_RESPONSE_HEADER
public static final ExceptionCode CONTENT_ASA_MISSING_RESPONSE_HEADER
FNRCC0255E
CONTENT_ASA_MISSING_RESPONSE_HEADER Unexpected missing response header response_header for storage device device_id.
- response_header
- The response header that is expected.
- device_id
- The storage device.
The REST request response returned from the OpenStack replica is invalid.
-
CONTENT_ASA_INVALID_X_STORAGE_HEADER
public static final ExceptionCode CONTENT_ASA_INVALID_X_STORAGE_HEADER
FNRCC0256E
CONTENT_ASA_INVALID_X_STORAGE_HEADER The X-Storage-Url [url_header] response is invalid and cannot be parsed for storage device device_id.
- url_header
- The X-Storage-Url header in the response.
- device_id
- The Open Stack storage device.
The REST request response returned from the OpenStack replica is invalid.
-
CONTENT_ASA_CONVERT_TO_PROPERTIES
public static final ExceptionCode CONTENT_ASA_CONVERT_TO_PROPERTIES
FNRCC0257E
CONTENT_ASA_CONVERT_TO_PROPERTIES The conversion of the data buffer to a java.util.Properties collection failed for object [object_id], of storage device device_id.
- object_id
- The object that failed.
- device_id
- The storage device.
This is an internal server error with more than one possible cause.
-
CONTENT_ASA_FAILURE_RESPONSE
public static final ExceptionCode CONTENT_ASA_FAILURE_RESPONSE
FNRCC0258E
CONTENT_ASA_FAILURE_RESPONSE The operation [operation] on object object_id, of storage device device_id, returned failure response response.
- operation
- The operation that failed.
- object_id
- The object in the operation.
- device_id
- The storage device.
- response
- The response from the storage device.
The OpenStack replica reported an error that is not explicitly handled by the Content Platform Engine. Detailed information about the error reported by OpenStack is included in this error message.
-
CONTENT_ASA_REST_REQUEST_METHOD
public static final ExceptionCode CONTENT_ASA_REST_REQUEST_METHOD
FNRCC0259E
CONTENT_ASA_REST_REQUEST_METHOD Failed setting the request method [method] for object object_id, storage device device_id.
- method
- The request method.
- object_id
- The object specified in the request.
- device_id
- The storage device.
An unexpected failure was encountered while attempting to set the request method on an OpenStack REST request.
-
CONTENT_ASA_REST_OBTAIN_STREAM
public static final ExceptionCode CONTENT_ASA_REST_OBTAIN_STREAM
FNRCC0260E
CONTENT_ASA_REST_OBTAIN_STREAM Failed to obtain output stream from connection for object object_id, storage device device_id.
- object_id
- The object specified in the request.
- device_id
- The storage device.
An unexpected failure was encountered while attempting to obtain the output stream from an OpenStack REST response.
-
CONTENT_ASA_REST_CLOSE_STREAM
public static final ExceptionCode CONTENT_ASA_REST_CLOSE_STREAM
FNRCC0261E
CONTENT_ASA_REST_CLOSE_STREAM Failed to close output stream of connection for object object_id, storage device device_id.
- object_id
- The object specified in the request.
- device_id
- The storage device.
An unexpected failure was encountered while attempting to close the output stream of an OpenStack REST response.
-
CONTENT_ASA_REST_OPEN_CONNECTION
public static final ExceptionCode CONTENT_ASA_REST_OPEN_CONNECTION
FNRCC0262E
CONTENT_ASA_REST_OPEN_CONNECTION Failed to open HTTP connection for object object_id, storage device device_id.
- object_id
- The object specified in the request.
- device_id
- The storage device.
The Content Platform Engine was unable to open a connection to the OpenStack replica using the REST interface.
-
CONTENT_ASA_REST_CONSUME_CLOSE_STREAM
public static final ExceptionCode CONTENT_ASA_REST_CONSUME_CLOSE_STREAM
FNRCC0263E
CONTENT_ASA_REST_CONSUME_CLOSE_STREAM Failed to consume and close stream for object_id, storage device device_id.
- object_id
- The object specified in the request.
- device_id
- The storage device.
An unexpected failure was encountered while attempting to consume and close the output stream of an OpenStack REST response.
-
CONTENT_ASA_REST_STREAM_NOT_SUPPORTED
public static final ExceptionCode CONTENT_ASA_REST_STREAM_NOT_SUPPORTED
FNRCC0264E
CONTENT_ASA_REST_STREAM_NOT_SUPPORTED The REST InputStream does not support the mark or reset methods.
This is an internal server error with more than one possible cause.
-
CONTENT_ASA_NO_DEVICE_CONNECTIVITY
public static final ExceptionCode CONTENT_ASA_NO_DEVICE_CONNECTIVITY
FNRCC0265E
CONTENT_ASA_NO_DEVICE_CONNECTIVITY The storage device threw an exception attempting to test connectivity to the device device_id.
- device_id
- The storage device.
The Content Platform Engine was unable to successfully test connectivity to the replica.
-
CONTENT_ASA_ASSERTION_ERROR
public static final ExceptionCode CONTENT_ASA_ASSERTION_ERROR
FNRCC0266E
CONTENT_ASA_ASSERTION_ERROR An internal runtime assertion issue has been detected [issue].
- issue
- The assertion issue.
This is an internal server error with more than one possible cause.
-
CONTENT_ASA_STORAGE_HANDLER_EXCEPTION
public static final ExceptionCode CONTENT_ASA_STORAGE_HANDLER_EXCEPTION
FNRCC0267E
CONTENT_ASA_STORAGE_HANDLER_EXCEPTION The storage handler method [method] threw an exception [exception], class name [class_name].
- method
- The method called on the storage handler.
- exception
- The exception thrown.
- class_name
- The class that threw the exception.
The storage device handler encountered an error that is not otherwise explicitly handled by the Content Platform Engine.
-
CONTENT_ASA_DEVICE_CONTENT_ID_NOT_SUPPORTED
public static final ExceptionCode CONTENT_ASA_DEVICE_CONTENT_ID_NOT_SUPPORTED
FNRCC0268E
CONTENT_ASA_DEVICE_CONTENT_ID_NOT_SUPPORTED The storage device [device_id] returned an unsupported device generated id [content_identifier] during synchronous upload.
- device_id
- The storage device.
- content_identifier
- Device generated content identifier.
The storage device handler returned a device generated content identifier. This is an unexpected response.
-
CONTENT_ASA_NO_REPLICA_FOR_RETRIEVAL
public static final ExceptionCode CONTENT_ASA_NO_REPLICA_FOR_RETRIEVAL
FNRCC0269E
CONTENT_ASA_NO_REPLICA_FOR_RETRIEVAL There is no replica available for retrieving content item [content_id] from storage area [area_id].
- content_id
- The requested content element.
- area_id
- The advanced storage area.
The content cannot be retrieved since there are no replicas associated with the advanced storage area. This is an unexpected state.
-
CONTENT_ASA_REPLICA_RETRIEVAL_ERROR
public static final ExceptionCode CONTENT_ASA_REPLICA_RETRIEVAL_ERROR
FNRCC0270E
CONTENT_ASA_REPLICA_RETRIEVAL_ERROR All replicas failed while attempting to retrieve content item [content_id] from storage area [area_id].
- content_id
- The requested content element.
- area_id
- The advanced storage area.
The content cannot be retrieved from any of the replicas associated with the advanced storage area.
-
CONTENT_ASA_ZERO_REPLICAS
public static final ExceptionCode CONTENT_ASA_ZERO_REPLICAS
FNRCC0271E
CONTENT_ASA_ZERO_REPLICAS There are no storage device replicas associated with the storage area [area_id].
- area_id
- The advanced storage area.
The advanced storage area has no storage devices associated with it.
-
CONTENT_ASA_SERIALIZATION
public static final ExceptionCode CONTENT_ASA_SERIALIZATION
FNRCC0272E
CONTENT_ASA_SERIALIZATION Advanced storage area serialization error.
The Content Platform Engine encountered a serialization error while processing data related to an advanced storage area. This is an unexpected state.
-
CONTENT_CA_VALIDATION_FAILED_HANDLER
public static final ExceptionCode CONTENT_CA_VALIDATION_FAILED_HANDLER
FNRCC0273E
CONTENT_CA_VALIDATION_FAILED_HANDLER Content validation failed because an error was returned by the storage handler in the storage area: objId={0}; seqNo={1}; retrievalName={2}
Content validation failed because an error was returned by the storage handler.
-
CONTENT_FCP_ATMOS_ALTER_RETENTION_FAILED
public static final ExceptionCode CONTENT_FCP_ATMOS_ALTER_RETENTION_FAILED
FNRCC0274E
CONTENT_FCP_ATMOS_ALTER_RETENTION_FAILED Unable to update the retention on Atmos object {0}.
This exception is raised when an attempt to update the retention on an Atmos object to synchronize it with the retention value on the associated object in the Content Platform Engine server.
-
CONTENT_FCP_ATMOS_UNRECOGNIZED_DATE_FORMAT
public static final ExceptionCode CONTENT_FCP_ATMOS_UNRECOGNIZED_DATE_FORMAT
FNRCC0275E
CONTENT_FCP_ATMOS_UNRECOGNIZED_DATE_FORMAT Atmos returned a retention date value with an unrecognized format: {0}.
This exception is raised when a retention date returned by Atmos to the Content Platform Engine is not formatted as an ISO 8601 string value. This exception is very unlikely to occur.
-
CONTENT_FCP_ATMOS_GET_RETENTION_FAILED
public static final ExceptionCode CONTENT_FCP_ATMOS_GET_RETENTION_FAILED
FNRCC0276E
CONTENT_FCP_ATMOS_GET_RETENTION_FAILED Unable to retrieve the retention for Atmos object {0}.
This exception will occur when the Content Platform Engine (CPE) is retrieving the retention value on an existing object in Atmos in order to determine if the object can be updated or deleted.
-
CONTENT_ASA_LOOKUP_IDENTITY
public static final ExceptionCode CONTENT_ASA_LOOKUP_IDENTITY
FNRCC0277E
CONTENT_ASA_LOOKUP_IDENTITY Unable to retrieve the content identity for content object object_id, storage area area_id.
- object_id
- The object specified in the request.
- area_id
- The advanced storage area.
The Content Platform Engine was unable to retrieve the device-generated content identifier from the database.
-
CONTENT_ASA_UPDATE_AREA_ELEMENT_RETRY
public static final ExceptionCode CONTENT_ASA_UPDATE_AREA_ELEMENT_RETRY
FNRCC0278E
CONTENT_ASA_UPDATE_AREA_ELEMENT_RETRY Failed to update the Area Element table table after attempts attempts, content object object_id, storage area storage_area.
- table
- The Area Element table used by the CPE server.
- attempts
- The number of attempts.
- object_id
- The object being updated.
- storage_area
- The advanced storage area.
An advanced storage area queue sweep failed to update the area element table. The operation will be retried.
-
CONTENT_ASA_UPDATE_AREA_ELEMENT_COUNT
public static final ExceptionCode CONTENT_ASA_UPDATE_AREA_ELEMENT_COUNT
FNRCC0279E
CONTENT_ASA_UPDATE_AREA_ELEMENT_COUNT Failed to updated the correct number of rows in the Area Element table table, updated rows_updated, expected rows_expected, content object object_id.
- table
- The Area Element table used by the CPE server.
- rows_updated
- The number of rows that can be updated.
- rows_expected
- The expected number of rows to be updated.
- object_id
- The object being updated.
An advanced storage area queue sweep did not update the expected number of rows in the area element table. The update was rolled back and the operation will be retried.
-
CONTENT_ASA_QUERY_AREA_ELEMENT
public static final ExceptionCode CONTENT_ASA_QUERY_AREA_ELEMENT
FNRCC0280E
CONTENT_ASA_QUERY_AREA_ELEMENT Failed during query of Area Element table table.
- table
- The Area Element table used by the CPE server.
An advanced storage area queue sweep failed while querying the area element table. The operation will be retried.
-
CONTENT_ASA_LOAD_AREA_OBJECT
public static final ExceptionCode CONTENT_ASA_LOAD_AREA_OBJECT
FNRCC0281E
CONTENT_ASA_LOAD_AREA_OBJECT Failed to load the storage area object area_object.
- area_object
- The advanced storage area.
An advanced storage area queue sweep failed to load the advanced storage area object and cannot process the queue entries. The operation will be retried.
-
CONTENT_ASA_STREAM_TO_BUFFER
public static final ExceptionCode CONTENT_ASA_STREAM_TO_BUFFER
FNRCC0282E
CONTENT_ASA_STREAM_TO_BUFFER Failed to load input stream to memory buffer, buffer size buffer_size.
- buffer_size
- The size of the buffer.
An advanced storage area queue sweep failed to copy the content from an input stream to an in-memory buffer, the operation will be retried. This is an unexpected state.
-
CONTENT_ASA_STORAGE_DEVICE_EXISTENCE
public static final ExceptionCode CONTENT_ASA_STORAGE_DEVICE_EXISTENCE
FNRCC0283E
CONTENT_ASA_STORAGE_DEVICE_EXISTENCE Failed to determine if the storage device device_id exists in object store objectstore, message message.
- device_id
- The storage device.
- objectstore
- The object store associated with the device.
- message
- Message returned by Content Platform Engine.
The Content Platform Engine failed while attempting to load a storage device object.
-
CONTENT_ASA_DELETE_AREA_ELEMENT
public static final ExceptionCode CONTENT_ASA_DELETE_AREA_ELEMENT
FNRCC0284E
CONTENT_ASA_DELETE_AREA_ELEMENT Failed to delete rows from the Area Element table table object store objectstore.
- table
- The Area Element table used by the CPE server.
- objectstore
- The object store containing the table.
An advanced storage area queue sweep failed to delete a row or rows from the area element table. The operation will be retried.
-
CONTENT_ASA_INVALID_IDCACHE_FILE_VERSION
public static final ExceptionCode CONTENT_ASA_INVALID_IDCACHE_FILE_VERSION
FNRCC0285E
CONTENT_ASA_INVALID_IDCACHE_FILE_VERSION The content identifier cache file version is invalid for Object Store objectstore, expected expected_identifier, actual actual_identifier.
- objectstore
- The object store associated with the cache.
- expected_identifier
- The expected content identifier.
- actual_identifier
- The actural content identifier.
The Content Platform Engine encountered an invalid content identifier cache file on start up. The file will be ignored.
-
CONTENT_ASA_INVALID_IDCACHE_FILE_DATA
public static final ExceptionCode CONTENT_ASA_INVALID_IDCACHE_FILE_DATA
FNRCC0286E
CONTENT_ASA_INVALID_IDCACHE_FILE_DATA The content identifier cache file is invalid for Object Store objectstore, expected expected_identifier, actual actual_identifier.
- objectstore
- The object store associated with the cache.
- expected_identifier
- The expected content identifier.
- actual_identifier
- The actural content identifier.
The Content Platform Engine encountered an invalid content identifier cache file on start up. The file will be ignored.
-
CONTENT_ASA_INVALID_IDCACHE_FILE
public static final ExceptionCode CONTENT_ASA_INVALID_IDCACHE_FILE
FNRCC0287E
CONTENT_ASA_INVALID_IDCACHE_FILE The content identifier cache file is invalid for Object Store objectstore, exception exception.
- objectstore
- The object store associated with the cache.
- exception
- Exception encountered accessing the content identifier cache file.
The Content Platform Engine encountered an invalid content identifier cache file on start up. The file will be ignored.
-
CONTENT_ASA_REPLICATION_INVALID_SIZE
public static final ExceptionCode CONTENT_ASA_REPLICATION_INVALID_SIZE
FNRCC0288E
CONTENT_ASA_REPLICATION_INVALID_SIZE The size of the content is invalid after replication. Expected expected_size actual actual_size.
- expected_size
- The expected size of the content.
- actual_size
- The actual size of the content.
After replicating content, the Content Platform Engine examined the content size and determined the size was incorrect. The content with an invalid size will be deleted and recreated.
-
CONTENT_ASA_REPLICATION_VALIDATION_FAILED
public static final ExceptionCode CONTENT_ASA_REPLICATION_VALIDATION_FAILED
FNRCC0289E
CONTENT_ASA_REPLICATION_VALIDATION_FAILED The content failed validation after replication with validation status [val_status_code, val_status_message].
- val_status_code
- The validation status code.
- val_status_message
- The validation status message.
After replicating content, the newly created content failed the content validation step. The invalid content will be deleted and recreated.
-
CONTENT_ASA_INVALID_COUNTER_FILE_VERSION
public static final ExceptionCode CONTENT_ASA_INVALID_COUNTER_FILE_VERSION
FNRCC0290E
CONTENT_ASA_INVALID_COUNTER_FILE_VERSION The advanced area counters file version is invalid for Object Store objectstore, expected expected_version, actual actual_version.
- objectstore
- The object store associated with the advanced storage area.
- expected_version
- The expected version of the file.
- actual_version
- The actual version of the file.
The Content Platform Engine encountered an invalid counters cache file on start up. The file will be ignored.
-
CONTENT_ASA_INVALID_COUNTER_FILE_DATA
public static final ExceptionCode CONTENT_ASA_INVALID_COUNTER_FILE_DATA
FNRCC0291E
CONTENT_ASA_INVALID_COUNTER_FILE_DATA The advanced area counters file is invalid for Object Store objectstore, expected expected_data, actual actual_data.
- objectstore
- The object store associated with the advanced storage area.
- expected_data
- The expected data.
- actual_data
- The actual data.
The Content Platform Engine encountered an invalid counters cache file on start up. The file will be ignored.
-
CONTENT_ASA_INVALID_COUNTER_FILE
public static final ExceptionCode CONTENT_ASA_INVALID_COUNTER_FILE
FNRCC0292E
CONTENT_ASA_INVALID_COUNTER_FILE The advanced area counters file is invalid for Object Store objectstore, exception exception.
- objectstore
- The object store associated with the advanced storage area.
- exception
- The text of the exception that caused the failure.
The Content Platform Engine encountered an invalid counters cache file on start up. The file will be ignored.
-
CONTENT_ASA_UPLOAD_TIMEOUT
public static final ExceptionCode CONTENT_ASA_UPLOAD_TIMEOUT
FNRCC0293E
CONTENT_ASA_UPLOAD_TIMEOUT The long running content upload has been canceled after seconds seconds, content object object_id, storage area area_id.
- seconds
- The number of seconds that have elapsed.
- object_id
- The content element in the upload.
- area_id
- The advanced storage area.
Under normal conditions, there is no upper limit on the amount of time spent uploading content to an advanced storage area. In some cases, a very slow or malfunctioning storage device may cause a content upload to be timed out.
-
CONTENT_ASA_NULL_AUTHENTICATION_ADDRESS
public static final ExceptionCode CONTENT_ASA_NULL_AUTHENTICATION_ADDRESS
FNRCC0294E
CONTENT_ASA_NULL_AUTHENTICATION_ADDRESS The OpenStack authentication address [address] is invalid for device device_id.
- address
- The URL for the OpenStack authentication service.
- device_id
- The OpenStack storage device.
The authentication address in the configuration is incorrect.
-
CONTENT_ASA_NON_HTTPS_AUTHENTICATION_ADDRESS
public static final ExceptionCode CONTENT_ASA_NON_HTTPS_AUTHENTICATION_ADDRESS
FNRCC0295E
CONTENT_ASA_NON_HTTPS_AUTHENTICATION_ADDRESS The OpenStack authentication address [address] does not specify Hypertext Transfer Protocol Secure (HTTPS) for device device_id.
- address
- The URL for the OpenStack authentication service.
- device_id
- The OpenStack storage device.
The authentication address in the configuration specifies the wrong communications protocol.
-
CONTENT_CA_VALIDATION_FAILED_SIGNATURE
public static final ExceptionCode CONTENT_CA_VALIDATION_FAILED_SIGNATURE
FNRCC0296E
CONTENT_CA_VALIDATION_FAILED_SIGNATURE Content validation failed due to an invalid content signature, objId={0}; seqNo={1}; retrievalName={2}
-
CONTENT_ASA_SEGMENT_MISSING
public static final ExceptionCode CONTENT_ASA_SEGMENT_MISSING
FNRCC0297E
CONTENT_ASA_SEGMENT_MISSING Content segment segment is missing for content path content_path on storage device device_id.
- segment
- The zero based segment number.
- content_path
- The path to the content element.
- device_id
- The storage device.
A multi-segment content item is missing a segment object and cannot be retrieved.
-
CONTENT_ASA_REPLICATION_FAILED
public static final ExceptionCode CONTENT_ASA_REPLICATION_FAILED
FNRCC0298E
CONTENT_ASA_REPLICATION_FAILED Content replication failed to one or more replicas with the following failure(s): failure.
- failure
- The failure(s) returned to the CPE server.
A failure was encountered replicating content. The operation will be retried.
-
CONTENT_ASA_UNEXPECTED_FILE_OR_DIRECTORY
public static final ExceptionCode CONTENT_ASA_UNEXPECTED_FILE_OR_DIRECTORY
FNRCC0299E
CONTENT_ASA_UNEXPECTED_FILE_OR_DIRECTORY The root directory [root] of the file system storage device contains an unexpected pre-existing file or directory [file_or_dir].
- root
- The root directory of the device.
- file_or_dir
- The unexpected file or directory on the file system storage device.
The root directory of a file system storage device should be empty when creating the device.
-
CONTENT_FCP_ISILON_ADAPTOR_SESSION_OP_FAILED
public static final ExceptionCode CONTENT_FCP_ISILON_ADAPTOR_SESSION_OP_FAILED
FNRCC0300E
CONTENT_FCP_ISILON_ADAPTOR_SESSION_OP_FAILED Failed to operation a session for extended authentication.
- operation
- Session operation that failed - "create", "refresh", or "terminate". Create grants a session token. Refresh refreshes a token that's about to expire. Terminate requests that the Isilon storage server discard the session.
The nested exception (caused by) shows the cause of the failure.
-
CONTENT_FCP_ISILON_ADAPTOR_VALIDATION_FAILED
public static final ExceptionCode CONTENT_FCP_ISILON_ADAPTOR_VALIDATION_FAILED
FNRCC0301E
CONTENT_FCP_ISILON_ADAPTOR_VALIDATION_FAILED Failed to validate fixed content device fcd_name: cause
- fcd_name
- Name of fixed content device.
- cause
- Cause of the failure.
When the fixed content device (FCD) is either being created or updated, the validation checks for the device connection URL format, and that other device configuration parameters are valid. It also checks that the namespace addressed by the URL is valid in the following ways: RESTful access to the namespace is enabled, the namespace is not used by another Isilon FCD, proper access has been granted to the user, and the namespace is a SmartLock directory (supports retention). The nested exception (caused by) shows the cause of the failure.
-
CONTENT_FCP_ISILON_ADAPTOR_PRECREATE_DIRECTORIES_FAILED
public static final ExceptionCode CONTENT_FCP_ISILON_ADAPTOR_PRECREATE_DIRECTORIES_FAILED
FNRCC0302E
CONTENT_FCP_ISILON_ADAPTOR_PRECREATE_DIRECTORIES_FAILED Failed to pre-create directory structure for fixed content device fcd_name: cause
- fcd_name
- Name of fixed content device.
- cause
- Cause of the failure.
A directory structure, large or small as defined in the fixed content device (FCD) configuration, is created when the FCD is first used by a fixed storage area. The nested exception (caused by) shows the cause of the failure.
-
CONTENT_FCP_ISILON_ADAPTOR_DEVICE_FILE_OP_FAILED
public static final ExceptionCode CONTENT_FCP_ISILON_ADAPTOR_DEVICE_FILE_OP_FAILED
FNRCC0303E
CONTENT_FCP_ISILON_ADAPTOR_DEVICE_FILE_OP_FAILED Failed to operation device file for fixed content device fcd_name: cause
- operation
- The create or validate operation.
- fcd_name
- Name of fixed content device.
- cause
- Cause of the failure.
A device signature file (device.txt) cannot be created or validated. A device signature file is created or updated at the root of the namespace when a fixed content device (FCD) is first created, when the FCD is associated to a fixed storage area, or after directory pre-creation has completed successfully. This exception is thrown when the FCD is unable to create the device signature file on the namespace referenced by the URL, or the device signature file is missing or contains invalid data.
-
CONTENT_FCP_ISILON_REST_METHOD_FAILED
public static final ExceptionCode CONTENT_FCP_ISILON_REST_METHOD_FAILED
FNRCC0304E
CONTENT_FCP_ISILON_REST_METHOD_FAILED The Isilon RESTFul [method] method has failed.
- method
- REST API method that failed - "POST", "GET", "PUT", or "DELETE".
The extended context of the exception provides the following extra information: the fixed content device (FCD) name, the URL used in the REST method call, the user name, and a message stating the root cause, or the REST response code and message.
-
CONTENT_STREAM_POSITION_FAILED
public static final ExceptionCode CONTENT_STREAM_POSITION_FAILED
FNRCC0305E
CONTENT_STREAM_POSITION_FAILED Unable to set the stream position from offset {0} to offset {1}.
The Content Platform Engine server was unable to change the offset of the content being retrieved to the requested offset.
-
CONTENT_CACHE_VERSION_FILE_CREATION_FAILED
public static final ExceptionCode CONTENT_CACHE_VERSION_FILE_CREATION_FAILED
FNRCC0306E
CONTENT_CACHE_VERSION_FILE_CREATION_FAILED Failed to create the version file for Content Cache Area {0}, Id={1}.
-
CONTENT_ASA_REST_SET_64BIT_FIXED_LENGTH_STREAMING_MODE
public static final ExceptionCode CONTENT_ASA_REST_SET_64BIT_FIXED_LENGTH_STREAMING_MODE
FNRCC0307E
CONTENT_ASA_REST_SET_64BIT_FIXED_LENGTH_STREAMING_MODE Failed attempting to call the 64-bit version of Set Fixed Length Streaming Mode via reflection. Content length [content_length].
- content_length
- Size of the source content.
The source content is larger than 2GB, but the version of the JVM in use by the application server hosting the Content Platform Engine (CPE) does not support 64-bit fixed streaming mode.
-
CONTENT_FCA_CACHE_STAKE_FILE_INVALID_ID
public static final ExceptionCode CONTENT_FCA_CACHE_STAKE_FILE_INVALID_ID
FNRCC0308E
CONTENT_FCA_CACHE_STAKE_FILE_INVALID_ID The cache area Id {0} stored in stake file {1} does not match the actual cache area Id {2}
-
CONTENT_CA_VALIDATION_FAILED_UNREACHABLE
public static final ExceptionCode CONTENT_CA_VALIDATION_FAILED_UNREACHABLE
FNRCC0309E
CONTENT_CA_VALIDATION_FAILED_UNREACHABLE Content validation failed due to an unreachable storage device, objId={0}; seqNo={1}; retrievalName={2}
-
CONVERSION_HANDLER_THREW
public static final ExceptionCode CONVERSION_HANDLER_THREW
FNRCN0001E
CONVERSION_HANDLER_THREW An exception occurred in the content conversion handler.
-
CONVERSION_HANDLER_NOT_FOUND
public static final ExceptionCode CONVERSION_HANDLER_NOT_FOUND
FNRCN0002E
CONVERSION_HANDLER_NOT_FOUND Content conversion handler capable of converting content from {0} to {1} could not be found.
-
CONTENT_CONVERSION_SETTINGS_NOT_FOUND
public static final ExceptionCode CONTENT_CONVERSION_SETTINGS_NOT_FOUND
FNRCN0003E
CONTENT_CONVERSION_SETTINGS_NOT_FOUND An RmsTranscriptionSettings property must be set on a Transcription Sweep Job, sweep job {0} does not have an RmsTranscriptionSettings property.
-
CONTENT_CONVERSION_CAN_NOT_RESUME
public static final ExceptionCode CONTENT_CONVERSION_CAN_NOT_RESUME
FNRCN0004E
CONTENT_CONVERSION_CAN_NOT_RESUME The Content Platform Engine server cannot resume the content conversion operation, the content conversion settings class is {0}.
The conversion handler that was available when the conversion operation was previously submitted is no longer available.
-
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 An incompatible data type from the expected data type was encountered: badDatatype
- badDatatype
- The class of the unexpected data type.
The indicated data type is either null or incompatible with the expected data type. The system encountered a data type that was not expected. This condition can occur when the server is attempting to bind a property value to a database column type and the property value is either null or of a data type that is incompatible with the expected data type.
-
DB_BAD_INPUT_BINDING_INDEX
public static final ExceptionCode DB_BAD_INPUT_BINDING_INDEX
FNRCD0004E
DB_BAD_INPUT_BINDING_INDEX The index into the 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. 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. 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.
-
DB_COLUMN_DATATYPE_NOT_SUPPORTED
public static final ExceptionCode DB_COLUMN_DATATYPE_NOT_SUPPORTED
FNRCD0028E
DB_COLUMN_DATATYPE_NOT_SUPPORTED A column''s datatype is not supported in the context of the database operation.
A column's datatype is not supported in the context of the database operation.
-
DB_INVALID_INDEX_CREATION
public static final ExceptionCode DB_INVALID_INDEX_CREATION
FNRCD0029E
DB_INVALID_INDEX_CREATION Non-keyed columns are not permitted in expression-based indexes on DB2 for z/OS. Set CmIndexDefinition.ForceCaseInsensitiveSearch to FALSE or set a SortOrder value other than NONE to every indexed column when creating the index definition.
The INCLUDE clause is not permitted.
-
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.
The operation being performed requires access rights that the requestor does not have. This operation can be a simple operation such as setting the value of a read-only or settable-only-on-create property or it can be a more complex operation such as a save operation that triggers other updates.
-
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 a forward or reverse slash character. An ID must match the GUID format, including braces. A name must 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 propId is not valid for class className.
- propId
- The identifier of the invalid property.
- className
- The name of the class on which the property was found.
A property that is not considered to be on the given class has been referenced. This error can occur because of a stale metadata cache or an application error. In multi-server configurations, it can take up to two minutes for caches to be updated on other servers following metadata authoring operations.
-
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.
The server has discovered a uniqueness constraint violation. This error can occur due to a server-imposed uniqueness constraint (for example, no two class definitions can have the same SymbolicName values) or a database-imposed constraint of a unique index (for example, no folder can have contained items with the same names).
-
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.
The item cannot be found, either because it does not exist or it has been deleted.
-
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.
This exception is thrown as a general case when an unexpected non-Content Platform Error exception has been encountered.
-
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.
This exception occurs when the time taken to perform a read operation against the database has been exceeded. In some cases there can be multiple operations performed in which the overall time has exceeded a predefined limit. This exception might indicate that query optimization is required (for example, additional indexes might be required).
-
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.
This exception occurs when the Content Platform Engine server or client API receives an unexpected exception from third-party code.
-
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 failure has occurred due to an invalid state or timeout.
This error is typically caused by a problem occurring during a commit or a rollback of the transaction due to an invalid state. This error can also occur due to other invalid state and timeout scenarios.
-
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.
-
E_TRANSACTION_STATE_UNKNOWN
public static final ExceptionCode E_TRANSACTION_STATE_UNKNOWN
FNRCE0086E
E_TRANSACTION_STATE_UNKNOWN Transaction state unknown, typically due to network error or timeout. The transaction may have been committed before network error happens.
The queue item retry maybe turned off using JVM arg "-Dcom.filenet.engine.queueitem.RetryIndoubtTransaction=false".
-
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} times 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 An attempt was made to create a FileNet P8 domain when the Content Platform Engine server has detected that another domain already exists.
If a FileNet P8 domain already exists, another FileNet P8 domain cannot be created in its place.
-
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 An operation is being performed that assumes the existence of a FileNet P8 domain, but the domain does not exist.
This exception typically occurs when the system is starting up and various background tasks (and potentially user requests) are attempting to use the server prior to the creation of the FileNet P8 domain.
-
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 state of the GCD was found to be inconsistent. Contact your FileNet P8 administrator.
- The server has detected an inconsistent state within the GCD or during the operation of the server. This error can occur if there are data issues within the GCD or operational issues relating to unexpected or missing context.
-
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 in its place. All update operations will be disallowed until database availability has been restored.
The Content Platform Engine server has determined that the GCD database is not currently available and has transitioned into a file fallback mode where only read operations are permitted.
-
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 database column is defined for property '{0}' on class '{1}'. Either the property is not defined as a persistent property or its column definition does not exist.
A persistent property must have an entry defined in the ColumnDefinition table in the database.
-
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 IBM Knowledge 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 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 An exception occurred during a read of the RenditionEngineConnection.
-
PUBLISH_READING_PR_PUBLISHINGSTATUS_THREW
public static final ExceptionCode PUBLISH_READING_PR_PUBLISHINGSTATUS_THREW
FNRCU0006E
PUBLISH_READING_PR_PUBLISHINGSTATUS_THREW An exception occurred during a read of the PublishRequest.PublishingStatus.
-
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 or was not found.
The ID, name, or path of the object being retrieved was either null, not found, or 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 data types. Near position: {0}.
An attempt was made to compare dissimilar data types in a search expression, which is not allowed.
-
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}.
During a search, 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.
-
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 The path "path_name" does not start with the required forward or reverse slash.
- path_name
- The candidate path name passed in by the calling application.
A path must start with a forward or reverse slash character. 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 an SQL query or filter expression at line {0}, position {1}. Read "{2}" but expected {3}. The original query was: {4}.
There was a syntax error in an 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 Platform Engine was not allowed because the request was made anonymously instead of by an authenticated user.
The Content Platform Engine request failed because access requires that the request be made by an authenticated user and not 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 One or more Content Engine directory configurations are missing or invalid.
This error is unrecoverable (fatal) and can be caused by one of the following scenarios: 1. The GCD does not have any defined directory configurations. 2. A directory configuration has an unrecognized LDAP provider. 3. The host field of a directory configuration is either empty or it has a port number but not a host name. 4. In a directory configuration, the port number field of a directory server or the GCD is empty. 5. In a directory configuration, a mandatory LDAP attribute such as objectClass is either missing or is not accessible to the LDAP bind user. 6. An unexpected exception occurred when Content Engine validated the directory configurations.
-
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.
-
SECURITY_BAD_DOMAIN_REALM
public static final ExceptionCode SECURITY_BAD_DOMAIN_REALM
FNRCS0069E
SECURITY_BAD_DOMAIN_REALM A user {0} from realm {1} tried to access domain {2} but that realm is not allowed by that domain.
-
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 aString
representation of the exception (using the default locale). This method is thread safe.- Parameters:
args
- AnObject
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 aString
representation of the exception using the specified locale. This method is thread safe.- Parameters:
le
- ALocale
object specifying the locale to use for the exception.args
- AnObject
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 theExceptionCode
object referenced by the specified resource key (ExceptionCode
field name). This method is thread safe.- Parameters:
key
- AString
containing the resource key (field name) for the exception.- Returns:
- The
ExceptionCode
object containing the resource key specified.
-
-