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.SerializableEnumerates 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 ExceptionCodeAPI_AFTER_LAST_PAGE_ELEMENTFNRCA0001E
API_AFTER_LAST_PAGE_ELEMENT An attempt was made to get the current page or element count before moving past the last page.
static ExceptionCodeAPI_BEFORE_FIRST_PAGE_ELEMENTFNRCA0002E
API_BEFORE_FIRST_PAGE_ELEMENT An attempt was made to get the current page or element count before moving to the first page.
static ExceptionCodeAPI_BEFORE_NEXT_PAGE_ELEMENTFNRCA0003E
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 ExceptionCodeAPI_CHECKPOINT_UNSUPPORTEDFNRCA0037E
API_CHECKPOINT_UNSUPPORTED The PageIterator does not support PageIterator checkpoints.
static ExceptionCodeAPI_CONFLICTING_CLIENT_CONTEXTFNRCA0036E
API_CONFLICTING_CLIENT_CONTEXT The call to methodName is not permitted because a conflicting client context has already been established.
static ExceptionCodeAPI_CONTENT_STREAM_TO_BYTES_SIZE_MISMATCHFNRCA0044E
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 ExceptionCodeAPI_CRCL_CONFIGFNRCA0041E
API_CRCL_CONFIG There was a configuration problem related to Cross-Release ClassLoading.
static ExceptionCodeAPI_CRCL_REFLECTION_FAILFNRCA0042E
API_CRCL_REFLECTION_FAIL An exception was thrown during an attempted reflection call.
static ExceptionCodeAPI_CRCL_REFLECTION_NOSUCHFNRCA0043E
API_CRCL_REFLECTION_NOSUCH A method or constructor could not be found.
static ExceptionCodeAPI_EMPTY_BATCHFNRCA0004E
API_EMPTY_BATCH There are no objects in this batch to process.
static ExceptionCodeAPI_EXPECTED_UNEVALUATED_STATEFNRCA0005E
API_EXPECTED_UNEVALUATED_STATE The property propName must be in an unevaluated state propNameThe name of the property
static ExceptionCodeAPI_EXTENDED_STREAM_INVALID_POSITIONFNRCA0046E
API_EXTENDED_STREAM_INVALID_POSITION The input stream cannot be set to a position less than zero.
static ExceptionCodeAPI_EXTENDED_STREAM_SIZE_UNAVAILABLEFNRCA0045E
API_EXTENDED_STREAM_SIZE_UNAVAILABLE Content size is unavailable.
static ExceptionCodeAPI_FETCH_MERGE_PROPERTY_ERRORFNRCA0006E
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 ExceptionCodeAPI_FROM_INIT_OR_QUERY_STRING_NOT_SETFNRCA0007E
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 ExceptionCodeAPI_FROM_INIT_VALUE_NOT_SETFNRCA0008E
API_FROM_INIT_VALUE_NOT_SET The setFromClauseInitialValue method must be called before an additional join using this method can be added.
static ExceptionCodeAPI_INDEX_OUT_OF_BOUNDSFNRCA0009E
API_INDEX_OUT_OF_BOUNDS The specified index is outside the bounds of the collection.
static ExceptionCodeAPI_INITIALIZEDFNRCA0010E
API_INITIALIZED The API may only be initialized once and is already initialized.
static ExceptionCodeAPI_INVALID_CONFIGURATION_PARAMETERFNRCA0011E
API_INVALID_CONFIGURATION_PARAMETER Invalid configuration parameter: parmName.
static ExceptionCodeAPI_INVALID_CONNECTION_PARAMETERFNRCA0012E
API_INVALID_CONNECTION_PARAMETER Invalid connection parameter: parmName.
static ExceptionCodeAPI_INVALID_METADATA_CACHE_PARAMETERDeprecated.This exception code is not used as of CE 4.5.1static ExceptionCodeAPI_INVALID_PROPERTY_TYPEFNRCA0014E
API_INVALID_PROPERTY_TYPE Invalid property type requestedType expected actualType.
static ExceptionCodeAPI_INVALID_URIFNRCA0015E
API_INVALID_URI An invalid URI was found for connection {0}.
static ExceptionCodeAPI_J2EE_UTIL_INIT_FAILEDFNRCA0016E
API_J2EE_UTIL_INIT_FAILED Failed to initialize the J2EE util class.
static ExceptionCodeAPI_METHOD_NO_DEPENDENT_SUPPORTFNRCA0017E
API_METHOD_NO_DEPENDENT_SUPPORT The use of method methodName is not supported for dependent objects objectType.
static ExceptionCodeAPI_MULTIPLY_FILED_IN_FOLDERFNRCA0018E
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 ExceptionCodeAPI_NO_CONTENT_ELEMENTSDeprecated.This exception code is not used as of CE 4.5.1static ExceptionCodeAPI_NOT_A_CONTENT_TRANSFERFNRCA0019E
API_NOT_A_CONTENT_TRANSFER The referenced ContentElement, element, is not a ContentTransfer.
static ExceptionCodeAPI_NOT_A_RESERVATIONFNRCA0020E
API_NOT_A_RESERVATION This operation requires a reservation object.
static ExceptionCodeAPI_NOT_FILED_IN_FOLDERFNRCA0021E
API_NOT_FILED_IN_FOLDER The specified containee is not filed in this folder.
static ExceptionCodeAPI_PROPERTY_FETCH_FAILEDFNRCA0023E
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 ExceptionCodeAPI_PROPERTY_NOT_IN_CACHEFNRCA0024E
API_PROPERTY_NOT_IN_CACHE The {0} property was not found in the properties collection.
static ExceptionCodeAPI_PROPERTY_TEMPLATE_NOT_FOUNDFNRCA0025E
API_PROPERTY_TEMPLATE_NOT_FOUND The PropertyTemplate template not found in the property template collection.
static ExceptionCodeAPI_READ_ONLY_COLLECTIONDeprecated.This exception code is not used as of CE 4.5.1static ExceptionCodeAPI_REMOTE_JB6EAP_BAD_CONNECTION_URIFNRCA0040E
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 ExceptionCodeAPI_REMOTE_JB6EAP_EJB_CONTEXT_FAILEDFNRCA0039E
API_REMOTE_JB6EAP_EJB_CONTEXT_FAILED The EJB Context lookup on a JBoss EAP 6 remote client failed.
static ExceptionCodeAPI_SAVE_BEFORE_REFRESHDeprecated.This exception code is not used as of CE 4.5.1static ExceptionCodeAPI_SEARCH_REQUIRED_VALUES_NULLFNRCA0038E
API_SEARCH_REQUIRED_VALUES_NULL Required parameters for a Stored Search query are null.
static ExceptionCodeAPI_SESSION_CLASS_NOT_FOUNDDeprecated.This exception code is not used as of CE 4.5.1static ExceptionCodeAPI_SESSION_NOT_IMPL_CORRECTLYFNRCA0029E
API_SESSION_NOT_IMPL_CORRECTLY The internal session class className, used to communicate with the server, is not implemented correctly.
static ExceptionCodeAPI_SESSION_NOT_SETDeprecated.This exception code is not used as of CE 4.5.1static ExceptionCodeAPI_UNABLE_TO_USE_CONNECTIONFNRCA0031E
API_UNABLE_TO_USE_CONNECTION The URI for server communication cannot be determined from the connection object {0}.
static ExceptionCodeAPI_UNEXPECTED_JNDI_ERRORFNRCA0032E
API_UNEXPECTED_JNDI_ERROR The JNDI cannot be accessed.
static ExceptionCodeAPI_UNSUPPORTED_API_CLASSFNRCA0033E
API_UNSUPPORTED_API_CLASS The indicated API class className is not supported.
static ExceptionCodeAPI_UNSUPPORTED_PROPERTY_TYPEFNRCA0034E
API_UNSUPPORTED_PROPERTY_TYPE An attempt was made to put a property value into the properties collection using a generic Java Object.
static ExceptionCodeCBR_CANT_WRITE_CONTENT_FILEFNRCB0003E
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 ExceptionCodeCBR_DIALECT_NOT_SUPPORTEDFNRCB0027E
CBR_DIALECT_NOT_SUPPORTED The full text query dialect '{0}' is not supported in the current configuration.
static ExceptionCodeCBR_EMPTY_SEARCH_CRITERIAFNRCB0050E
CBR_EMPTY_SEARCH_CRITERIA Content Engine could not run a query because the SQL statement for the query is not valid.
static ExceptionCodeCBR_ERROR_GETTING_CONTENT_FILEFNRCB0033E
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 ExceptionCodeCBR_ES_ANALYZER_NOT_SETFNRCB0116E
CBR_ES_ANALYZER_NOT_SET Content Engine cannot enable Text Search because the Analyzers property is not set on the Object Store.
static ExceptionCodeCBR_ES_CANNOT_CONNECT_TO_CLUSTERFNRCB0111E
CBR_ES_CANNOT_CONNECT_TO_CLUSTER The Content Engine server cannot connect to the Elastic Search Cluster node_names located on host {1}.
static ExceptionCodeCBR_ES_CANNOT_DELETE_CLUSTERFNRCB0123E
CBR_ES_CANNOT_DELETE_CLUSTER The Content Engine server cannot delete the Elastic Search Cluster cluster_name until all Elasticsearch Index Areas have been deleted.
static ExceptionCodeCBR_ES_CANNOT_INITIATE_ALTER_INDEXFNRCB0128E
CBR_ES_CANNOT_INITIATE_ALTER_INDEX The Elastic Search Index index_name alter operation could not be initiated since another alter operation is in progress.
static ExceptionCodeCBR_ES_CLUSTER_NO_ANALYZERSFNRCB0118E
CBR_ES_CLUSTER_NO_ANALYZERS The Elastic Search Cluster contains no Analyzers.
static ExceptionCodeCBR_ES_HTTP_REST_API_EXCEPTIONFNRCB0103E
CBR_ES_HTTP_REST_API_EXCEPTION The Elasticsearch HTTP REST method (rest_method) failed for URL url.
static ExceptionCodeCBR_ES_INDEX_CONVERT_STREAM_ERRORFNRCB0105E
CBR_ES_INDEX_CONVERT_STREAM_ERROR Elasticsearch indexing failed to convert content input stream to string for object id object_id.
static ExceptionCodeCBR_ES_INDEX_NOT_CREATEDFNRCB0126E
CBR_ES_INDEX_NOT_CREATED The Elastic Search Index index_name has not yet been created, submit at least one object for indexing before altering the index settings.
static ExceptionCodeCBR_ES_INDEX_READ_STREAM_ERRORFNRCB0104E
CBR_ES_INDEX_READ_STREAM_ERROR Elasticsearch indexing failed to read content input stream for object id object_id.
static ExceptionCodeCBR_ES_INDEXING_ANALYZER_ERRORFNRCB0114E
CBR_ES_INDEXING_ANALYZER_ERROR Content Engine did not save the supplied value for the Analyzers property because there is no Elastic Search Index Area.
static ExceptionCodeCBR_ES_INDEXING_ANALYZER_VALIDATION_FAILEDFNRCB0115E
CBR_ES_INDEXING_ANALYZER_VALIDATION_FAILED Content Engine did not save the entered "{0}" value for the Analyzer property because it was not validated by IBM Content Engine.
static ExceptionCodeCBR_ES_INVALID_ALTER_INDEXFNRCB0127E
CBR_ES_INVALID_ALTER_INDEX The Elastic Search Index index_name settings cannot be altered due to the supplied combination of IndexShards, IndexReplicas, and MaximumResultsWindow properties being invalid.
static ExceptionCodeCBR_ES_INVALID_NODE_NAMESFNRCB0110E
CBR_ES_INVALID_NODE_NAMES The node names parameter for the Elastic Search Cluster [cluster_name] are invalid or missing.
static ExceptionCodeCBR_ES_NO_CLUSTERFNRCB0112E
CBR_ES_NO_CLUSTER There is no Elastic Search Cluster in the Domain.
static ExceptionCodeCBR_ES_NO_INDEX_AREAFNRCB0120E
CBR_ES_NO_INDEX_AREA Elastic Search indexing cannot be enabled since there is no Elastic Search Index Area for the object store "{0}".
static ExceptionCodeCBR_ES_NULL_ANALYZERSFNRCB0119E
CBR_ES_NULL_ANALYZERS One or more values must be set for the Analyzers property when Elastic Search indexing is enabled on the object store.
static ExceptionCodeCBR_ES_PARSE_CONTINUATION_ERRORFNRCB0108E
CBR_ES_PARSE_CONTINUATION_ERROR Elasticsearch query failed to parse the continuation continuation.
static ExceptionCodeCBR_ES_PARSE_JSON_RESPONSE_ERRORFNRCB0109E
CBR_ES_PARSE_JSON_RESPONSE_ERROR Elasticsearch failed to parse json response for response_type.
static ExceptionCodeCBR_ES_POINT_IN_TIME_SEARCH_NOT_SUPPORTEDFNRCB0124E
CBR_ES_POINT_IN_TIME_SEARCH_NOT_SUPPORTED Paged CBR query with rank order terminated because the Elastic Search Cluster cluster_name does not support point in time search.
static ExceptionCodeCBR_ES_REST_API_ERRORFNRCB0102E
CBR_ES_REST_API_ERROR The Elasticsearch REST API call (api_method) failed with error code error_code for URL response.
static ExceptionCodeCBR_ES_RESYNC_JOB_NOT_SUPPORTEDFNRCB0122E
CBR_ES_RESYNC_JOB_NOT_SUPPORTED Elastic Search does not support index resync job items.
static ExceptionCodeCBR_ES_UNEXPECTED_BEGIN_END_BATCHFNRCB0106E
CBR_ES_UNEXPECTED_BEGIN_END_BATCH Elasticsearch indexing received an unexpected and out of sequence begin_end_marker batch marker.
static ExceptionCodeCBR_ES_UNEXPECTED_CONTINUATIONFNRCB0107E
CBR_ES_UNEXPECTED_CONTINUATION Elasticsearch query received an unexpected continuation continuation for a non-continuation query.
static ExceptionCodeCBR_ES_UNSUPPORTED_VERSIONFNRCB0121E
CBR_ES_UNSUPPORTED_VERSION The Elastic Search Cluster software version [version_number] is not supported.
static ExceptionCodeCBR_FULLTEXTROWLIMIT_EXCEEDEDFNRCB0024E
CBR_FULLTEXTROWLIMIT_EXCEEDED The FullTextRowLimit has been exceeded.
static ExceptionCodeCBR_INDEX_BAD_OBJECT_STOREFNRCB0007E
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 ExceptionCodeCBR_INDEX_NON_REPOSITORY_OBJECTFNRCB0006E
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 ExceptionCodeCBR_INSO_INSTALL_BINARY_NOT_FOUNDFNRCB0030E
CBR_INSO_INSTALL_BINARY_NOT_FOUND INSO binaries files not found
static ExceptionCodeCBR_INSO_INSTALL_ERRORFNRCB0029E
CBR_INSO_INSTALL_ERROR An error was detected while installing INSO binaries
static ExceptionCodeCBR_INVALID_SEARCHFNRCB0055E
CBR_INVALID_SEARCH Content Engine cannot run a query because the following invalid dialect was passed to the CONTAINS function: search_dialect.
static ExceptionCodeCBR_INVALID_SEARCH_DIALECTFNRCB0049E
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 ExceptionCodeCBR_LOAD_TRANSLATORS_EXCEPTIONFNRCB0026E
CBR_LOAD_TRANSLATORS_EXCEPTION An exception occurred while attempting to load translation providers.
static ExceptionCodeCBR_MIGRATION_JOB_ABORT_NOT_ALLOWEDFNRCB0066E
CBR_MIGRATION_JOB_ABORT_NOT_ALLOWED Content Engine could not stop migration index job index_job_id.
static ExceptionCodeCBR_MIGRATION_JOB_DELETE_NOT_ALLOWEDFNRCB0065E
CBR_MIGRATION_JOB_DELETE_NOT_ALLOWED Content Engine could not delete migration index job index_job_id.
static ExceptionCodeCBR_NO_FILENAME_FOR_CONTENTFNRCB0005E
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 ExceptionCodeCBR_NO_INDEX_AREA_AVAILABLEFNRCB0009E
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 ExceptionCodeCBR_NO_INDEX_SERVER_AVAILABLEFNRCB0010E
CBR_NO_INDEX_SERVER_AVAILABLE No index server is available to handle full text indexing requests on IndexArea {0}, ObjectStore {1}
static ExceptionCodeCBR_NO_TEXT_SEARCH_SERVER_FOR_SEARCHFNRCB0034E
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 ExceptionCodeCBR_NOT_INDEXABLEFNRCB0008E
CBR_NOT_INDEXABLE Item to full text index with array element #{0} is not indexable.
static ExceptionCodeCBR_NOT_INDEXEDFNRCB0025E
CBR_NOT_INDEXED Documents submitted to be indexed were not processed (request will be retried).
static ExceptionCodeCBR_QUERY_PARSE_ERRORFNRCB0028E
CBR_QUERY_PARSE_ERROR An error was detected while parsing the {0} full-text query.
static ExceptionCodeCBR_TEXT_PREPROCESSOR_DEF_ONE_XML_ALLOWEDFNRCB0097E
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 ExceptionCodeCBR_TEXT_PREPROCESSOR_EXTRACT_RETRYFNRCB0099E
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 ExceptionCodeCBR_TEXT_PREPROCESSOR_INVALID_OUTPUT_TYPEFNRCB0096E
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 ExceptionCodeCBR_TS_ACCESSING_COLLECTION_FAILEDFNRCB0084E
CBR_TS_ACCESSING_COLLECTION_FAILED The IBM Content Search Services server failed to access the index on the file system.
static ExceptionCodeCBR_TS_ACCESSING_INDEX_FAILEDFNRCB0035E
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 ExceptionCodeCBR_TS_ACCESSING_TEXT_SEARCH_SERVER_FAILEDFNRCB0036E
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 ExceptionCodeCBR_TS_ADMIN_ACTION_FAILED_EXCEPTIONFNRCB0039E
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 ExceptionCodeCBR_TS_BATCH_FAILEDFNRCB0057E
CBR_TS_BATCH_FAILED The batch operation for indexing objects to IBM Content Search Services has failed.
static ExceptionCodeCBR_TS_CANNOT_CONNECT_TO_SERVERFNRCB0047E
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 ExceptionCodeCBR_TS_CANNOT_CREATE_INDEX_IN_INDEX_AREAFNRCB0063E
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 ExceptionCodeCBR_TS_COST_ESTIMATION_QUERY_TIMEOUTFNRCB0092E
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 ExceptionCodeCBR_TS_DEFER_INDEXINGFNRCB0062E
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 ExceptionCodeCBR_TS_DEFER_INDEXING_REBALANCINGFNRCB0085E
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 ExceptionCodeCBR_TS_EXEC_SEARCH_QUERY_FAILEDFNRCB0037E
CBR_TS_EXEC_SEARCH_QUERY_FAILED An IBM Content Search Services server could not run the following full-text search: search_expression.
static ExceptionCodeCBR_TS_EXTRACTION_TIMEOUTFNRCB0100E
CBR_TS_EXTRACTION_TIMEOUT An indexing operation was stopped because text extraction timed out after textextraction_timeout seconds.
static ExceptionCodeCBR_TS_INDEX_AREA_ROOT_DIRECTORY_VALIDATION_FAILEDFNRCB0083E
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 ExceptionCodeCBR_TS_INDEX_CREATE_FAILEDFNRCB0038E
CBR_TS_INDEX_CREATE_FAILED An IBM Content Search Services server could not create an index.
static ExceptionCodeCBR_TS_INDEX_CTORFNRCB0043E
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 ExceptionCodeCBR_TS_INDEX_DATA_DELETE_FAILEDFNRCB0072E
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 ExceptionCodeCBR_TS_INDEX_DELETE_FAILEDFNRCB0068E
CBR_TS_INDEX_DELETE_FAILED An IBM Content Search Services server could not delete an index.
static ExceptionCodeCBR_TS_INDEX_EXCEEDS_MAX_INDEXED_OBJECTSFNRCB0053E
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 ExceptionCodeCBR_TS_INDEX_EXCEEDS_MAX_SIZEFNRCB0052E
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 ExceptionCodeCBR_TS_INDEXING_ABORTEDFNRCB0058E
CBR_TS_INDEXING_ABORTED The IBM Content Search Services indexing operation for indexation ID indexation_id, index path index_path has stopped.
static ExceptionCodeCBR_TS_INDEXING_FAILED_EXCEPTIONFNRCB0040E
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 ExceptionCodeCBR_TS_INDEXING_FAILED_TEMPFILE_EXCEPTIONFNRCB0101E
CBR_TS_INDEXING_FAILED_TEMPFILE_EXCEPTION An IBM Content Search Services server could not complete an indexing operation for index index_name for the server that runs on the {1}:{2} host and port.
static ExceptionCodeCBR_TS_INDEXING_HAS_TIMEDOUTFNRCB0093E
CBR_TS_INDEXING_HAS_TIMEDOUT An indexing operation has been terminated because an index batch timeout occurred.
static ExceptionCodeCBR_TS_INDEXING_LANGUAGE_ERRORFNRCB0113E
CBR_TS_INDEXING_LANGUAGE_ERROR Content Engine did not save the supplied value for the Indexing Language property because there is no Text Search Index Area.
static ExceptionCodeCBR_TS_INDEXING_LANGUAGE_FAILED_NO_INDEXAREAFNRCB0125E
CBR_TS_INDEXING_LANGUAGE_FAILED_NO_INDEXAREA Content Engine did not save the entered "{0}" value for the Indexing Language property, it was not validated by IBM Content Search Services either because no Content Search Services server is running or no index area has been created.
static ExceptionCodeCBR_TS_INDEXING_LANGUAGE_NOT_SETFNRCB0080E
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 ExceptionCodeCBR_TS_INDEXING_LANGUAGE_NULLFNRCB0090E
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 ExceptionCodeCBR_TS_INDEXING_LANGUAGE_VALIDATION_FAILEDFNRCB0073E
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 ExceptionCodeCBR_TS_INDEXING_TIMEOUTFNRCB0059E
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 ExceptionCodeCBR_TS_INDEXING_WARNINGFNRCB0078E
CBR_TS_INDEXING_WARNING IBM Content Search Services generated a warning while accessing the "index_name" index for an otherwise successful indexing operation.
static ExceptionCodeCBR_TS_INSO_FILTER_MISSING_FOR_INDEXINGFNRCB0077E
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 ExceptionCodeCBR_TS_INSO_FILTER_MISSING_FOR_TEXT_EXTRACTIONFNRCB0076E
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 ExceptionCodeCBR_TS_INVALID_INDEX_AREA_SITEFNRCB0067E
CBR_TS_INVALID_INDEX_AREA_SITE The site for the IBM Content Search Services index area is not valid.
static ExceptionCodeCBR_TS_INVALID_INDEX_AREA_STATUSFNRCB0056E
CBR_TS_INVALID_INDEX_AREA_STATUS The IBM Content Search Services index area index_area_name cannot be changed to status: status.
static ExceptionCodeCBR_TS_INVALID_INDEX_STATUSFNRCB0051E
CBR_TS_INVALID_INDEX_STATUS The resource status of the IBM Content Search Services index index_name cannot be changed to status.
static ExceptionCodeCBR_TS_INVALID_SERVER_CONN_PARAMSFNRCB0045E
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 ExceptionCodeCBR_TS_INVALID_SERVER_CREDENTIALFNRCB0046E
CBR_TS_INVALID_SERVER_CREDENTIAL The IBM Content Search Services server connection token is invalid or missing.
static ExceptionCodeCBR_TS_INVALID_SERVER_STATUS_CHANGEFNRCB0048E
CBR_TS_INVALID_SERVER_STATUS_CHANGE The IBM Content Search Services server status cannot be set to UNAVAILABLE by using the API.
static ExceptionCodeCBR_TS_JOB_PAUSE_NOT_ALLOWEDFNRCB0071E
CBR_TS_JOB_PAUSE_NOT_ALLOWED Content Engine did not pause the "index_job_id" index job.
static ExceptionCodeCBR_TS_JOB_RESUME_NOT_ALLOWEDFNRCB0075E
CBR_TS_JOB_RESUME_NOT_ALLOWED Content Engine did not resume the "index_job_id" index job.
static ExceptionCodeCBR_TS_LANGUAGE_NOT_SETFNRCB0117E
CBR_TS_LANGUAGE_NOT_SET Content Engine cannot enable Text Search because the Indexing Languages property is not set on the Object Store.
static ExceptionCodeCBR_TS_MISSING_INDEX_LEASE_EXPIRY_TIMEFNRCB0061E
CBR_TS_MISSING_INDEX_LEASE_EXPIRY_TIME The IBM Content Search Services index does not have an expiration time.
static ExceptionCodeCBR_TS_NO_INDEX_AREA_FOUND_FOR_INDEXATION_IDFNRCB0064E
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 ExceptionCodeCBR_TS_NO_INDEX_FOUND_FOR_INDEXATION_IDFNRCB0044E
CBR_TS_NO_INDEX_FOUND_FOR_INDEXATION_ID The IBM Content Search Services index is missing for objects with indexation ID indexation_id.
static ExceptionCodeCBR_TS_NO_TEXT_SEARCH_SERVER_FOR_DELETEFNRCB0070E
CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_DELETE IBM Content Search Services could not delete index index_name in object store objectstore_id.
static ExceptionCodeCBR_TS_NO_TEXT_SEARCH_SERVER_FOR_ICC_CHECKFNRCB0079E
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 ExceptionCodeCBR_TS_NO_TEXT_SEARCH_SERVER_FOR_LANGUAGE_VALIDATIONFNRCB0089E
CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_LANGUAGE_VALIDATION IBM Content Search Services cannot validate the indexing languages.
static ExceptionCodeCBR_TS_NULL_PARAMFNRCB0042E
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 ExceptionCodeCBR_TS_PREPROCESSOR_TIMEOUTFNRCB0098E
CBR_TS_PREPROCESSOR_TIMEOUT An indexing operation was stopped because the text indexing preprocesors timed out after preprocessor_timeout seconds.
static ExceptionCodeCBR_TS_QUERY_FAILED_EXCEPTIONFNRCB0041E
CBR_TS_QUERY_FAILED_EXCEPTION An IBM Content Search Services server could not run a full-text search.
static ExceptionCodeCBR_TS_REISSUE_INDEX_REQUEST_FAILEDFNRCB0074E
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 ExceptionCodeCBR_TS_REPLACING_INDEX_STATUS_CHANGEFNRCB0088E
CBR_TS_REPLACING_INDEX_STATUS_CHANGE The resource status of the IBM Content Search Services index index_name cannot be changed to status.
static ExceptionCodeCBR_TS_STATIC_SUMMARY_INVALID_INDEXING_SIZEFNRCB0094E
CBR_TS_STATIC_SUMMARY_INVALID_INDEXING_SIZE The summary indexing size for IBM Content Search Services must be between {0} and {1}.
static ExceptionCodeCBR_TS_TEXT_SEARCH_ENABLING_FAILEDFNRCB0069E
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 ExceptionCodeCBR_TS_TEXT_SEARCH_NOT_ENABLED_LCSE_CONFIGUREDFNRCB0087E
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 ExceptionCodeCBR_TS_UNAVAILABLE_INDEX_STATUS_CHANGEFNRCB0091E
CBR_TS_UNAVAILABLE_INDEX_STATUS_CHANGE The resource status of the IBM Content Search Services index index_name cannot be changed to status.
static ExceptionCodeCBR_TS_UNAVAILABLE_INVALID_DURING_RESYNCFNRCB0095E
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 ExceptionCodeCBR_TS_UNEXPECTED_SERVER_FOR_INDEXFNRCB0060E
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 ExceptionCodeCBR_UNSUPPORTED_KEYFNRCB0011E
CBR_UNSUPPORTED_KEY Old full text index key encountered -- re-indexation is required with this release.
static ExceptionCodeCLASSIFICATION_DATETIME_PARSE_FAILEDFNRCL0006E
CLASSIFICATION_DATETIME_PARSE_FAILED Failed to parse date/time value during XML classification.
static ExceptionCodeCLASSIFICATION_DATETIME_PARSE_FAILED_SIMPLEFNRCL0007E
CLASSIFICATION_DATETIME_PARSE_FAILED_SIMPLE Failed to parse date/time value during XML classification.
static ExceptionCodeCLASSIFIER_THREWFNRCL0005E
CLASSIFIER_THREW The document classifier threw an exception.
static ExceptionCodeCLASSIFY_ACTION_NOT_FOUNDFNRCL0001E
CLASSIFY_ACTION_NOT_FOUND The DocumentClassificationAction object not found for MIME type {0}.
static ExceptionCodeCLASSIFY_COMPONENT_NOT_REGISTEREDFNRCL0002E
CLASSIFY_COMPONENT_NOT_REGISTERED Neither class name nor script text is set for mime type mimeType.
static ExceptionCodeCLASSIFY_DITA_COMPONENT_FILED_IN_MULTIPLE_FOLDERSFNRCQ0001E
CLASSIFY_DITA_COMPONENT_FILED_IN_MULTIPLE_FOLDERS DITA component filed in multiple folders {0}.
static ExceptionCodeCLASSIFY_DITA_COMPONENT_NOT_FILED_IN_ANY_FOLDERFNRCQ0002E
CLASSIFY_DITA_COMPONENT_NOT_FILED_IN_ANY_FOLDER DITA component not filed in any folder {0}.
static ExceptionCodeCLASSIFY_DITA_INVALID_NODE_TEXT_FORMATFNRCQ0006E
CLASSIFY_DITA_INVALID_NODE_TEXT_FORMAT Invalid format for node text data, expected a name:value pair {0}.
static ExceptionCodeCLASSIFY_DITA_INVALID_PATHFNRCQ0003E
CLASSIFY_DITA_INVALID_PATH The path is malformed path.
static ExceptionCodeCLASSIFY_DITA_REQUIRED_VALUE_NOT_FOUNDFNRCQ0005E
CLASSIFY_DITA_REQUIRED_VALUE_NOT_FOUND A required DITA value was not found {0}.
static ExceptionCodeCLASSIFY_DITA_UNSUPPORTED_TYPEFNRCQ0004E
CLASSIFY_DITA_UNSUPPORTED_TYPE The DITA classifier does not support this DITA type {0}.
static ExceptionCodeCLASSIFY_DOCUMENT_NOT_FOUNDFNRCL0003E
CLASSIFY_DOCUMENT_NOT_FOUND Cannot find document object for queue item {0}.
static ExceptionCodeCLASSIFY_HANDLER_THREWFNRCL0004E
CLASSIFY_HANDLER_THREW Document classification handler threw an exception.
static ExceptionCodeCLASSIFY_NO_CONTENT_TO_CLASSIFYFNRCL0008E
CLASSIFY_NO_CONTENT_TO_CLASSIFY There is no content to classify for the document with id {0}.
static ExceptionCodeCLASSIFY_STATUS_UPDATE_FAILUREFNRCL0009E
CLASSIFY_STATUS_UPDATE_FAILURE Failed updating classification status of document with id {0}.
static ExceptionCodeCLASSIFY_UNKNOWN_MIME_TYPEFNRCL0010E
CLASSIFY_UNKNOWN_MIME_TYPE The MIME type is unrecognized for the document with id {0}.
static ExceptionCodeCOMM_CREATE_CONTENT_HUNG_THREADFNRCO0008E
COMM_CREATE_CONTENT_HUNG_THREAD A hung thread was detected while sending content content id to site site.
static ExceptionCodeCOMM_NO_RESPONSE_RECEIVEDFNRCO0002E
COMM_NO_RESPONSE_RECEIVED No response was received for server communication request request to site.
static ExceptionCodeCOMM_NO_RESPONSE_RECEIVED_FOR_DEVICE_CONTENT_CREATEFNRCO0003E
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 ExceptionCodeCOMM_PROBLEM_SENDING_REQUESTFNRCO0001E
COMM_PROBLEM_SENDING_REQUEST There was a problem sending server communication request request to site.
static ExceptionCodeCOMM_RETRYABLE_AUTH_EXCEPTIONFNRCO0006E
COMM_RETRYABLE_AUTH_EXCEPTION A server communication retryable authentication exception was detected.
static ExceptionCodeCOMM_RETRYABLE_CONN_EXCEPTIONFNRCO0007E
COMM_RETRYABLE_CONN_EXCEPTION A server communication retryable connection exception was detected for site URL request.
static ExceptionCodeCOMM_SERVER_URL_INVALIDFNRCO0009E
COMM_SERVER_URL_INVALID The server communication url url for virtual server virtual server in site site is not valid.
static ExceptionCodeCOMM_UNEXPECTED_NUMBER_OF_RESPONSES_RECEIVEDFNRCO0005E
COMM_UNEXPECTED_NUMBER_OF_RESPONSES_RECEIVED An unexpected number of responses was received for server communication request request to site.
static ExceptionCodeCOMM_UNKNOWN_RESPONSE_RECEIVED_FOR_DEVICE_CONTENT_CREATEFNRCO0004E
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 ExceptionCodeCONTENT_ASA_ASSERTION_ERRORFNRCC0266E
CONTENT_ASA_ASSERTION_ERROR An internal runtime assertion issue has been detected [issue].
static ExceptionCodeCONTENT_ASA_AZURE_BLOB_STAGING_FILE_EXISTFNRCC0353E
CONTENT_ASA_AZURE_BLOB_STAGING_FILE_EXIST The Azure Blob [azure_blob_name] content upload staging file [staging_file] already exists.
static ExceptionCodeCONTENT_ASA_CONNECTOR_NOT_INITIALIZEDFNRCC0336E
CONTENT_ASA_CONNECTOR_NOT_INITIALIZED Storage Connector [Storage Connector identifier] was not initialized successfully, method call [The name of the failed method call.] failed.
static ExceptionCodeCONTENT_ASA_CONTENT_EXISTSFNRCC0245E
CONTENT_ASA_CONTENT_EXISTS The content already exists for storage device device_id, content path content_path.
static ExceptionCodeCONTENT_ASA_CONTENT_NOT_FOUNDFNRCC0244E
CONTENT_ASA_CONTENT_NOT_FOUND The content was not found or not accessible on the storage device.
static ExceptionCodeCONTENT_ASA_CONVERT_TO_PROPERTIESFNRCC0257E
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 ExceptionCodeCONTENT_ASA_DELETE_AREA_ELEMENTFNRCC0284E
CONTENT_ASA_DELETE_AREA_ELEMENT Failed to delete rows from the Area Element table table object store objectstore.
static ExceptionCodeCONTENT_ASA_DEVICE_CONTENT_ID_NOT_SUPPORTEDFNRCC0268E
CONTENT_ASA_DEVICE_CONTENT_ID_NOT_SUPPORTED The storage device [device_id] returned an unsupported device generated id [content_identifier] during synchronous upload.
static ExceptionCodeCONTENT_ASA_DEVICE_OBJECT_NOT_EXISTFNRCC0327E
CONTENT_ASA_DEVICE_OBJECT_NOT_EXIST A device identity object {0} does not exist for the advanced storage area.
static ExceptionCodeCONTENT_ASA_DOC_CREATE_FAILED_BAD_INPUTFNRCC0241E
CONTENT_ASA_DOC_CREATE_FAILED_BAD_INPUT The document could not be created because the source input stream could not be read.
static ExceptionCodeCONTENT_ASA_FAILURE_RESPONSEFNRCC0258E
CONTENT_ASA_FAILURE_RESPONSE The operation [operation] on object object_id, of storage device device_id, returned failure response response.
static ExceptionCodeCONTENT_ASA_FILE_SYNC_FAILEDFNRCC0251E
CONTENT_ASA_FILE_SYNC_FAILED Synchronizing the target file to disk failed for storage device {0}, file path {1}.
static ExceptionCodeCONTENT_ASA_FILE_WRITE_FAILEDFNRCC0250E
CONTENT_ASA_FILE_WRITE_FAILED The target file cannot be written for storage device device_id, file path file_path.
static ExceptionCodeCONTENT_ASA_HADOOP_FAILED_TO_REDIRECTFNRCC0311E
CONTENT_ASA_HADOOP_FAILED_TO_REDIRECT The Hadoop service [address] for device [device_id] did not redirect the content creation request [content_url], the response [cause] was unexpected.
static ExceptionCodeCONTENT_ASA_HADOOP_FAILED_TO_REDIRECT_WRONG_SIZEFNRCC0312E
CONTENT_ASA_HADOOP_FAILED_TO_REDIRECT_WRONG_SIZE The Hadoop service [address] for device [device_id] did not redirect the content retrieval request [content_url], the content size is incorrect [content_size].
static ExceptionCodeCONTENT_ASA_INVALID_COUNTER_FILEFNRCC0292E
CONTENT_ASA_INVALID_COUNTER_FILE The advanced area counters file is invalid for Object Store objectstore, exception exception.
static ExceptionCodeCONTENT_ASA_INVALID_COUNTER_FILE_DATAFNRCC0291E
CONTENT_ASA_INVALID_COUNTER_FILE_DATA The advanced area counters file is invalid for Object Store objectstore, expected expected_data, actual actual_data.
static ExceptionCodeCONTENT_ASA_INVALID_COUNTER_FILE_VERSIONFNRCC0290E
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 ExceptionCodeCONTENT_ASA_INVALID_DEVICE_DIRECTORIESFNRCC0247E
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 ExceptionCodeCONTENT_ASA_INVALID_DEVICE_OBJECT_IDFNRCC0246E
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 ExceptionCodeCONTENT_ASA_INVALID_DEVICE_VERSIONFNRCC0248E
CONTENT_ASA_INVALID_DEVICE_VERSION The device object version is invalid for storage device storage_device_id, expected expected_id, actual actual_id.
static ExceptionCodeCONTENT_ASA_INVALID_IDCACHE_FILEFNRCC0287E
CONTENT_ASA_INVALID_IDCACHE_FILE The content identifier cache file is invalid for Object Store objectstore, exception exception.
static ExceptionCodeCONTENT_ASA_INVALID_IDCACHE_FILE_DATAFNRCC0286E
CONTENT_ASA_INVALID_IDCACHE_FILE_DATA The content identifier cache file is invalid for Object Store objectstore, expected expected_identifier, actual actual_identifier.
static ExceptionCodeCONTENT_ASA_INVALID_IDCACHE_FILE_VERSIONFNRCC0285E
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 ExceptionCodeCONTENT_ASA_INVALID_X_STORAGE_HEADERFNRCC0256E
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 ExceptionCodeCONTENT_ASA_LOAD_AREA_OBJECTFNRCC0281E
CONTENT_ASA_LOAD_AREA_OBJECT Failed to load the storage area object area_object.
static ExceptionCodeCONTENT_ASA_LOOKUP_IDENTITYFNRCC0277E
CONTENT_ASA_LOOKUP_IDENTITY Unable to retrieve the content identity for content object object_id, storage area area_id.
static ExceptionCodeCONTENT_ASA_MANIFEST_TOO_LARGEFNRCC0253E
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 ExceptionCodeCONTENT_ASA_MISSING_RESPONSE_HEADERFNRCC0255E
CONTENT_ASA_MISSING_RESPONSE_HEADER Unexpected missing response header response_header for storage device device_id.
static ExceptionCodeCONTENT_ASA_NO_DEVICE_CONNECTIVITYFNRCC0265E
CONTENT_ASA_NO_DEVICE_CONNECTIVITY The storage device threw an exception attempting to test connectivity to the device device_id.
static ExceptionCodeCONTENT_ASA_NO_REPLICA_FOR_RETRIEVALFNRCC0269E
CONTENT_ASA_NO_REPLICA_FOR_RETRIEVAL There is no replica available for retrieving content item [content_id] from storage area [area_id].
static ExceptionCodeCONTENT_ASA_NON_HTTPS_AUTHENTICATION_ADDRESSFNRCC0295E
CONTENT_ASA_NON_HTTPS_AUTHENTICATION_ADDRESS The OpenStack authentication address [address] does not specify Hypertext Transfer Protocol Secure (HTTPS) for device device_id.
static ExceptionCodeCONTENT_ASA_NOT_ENOUGH_REPLICASFNRCC0240E
CONTENT_ASA_NOT_ENOUGH_REPLICAS There are not enough replicas available to satisfy the synchronous upload requirement, available num_available, required num_required.
static ExceptionCodeCONTENT_ASA_NOT_ENOUGH_REPLICAS_WRITTENFNRCC0243E
CONTENT_ASA_NOT_ENOUGH_REPLICAS_WRITTEN Not enough replicas were written to satisfy the synchronous upload requirement, written num_written, required num_required.
static ExceptionCodeCONTENT_ASA_NULL_AUTHENTICATION_ADDRESSFNRCC0294E
CONTENT_ASA_NULL_AUTHENTICATION_ADDRESS The OpenStack authentication address [address] is invalid for device device_id.
static ExceptionCodeCONTENT_ASA_OBJECT_EXISTSFNRCC0249E
CONTENT_ASA_OBJECT_EXISTS The target object already exists for storage device device_id, object identifier object_id.
static ExceptionCodeCONTENT_ASA_OPENSTACK_AUTHN_FAILEDFNRCC0254E
CONTENT_ASA_OPENSTACK_AUTHN_FAILED The OpenStack authentication failed for storage device device_id, address address, user user, response response.
static ExceptionCodeCONTENT_ASA_QUERY_AREA_ELEMENTFNRCC0280E
CONTENT_ASA_QUERY_AREA_ELEMENT Failed during query of Area Element table table.
static ExceptionCodeCONTENT_ASA_REDIRECTOR_SEMAPHORE_FAILEDFNRCC0242E
CONTENT_ASA_REDIRECTOR_SEMAPHORE_FAILED The content redirector was interrupted attempting to acquire the worker semaphores.
static ExceptionCodeCONTENT_ASA_REPLICA_RETRIEVAL_ERRORFNRCC0270E
CONTENT_ASA_REPLICA_RETRIEVAL_ERROR All replicas failed while attempting to retrieve content item [content_id] from storage area [area_id].
static ExceptionCodeCONTENT_ASA_REPLICATION_FAILEDFNRCC0298E
CONTENT_ASA_REPLICATION_FAILED Content replication failed to one or more replicas with the following failure(s): failure.
static ExceptionCodeCONTENT_ASA_REPLICATION_INVALID_SIZEFNRCC0288E
CONTENT_ASA_REPLICATION_INVALID_SIZE The size of the content is invalid after replication.
static ExceptionCodeCONTENT_ASA_REPLICATION_VALIDATION_FAILEDFNRCC0289E
CONTENT_ASA_REPLICATION_VALIDATION_FAILED The content failed validation after replication with validation status [val_status_code, val_status_message].
static ExceptionCodeCONTENT_ASA_REST_STREAM_NOT_SUPPORTEDFNRCC0264E
CONTENT_ASA_REST_STREAM_NOT_SUPPORTED The REST InputStream does not support the mark or reset methods.
static ExceptionCodeCONTENT_ASA_S3_STAGING_FILE_EXISTFNRCC0319E
CONTENT_ASA_S3_STAGING_FILE_EXIST The S3 object [s3_obj_name] content upload staging file [staging_file] already exists.
static ExceptionCodeCONTENT_ASA_SEGMENT_MISSINGFNRCC0297E
CONTENT_ASA_SEGMENT_MISSING Content segment segment is missing for content path content_path on storage device device_id.
static ExceptionCodeCONTENT_ASA_SERIALIZATIONFNRCC0272E
CONTENT_ASA_SERIALIZATION Advanced storage area serialization error.
static ExceptionCodeCONTENT_ASA_STORAGE_DEVICE_EXISTENCEFNRCC0283E
CONTENT_ASA_STORAGE_DEVICE_EXISTENCE Failed to determine if the storage device device_id exists in object store objectstore, message message.
static ExceptionCodeCONTENT_ASA_STORAGE_HANDLER_EXCEPTIONFNRCC0267E
CONTENT_ASA_STORAGE_HANDLER_EXCEPTION The storage handler method [method] threw an exception [exception], class name [class_name].
static ExceptionCodeCONTENT_ASA_STREAM_TO_BUFFERFNRCC0282E
CONTENT_ASA_STREAM_TO_BUFFER Failed to load input stream to memory buffer, buffer size buffer_size.
static ExceptionCodeCONTENT_ASA_TEST_DEVICE_FAILEDFNRCC0252E
CONTENT_ASA_TEST_DEVICE_FAILED The device cannot be validated; no connectivity to storage device device_id, root_directory.
static ExceptionCodeCONTENT_ASA_UNEXPECTED_FILE_OR_DIRECTORYFNRCC0299E
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 ExceptionCodeCONTENT_ASA_UPDATE_AREA_ELEMENT_COUNTFNRCC0279E
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 ExceptionCodeCONTENT_ASA_UPDATE_AREA_ELEMENT_RETRYFNRCC0278E
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 ExceptionCodeCONTENT_ASA_UPLOAD_TIMEOUTFNRCC0293E
CONTENT_ASA_UPLOAD_TIMEOUT The long running content upload has been canceled after seconds seconds, content object object_id, storage area area_id.
static ExceptionCodeCONTENT_ASA_WRITER_SEMAPHORE_FAILEDFNRCC0239E
CONTENT_ASA_WRITER_SEMAPHORE_FAILED The replica writer failed to obtain the writer''s semaphore.
static ExceptionCodeCONTENT_ASA_ZERO_REPLICASFNRCC0271E
CONTENT_ASA_ZERO_REPLICAS There are no storage device replicas associated with the storage area [area_id].
static ExceptionCodeCONTENT_AZURE_BLOB_CONTAINER_NOT_ACCESSIBLEFNRCC0349E
CONTENT_AZURE_BLOB_CONTAINER_NOT_ACCESSIBLE The Azure Blob container [conatiner_name] with connection URL [device_connection_url] exits but cannot access, wrong connection url or credential configuration.
static ExceptionCodeCONTENT_AZURE_BLOB_CONTAINER_NOT_EXISTFNRCC0348E
CONTENT_AZURE_BLOB_CONTAINER_NOT_EXIST The Azure Blob storage container [container_name] with connection URL [device_connection_url] does not exist.
static ExceptionCodeCONTENT_AZURE_BLOB_FAILED_CREATE_UPLOADBLOCK_FROM_FILEINPUTSTREAMFNRCC0351E
CONTENT_AZURE_BLOB_FAILED_CREATE_UPLOADBLOCK_FROM_FILEINPUTSTREAM Failed to create multiBlock upload block data from FileInputStream.
static ExceptionCodeCONTENT_AZURE_BLOB_FAILED_RESET_BLOCK_INPUTSTREAMFNRCC0352E
CONTENT_AZURE_BLOB_FAILED_RESET_BLOCK_INPUTSTREAM Failed to reset input stream to position position for Azure Blob multiBlock upload block.
static ExceptionCodeCONTENT_AZURE_BLOB_INVALID_BASE_URLFNRCC0347E
CONTENT_AZURE_BLOB_INVALID_BASE_URL The specific connection URL [device_connection_url] for Azure Blob storage service is invalid.
static ExceptionCodeCONTENT_AZURE_BLOB_OPERATION_FAILEDFNRCC0350E
CONTENT_AZURE_BLOB_OPERATION_FAILED Azure Blob storage device [azure_blob_device_operation] call failed for operaion_param.
static ExceptionCodeCONTENT_AZURE_BLOB_REQUEST_SIGN_FAILEDFNRCC0345E
CONTENT_AZURE_BLOB_REQUEST_SIGN_FAILED Failed to sign the request.
static ExceptionCodeCONTENT_BMCJ_FAILED_NO_STORAGE_DEFINEDFNRCC0221E
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 ExceptionCodeCONTENT_CA_CLOSE_FAILEDFNRCC0006E
CONTENT_CA_CLOSE_FAILED The close failed on the stream.
static ExceptionCodeCONTENT_CA_CONSOLIDATING_CHUNKS_FAILEDFNRCC0007E
CONTENT_CA_CONSOLIDATING_CHUNKS_FAILED Consolidating a content element failed for {0}.
static ExceptionCodeCONTENT_CA_CONTINUE_UPLOAD_FAILEDFNRCC0008E
CONTENT_CA_CONTINUE_UPLOAD_FAILED Continuation upload for large content failed: {0}.
static ExceptionCodeCONTENT_CA_COOKIE_MISSING_PARAMFNRCC0009E
CONTENT_CA_COOKIE_MISSING_PARAM The cookie {0} is missing a required parameter, {1}.
static ExceptionCodeCONTENT_CA_DELETE_FAILEDFNRCC0010E
CONTENT_CA_DELETE_FAILED Unable to delete file: fileName.
static ExceptionCodeCONTENT_CA_DELETE_FAILED_RETENTION_CHECKFNRCC0011E
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 ExceptionCodeCONTENT_CA_DELETE_SCRUB_FAILEDFNRCC0012E
CONTENT_CA_DELETE_SCRUB_FAILED Unable to scrub file for secure delete: {0}.
static ExceptionCodeCONTENT_CA_FAILED_TEMP_CREATIONFNRCC0013E
CONTENT_CA_FAILED_TEMP_CREATION The attempt to create the temporary content file failed.
static ExceptionCodeCONTENT_CA_FEDERATED_REQUIRES_FIXED_SAFNRCC0014E
CONTENT_CA_FEDERATED_REQUIRES_FIXED_SA Federated content requires a FixedStorageArea; current StorageArea Id: ({0})
Federated content requires a FixedStorageArea.
static ExceptionCodeCONTENT_CA_FINALIZE_FAILED_SIZEFNRCC0148E
CONTENT_CA_FINALIZE_FAILED_SIZE Failed to finalize content element due to size mismatch: expected [{0}]; actual [{1}].
static ExceptionCodeCONTENT_CA_FINISH_UPLOAD_FAILEDFNRCC0015E
CONTENT_CA_FINISH_UPLOAD_FAILED The upload failed to finish.
static ExceptionCodeCONTENT_CA_INTERNAL_ERRORFNRCC0005E
CONTENT_CA_INTERNAL_ERROR A content area error occurred internal to the server.
static ExceptionCodeCONTENT_CA_INVALID_COOKIEFNRCC0016E
CONTENT_CA_INVALID_COOKIE Invalid cookie {0}.
static ExceptionCodeCONTENT_CA_MIXED_FEDERATED_CONTENTFNRCC0017E
CONTENT_CA_MIXED_FEDERATED_CONTENT Federated content elements cannot be mixed with non-federated content elements.
static ExceptionCodeCONTENT_CA_OUTPUT_STREAM_ALREADY_SETFNRCC0018E
CONTENT_CA_OUTPUT_STREAM_ALREADY_SET The output stream has already been set.
static ExceptionCodeCONTENT_CA_READ_FAILEDFNRCC0019E
CONTENT_CA_READ_FAILED The read failed for objId={0}.
static ExceptionCodeCONTENT_CA_READ_STREAM_ALREADY_SETFNRCC0020E
CONTENT_CA_READ_STREAM_ALREADY_SET The stream has already been set for retrieval.
static ExceptionCodeCONTENT_CA_SKIP_BACKWARD_NOT_SUPPORTEDFNRCC0021E
CONTENT_CA_SKIP_BACKWARD_NOT_SUPPORTED The underlying stream does not support moving backward.
static ExceptionCodeCONTENT_CA_SKIP_FAILEDFNRCC0022E
CONTENT_CA_SKIP_FAILED The stream didn't skip the expected amount, {0}; actual {1}.
static ExceptionCodeCONTENT_CA_START_UPLOAD_FAILEDFNRCC0023E
CONTENT_CA_START_UPLOAD_FAILED Start upload failed {0}.
static ExceptionCodeCONTENT_CA_STORE_CHUNK_FAILEDFNRCC0024E
CONTENT_CA_STORE_CHUNK_FAILED The attempt to store a content chunk failed.
static ExceptionCodeCONTENT_CA_UNABLE_TO_ABANDONED_DELETE_FILEFNRCC0025E
CONTENT_CA_UNABLE_TO_ABANDONED_DELETE_FILE Unable to delete abandoned file '{0}'.
static ExceptionCodeCONTENT_CA_UNKNOWN_CONTENT_UPLOAD_COOKIEFNRCC0026E
CONTENT_CA_UNKNOWN_CONTENT_UPLOAD_COOKIE Unknown content upload cookie {0}.
static ExceptionCodeCONTENT_CA_UPLOAD_FAILED_WRITEFNRCC0027E
CONTENT_CA_UPLOAD_FAILED_WRITE The upload failed due to a problem writing content.
static ExceptionCodeCONTENT_CA_VALIDATION_FAILED_HANDLERFNRCC0273E
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 ExceptionCodeCONTENT_CA_VALIDATION_FAILED_NOT_FOUNDFNRCC0028E
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 ExceptionCodeCONTENT_CA_VALIDATION_FAILED_PENDING_FINALIZATIONFNRCC0029E
CONTENT_CA_VALIDATION_FAILED_PENDING_FINALIZATION Content validation failed due to pending finalization.
static ExceptionCodeCONTENT_CA_VALIDATION_FAILED_SIGNATUREFNRCC0296E
CONTENT_CA_VALIDATION_FAILED_SIGNATURE Content validation failed due to an invalid content signature, objId={0}; seqNo={1}; retrievalName={2}
static ExceptionCodeCONTENT_CA_VALIDATION_FAILED_SIZEFNRCC0030E
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 ExceptionCodeCONTENT_CA_VALIDATION_FAILED_UNREACHABLEFNRCC0309E
CONTENT_CA_VALIDATION_FAILED_UNREACHABLE Content validation failed due to an unreachable storage device, objId={0}; seqNo={1}; retrievalName={2}
static ExceptionCodeCONTENT_CACHE_AREA_ACCESS_FAILEDFNRCC0001E
CONTENT_CACHE_AREA_ACCESS_FAILED Access to the content cache area directory failed.
static ExceptionCodeCONTENT_CACHE_FILE_STREAM_ALREADY_CLOSEDFNRCC0002E
CONTENT_CACHE_FILE_STREAM_ALREADY_CLOSED The cache file input stream is already closed.
static ExceptionCodeCONTENT_CACHE_INTERNAL_ERRORFNRCC0003E
CONTENT_CACHE_INTERNAL_ERROR A content cache error occurred internal to the server.
static ExceptionCodeCONTENT_CACHE_INTERNAL_TIMEOUTFNRCC0183E
CONTENT_CACHE_INTERNAL_TIMEOUT The content cache timed out populating a cache file.
static ExceptionCodeCONTENT_CACHE_MOVE_OLD_FORMAT_REQUIRES_DIRECT_ACCESSFNRCC0310E
CONTENT_CACHE_MOVE_OLD_FORMAT_REQUIRES_DIRECT_ACCESS Unable to check whether stale content cache file exists for objId=object_id; seqNo=seqNo in cache area: cache_area; root directory=root_directory.
static ExceptionCodeCONTENT_CACHE_SOURCE_STORAGE_AREA_FAILEDFNRCC0004E
CONTENT_CACHE_SOURCE_STORAGE_AREA_FAILED The content cache operation failed because there was a problem accessing the source storage area.
static ExceptionCodeCONTENT_CACHE_VERSION_FILE_CREATION_FAILEDFNRCC0306E
CONTENT_CACHE_VERSION_FILE_CREATION_FAILED Failed to create the version file for Content Cache Area {0}, Id={1}.
static ExceptionCodeCONTENT_CFS_DB_ERRORFNRCC0152E
CONTENT_CFS_DB_ERROR An error occurred accessing the federation database.
static ExceptionCodeCONTENT_CFS_INTERNAL_ERRORFNRCC0151E
CONTENT_CFS_INTERNAL_ERROR A content federation error occurred internal to the server.
static ExceptionCodeCONTENT_CFS_METADATA_PARSE_ERRORFNRCC0150E
CONTENT_CFS_METADATA_PARSE_ERROR An error occurred while parsing the XML that contains the metadata for a federated document
static ExceptionCodeCONTENT_CIPHER_FAILUREFNRCC0193E
CONTENT_CIPHER_FAILURE Content Engine failed to encrypt or decrypt content for the following reason: The initialization of a cryptographic cipher instance failed.
static ExceptionCodeCONTENT_COMPRESSION_BAD_HEADERFNRCC0198E
CONTENT_COMPRESSION_BAD_HEADER The header read from the data stream did not have the expected form for compressed content.
static ExceptionCodeCONTENT_COMPRESSION_BLOCK_HEADER_ERRORFNRCC0195E
CONTENT_COMPRESSION_BLOCK_HEADER_ERROR The compressed data stream block signature byte at position {0} did not have the expected value.
static ExceptionCodeCONTENT_COMPRESSION_DECOMPRESSED_SIZE_MISMATCHFNRCC0197E
CONTENT_COMPRESSION_DECOMPRESSED_SIZE_MISMATCH A block from the compressed data stream did not inflate to the expected size.
static ExceptionCodeCONTENT_COMPRESSION_DECOMPRESSION_ERRORFNRCC0199E
CONTENT_COMPRESSION_DECOMPRESSION_ERROR An exception occurred while decompressing the data stream.
static ExceptionCodeCONTENT_COMPRESSION_SHORT_READFNRCC0196E
CONTENT_COMPRESSION_SHORT_READ A read from the compressed data stream failed to return the expected number of bytes.
static ExceptionCodeCONTENT_CONFIG_CREATE_TEMP_FOLDER_FAILEDFNRCC0031E
CONTENT_CONFIG_CREATE_TEMP_FOLDER_FAILED Failed to create sub folder {0} under comtent temporary directory root {1}.
static ExceptionCodeCONTENT_CONFIG_TEMP_ROOT_DOES_NOT_EXISTFNRCC0032E
CONTENT_CONFIG_TEMP_ROOT_DOES_NOT_EXIST The content temporary directory root {0} does not exist.
static ExceptionCodeCONTENT_CONFIG_TEMP_ROOT_NOT_FOLDERFNRCC0033E
CONTENT_CONFIG_TEMP_ROOT_NOT_FOLDER The content temporary directory root value does not specify a directory: {0}.
static ExceptionCodeCONTENT_CONVERSION_CAN_NOT_RESUMEFNRCN0004E
CONTENT_CONVERSION_CAN_NOT_RESUME The Content Platform Engine server cannot resume the content conversion operation, the content conversion settings class is {0}.
static ExceptionCodeCONTENT_CONVERSION_SETTINGS_NOT_FOUNDFNRCN0003E
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 ExceptionCodeCONTENT_CRYPTOGRAPHIC_OP_FAILEDFNRCC0191E
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 ExceptionCodeCONTENT_CRYPTOGRAPHIC_SERVICE_MISSINGFNRCC0189E
CONTENT_CRYPTOGRAPHIC_SERVICE_MISSING Content Engine did not enable content encryption for the following reason: The requested encryption algorithm is not available in the server environment or does not support the key size requested.
static ExceptionCodeCONTENT_DCA_APPEND_NOT_SUPPORTEDFNRCC0034E
CONTENT_DCA_APPEND_NOT_SUPPORTED The database does not support appending content.
static ExceptionCodeCONTENT_DCA_CONTENT_ELEMENT_NOT_FOUNDFNRCC0035E
CONTENT_DCA_CONTENT_ELEMENT_NOT_FOUND Cannot find the content element {0}.
static ExceptionCodeCONTENT_DCA_FAILED_INSERTFNRCC0036E
CONTENT_DCA_FAILED_INSERT The content element could not be inserted.
static ExceptionCodeCONTENT_DCA_WRONG_LENGTHFNRCC0037E
CONTENT_DCA_WRONG_LENGTH The Content insert has the wrong length: expected {0}; actual {1}.
static ExceptionCodeCONTENT_ENCRYPTION_ERRORFNRCC0194E
CONTENT_ENCRYPTION_ERROR Content Engine failed to encrypt content for the "{0}" object.
static ExceptionCodeCONTENT_FCA_CACHE_STAKE_FILE_INVALID_IDFNRCC0308E
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 ExceptionCodeCONTENT_FCA_CREATE_FAILEDFNRCC0038E
CONTENT_FCA_CREATE_FAILED Create failed in rootDir {0}, for {1}.
static ExceptionCodeCONTENT_FCA_DELETE_FAILEDFNRCC0039E
CONTENT_FCA_DELETE_FAILED Delete failed {0}.
static ExceptionCodeCONTENT_FCA_DIR_ALREADY_EXISTSFNRCC0040E
CONTENT_FCA_DIR_ALREADY_EXISTS Create failed, the directory already exists: {0}.
static ExceptionCodeCONTENT_FCA_DIR_CREATE_FAILEDFNRCC0041E
CONTENT_FCA_DIR_CREATE_FAILED Create failed, the directory wasn't created: {0}.
static ExceptionCodeCONTENT_FCA_FAILED_RETRIEVING_EXTENSIONFNRCC0042E
CONTENT_FCA_FAILED_RETRIEVING_EXTENSION Failed loading content element extension: {0}.
static ExceptionCodeCONTENT_FCA_FAILED_RETRIEVING_OBJECTFNRCC0043E
CONTENT_FCA_FAILED_RETRIEVING_OBJECT Failed loading content element document: {0}.
static ExceptionCodeCONTENT_FCA_FAILED_STAKEFILE_LOADFNRCC0044E
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 ExceptionCodeCONTENT_FCA_FILE_ALREADY_EXISTSFNRCC0045E
CONTENT_FCA_FILE_ALREADY_EXISTS The file already exists {0}.
static ExceptionCodeCONTENT_FCA_FILE_DOES_NOT_EXISTFNRCC0046E
CONTENT_FCA_FILE_DOES_NOT_EXIST The file does not exist {0}.
static ExceptionCodeCONTENT_FCA_FILE_NOT_AVAILABLE_FOR_INDEXINGFNRCC0355E
CONTENT_FCA_FILE_NOT_AVAILABLE_FOR_INDEXING During indexing the file file_name was not yet available, indexing will be retried later.
static ExceptionCodeCONTENT_FCA_INIT_FAILEDFNRCC0047E
CONTENT_FCA_INIT_FAILED The initialization failed.
static ExceptionCodeCONTENT_FCA_PARENT_OF_FILE_DOES_NOT_EXISTFNRCC0048E
CONTENT_FCA_PARENT_OF_FILE_DOES_NOT_EXIST The parent directory of the file {0} does not exist.
static ExceptionCodeCONTENT_FCA_READ_FAILEDFNRCC0049E
CONTENT_FCA_READ_FAILED Read failed {0}; offset={1}.
static ExceptionCodeCONTENT_FCA_ROOT_DOES_NOT_EXISTFNRCC0050E
CONTENT_FCA_ROOT_DOES_NOT_EXIST Create failed, the root folder does not exist: {0}.
static ExceptionCodeCONTENT_FCA_ROOT_NOT_A_DIRECTORYFNRCC0051E
CONTENT_FCA_ROOT_NOT_A_DIRECTORY Create failed, the root folder value does not specify a directory: {0}.
static ExceptionCodeCONTENT_FCA_SAVE_FAILEDFNRCC0052E
CONTENT_FCA_SAVE_FAILED Save failed {0} at offset {1}.
static ExceptionCodeCONTENT_FCA_STAKEFILE_ALREADY_EXISTSFNRCC0053E
CONTENT_FCA_STAKEFILE_ALREADY_EXISTS A stakefile already exists at this location {0}.
static ExceptionCodeCONTENT_FCA_STAKEFILE_CREATE_FAILEDFNRCC0054E
CONTENT_FCA_STAKEFILE_CREATE_FAILED Stakefile create failed {0}.
static ExceptionCodeCONTENT_FCA_STAKEFILE_INVALID_DATE_FORMATFNRCC0055E
CONTENT_FCA_STAKEFILE_INVALID_DATE_FORMAT Invalid date format found in stakefile {0}.
static ExceptionCodeCONTENT_FCA_UNABLE_TO_RENAME_FILEFNRCC0056E
CONTENT_FCA_UNABLE_TO_RENAME_FILE "{0}" cannot be renamed to "{1}".
static ExceptionCodeCONTENT_FCP_ADMIN_INVALID_COMMAND_CODEFNRCC0057E
CONTENT_FCP_ADMIN_INVALID_COMMAND_CODE Expected command code [{0}].
static ExceptionCodeCONTENT_FCP_ADMIN_INVALID_FUNCTIONFNRCC0058E
CONTENT_FCP_ADMIN_INVALID_FUNCTION Invalid admin function type [{0}] specified.
static ExceptionCodeCONTENT_FCP_ATMOS_ALTER_RETENTION_FAILEDFNRCC0274E
CONTENT_FCP_ATMOS_ALTER_RETENTION_FAILED Unable to update the retention on Atmos object {0}.
static ExceptionCodeCONTENT_FCP_ATMOS_CONNECT_FAILEDFNRCC0226E
CONTENT_FCP_ATMOS_CONNECT_FAILED Unable to connect to Atmos server at {0} using the {1} fixed content device.
static ExceptionCodeCONTENT_FCP_ATMOS_CREATE_FAILED_NO_OBJECT_IDFNRCC0225E
CONTENT_FCP_ATMOS_CREATE_FAILED_NO_OBJECT_ID Unable to create object on Atmos.
static ExceptionCodeCONTENT_FCP_ATMOS_DELETE_FAILEDFNRCC0231E
CONTENT_FCP_ATMOS_DELETE_FAILED Unable to delete Atmos object {0}.
static ExceptionCodeCONTENT_FCP_ATMOS_EXISTS_FAILEDFNRCC0233E
CONTENT_FCP_ATMOS_EXISTS_FAILED Unable to determine if Atmos object {0} exists.
static ExceptionCodeCONTENT_FCP_ATMOS_GET_RETENTION_FAILEDFNRCC0276E
CONTENT_FCP_ATMOS_GET_RETENTION_FAILED Unable to retrieve the retention for Atmos object {0}.
static ExceptionCodeCONTENT_FCP_ATMOS_INVALID_RESPONSEFNRCC0228E
CONTENT_FCP_ATMOS_INVALID_RESPONSE Unable to get response from the Atmos server.
static ExceptionCodeCONTENT_FCP_ATMOS_READ_FAILEDFNRCC0227E
CONTENT_FCP_ATMOS_READ_FAILED Unable to read Atmos object {0}.
static ExceptionCodeCONTENT_FCP_ATMOS_SIGNATUREFNRCC0223E
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 ExceptionCodeCONTENT_FCP_ATMOS_SIZE_FAILEDFNRCC0232E
CONTENT_FCP_ATMOS_SIZE_FAILED Unable to get the size of Atmos object {0}.
static ExceptionCodeCONTENT_FCP_ATMOS_SKIP_FAILEDFNRCC0234E
CONTENT_FCP_ATMOS_SKIP_FAILED Unable to skip {0} bytes from current offset {1} when retrieving Atmos object {2}.
static ExceptionCodeCONTENT_FCP_ATMOS_UNEXPECTED_RESPONSE_CODEFNRCC0224E
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 ExceptionCodeCONTENT_FCP_ATMOS_UNKNOWN_SERVER_ERRORFNRCC0222E
CONTENT_FCP_ATMOS_UNKNOWN_SERVER_ERROR The Atmos server encountered an unknown error.
static ExceptionCodeCONTENT_FCP_ATMOS_UNRECOGNIZED_DATE_FORMATFNRCC0275E
CONTENT_FCP_ATMOS_UNRECOGNIZED_DATE_FORMAT Atmos returned a retention date value with an unrecognized format: {0}.
static ExceptionCodeCONTENT_FCP_ATMOS_VALIDATE_CONNECT_FAILEDFNRCC0235E
CONTENT_FCP_ATMOS_VALIDATE_CONNECT_FAILED Unable to validate connectivity to the {0} fixed content device.
static ExceptionCodeCONTENT_FCP_CE_ALREADY_EXISTSFNRCC0067E
CONTENT_FCP_CE_ALREADY_EXISTS Content element create failed, a content element with the name {0} already exists.
static ExceptionCodeCONTENT_FCP_CE_DELETE_FAILEDFNRCC0068E
CONTENT_FCP_CE_DELETE_FAILED Content element delete failed for {0}.
static ExceptionCodeCONTENT_FCP_CE_DOES_NOT_EXISTFNRCC0069E
CONTENT_FCP_CE_DOES_NOT_EXIST No content element found for CE Sequence Number: [{0}].
static ExceptionCodeCONTENT_FCP_CE_DUPLICATE_SEQ_NUMFNRCC0070E
CONTENT_FCP_CE_DUPLICATE_SEQ_NUM Content element duplicate sequence number detected: [{0}].
static ExceptionCodeCONTENT_FCP_CE_EXISTS_FAILEDFNRCC0156E
CONTENT_FCP_CE_EXISTS_FAILED The exists operation failed for this provider.
static ExceptionCodeCONTENT_FCP_CE_OPEN_FAILEDFNRCC0071E
CONTENT_FCP_CE_OPEN_FAILED The operation to open a content element failed for this provider.
static ExceptionCodeCONTENT_FCP_CE_READ_FAILEDFNRCC0072E
CONTENT_FCP_CE_READ_FAILED The content element could not be read.
static ExceptionCodeCONTENT_FCP_CE_SEEK_FAILEDFNRCC0073E
CONTENT_FCP_CE_SEEK_FAILED The content element seek operation failed for this provider.
static ExceptionCodeCONTENT_FCP_CE_TESTOPERATIONSUCCESS_FAILEDFNRCC0154E
CONTENT_FCP_CE_TESTOPERATIONSUCCESS_FAILED The testOperationSuccess operation failed for this provider.
static ExceptionCodeCONTENT_FCP_CE_USESVERSIONS_FAILEDFNRCC0155E
CONTENT_FCP_CE_USESVERSIONS_FAILED The usesVersions operation failed for this provider.
static ExceptionCodeCONTENT_FCP_CENTERA_FAILED_DEVICE_HOLD_VALIDATIONFNRCC0354E
CONTENT_FCP_CENTERA_FAILED_DEVICE_HOLD_VALIDATION Invalid configuration for Centera Fixed Content Storage Area, DeviceHold is not supported (FP_RETENTION_HOLD returns unsupported).
static ExceptionCodeCONTENT_FCP_CENTERA_GET_CLIP_CREATION_FAILEDFNRCC0059E
CONTENT_FCP_CENTERA_GET_CLIP_CREATION_FAILED Failed to get the Creation Time for Centera Clip [{0}].
static ExceptionCodeCONTENT_FCP_CENTERA_GET_CLIP_RETENTION_FAILEDFNRCC0060E
CONTENT_FCP_CENTERA_GET_CLIP_RETENTION_FAILED Failed to get the Retention Reriod for Centera Clip [{0}].
static ExceptionCodeCONTENT_FCP_CENTERA_GET_CLUSTER_TIME_FAILEDFNRCC0061E
CONTENT_FCP_CENTERA_GET_CLUSTER_TIME_FAILED The Centera cluster current time could not be retrieved.
static ExceptionCodeCONTENT_FCP_CENTERA_GET_POOL_SETUP_VALUE_FAILEDFNRCC0062E
CONTENT_FCP_CENTERA_GET_POOL_SETUP_VALUE_FAILED Failed to get the Centera pool [{0}] setup.
static ExceptionCodeCONTENT_FCP_CENTERA_INVALID_FIXED_MINRET_FOR_NOT_ALIGNED_MODEFNRCC0333E
CONTENT_FCP_CENTERA_INVALID_FIXED_MINRET_FOR_NOT_ALIGNED_MODE Invalid (not zero) fixed minimum retention [Fixed minimum retention value] setting on Centera device, device cannot be used for a not-aligned fixed content storage area.
static ExceptionCodeCONTENT_FCP_CENTERA_LOAD_POOL_FILE_FAILEDFNRCC0063E
CONTENT_FCP_CENTERA_LOAD_POOL_FILE_FAILED Failed to load Pool information file: {0}.
static ExceptionCodeCONTENT_FCP_CENTERA_OPEN_POOL_FAILEDFNRCC0064E
CONTENT_FCP_CENTERA_OPEN_POOL_FAILED The Centera connection pool could not be opened.
static ExceptionCodeCONTENT_FCP_CENTERA_PROCESS_SITEMAP_FAILEDFNRCC0065E
CONTENT_FCP_CENTERA_PROCESS_SITEMAP_FAILED The Centera connection string from the site mapping XML data could not be retrieved.
static ExceptionCodeCONTENT_FCP_CENTERA_REFERRAL_URLS_TAGNUM_MISMATCHFNRCC0066E
CONTENT_FCP_CENTERA_REFERRAL_URLS_TAGNUM_MISMATCH The tag index numbers in the referral URLs are not in the correct order.
static ExceptionCodeCONTENT_FCP_CLOSE_FAILEDFNRCC0153E
CONTENT_FCP_CLOSE_FAILED The close operation failed for this provider.
static ExceptionCodeCONTENT_FCP_CONNECTION_FAILEDFNRCC0074E
CONTENT_FCP_CONNECTION_FAILED The fixed content provider could not establish a connection to the fixed content device.
static ExceptionCodeCONTENT_FCP_CONTENT_CACHE_CHECK_FAILEDFNRCC0075E
CONTENT_FCP_CONTENT_CACHE_CHECK_FAILED The call to isContentCached failed for this provider.
static ExceptionCodeCONTENT_FCP_CREATE_CE_FAILEDFNRCC0076E
CONTENT_FCP_CREATE_CE_FAILED Content element create failed for {0}.
static ExceptionCodeCONTENT_FCP_DEVICE_HOLDS_NOT_SUPPORTEDFNRCC0337E
CONTENT_FCP_DEVICE_HOLDS_NOT_SUPPORTED Device Holds is not supported for the fixed content device with Id [FCD Id.].
static ExceptionCodeCONTENT_FCP_DEVICE_QUERY_FAILEDFNRCC0162E
CONTENT_FCP_DEVICE_QUERY_FAILED The device query operation failed for the fixed content device.
static ExceptionCodeCONTENT_FCP_DOC_CREATE_FAILEDFNRCC0077E
CONTENT_FCP_DOC_CREATE_FAILED The document could not be created for this provider.
static ExceptionCodeCONTENT_FCP_DOC_CREATE_FAILED_BAD_INPUTFNRCC0078E
CONTENT_FCP_DOC_CREATE_FAILED_BAD_INPUT The document could not be created because the source file {0} could not be read.
static ExceptionCodeCONTENT_FCP_DOC_DELETE_FAILEDFNRCC0079E
CONTENT_FCP_DOC_DELETE_FAILED The document could not be deleted for this provider.
static ExceptionCodeCONTENT_FCP_DOC_EXISTS_FAILEDFNRCC0080E
CONTENT_FCP_DOC_EXISTS_FAILED The check to determine whether the document exists failed for this provider.
static ExceptionCodeCONTENT_FCP_DOC_FREEZE_FAILEDFNRCC0159E
CONTENT_FCP_DOC_FREEZE_FAILED The content freeze operation failed for this document.
static ExceptionCodeCONTENT_FCP_DOC_FREEZE_NOT_SUPPORTEDFNRCC0165E
CONTENT_FCP_DOC_FREEZE_NOT_SUPPORTED The document does not support freeze content operation.
static ExceptionCodeCONTENT_FCP_DOC_LOCKDOWN_FAILEDFNRCC0081E
CONTENT_FCP_DOC_LOCKDOWN_FAILED The document could not be locked down for this provider.
static ExceptionCodeCONTENT_FCP_DOC_UNLOCK_FAILEDFNRCC0180E
CONTENT_FCP_DOC_UNLOCK_FAILED The document could not be unlocked for this provider.
static ExceptionCodeCONTENT_FCP_FSB_DIRECTORY_NOT_FOUNDFNRCC0082E
CONTENT_FCP_FSB_DIRECTORY_NOT_FOUND Directory not found: {0}.
static ExceptionCodeCONTENT_FCP_FSB_EXISTS_FAILEDFNRCC0083E
CONTENT_FCP_FSB_EXISTS_FAILED Failed to determine whether file exists {0}.
static ExceptionCodeCONTENT_FCP_FSB_INVALID_PROVIDERFNRCC0084E
CONTENT_FCP_FSB_INVALID_PROVIDER The Fixed Content Provider specified is invalid: it is not a snaplock device.
static ExceptionCodeCONTENT_FCP_FSB_JAVA_NIO_FAILEDFNRCC0314E
CONTENT_FCP_FSB_JAVA_NIO_FAILED Failed to load and use the Java NIO.2 library (requires JDK1.7+).
static ExceptionCodeCONTENT_FCP_FSB_MKDIR_FAILEDFNRCC0085E
CONTENT_FCP_FSB_MKDIR_FAILED Failed to make directory {0}.
static ExceptionCodeCONTENT_FCP_FSB_OPEN_FAILEDFNRCC0086E
CONTENT_FCP_FSB_OPEN_FAILED Failed to open file {0}.
static ExceptionCodeCONTENT_FCP_FSB_REFERRAL_NUM_SEQ_MISMATCHFNRCC0087E
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 ExceptionCodeCONTENT_FCP_FSB_SET_READ_ONLY_FAILEDFNRCC0088E
CONTENT_FCP_FSB_SET_READ_ONLY_FAILED Failed to set read-only file attribute for {0}.
static ExceptionCodeCONTENT_FCP_FSB_SET_WRITABLE_FAILEDFNRCC0313E
CONTENT_FCP_FSB_SET_WRITABLE_FAILED Failed to set writable file attribute for filename.
static ExceptionCodeCONTENT_FCP_FSB_TMP_DIRECTORY_CREATE_FAILUREFNRCC0089E
CONTENT_FCP_FSB_TMP_DIRECTORY_CREATE_FAILURE Unable to create tmp Directory: {0}.
static ExceptionCodeCONTENT_FCP_FSB_TMP_DIRECTORY_NOT_ACCESSIBLEFNRCC0090E
CONTENT_FCP_FSB_TMP_DIRECTORY_NOT_ACCESSIBLE Cannot write to tmp Directory: {0}.
static ExceptionCodeCONTENT_FCP_GET_RETENTION_PERIOD_FAILEDFNRCC0091E
CONTENT_FCP_GET_RETENTION_PERIOD_FAILED The retention period for the content element could not be retrieved for this provider.
static ExceptionCodeCONTENT_FCP_HCP_FAILED_DEVICE_HOLD_VALIDATIONFNRCC0338E
CONTENT_FCP_HCP_FAILED_DEVICE_HOLD_VALIDATION Invalid configuration for Hitachi Fixed Content Storage Area, failed to complete applying device hold validation.
static ExceptionCodeCONTENT_FCP_HCP_INVALID_REFERRAL_BLOBFNRCC0185E
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 ExceptionCodeCONTENT_FCP_HTTP_REQUEST_FAILEDFNRCC0236E
CONTENT_FCP_HTTP_REQUEST_FAILED The HTTP {0} request to {1} failed for the {2} fixed content device.
static ExceptionCodeCONTENT_FCP_ICOS_GET_LAST_MODIFIED_DATE_FAILEDFNRCC0331E
CONTENT_FCP_ICOS_GET_LAST_MODIFIED_DATE_FAILED Failed to get the last modified date for object [icos_obj_name] in IBM ICOS Vault [icos_vault_name].
static ExceptionCodeCONTENT_FCP_ICOS_INVALID_FIXED_MINRET_FOR_NOT_ALIGNED_MODEFNRCC0335E
CONTENT_FCP_ICOS_INVALID_FIXED_MINRET_FOR_NOT_ALIGNED_MODE Invalid (not zero) fixed minimum retention [Fixed minimum retention value] setting on protection enabled ICOS vault [ICOS Vault Name], device cannot be used for a not-aligned fixed content storage area.
static ExceptionCodeCONTENT_FCP_ICOS_PARSE_RETENTION_EXPIRATION_DATE_FAILEDFNRCC0330E
CONTENT_FCP_ICOS_PARSE_RETENTION_EXPIRATION_DATE_FAILED Failed to parse the retention expiration date value for object [icos_obj_name] in IBM ICOS Vault [icos_vault_name].
static ExceptionCodeCONTENT_FCP_INVALID_CONFIGURATIONFNRCC0092E
CONTENT_FCP_INVALID_CONFIGURATION The configuration is invalid for this provider.
static ExceptionCodeCONTENT_FCP_INVALID_CONTENT_ELEMENT_SEQUENCEFNRCC0161E
CONTENT_FCP_INVALID_CONTENT_ELEMENT_SEQUENCE The content element sequence number [{0}] is invalid for this provider, expecting [{1}].
static ExceptionCodeCONTENT_FCP_INVALID_REFERRAL_URLFNRCC0093E
CONTENT_FCP_INVALID_REFERRAL_URL Invalid Referral URL: [{0}]
The indicated Referral URL is invalid for this provider.
static ExceptionCodeCONTENT_FCP_INVALID_REFERRAL_VERSIONFNRCC0149E
CONTENT_FCP_INVALID_REFERRAL_VERSION Invalid Referral Version: [{0}]
The indicated Referral version is invalid for this provider.
static ExceptionCodeCONTENT_FCP_INVALID_REFERRALURL_COUNTFNRCC0160E
CONTENT_FCP_INVALID_REFERRALURL_COUNT The number of referral URLs [{0}] did not match the expected number for this provider [{1}].
static ExceptionCodeCONTENT_FCP_INVALID_RESOURCE_STRINGFNRCC0094E
CONTENT_FCP_INVALID_RESOURCE_STRING Invalid Resource String: [{0}]
The indicated Resource String is invalid for this provider.
static ExceptionCodeCONTENT_FCP_INVALID_SEEK_ORIGINFNRCC0095E
CONTENT_FCP_INVALID_SEEK_ORIGIN Invalid origin {0} was specified for seek operation.
static ExceptionCodeCONTENT_FCP_IS_FAILED_CONFIGURE_DOC_CLASSESFNRCC0096E
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 ExceptionCodeCONTENT_FCP_IS_FAILED_RETRIEVE_DOC_CLASSESFNRCC0097E
CONTENT_FCP_IS_FAILED_RETRIEVE_DOC_CLASSES The attempt to retrieve all document classes from the Image Services server failed.
static ExceptionCodeCONTENT_FCP_IS_FAILED_RETRIEVE_DOC_PROPSFNRCC0098E
CONTENT_FCP_IS_FAILED_RETRIEVE_DOC_PROPS Error retrieving document properties for [{0}].
static ExceptionCodeCONTENT_FCP_IS_INVALID_CSM_CACHE_NAMEFNRCC0099E
CONTENT_FCP_IS_INVALID_CSM_CACHE_NAME CSM cache name should be a valid NCH 3-part name (e.g.
static ExceptionCodeCONTENT_FCP_IS_INVALID_DOC_CLASS_NAMEFNRCC0100E
CONTENT_FCP_IS_INVALID_DOC_CLASS_NAME Invalid Image Services Document Class Name: [{0}].
static ExceptionCodeCONTENT_FCP_IS_MISMATCHED_PAGE_NUMFNRCC0101E
CONTENT_FCP_IS_MISMATCHED_PAGE_NUM Mismatched Image Services page number.
static ExceptionCodeCONTENT_FCP_IS_UNABLE_TO_RETRIEVE_IS_CLASS_DESCFNRCC0102E
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 ExceptionCodeCONTENT_FCP_ISILON_ADAPTOR_DEVICE_FILE_OP_FAILEDFNRCC0303E
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 ExceptionCodeCONTENT_FCP_ISILON_ADAPTOR_PRECREATE_DIRECTORIES_FAILEDFNRCC0302E
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 ExceptionCodeCONTENT_FCP_ISILON_ADAPTOR_SESSION_OP_FAILEDFNRCC0300E
CONTENT_FCP_ISILON_ADAPTOR_SESSION_OP_FAILED Failed to operation a session for extended authentication.
static ExceptionCodeCONTENT_FCP_ISILON_ADAPTOR_VALIDATION_FAILEDFNRCC0301E
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 ExceptionCodeCONTENT_FCP_ISILON_REST_METHOD_FAILEDFNRCC0304E
CONTENT_FCP_ISILON_REST_METHOD_FAILED The Isilon RESTFul [method] method has failed.
static ExceptionCodeCONTENT_FCP_LOGOFF_FAILEDFNRCC0103E
CONTENT_FCP_LOGOFF_FAILED The logoff operation failed for this provider.
static ExceptionCodeCONTENT_FCP_MISMATCHED_CHECKSUMFNRCC0104E
CONTENT_FCP_MISMATCHED_CHECKSUM Checksum failed, expected {0}; actual {1}.
static ExceptionCodeCONTENT_FCP_MISMATCHED_REF_VERSIONFNRCC0107E
CONTENT_FCP_MISMATCHED_REF_VERSION Referral version or provider did not match.
static ExceptionCodeCONTENT_FCP_MISMATCHED_REFERRALURL_LENGTHFNRCC0105E
CONTENT_FCP_MISMATCHED_REFERRALURL_LENGTH The number of referral URLs [{0}] did not match the number of CE sequence numbers [{1}].
static ExceptionCodeCONTENT_FCP_MISMATCHED_REFERRALURL_PARAMFNRCC0106E
CONTENT_FCP_MISMATCHED_REFERRALURL_PARAM The referral URLs did not have the same '{0}'.
static ExceptionCodeCONTENT_FCP_NEGATIVE_RETENTION_PERIODFNRCC0108E
CONTENT_FCP_NEGATIVE_RETENTION_PERIOD Requested retention period offset is negative {0}.
static ExceptionCodeCONTENT_FCP_NO_CONTENT_ELEMENTS_EXISTFNRCC0109E
CONTENT_FCP_NO_CONTENT_ELEMENTS_EXIST Content element open failed, no content elements match the sequence {0}.
static ExceptionCodeCONTENT_FCP_OPERATION_FAILEDFNRCC0110E
CONTENT_FCP_OPERATION_FAILED The [{1}] operation on the fixed content provider [{0}] failed.
static ExceptionCodeCONTENT_FCP_OPERATION_FAILED_ON_OPENFNRCC0111E
CONTENT_FCP_OPERATION_FAILED_ON_OPEN Fixed Content Provider open operation failed.
static ExceptionCodeCONTENT_FCP_OPERATION_FAILED_WITH_CONTENTFNRCC0112E
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 ExceptionCodeCONTENT_FCP_OPERATION_FAILED_WITH_CONTEXTFNRCC0184E
CONTENT_FCP_OPERATION_FAILED_WITH_CONTEXT The fixed content provider operation failed.
static ExceptionCodeCONTENT_FCP_OPERATION_FAILED_WITH_REFERRALFNRCC0113E
CONTENT_FCP_OPERATION_FAILED_WITH_REFERRAL The fixed content provider operation failed.
static ExceptionCodeCONTENT_FCP_OPERATION_NOT_SUPPORTEDFNRCC0114E
CONTENT_FCP_OPERATION_NOT_SUPPORTED Operation not supported for this Fixed Content Provider.
static ExceptionCodeCONTENT_FCP_POOL_MAX_REACHEDFNRCC0158E
CONTENT_FCP_POOL_MAX_REACHED The maximum number [{0}] of concurrent requests to the fixed content device [{1}] has been reached.
static ExceptionCodeCONTENT_FCP_READ_FAILEDFNRCC0229E
CONTENT_FCP_READ_FAILED Unable to read document from fixed content device.
static ExceptionCodeCONTENT_FCP_RETENTION_PARAM_NOT_ALLOWEDFNRCC0115E
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 ExceptionCodeCONTENT_FCP_S3_INVALID_FIXED_MINRET_FOR_NOT_ALIGNED_MODEFNRCC0344E
CONTENT_FCP_S3_INVALID_FIXED_MINRET_FOR_NOT_ALIGNED_MODE Invalid (not zero) fixed minimum retention [Fixed minimum retention value] setting on object lock enabled S3 bucket [S3 bucket Name] with a default retention set, device cannot be used for a not-aligned fixed content storage area.
static ExceptionCodeCONTENT_FCP_S3_PARSE_RETENTION_EXPIRATION_DATE_FAILEDFNRCC0342E
CONTENT_FCP_S3_PARSE_RETENTION_EXPIRATION_DATE_FAILED Failed to parse the retention expiration date value for object [s3_obj_name] versionId [s3_version_id] in Bucket (or other terminology equivalent to S3 bucket) [s3_bucket_name].
static ExceptionCodeCONTENT_FCP_SET_RETENTION_PERIOD_FAILEDFNRCC0116E
CONTENT_FCP_SET_RETENTION_PERIOD_FAILED Failed to set the retention period to [{0}] for the content element.
static ExceptionCodeCONTENT_FCP_SIZE_FAILEDFNRCC0230E
CONTENT_FCP_SIZE_FAILED Unable to determine the size of the object from fixed content device.
static ExceptionCodeCONTENT_FCP_TEMP_FILE_OPERATION_FAILEDFNRCC0163E
CONTENT_FCP_TEMP_FILE_OPERATION_FAILED The operation on the temporary file failed for the fixed content provider.
static ExceptionCodeCONTENT_FCP_TSM_API_FAILUREFNRCC0166E
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 ExceptionCodeCONTENT_FCP_TSM_API_INITIALIZATIONFNRCC0173E
CONTENT_FCP_TSM_API_INITIALIZATION Unable to initialize TsmJavaApi using API name [{0}] or [{1}].
static ExceptionCodeCONTENT_FCP_TSM_CREATE_OPT_FILEFNRCC0174E
CONTENT_FCP_TSM_CREATE_OPT_FILE Failed to create TSM options file [{0}].
static ExceptionCodeCONTENT_FCP_TSM_INVALID_REFERRAL_BLOBFNRCC0172E
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 ExceptionCodeCONTENT_FCP_TSM_INVALID_RETENTION_INITIATED_STATEFNRCC0171E
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 ExceptionCodeCONTENT_FCP_TSM_LOAD_OPT_FILEFNRCC0175E
CONTENT_FCP_TSM_LOAD_OPT_FILE Failed to load the TSM options file [{0}].
static ExceptionCodeCONTENT_FCP_TSM_MISSING_OPT_FILEFNRCC0176E
CONTENT_FCP_TSM_MISSING_OPT_FILE The TSM options file does not exist [{0}].
static ExceptionCodeCONTENT_FCP_TSM_NO_OBJECTFNRCC0168E
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 ExceptionCodeCONTENT_FCP_TSM_OBJECT_CREATE_FAILEDFNRCC0170E
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 ExceptionCodeCONTENT_FCP_TSM_OFFLINE_CONTENTFNRCC0182E
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 ExceptionCodeCONTENT_FCP_TSM_RETENTION_EVENTFNRCC0169E
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 ExceptionCodeCONTENT_FCP_TSM_RETRYABLE_API_FAILUREFNRCC0181E
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 ExceptionCodeCONTENT_FCP_TSM_TOO_MANY_CONTENT_ELEMENTSFNRCC0179E
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 ExceptionCodeCONTENT_FCP_TSM_WRITE_OPT_FILEFNRCC0177E
CONTENT_FCP_TSM_WRITE_OPT_FILE Failed to write the TSM options file [{0}].
static ExceptionCodeCONTENT_FCP_TSM_WRONG_MGMT_CLASSFNRCC0167E
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 ExceptionCodeCONTENT_FCP_UNEXPECTED_STATEFNRCC0117E
CONTENT_FCP_UNEXPECTED_STATE The state was unexpected for this fixed content provider.
static ExceptionCodeCONTENT_FXCA_CANNOT_GET_PROVIDERFNRCC0118E
CONTENT_FXCA_CANNOT_GET_PROVIDER Failed loading the provider class {0}.
static ExceptionCodeCONTENT_FXCA_CONTENT_EXCEEDS_MAX_SIZEFNRCC0186E
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 ExceptionCodeCONTENT_FXCA_FCP_REJECTED_RETENTION_ALTERFNRCC0188E
CONTENT_FXCA_FCP_REJECTED_RETENTION_ALTER The fixed content provider rejected the new value for the retention date [{0}], current value [{1}].
static ExceptionCodeCONTENT_FXCA_FCP_REJECTED_RETENTION_CREATEFNRCC0187E
CONTENT_FXCA_FCP_REJECTED_RETENTION_CREATE The fixed content provider rejected the retention date [{0}] during document check-in.
static ExceptionCodeCONTENT_FXCA_INVALID_CONFIGURATIONFNRCC0119E
CONTENT_FXCA_INVALID_CONFIGURATION The content area configuration is invalid.
static ExceptionCodeCONTENT_FXCA_OPERATION_FAILED_CONTENT_IS_MIGRATINGFNRCC0120E
CONTENT_FXCA_OPERATION_FAILED_CONTENT_IS_MIGRATING Operation [{0}] cannot be performed while content is being migrated to Fixed Content Device.
static ExceptionCodeCONTENT_FXCA_OPERATION_FAILED_PENDING_RETENTIONFNRCC0220E
CONTENT_FXCA_OPERATION_FAILED_PENDING_RETENTION Operation [{0}] cannot be performed while there is a pending alter retention request for the fixed content.
static ExceptionCodeCONTENT_GC_CANNOT_FIND_INDEX_NUMBERFNRCC0121E
CONTENT_GC_CANNOT_FIND_INDEX_NUMBER Cannot find index number {0}.
static ExceptionCodeCONTENT_GC_CANNOT_FIND_SEQUENCE_NUMBERFNRCC0122E
CONTENT_GC_CANNOT_FIND_SEQUENCE_NUMBER Cannot find sequence number {0}.
static ExceptionCodeCONTENT_GC_INDEX_NOT_CONTENT_TRANSFERFNRCC0123E
CONTENT_GC_INDEX_NOT_CONTENT_TRANSFER Index {0} is not a ContentTransfer.
static ExceptionCodeCONTENT_GET_S3_BUCKET_RETENTION_FAILEDFNRCC0341E
CONTENT_GET_S3_BUCKET_RETENTION_FAILED Failed to get the retention settings for Bucket (or other terminology equivalent to S3 bucket) [s3_bucket_name].
static ExceptionCodeCONTENT_ICOS_VAULT_NOT_PROTECTION_ENABLEDFNRCC0334E
CONTENT_ICOS_VAULT_NOT_PROTECTION_ENABLED ICOS vault [icos_vault_name] is not protection enabled.
static ExceptionCodeCONTENT_KEY_GENERATION_FAILUREFNRCC0190E
CONTENT_KEY_GENERATION_FAILURE Content Engine failed to generate a new content encryption key.
static ExceptionCodeCONTENT_KEY_MISSINGFNRCC0192E
CONTENT_KEY_MISSING Content Engine did not find the encryption key that is associated with the "{0}" index in the "{1}" object store.
static ExceptionCodeCONTENT_LOCK_METHOD_INVALID_CHANGEFNRCC0340E
CONTENT_LOCK_METHOD_INVALID_CHANGE The content lock method '{0}' cannot be applied when '{1}' has been used previously.
static ExceptionCodeCONTENT_LOCK_METHOD_NOT_SUPPORTEDFNRCC0339E
CONTENT_LOCK_METHOD_NOT_SUPPORTED The content lock method '{0}' is not supported by the device.
static ExceptionCodeCONTENT_MC_FAILED_MOVING_CONTENTFNRCC0124E
CONTENT_MC_FAILED_MOVING_CONTENT The MoveContent operation failed.
static ExceptionCodeCONTENT_MC_UNSUPPORTED_VERSIONABLE_CLASSFNRCC0125E
CONTENT_MC_UNSUPPORTED_VERSIONABLE_CLASS Unsupported Versionable class {0} for MoveContent
The indicated Versionable class is not supported.
static ExceptionCodeCONTENT_OPERATION_NON_RETRIABLE_FAILUREFNRCC0164E
CONTENT_OPERATION_NON_RETRIABLE_FAILURE The content operation [{0}] failed with non-retriable exception.
static ExceptionCodeCONTENT_PC_CLOSE_STREAM_FAILEDFNRCC0126E
CONTENT_PC_CLOSE_STREAM_FAILED The PutContent operation failed because InputStream.close failed.
static ExceptionCodeCONTENT_PC_FAILED_NO_STORAGE_DEFINEDFNRCC0127E
CONTENT_PC_FAILED_NO_STORAGE_DEFINED The PutContent write operation failed because no StorageArea or StoragePolicy has been defined for this content.
static ExceptionCodeCONTENT_PC_LAST_CHUNK_NOT_SETFNRCC0128E
CONTENT_PC_LAST_CHUNK_NOT_SET Internal error: The lastChunk property has not been set.
static ExceptionCodeCONTENT_PC_STREAM_FAILEDFNRCC0129E
CONTENT_PC_STREAM_FAILED The PutContent operation failed because of an InputStream exception
static ExceptionCodeCONTENT_PC_UNEXPECTED_CONTENT_TYPEFNRCC0130E
CONTENT_PC_UNEXPECTED_CONTENT_TYPE Unexpected PutContentRequest conte type; classname={0}; content={1}
The PutContentRequest content type was unexpected, as indicated.
static ExceptionCodeCONTENT_PC_UNKNOWN_STATEFNRCC0131E
CONTENT_PC_UNKNOWN_STATE Unknown PutContent state: {0}, with cookie {1}.
static ExceptionCodeCONTENT_PC_WRITE_FAILEDFNRCC0132E
CONTENT_PC_WRITE_FAILED A document could not be created, checked into a library, or moved from one storage area to another.
static ExceptionCodeCONTENT_PIPE_CLOSEDFNRCC0238E
CONTENT_PIPE_CLOSED An attempt was made to read from or write to a closed pipe.
static ExceptionCodeCONTENT_PIPE_TIMEOUTFNRCC0237E
CONTENT_PIPE_TIMEOUT A read from or write to a pipe timed out after {0}ms.
static ExceptionCodeCONTENT_REST_CLOSE_STREAMFNRCC0261E
CONTENT_REST_CLOSE_STREAM Failed to close output stream of connection for object [object_id], device_type [device_id].
static ExceptionCodeCONTENT_REST_CONSUME_CLOSE_STREAMFNRCC0263E
CONTENT_REST_CONSUME_CLOSE_STREAM Failed to consume and close stream for object_id, device_type [device_id].
static ExceptionCodeCONTENT_REST_OBTAIN_STREAMFNRCC0260E
CONTENT_REST_OBTAIN_STREAM Failed to obtain output stream from connection for object [object_id], device_type [device_id].
static ExceptionCodeCONTENT_REST_OPEN_CONNECTIONFNRCC0262E
CONTENT_REST_OPEN_CONNECTION Failed to open HTTP connection for object object_id, device_type [device_id].
static ExceptionCodeCONTENT_REST_REQUEST_METHODFNRCC0259E
CONTENT_REST_REQUEST_METHOD Failed setting the request method [method] for object [object_id], device_type [device_id].
static ExceptionCodeCONTENT_RETRYABLE_READ_FAILUREFNRCC0178E
CONTENT_RETRYABLE_READ_FAILURE The attempt to read document id [{0}], element [{1}] failed.
static ExceptionCodeCONTENT_S3_BUCKET_NOT_ACCESSIBLEFNRCC0318E
CONTENT_S3_BUCKET_NOT_ACCESSIBLE The Bucket (or other terminology equivalent to S3 bucket) [bucket_name] with connection URL [device_connection_url] and Region [S3_region] exits but cannot access, wrong connection url, region or credential configuration.
static ExceptionCodeCONTENT_S3_BUCKET_NOT_EXISTFNRCC0316E
CONTENT_S3_BUCKET_NOT_EXIST The Bucket (or other terminology equivalent to S3 bucket) [bucket_name] with connection URL [device_connection_url] and Region [S3_region] does not exist.
static ExceptionCodeCONTENT_S3_BUCKET_NOT_OBJECT_LOCK_ENABLEDFNRCC0343E
CONTENT_S3_BUCKET_NOT_OBJECT_LOCK_ENABLED S3 bucket [s3_bucket_name] is not object lock enabled.
static ExceptionCodeCONTENT_S3_EC2ROLE_CREDENTIALS_MANAGER_GET_CREDENTIAL_ERRORFNRCC0356E
CONTENT_S3_EC2ROLE_CREDENTIALS_MANAGER_GET_CREDENTIAL_ERROR The S3 EC2RoleCredentialsManager failed to get S3 temporary credentials.
static ExceptionCodeCONTENT_S3_FAILED_CREATE_UPLOADPART_FROM_FILEINPUTSTREAMFNRCC0324E
CONTENT_S3_FAILED_CREATE_UPLOADPART_FROM_FILEINPUTSTREAM Failed to create multipart upload part data from FileInputStream.
static ExceptionCodeCONTENT_S3_FAILED_RESET_PART_INPUTSTREAMFNRCC0325E
CONTENT_S3_FAILED_RESET_PART_INPUTSTREAM Failed to reset input stream to position position for multipart upload part.
static ExceptionCodeCONTENT_S3_GET_BUCKET_RETENTION_FAILEDFNRCC0329E
CONTENT_S3_GET_BUCKET_RETENTION_FAILED Failed to get the retention settings for Bucket (or other terminology equivalent to S3 bucket) [bucket_name].
static ExceptionCodeCONTENT_S3_GET_BUCKET_VERSION_INFO_FAILEDFNRCC0332E
CONTENT_S3_GET_BUCKET_VERSION_INFO_FAILED Failed to get the version information for the Bucket (or other terminology equivalent to S3 bucket) [bucket_name].
static ExceptionCodeCONTENT_S3_GET_VERSIONS_FAILEDFNRCC0328E
CONTENT_S3_GET_VERSIONS_FAILED Failed to get the version information for object [s3_obj_name] s3_obj_nameThe S3 Object key.
Failed to get the S3 version information for object.
static ExceptionCodeCONTENT_S3_INVALID_BASE_URLFNRCC0315E
CONTENT_S3_INVALID_BASE_URL The specific connection URL [device_connection_url] for device_type [device_id] is invalid.
static ExceptionCodeCONTENT_S3_OPERATION_FAILEDFNRCC0317E
CONTENT_S3_OPERATION_FAILED S3_device_type [s3_device_operation] call failed for operaion_param.
static ExceptionCodeCONTENT_S3_PERMANENT_REDIRECTFNRCC0320E
CONTENT_S3_PERMANENT_REDIRECT Received permanent redirect response, connectionURL for S3_device_type is not correct.
static ExceptionCodeCONTENT_S3_REDIRECT_URL_PARSE_FAILEDFNRCC0321E
CONTENT_S3_REDIRECT_URL_PARSE_FAILED Failed to parse the redirect URL [s3_redirect_url]] in the request response.
static ExceptionCodeCONTENT_S3_REQUEST_SIGN_FAILEDFNRCC0322E
CONTENT_S3_REQUEST_SIGN_FAILED Failed to sign the request.
static ExceptionCodeCONTENT_S3_WEBIDENTITY_CREDENTIALS_MANAGER_GET_CREDENTIAL_ERRORFNRCC0358E
CONTENT_S3_WEBIDENTITY_CREDENTIALS_MANAGER_GET_CREDENTIAL_ERROR The WebIdentityS3CredentialsManager failed to get S3 temporary credentials.
static ExceptionCodeCONTENT_S3_WEBIDENTITY_CREDENTIALS_MANAGER_READ_WEB_TOKEN_ERRORFNRCC0357E
CONTENT_S3_WEBIDENTITY_CREDENTIALS_MANAGER_READ_WEB_TOKEN_ERROR The WebIdentityS3CredentialsManager failed to read the token from file file name.
static ExceptionCodeCONTENT_SA_DELETES_NOT_ALLOWEDFNRCC0133E
CONTENT_SA_DELETES_NOT_ALLOWED The Storage Area does not allow delete of content.
static ExceptionCodeCONTENT_SA_EXCEEDED_CLOSURE_DATEFNRCC0134E
CONTENT_SA_EXCEEDED_CLOSURE_DATE Storage Area [{0}] exceeded closure date [{1}].
static ExceptionCodeCONTENT_SA_EXCEEDED_MAX_COUNTFNRCC0135E
CONTENT_SA_EXCEEDED_MAX_COUNT Storage Area [{0}] exceeded maximum number of content elements limit of [{1}].
static ExceptionCodeCONTENT_SA_EXCEEDED_MAX_SIZEFNRCC0136E
CONTENT_SA_EXCEEDED_MAX_SIZE Storage Area [{0}] exceeded maximum size limit of [{1}(KB)].
static ExceptionCodeCONTENT_SA_INVALID_DIRECTORY_STRUCTUREFNRCC0137E
CONTENT_SA_INVALID_DIRECTORY_STRUCTURE The directory structure packed value specified for the Storage Area is invalid: [packedValue].
static ExceptionCodeCONTENT_SA_INVALID_RETENTION_PERIODFNRCC0138E
CONTENT_SA_INVALID_RETENTION_PERIOD Invalid Retention Period value: [{0}].
static ExceptionCodeCONTENT_SA_INVALID_STATUS_CHANGEFNRCC0139E
CONTENT_SA_INVALID_STATUS_CHANGE Invalid Status value; you cannot change from {0} to {1}.
static ExceptionCodeCONTENT_SA_NO_OPEN_STORAGE_AREA_FOR_CFSFNRCC0157E
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 ExceptionCodeCONTENT_SA_NO_STORAGE_AREA_FOR_RESERVATIONFNRCC0140E
CONTENT_SA_NO_STORAGE_AREA_FOR_RESERVATION There are no open Storage Areas available for the reservation.
static ExceptionCodeCONTENT_SA_STORAGE_AREA_NOT_OPENFNRCC0141E
CONTENT_SA_STORAGE_AREA_NOT_OPEN StorageArea [{0}] not open, Status value is [{1}].
static ExceptionCodeCONTENT_SA_UNKNOWN_CLASSFNRCC0142E
CONTENT_SA_UNKNOWN_CLASS Unknown StorageArea class {0}.
static ExceptionCodeCONTENT_SA_UNKNOWN_STORAGE_AREAFNRCC0143E
CONTENT_SA_UNKNOWN_STORAGE_AREA Unknown StorageArea {0}.
static ExceptionCodeCONTENT_SQ_SERIALIZED_OBJECT_IS_NULLFNRCC0145E
CONTENT_SQ_SERIALIZED_OBJECT_IS_NULL No content elements have been serialized with this storage queue item.
static ExceptionCodeCONTENT_SQ_UNKNOWN_COMMANDFNRCC0146E
CONTENT_SQ_UNKNOWN_COMMAND Unknown command: {0}
The command used for the Storage Area is not recognized.
static ExceptionCodeCONTENT_STREAM_INIT_FAILEDFNRCC0144E
CONTENT_STREAM_INIT_FAILED Stream initialization failed for {0}.
static ExceptionCodeCONTENT_STREAM_POSITION_FAILEDFNRCC0305E
CONTENT_STREAM_POSITION_FAILED Unable to set the stream position from offset {0} to offset {1}.
static ExceptionCodeCONTENT_THUMBNAIL_FAILED_CREATE_CONTROL_FILEFNRCC0203E
CONTENT_THUMBNAIL_FAILED_CREATE_CONTROL_FILE Failed to generate the batch control file for thumbnail generation batch: [{0}].
static ExceptionCodeCONTENT_THUMBNAIL_FAILED_CREATE_OUTPUT_FOLDERFNRCC0208E
CONTENT_THUMBNAIL_FAILED_CREATE_OUTPUT_FOLDER Failed to create folder [{0}] under root folder [{1}] for thumbnail generation of input file [{2}].
static ExceptionCodeCONTENT_THUMBNAIL_FAILED_LAUNCH_EXTERNAL_PROCESSFNRCC0205E
CONTENT_THUMBNAIL_FAILED_LAUNCH_EXTERNAL_PROCESS Failed to launch the external thumbnail generation process for batch:[{0}].
static ExceptionCodeCONTENT_THUMBNAIL_FAILED_READ_RESULT_FILEFNRCC0206E
CONTENT_THUMBNAIL_FAILED_READ_RESULT_FILE Failed to read thumbnail generation process status result file [{0}], process exit value [{1}].
static ExceptionCodeCONTENT_THUMBNAIL_FILETYPE_FILTEREDFNRCC0212E
CONTENT_THUMBNAIL_FILETYPE_FILTERED The file type has been configured to be filtered for file:[{0}], mimetype[{1}].
static ExceptionCodeCONTENT_THUMBNAIL_FILETYPE_NOT_SUPPORTEDFNRCC0204E
CONTENT_THUMBNAIL_FILETYPE_NOT_SUPPORTED The file type is not supported for file:[{0}], mimetype[{1}].
static ExceptionCodeCONTENT_THUMBNAIL_GENERATION_FAILUREFNRCC0201E
CONTENT_THUMBNAIL_GENERATION_FAILURE Failed to generate thumbnail for file: [{0}], generation service return error code: [{1}].
static ExceptionCodeCONTENT_THUMBNAIL_GENERATION_FAILURE_NONRETRIABLEFNRCC0209E
CONTENT_THUMBNAIL_GENERATION_FAILURE_NONRETRIABLE A non-retriable error occurred when generating thumbnail for file: [{0}], generation service returned error code: [{1}].
static ExceptionCodeCONTENT_THUMBNAIL_GET_SERVICE_FAILUERFNRCC0200E
CONTENT_THUMBNAIL_GET_SERVICE_FAILUER Failed to get the Thumbnail Generation Service implementation: [{0}].
static ExceptionCodeCONTENT_THUMBNAIL_IWORK_NO_NATIVE_THUMBNAILFNRCC0217E
CONTENT_THUMBNAIL_IWORK_NO_NATIVE_THUMBNAIL The input iWork file [{0}], mimetype[{1}] does not include an embedded thumbnail.
static ExceptionCodeCONTENT_THUMBNAIL_IWORK_NO_QUICKLOOK_PREVIEWFNRCC0215E
CONTENT_THUMBNAIL_IWORK_NO_QUICKLOOK_PREVIEW The input iWork file [{0}], mimetype[{1}] does not include a thumbnail in the QuickLook folder.
static ExceptionCodeCONTENT_THUMBNAIL_IWORK_THUMB_GENERATION_FAILUREFNRCC0216E
CONTENT_THUMBNAIL_IWORK_THUMB_GENERATION_FAILURE The thumbnail generation for the input iWork file [{0}], mimetype[{1}] failed.
static ExceptionCodeCONTENT_THUMBNAIL_LOAD_BINARY_RECOGNIZER_FAILUREFNRCC0211E
CONTENT_THUMBNAIL_LOAD_BINARY_RECOGNIZER_FAILURE Thumbnail generation service failed to load binary recognizer configuration file [{0}].
static ExceptionCodeCONTENT_THUMBNAIL_LOAD_MIMETYPE_ACTION_FAILUREFNRCC0213E
CONTENT_THUMBNAIL_LOAD_MIMETYPE_ACTION_FAILURE Thumbnail generation service failed to load mimetype action configuration file [{0}].
static ExceptionCodeCONTENT_THUMBNAIL_NOT_PROCESSEDFNRCC0207E
CONTENT_THUMBNAIL_NOT_PROCESSED Thumbnail generation service did not process input file [{0}].
static ExceptionCodeCONTENT_THUMBNAIL_NOT_PROCESSED_PROCESS_FAILUREFNRCC0210E
CONTENT_THUMBNAIL_NOT_PROCESSED_PROCESS_FAILURE Thumbnail generation service did not process input file [{0}], process exit value [{1}].
static ExceptionCodeCONTENT_THUMBNAIL_OUTPUT_FORMAT_NOT_SUPPORTEDFNRCC0219E
CONTENT_THUMBNAIL_OUTPUT_FORMAT_NOT_SUPPORTED The thumbnail image format [{0}] is not supported by the thumbnail generation service provider.
static ExceptionCodeCONTENT_THUMBNAIL_OUTSIDEIN_SDK_NOT_DEPLOYEDFNRCC0218E
CONTENT_THUMBNAIL_OUTSIDEIN_SDK_NOT_DEPLOYED Cannot locate the OutsideIn binary, the SDK is not deployed.
static ExceptionCodeCONTENT_THUMBNAIL_READ_FAILUREFNRCC0202E
CONTENT_THUMBNAIL_READ_FAILURE Failed to read generated thumbnail into byte array for file: [{0}].
static ExceptionCodeCONTENT_THUMBNAIL_WRONG_IWORK_FORMAT_FAILUREFNRCC0214E
CONTENT_THUMBNAIL_WRONG_IWORK_FORMAT_FAILURE The input iWork file [{0}], mimetype[{1}] is not in a valid format.
static ExceptionCodeCONTENT_TTL_STREAM_EXPIREDFNRCC0147E
CONTENT_TTL_STREAM_EXPIRED The TTL (Time To Live) value for the stream has expired.
static ExceptionCodeCONTENT_UPLOAD_VALIDATION_FAILEDFNRCC0359E
CONTENT_UPLOAD_VALIDATION_FAILED The content was rejected by the validation handler configured for the storage area for the following reason: {0}.
static ExceptionCodeCONTENT_URL_DECODING_FAILEDFNRCC0346E
CONTENT_URL_DECODING_FAILED Failed to decode the URL [url] using UTF-8 encoding scheme.
static ExceptionCodeCONTENT_URL_ENCODING_FAILEDFNRCC0323E
CONTENT_URL_ENCODING_FAILED Failed to encode the URL [url] using UTF-8 encoding scheme.
static ExceptionCodeCONTENT_XML_PROCESSING_FAILEDFNRCC0326E
CONTENT_XML_PROCESSING_FAILED Failed to complete XML processing for request or response.
static ExceptionCodeCONVERSION_HANDLER_NOT_FOUNDFNRCN0002E
CONVERSION_HANDLER_NOT_FOUND Content conversion handler capable of converting content from {0} to {1} could not be found.
static ExceptionCodeCONVERSION_HANDLER_THREWFNRCN0001E
CONVERSION_HANDLER_THREW An exception occurred in the content conversion handler.
static ExceptionCodeDB_BAD_BATCH_RESULTFNRCD0001E
DB_BAD_BATCH_RESULT The batch statement did not return the appropriate number of results.
static ExceptionCodeDB_BAD_DATABASE_VENDORFNRCD0002E
DB_BAD_DATABASE_VENDOR The database vendor cannot be determined from the JNDI data source or is an unsupported type.
static ExceptionCodeDB_BAD_DATATYPEFNRCD0003E
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 ExceptionCodeDB_BAD_INPUT_BINDING_INDEXFNRCD0004E
DB_BAD_INPUT_BINDING_INDEX The index into the input bindings is invalid.
static ExceptionCodeDB_BAD_OUTPUT_BINDING_TYPEFNRCD0005E
DB_BAD_OUTPUT_BINDING_TYPE The output binding datatype is invalid.
static ExceptionCodeDB_CANT_EXTRACT_CONNECTION_PARAMETERSFNRCD0006E
DB_CANT_EXTRACT_CONNECTION_PARAMETERS The database parameters cannot be extracted from the connection.
static ExceptionCodeDB_COLUMN_DATATYPE_NOT_SUPPORTEDFNRCD0028E
DB_COLUMN_DATATYPE_NOT_SUPPORTED A column''s datatype is not supported in the context of the database operation.
static ExceptionCodeDB_COLUMN_DOES_NOT_EXISTFNRCD0007E
DB_COLUMN_DOES_NOT_EXIST The referenced database column does not exist on specified table.
static ExceptionCodeDB_COMPRESSION_NOT_SUPPORTEDFNRCD0030E
DB_COMPRESSION_NOT_SUPPORTED Database compression is not supported via the CPE API on this database platform or version.
static ExceptionCodeDB_CONNECTION_REESTABLISHEDFNRCD0008E
DB_CONNECTION_REESTABLISHED The connection to the database failed but has been reestablished.
static ExceptionCodeDB_DISK_ERRORFNRCD0034E
DB_DISK_ERROR The disk on the database server has encountered an error.
static ExceptionCodeDB_ERRORFNRCD0009E
DB_ERROR The database access failed with the following error: ErrorCode {0}, Message '{1}'
The database access failed.
static ExceptionCodeDB_ERROR_RDeprecated.This exception code is not used as of CE 5.0static ExceptionCodeDB_FILESYSTEM_FULLFNRCD0033E
DB_FILESYSTEM_FULL The database fileystem is full.
static ExceptionCodeDB_FINISH_EXECUTEFNRCD0011E
DB_FINISH_EXECUTE The prior execution must finish before starting a new execution.
static ExceptionCodeDB_INCONSISTENT_STATEFNRCD0035E
DB_INCONSISTENT_STATE The database has detected an inconsistent state.
static ExceptionCodeDB_INVALID_CONNECTIONFNRCD0031E
DB_INVALID_CONNECTION The database connection has been determined to be invalid for data source '{0}'.
static ExceptionCodeDB_INVALID_EXECUTIONFNRCD0012E
DB_INVALID_EXECUTION The attempt to add more execution statements is invalid.
static ExceptionCodeDB_INVALID_INDEX_CREATIONFNRCD0029E
DB_INVALID_INDEX_CREATION Non-keyed columns are not permitted in expression-based indexes on DB2 for z/OS.
static ExceptionCodeDB_INVALID_STATEMENTFNRCD0013E
DB_INVALID_STATEMENT The following statement is considered invalid by the implementation: {0}
The indicated statement is considered invalid by the implementation.
static ExceptionCodeDB_NO_COUNT_IN_RESULTFNRCD0016E
DB_NO_COUNT_IN_RESULT The database result does not have a count.
static ExceptionCodeDB_NO_INSERT_TABLEFNRCD0017E
DB_NO_INSERT_TABLE A table name must be specified for the insert operation.
static ExceptionCodeDB_NO_RESULTFNRCD0018E
DB_NO_RESULT The given statement did not return any result.
static ExceptionCodeDB_NO_TABLESPACE_VERSIONSFNRCD0026E
DB_NO_TABLESPACE_VERSIONS The ALTER operation failed because the zOS table space in database '{0}' is out of versions.
static ExceptionCodeDB_NOT_UNIQUEFNRCD0015E
DB_NOT_UNIQUE The update or insert failed due to an attempt to create a duplicate value in a unique index.
static ExceptionCodeDB_NOTHING_TO_INSERTFNRCD0014E
DB_NOTHING_TO_INSERT There is nothing to insert.
static ExceptionCodeDB_OBJECT_DOES_NOT_EXISTFNRCD0019E
DB_OBJECT_DOES_NOT_EXIST The referenced database object cannot be located.
static ExceptionCodeDB_OUT_OF_MEMORYFNRCD0020E
DB_OUT_OF_MEMORY The underlying database does not have enough memory or heap space to process the current command.
static ExceptionCodeDB_QUERY_COLUMN_LENGTH_EXCEEDEDFNRCD0027E
DB_QUERY_COLUMN_LENGTH_EXCEEDED The length of the query value exceeds the length of the underlying column in the database.
static ExceptionCodeDB_ROWLENGTH_LIMIT_EXCEEDEDFNRCD0022E
DB_ROWLENGTH_LIMIT_EXCEEDED The summation of column lengths exceeds the capacity of the underlying database.
static ExceptionCodeDB_SEQUENCE_EXHAUSTEDFNRCD0021E
DB_SEQUENCE_EXHAUSTED The range of values for the sequence is exhausted.
static ExceptionCodeDB_TABLE_DOES_NOT_EXISTFNRCD0023E
DB_TABLE_DOES_NOT_EXIST The table that was referenced in the database query cannot be found.
static ExceptionCodeDB_TRANSACTION_LOG_FULLFNRCD0032E
DB_TRANSACTION_LOG_FULL The database transaction log is full.
static ExceptionCodeDB_UNABLE_TO_ALTER_COLUMNFNRCD0024E
DB_UNABLE_TO_ALTER_COLUMN The column cannot be altered via the application server.
static ExceptionCodeDB_UNEXPECTED_SQL_RESULTFNRCD0025E
DB_UNEXPECTED_SQL_RESULT One of the SQL statements did not return an expected result.
static ExceptionCodeE_ACCESS_DENIEDFNRCE0001E
E_ACCESS_DENIED The requester has insufficient access rights to perform the requested operation.
static ExceptionCodeE_BACKGROUND_TASK_EXECUTOR_SHUTDOWNFNRCE0081E
E_BACKGROUND_TASK_EXECUTOR_SHUTDOWN The background task executor has terminated: {0}.
static ExceptionCodeE_BACKGROUND_TASK_TERMINATEDFNRCE0082E
E_BACKGROUND_TASK_TERMINATED The background task has been terminated: {0}.
static ExceptionCodeE_BAD_CLASSIDFNRCE0002E
E_BAD_CLASSID Class "class_name_or_id" not found.
static ExceptionCodeE_BAD_FILTER_EXPRESSIONFNRCE0003E
E_BAD_FILTER_EXPRESSION Bad filter expression "filtExpr".
static ExceptionCodeE_BAD_INDEXFNRCE0004E
E_BAD_INDEX The index specified does not reference a valid property or list element.
static ExceptionCodeE_BAD_OBJECTFNRCE0005E
E_BAD_OBJECT An inappropriate object was passed as parameter to this function.
static ExceptionCodeE_BAD_OPERATORFNRCE0006E
E_BAD_OPERATOR The operator "{0}" is not defined in the metadata of the current scope.
static ExceptionCodeE_BAD_PARAMETERFNRCE0007E
E_BAD_PARAMETER Invalid input parameter: Name={0}, Value={1}.
static ExceptionCodeE_BAD_PROPERTYIDFNRCE0008E
E_BAD_PROPERTYID The property identifier propId is not valid for class className.
static ExceptionCodeE_BAD_URLFNRCE0009E
E_BAD_URL The resource URL is not syntactically valid.
static ExceptionCodeE_BAD_VALUEFNRCE0010E
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 ExceptionCodeE_CLASS_LOADING_ERRORFNRCE0011E
E_CLASS_LOADING_ERROR Unable to load class: {0}.
static ExceptionCodeE_CLASS_NOT_SEARCHABLEFNRCE0012E
E_CLASS_NOT_SEARCHABLE The class "className" referred to in the FROM Expression is not searchable.
static ExceptionCodeE_CLOSED_STREAMFNRCE0013E
E_CLOSED_STREAM An operation was attempted on a stream that has been closed.
static ExceptionCodeE_CONFLICTING_OPERATIONFNRCE0014E
E_CONFLICTING_OPERATION The combination of operations specified for the object is invalid.
static ExceptionCodeE_CONSTRAINT_VIOLATEDFNRCE0015E
E_CONSTRAINT_VIOLATED The operation violates a constraint of the implementation.
static ExceptionCodeE_DATABASE_ERRORFNRCE0016E
E_DATABASE_ERROR The operation was unable to read from or write to the database.
static ExceptionCodeE_DATABASE_FULLFNRCE0017E
E_DATABASE_FULL The database is full.
static ExceptionCodeE_DATATYPE_MISMATCHFNRCE0018E
E_DATATYPE_MISMATCH The method invoked is inappropriate for the datatype of the property.
static ExceptionCodeE_DEADLOCK_ERRORFNRCE0019E
E_DEADLOCK_ERROR The operation could not be completed due to a deadlock error.
static ExceptionCodeE_DOMAIN_UPGRADE_NOT_SUPPORTEDFNRCE0084E
E_DOMAIN_UPGRADE_NOT_SUPPORTED The domain cannot be upgraded because its version ({0}) is not associated with a supported release.
static ExceptionCodeE_DOWNLEVEL_SERVERFNRCE0087E
E_DOWNLEVEL_SERVER This server is running a version of the Content Platform Engine software that is not fully compatible with other servers.
static ExceptionCodeE_DUPLICATE_LIST_UPDATEFNRCE0020E
E_DUPLICATE_LIST_UPDATE A duplicate entry was detected in the list update operation at the position posNum.
static ExceptionCodeE_ENUM_NAME_KEY_MATCH_FAILEDFNRCE0021E
E_ENUM_NAME_KEY_MATCH_FAILED The enum field name "{0}" does not match a resource key "{1}" for the ExceptionCode fields.
static ExceptionCodeE_EXCEPTION_RETRYFNRCE0022E
E_EXCEPTION_RETRY There was a problem communicating with the client application.
static ExceptionCodeE_FAILEDFNRCE0023E
E_FAILED The operation failed.
static ExceptionCodeE_FAILED_TO_GET_DATASOURCEFNRCE0024E
E_FAILED_TO_GET_DATASOURCE The server cannot get the data source {0}.
static ExceptionCodeE_FOREIGN_OBJECTFNRCE0025E
E_FOREIGN_OBJECT The property does not allow a reference to an object from a different object store.
static ExceptionCodeE_HEAP_FAILUREFNRCE0026E
E_HEAP_FAILURE The operation ran out of memory.
static ExceptionCodeE_ILLEGAL_OPERATIONFNRCE0027E
E_ILLEGAL_OPERATION The operation is disallowed by the DMA Specification.
static ExceptionCodeE_INVALID_ARGUMENTFNRCE0028E
E_INVALID_ARGUMENT An internal problem occurred when a method was called with an invalid argument: {0}
static ExceptionCodeE_INVALID_CONTEXTFNRCE0076E
E_INVALID_CONTEXT The method that was called is not valid in the current call context.
static ExceptionCodeE_INVALID_ENUM_VALUEFNRCE0029E
E_INVALID_ENUM_VALUE An attempt was made to create an enum with a value that is not allowed for this enum.
static ExceptionCodeE_INVALID_IDFNRCE0030E
E_INVALID_ID An attempt was made to create an EngineObject, but the ID value specified is invalid.
static ExceptionCodeE_INVALID_LOCALE_FORMATFNRCE0031E
E_INVALID_LOCALE_FORMAT The format of the provided locale "locale" does not resemble that defined in RFC 3066.
static ExceptionCodeE_INVALID_OBJ_FOR_SERIALIZATIONFNRCE0034E
E_INVALID_OBJ_FOR_SERIALIZATION Invalid object for serialization {0}.
static ExceptionCodeE_INVALID_OBJECT_ADDRESSFNRCE0032E
E_INVALID_OBJECT_ADDRESS An unsupported implementation of ObjectAddress was found {0}.
static ExceptionCodeE_INVALID_OBJECT_TYPEFNRCE0033E
E_INVALID_OBJECT_TYPE Invalid object type {0}.
static ExceptionCodeE_INVALID_PROPERTY_MERGEFNRCE0035E
E_INVALID_PROPERTY_MERGE A property merge of PropertyUpdateList requires a corresponding engine object collection value {0}; from {1} to {2}.
static ExceptionCodeE_INVALID_REQUESTFNRCE0036E
E_INVALID_REQUEST The parameter is incorrect.
static ExceptionCodeE_JBOSS_INVALID_CONFIGURATIONFNRCE0037E
E_JBOSS_INVALID_CONFIGURATION The JBoss configuration is invalid.
static ExceptionCodeE_LDAP_INVALID_CONFIGURATIONFNRCE0038E
E_LDAP_INVALID_CONFIGURATION Cannot detect LDAP vendor.
static ExceptionCodeE_METHOD_NOT_IMPLEMENTEDFNRCE0039E
E_METHOD_NOT_IMPLEMENTED The method that was called is not implemented.
static ExceptionCodeE_NO_CURRENT_VERSIONFNRCE0044E
E_NO_CURRENT_VERSION The version series has no current version.
static ExceptionCodeE_NOT_AUTHENTICATEDFNRCE0040E
E_NOT_AUTHENTICATED The user is not authenticated.
static ExceptionCodeE_NOT_CREATABLEFNRCE0041E
E_NOT_CREATABLE Creation of objects of the specified class is not supported.
static ExceptionCodeE_NOT_IN_USER_TRANSACTIONFNRCE0077E
E_NOT_IN_USER_TRANSACTION The operation requires that a user (distributed) transaction be in effect.
static ExceptionCodeE_NOT_SUPPORTEDFNRCE0042E
E_NOT_SUPPORTED This method is not supported in the context of this session or object.
static ExceptionCodeE_NOT_UNIQUEFNRCE0043E
E_NOT_UNIQUE A uniqueness requirement has been violated.
static ExceptionCodeE_NULL_ARGUMENTFNRCE0045E
E_NULL_ARGUMENT Argument "{0}" is null.
static ExceptionCodeE_NULL_OR_INVALID_PARAM_VALUEFNRCE0046E
E_NULL_OR_INVALID_PARAM_VALUE Parameter {0} is either null or has an invalid value.
static ExceptionCodeE_OBJECT_CLONE_FAILEDFNRCE0047E
E_OBJECT_CLONE_FAILED Failed to clone object {0}.
static ExceptionCodeE_OBJECT_DELETEDFNRCE0048E
E_OBJECT_DELETED The object {0} has been deleted since it was retrieved.
static ExceptionCodeE_OBJECT_LOCKEDFNRCE0049E
E_OBJECT_LOCKED The lock(s) on the persistent object {0} prohibit the attempted operation.
static ExceptionCodeE_OBJECT_MODIFIEDFNRCE0050E
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 ExceptionCodeE_OBJECT_NOT_FOUNDFNRCE0051E
E_OBJECT_NOT_FOUND The requested item was not found.
static ExceptionCodeE_OBJECT_NOT_LOCKABLEFNRCE0052E
E_OBJECT_NOT_LOCKABLE The object cannot be locked.
static ExceptionCodeE_OBJECT_NOT_LOCKEDFNRCE0053E
E_OBJECT_NOT_LOCKED The object {0} is not locked.
static ExceptionCodeE_OBJECT_REFERENCEDFNRCE0054E
E_OBJECT_REFERENCED The object cannot be deleted because it is referenced by other objects.
static ExceptionCodeE_OBJECT_REFERENCES_OTHERSFNRCE0055E
E_OBJECT_REFERENCES_OTHERS The object cannot be deleted because it holds references to other objects.
static ExceptionCodeE_OBJECT_STORE_UPGRADE_NOT_SUPPORTEDFNRCE0083E
E_OBJECT_STORE_UPGRADE_NOT_SUPPORTED Object store "{0}" cannot be upgraded because its revision ({1}) is not associated with a supported release.
static ExceptionCodeE_PROPERTY_NOT_SEARCHABLEFNRCE0056E
E_PROPERTY_NOT_SEARCHABLE Property propName referred to in the Query Expression is not searchable.
static ExceptionCodeE_READ_ONLYFNRCE0057E
E_READ_ONLY The method failed because an object or property is read-only.
static ExceptionCodeE_REQUIRED_VALUE_ABSENTFNRCE0058E
E_REQUIRED_VALUE_ABSENT A required property value has not been set.
static ExceptionCodeE_RESERVATION_EXISTSFNRCE0059E
E_RESERVATION_EXISTS The document is already checked out.
static ExceptionCodeE_RESOURCE_LOADING_ERRORFNRCE0060E
E_RESOURCE_LOADING_ERROR An error occurred during loading of the resource file resName.
static ExceptionCodeE_RESOURCE_NOT_FOUNDFNRCE0061E
E_RESOURCE_NOT_FOUND The indicated resource was not found.
static ExceptionCodeE_SERVER_ERRORFNRCE0062E
E_SERVER_ERROR An error was returned from the server.
static ExceptionCodeE_SWEEP_QUERY_TIMEOUTFNRCE0085E
E_SWEEP_QUERY_TIMEOUT The sweep query of class ({0}) timed out after ({1}) milliseconds.
static ExceptionCodeE_TASK_CHANGESTATE_POSTCONDITIONFNRCE0080E
E_TASK_CHANGESTATE_POSTCONDITION The postcondition is not satisfied: {0}.
static ExceptionCodeE_TASK_CHANGESTATE_PRECONDITIONFNRCE0079E
E_TASK_CHANGESTATE_PRECONDITION The precondition is not satisfied: {0}.
static ExceptionCodeE_TEMP_FILES_DIR_ERRORFNRCE0063E
E_TEMP_FILES_DIR_ERROR Unable to create temporary files directory "dirName" dirNameThe name of the directory.
static ExceptionCodeE_TENANT_NOT_FOUNDFNRCE0088E
E_TENANT_NOT_FOUND The request could not be completed because the tenant corresponding to Id '{0}' was not found.
static ExceptionCodeE_TRANSACTION_FAILUREFNRCE0075E
E_TRANSACTION_FAILURE A transaction failure has occurred due to an invalid state or timeout.
static ExceptionCodeE_TRANSACTION_STATE_UNKNOWNFNRCE0086E
E_TRANSACTION_STATE_UNKNOWN Transaction state unknown, typically due to network error or timeout.
static ExceptionCodeE_TRANSACTION_TIMEOUTFNRCE0064E
E_TRANSACTION_TIMEOUT The query was stopped because the time limit was exceeded.
static ExceptionCodeE_UNEXPECTEDFNRCE0065E
E_UNEXPECTED An unexpected error occurred.
static ExceptionCodeE_UNEXPECTED_EXCEPTIONFNRCE0066E
E_UNEXPECTED_EXCEPTION An unexpected exception occurred.
static ExceptionCodeE_UNSUPPORTED_STREAMFNRCE0067E
E_UNSUPPORTED_STREAM An unsupported stream was detected; version {0} type {1}.
static ExceptionCodeE_UPGRADE_REQUIREDFNRCE0078E
E_UPGRADE_REQUIRED Object store "objStore" has an incompatible schema revision in the database - expected="expectedRevision", actual="actualRevision".
static ExceptionCodeE_URL_PROTOCOL_NOT_SUPPORTEDFNRCE0068E
E_URL_PROTOCOL_NOT_SUPPORTED The URL protocol specified in the reference is not supported.
static ExceptionCodeE_UTIL_EXCEPTION_READING_OBJECTFNRCE0069E
E_UTIL_EXCEPTION_READING_OBJECT An exception occurred while reading a serialized Object.
static ExceptionCodeE_UTIL_EXCEPTION_WRITING_OBJECTFNRCE0070E
E_UTIL_EXCEPTION_WRITING_OBJECT Exception serializing an Object {0}.
static ExceptionCodeE_UTIL_LITTLE_ENDIAN_CONVERSION_FAILEDFNRCE0071E
E_UTIL_LITTLE_ENDIAN_CONVERSION_FAILED An exception occurred while reading a little endian byte stream.
static ExceptionCodeE_VALUE_NOT_SETFNRCE0072E
E_VALUE_NOT_SET The requested property currently has no value.
static ExceptionCodeE_WEBLOGIC_INVALID_CONFIGURATIONFNRCE0073E
E_WEBLOGIC_INVALID_CONFIGURATION The WebLogic configuration is invalid.
static ExceptionCodeE_WEBSPHERE_INVALID_CONFIGURATIONFNRCE0074E
E_WEBSPHERE_INVALID_CONFIGURATION The WebSphere configuration is invalid.
static ExceptionCodeEVENT_ACTION_NO_HANDLERFNRCV0001E
EVENT_ACTION_NO_HANDLER Unable to get the EventAction handler for {0}.
static ExceptionCodeEVENT_BAD_EVENT_TYPEFNRCV0002E
EVENT_BAD_EVENT_TYPE Bad event type {0}.
static ExceptionCodeEVENT_BAD_SUBSCRIPTION_TYPEFNRCV0003E
EVENT_BAD_SUBSCRIPTION_TYPE Bad subscription type {0}.
static ExceptionCodeEVENT_CM_CACHE_LOOPFNRCV0018E
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 ExceptionCodeEVENT_CM_CIRCULARITYFNRCV0016E
EVENT_CM_CIRCULARITY The Java Runtime Environment detected a cirularity error when trying to define Code Module class {0} from content element {1}.
static ExceptionCodeEVENT_CM_CLASS_FORMATFNRCV0017E
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 ExceptionCodeEVENT_CM_CONTENTREFERENCE_NOT_ALLOWEDFNRCV0012E
EVENT_CM_CONTENTREFERENCE_NOT_ALLOWED Code module does not permit ContentReference object as content element.
static ExceptionCodeEVENT_CM_ELT_NOT_CTFNRCV0023E
EVENT_CM_ELT_NOT_CT The content element identified by URI {0} is not a Content Transfer element.
static ExceptionCodeEVENT_CM_ELT_NUMBERING_MISMATCHFNRCV0022E
EVENT_CM_ELT_NUMBERING_MISMATCH A content element numbering inconsistency was found.
static ExceptionCodeEVENT_CM_ELTNO_NOT_FOUNDFNRCV0020E
EVENT_CM_ELTNO_NOT_FOUND There is no content element number {0} for the object identified by URI {1}.
static ExceptionCodeEVENT_CM_ESN_NOT_FOUNDFNRCV0021E
EVENT_CM_ESN_NOT_FOUND There is no content element sequence number {0} for the object identified by URI {1}.
static ExceptionCodeEVENT_CM_INCOMPATIBLE_JAVA_VERSIONFNRCV0015E
EVENT_CM_INCOMPATIBLE_JAVA_VERSION Incompatible Java class: {0} detected in code module.
static ExceptionCodeEVENT_CM_RESERVATION_NOT_ALLOWEDFNRCV0004E
EVENT_CM_RESERVATION_NOT_ALLOWED Code module value for Action object does not permit a reservation.
static ExceptionCodeEVENT_CM_UNEXPECTED_OBJECTFNRCV0019E
EVENT_CM_UNEXPECTED_OBJECT An object with content was expected, which is limited to Document class, Annotation class, and their subclasses.
static ExceptionCodeEVENT_DISPATCH_EXTERNALFNRCV0024E
EVENT_DISPATCH_EXTERNAL Failure to dispatch the external event .
static ExceptionCodeEVENT_DUPLICATE_LIST_SUBSCRIBED_EVENTFNRCV0014E
EVENT_DUPLICATE_LIST_SUBSCRIBED_EVENT A duplicate entry was detected in the subscribed event list.
static ExceptionCodeEVENT_EXTERNAL_FAILUREFNRCV0005E
EVENT_EXTERNAL_FAILURE The Event handler threw an external failure.
static ExceptionCodeEVENT_HANDLER_THREWFNRCV0006E
EVENT_HANDLER_THREW An exception occurred in the event handler.
static ExceptionCodeEVENT_HANDLER_VALIDATION_FAILEDFNRCV0010E
EVENT_HANDLER_VALIDATION_FAILED Unable to load event handler class from either associated code module or system classpath: {0}.
static ExceptionCodeEVENT_INFINITE_LOOP_DETECTEDFNRCV0013E
EVENT_INFINITE_LOOP_DETECTED Infinite loop in synchronous event processing detected.
static ExceptionCodeEVENT_NO_SCRIPTFNRCV0007E
EVENT_NO_SCRIPT There is no script defined for the event action "{0}", id={1}.
static ExceptionCodeEVENT_QUEUEITEM_NO_HANDLERFNRCV0008E
EVENT_QUEUEITEM_NO_HANDLER Unable to get a handler for the QueueItem {0}.
static ExceptionCodeEVENT_QUEUEITEM_UNKNOWN_CLASSFNRCV0009E
EVENT_QUEUEITEM_UNKNOWN_CLASS Unknown QueueItem class {0}.
static ExceptionCodeEVENT_USER_ABORTFNRCV0011E
EVENT_USER_ABORT The event action is aborted by user.
static ExceptionCodeGCD_CANNOT_LOADFNRCG0002E
GCD_CANNOT_LOAD The GCD cannot be loaded.
static ExceptionCodeGCD_CANNOT_LOCKFNRCG0003E
GCD_CANNOT_LOCK Cannot lock the GCD for updates: {0}.
static ExceptionCodeGCD_CANNOT_SAVEFNRCG0004E
GCD_CANNOT_SAVE The GCD cannot be saved.
static ExceptionCodeGCD_DATABASE_UNAVAILABLEFNRCG0014E
GCD_DATABASE_UNAVAILABLE The GCD database is currently not available.
static ExceptionCodeGCD_DOMAIN_ALREADY_EXISTSFNRCG0001E
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 ExceptionCodeGCD_DOMAIN_DOES_NOT_EXISTFNRCG0005E
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 ExceptionCodeGCD_INVALID_CONFIGURATIONFNRCG0006E
GCD_INVALID_CONFIGURATION The GCD configuration is invalid.
static ExceptionCodeGCD_INVALID_EPOCH_IDFNRCG0007E
GCD_INVALID_EPOCH_ID Invalid epoch id {0}, expected {1}.
static ExceptionCodeGCD_JNDI_FAILUREFNRCG0008E
GCD_JNDI_FAILURE The GCD configuration string cannot be retrieved from JNDI.
static ExceptionCodeGCD_MISSING_CONFIGURATIONFNRCG0009E
GCD_MISSING_CONFIGURATION The GCD configuration is missing.
static ExceptionCodeGCD_NO_REPLACE_COLLECTIONFNRCG0010E
GCD_NO_REPLACE_COLLECTION The specified node does not support replaceCollection.
static ExceptionCodeGCD_NO_SERVER_CALL_CONTEXTFNRCG0011E
GCD_NO_SERVER_CALL_CONTEXT No server call context has been established.
static ExceptionCodeGCD_OBJECT_ALREADY_EXISTSFNRCG0012E
GCD_OBJECT_ALREADY_EXISTS The object {0} already exists.
static ExceptionCodeGCD_UNEXPECTED_STATEFNRCG0013E
GCD_UNEXPECTED_STATE The state of the GCD was found to be inconsistent.
static ExceptionCodeIMEX_EXPORT_DERBY_DRIVER_CLASS_NOT_FOUNDFNRCX0004E
IMEX_EXPORT_DERBY_DRIVER_CLASS_NOT_FOUND The Apache Derby driver class was not found.
static ExceptionCodeIMEX_EXPORT_DERBY_SQL_EXCEPTIONFNRCX0005E
IMEX_EXPORT_DERBY_SQL_EXCEPTION Apache Derby experienced a sql exception.
static ExceptionCodeIMEX_EXPORT_DERBY_STARTUP_EXCEPTIONFNRCX0006E
IMEX_EXPORT_DERBY_STARTUP_EXCEPTION Apache Derby experienced a startup exception.
static ExceptionCodeIMEX_EXPORT_MANIFEST_MISSING_OBJECT_STOREFNRCX0003E
IMEX_EXPORT_MANIFEST_MISSING_OBJECT_STORE The Export Manifest file is missing the ObjectStore information.
static ExceptionCodeIMEX_IMPORT_CAN_NOT_FIND_CONTENTFNRCX0001E
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 ExceptionCodeIMEX_IMPORT_INVALID_XML_STARTFNRCX0007E
IMEX_IMPORT_INVALID_XML_START The import process encountered an invalid dataset.
static ExceptionCodeIMEX_OBJECTSTORE_REFERENCE_NOT_AVAILABLEFNRCX0002E
IMEX_OBJECTSTORE_REFERENCE_NOT_AVAILABLE The ObjectStore reference is not available for given IndependentObject
static ExceptionCodeIS_ALL_PUSH_WORKERS_BUSYFNRCI0048E
IS_ALL_PUSH_WORKERS_BUSY The maximum number of push workers was exceeded.
static ExceptionCodeIS_ANNOT_ATTR_INVALIDFNRCI0089E
IS_ANNOT_ATTR_INVALID The attribute_name attribute in the annot_id annotation is not valid.
static ExceptionCodeIS_ANNOT_INVALIDFNRCI0091E
IS_ANNOT_INVALID The document annotation annot_id originating from the Image Services server is not valid.
static ExceptionCodeIS_ANNOT_NOT_SUPPORTEDFNRCI0063E
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 ExceptionCodeIS_ANNOT_NOT_SUPPORTED_INFOFNRCI0082E
IS_ANNOT_NOT_SUPPORTED_INFO Image Services annotations will not be federated for Object Store {0}.
static ExceptionCodeIS_ANNOT_PERM_ERRFNRCI0066E
IS_ANNOT_PERM_ERR There is an exception in the annotation access permission.
static ExceptionCodeIS_ANNOT_TOO_LARGEFNRCI0090E
IS_ANNOT_TOO_LARGE The annot_id annotation is too large to replicate to Image Services.
static ExceptionCodeIS_CANNOT_GET_DCL_MAPPINGFNRCI0057E
IS_CANNOT_GET_DCL_MAPPING The Image Services document class or properties mapping for Object Store {0} and {1} cannot be retrieved.
static ExceptionCodeIS_CLASS_DEFAULT_MAPPEDFNRCI0087E
IS_CLASS_DEFAULT_MAPPED The class mapping cannot be updated or removed.
static ExceptionCodeIS_CLASS_MAPPING_PARSE_ERRORFNRCI0001E
IS_CLASS_MAPPING_PARSE_ERROR An error occurred while parsing the XML contained in the DocClassAndPropertyMappingXML property.
static ExceptionCodeIS_CLOSE_NOT_ALLOWEDFNRCI0047E
IS_CLOSE_NOT_ALLOWED Image Services Replication cannot be shutdown.
static ExceptionCodeIS_CONFIRM_CLASS_MAPPING_ERRORFNRCI0072E
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 ExceptionCodeIS_CONNECT_ERRORFNRCI0055E
IS_CONNECT_ERROR Failed to connect to the Image Services system {0} due to a network or cache resource problem.
static ExceptionCodeIS_DATE_PARSE_ERRFNRCI0058E
IS_DATE_PARSE_ERR Error occurred while parsing the date {0}.
static ExceptionCodeIS_DEREPL_NOT_ALLOWED_DURING_ASYNC_UPGRADEFNRCI0093E
IS_DEREPL_NOT_ALLOWED_DURING_ASYNC_UPGRADE Stop replication is not allowed during asynchronous replication upgrade for object store objstore_id.
static ExceptionCodeIS_DOC_DELETE_NOT_ALLOWEDFNRCI0074E
IS_DOC_DELETE_NOT_ALLOWED Deletion of the CE document is not allowed.
static ExceptionCodeIS_INBOUND_DOC_UPDATE_ERRORFNRCI0075E
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 ExceptionCodeIS_INVALID_ANNOT_EXTIDFNRCI0065E
IS_INVALID_ANNOT_EXTID The external object identity {0} in annotation {1} is not valid.
static ExceptionCodeIS_ISR_NOT_CREATEDFNRCI0067E
IS_ISR_NOT_CREATED The Image Services Repository must be created for each IS FCD.
static ExceptionCodeIS_LOCK_INTERRUPTFNRCI0088E
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 ExceptionCodeIS_MOVECONTENT_CANT_NULL_RGFNRCI0080E
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 ExceptionCodeIS_OUTBOUND_REPL_ERRORFNRCI0056E
IS_OUTBOUND_REPL_ERROR Error encountered during outbound replication to IS.
static ExceptionCodeIS_PD_ACTION_NOT_SUPFNRCI0002E
IS_PD_ACTION_NOT_SUP Catalog Export Log action {0} is not supported.
static ExceptionCodeIS_PD_ANNOT_DATE_ERRFNRCI0070E
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 ExceptionCodeIS_PD_ANNOT_DOC_ERRORFNRCI0077E
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 ExceptionCodeIS_PD_ANNOT_DOC_REPL_ERRORFNRCI0079E
IS_PD_ANNOT_DOC_REPL_ERROR The annotation {0} could not be processed because the document is not replicated.
static ExceptionCodeIS_PD_ANNOT_ERRORFNRCI0003E
IS_PD_ANNOT_ERROR A CFS-IS Import Agent exception occurred during annotation processing.
static ExceptionCodeIS_PD_ANNOT_IRRECOVERABLE_ERRFNRCI0004E
IS_PD_ANNOT_IRRECOVERABLE_ERR A CFS-IS Import Agent exception occurred during annotation processing.
static ExceptionCodeIS_PD_ANNOT_NOT_REPL_ERRORFNRCI0084E
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 ExceptionCodeIS_PD_ANNOT_REPL_ERRORFNRCI0078E
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 ExceptionCodeIS_PD_ANNOT_REPL_UPDATE_ERRORFNRCI0083E
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 ExceptionCodeIS_PD_CANNOT_ADD_COMPENTFNRCI0005E
IS_PD_CANNOT_ADD_COMPENT CFS-IS document {0} cannot be added to the list of completed entries.
static ExceptionCodeIS_PD_CANNOT_CLEAR_INX_SHMFNRCI0006E
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 ExceptionCodeIS_PD_CANNOT_FIND_COMPENTFNRCI0007E
IS_PD_CANNOT_FIND_COMPENT The completed entry for document {0} canont be found.
static ExceptionCodeIS_PD_CANNOT_GET_COMPENTFNRCI0008E
IS_PD_CANNOT_GET_COMPENT The completed entry for document {0} cannot be retrieved.
static ExceptionCodeIS_PD_CANNOT_RECOVER_DOCFNRCI0009E
IS_PD_CANNOT_RECOVER_DOC Document {0} cannot be recovered.
static ExceptionCodeIS_PD_CE_PROP_TYPE_NOT_SUPFNRCI0010E
IS_PD_CE_PROP_TYPE_NOT_SUP Content Engine property type {0} is not supported.
static ExceptionCodeIS_PD_CE_PROP_UPDATEDFNRCI0060E
IS_PD_CE_PROP_UPDATED The property {1} in the document {0} will be overridden by the value from the Image Services system.
static ExceptionCodeIS_PD_CE_UNEXPECTED_PROP_TYPEFNRCI0011E
IS_PD_CE_UNEXPECTED_PROP_TYPE The property type for Content Engine property {0} in document {1} is not expected.
static ExceptionCodeIS_PD_COMMIT_ERRORFNRCI0012E
IS_PD_COMMIT_ERROR Got {0} catalog entries, only completed {1} entries.
static ExceptionCodeIS_PD_CREATE_CONTENT_ELEMENT_ERRORFNRCI0013E
IS_PD_CREATE_CONTENT_ELEMENT_ERROR The content element object cannot be created.
static ExceptionCodeIS_PD_CREATE_CONTENT_REF_ERRORFNRCI0014E
IS_PD_CREATE_CONTENT_REF_ERROR The content reference object cannot be created.
static ExceptionCodeIS_PD_CREATE_CONTENT_XFER_ERRORFNRCI0015E
IS_PD_CREATE_CONTENT_XFER_ERROR The content transfer object cannot be created.
static ExceptionCodeIS_PD_DCL_ID_NOT_FOUNDFNRCI0016E
IS_PD_DCL_ID_NOT_FOUND The ID for the external document class [{0}] cannot be obtained.
static ExceptionCodeIS_PD_DCL_NOT_MAPPEDFNRCI0017E
IS_PD_DCL_NOT_MAPPED The external document {0} cannot be processed.
static ExceptionCodeIS_PD_DCL_NOT_MATCHFNRCI0018E
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 ExceptionCodeIS_PD_DCL_TO_ID_ERRORFNRCI0019E
IS_PD_DCL_TO_ID_ERROR The list of IDs for the Image Services document classes could not be retrieved.
static ExceptionCodeIS_PD_DELETE_DOC_ERRORFNRCI0020E
IS_PD_DELETE_DOC_ERROR The Content Engine document {0} cannot be deleted.
static ExceptionCodeIS_PD_DN_NOT_FOUNDFNRCI0021E
IS_PD_DN_NOT_FOUND The Distinguished Name [{0}] cannot be found.
static ExceptionCodeIS_PD_DOC_ERRORFNRCI0022E
IS_PD_DOC_ERROR A CFS-IS Import Agent exception occurred during document processing.
static ExceptionCodeIS_PD_FETCH_ANNOTATED_DOC_ERRORFNRCI0023E
IS_PD_FETCH_ANNOTATED_DOC_ERROR The annotated document {0} cannot be retrieved.
static ExceptionCodeIS_PD_FETCH_CUSTOM_OBJ_ERRORFNRCI0024E
IS_PD_FETCH_CUSTOM_OBJ_ERROR The Custom Object {0} cannot be retrieved.
static ExceptionCodeIS_PD_FETCH_DOC_ERRORFNRCI0025E
IS_PD_FETCH_DOC_ERROR The document {0} cannot be retrieved.
static ExceptionCodeIS_PD_GET_ANNOTATIONS_ERRORFNRCI0085E
IS_PD_GET_ANNOTATIONS_ERROR An error occurred while getting all the annotations for the Content Engine document {0}.
static ExceptionCodeIS_PD_GET_DICT_TS_ERRORFNRCI0073E
IS_PD_GET_DICT_TS_ERROR The data dictionary time stamp for the Image Services system cannot be retrieved.
static ExceptionCodeIS_PD_GET_LOG_ERRORFNRCI0026E
IS_PD_GET_LOG_ERROR Federated entries from the Image Services system {0} cannot be retrieved.
static ExceptionCodeIS_PD_MAPPING_NOT_INITFNRCI0027E
IS_PD_MAPPING_NOT_INIT Document Class and Properties mapping have not been initialized.
static ExceptionCodeIS_PD_MISC_ERRORFNRCI0028E
IS_PD_MISC_ERROR A CFS-IS Import Agent exception occurred.
static ExceptionCodeIS_PD_MISMATCH_RGFNRCI0092E
IS_PD_MISMATCH_RG The Replication Group in document ce_doc is repl_group instead of expected_repl_group.
static ExceptionCodeIS_PD_NEW_DIR_MISMATCHFNRCI0029E
IS_PD_NEW_DIR_MISMATCH The Content Engine property value does not match the CFS-IS current catalog value.
static ExceptionCodeIS_PD_NO_DNFNRCI0030E
IS_PD_NO_DN The Distinguished Name for the Image Services principal ID {0} cannot be retrieved.
static ExceptionCodeIS_PD_NO_FSAFNRCI0031E
IS_PD_NO_FSA The Fixed Storage Area for the Fixed Content Device {0} cannot be found.
static ExceptionCodeIS_PD_OLD_DIR_MISMATCHFNRCI0032E
IS_PD_OLD_DIR_MISMATCH The Content Engine property value does not match the CFS-IS previous catalog value.
static ExceptionCodeIS_PD_OS_GUIDFNRCI0033E
IS_PD_OS_GUID Failed to set up FN_IS_GUID for object store {0}.
static ExceptionCodeIS_PD_PARSER_ERRORFNRCI0034E
IS_PD_PARSER_ERROR An error occurred while parsing the XML in the Custom Object {0}.
static ExceptionCodeIS_PD_PROP_ID_NOT_FOUNDFNRCI0035E
IS_PD_PROP_ID_NOT_FOUND The ID for the Image Services property [{0}] cannot be found.
static ExceptionCodeIS_PD_PROP_TO_ID_ERRORFNRCI0036E
IS_PD_PROP_TO_ID_ERROR The list of IDs for the Image Services properties could not be retrieved.
static ExceptionCodeIS_PD_PROPERTY_CONVERT_ERRFNRCI0081E
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 ExceptionCodeIS_PD_PROPERTY_UPDATE_ERRFNRCI0071E
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 ExceptionCodeIS_PD_SAVE_BATCH_ERRORFNRCI0037E
IS_PD_SAVE_BATCH_ERROR An error occurred while saving a batch of catalog entries.
static ExceptionCodeIS_PD_SAVE_DOC_ERRORFNRCI0038E
IS_PD_SAVE_DOC_ERROR An error occurred while saving the Content Engine document {0}.
static ExceptionCodeIS_PD_SSI_LOGON_ERRORFNRCI0039E
IS_PD_SSI_LOGON_ERROR SSI Logon to {0} failed, retrying.
static ExceptionCodeIS_PD_UNEXPECTED_INDEX_TYPEFNRCI0040E
IS_PD_UNEXPECTED_INDEX_TYPE Image Services index type {0} in document {1} is not expected.
static ExceptionCodeIS_PD_UPDATE_ANNOT_NOT_FOUNDFNRCI0086E
IS_PD_UPDATE_ANNOT_NOT_FOUND The Content Engine annotation cannot be retrieved for update.
static ExceptionCodeIS_PD_UPDATE_DOC_ERRORFNRCI0041E
IS_PD_UPDATE_DOC_ERROR Inbound update of the Image Services document ID {0} failed.
static ExceptionCodeIS_PD_XML_LEN_ERRORFNRCI0042E
IS_PD_XML_LEN_ERROR The XML string in the Custom Object {0} is less than the minimum length of {1}.
static ExceptionCodeIS_PD_XML_VERSION_ERRORFNRCI0043E
IS_PD_XML_VERSION_ERROR Wrong XMLVERSION in the Custom Object {0}.
static ExceptionCodeIS_PS_DOC_BUILDER_ERRORFNRCI0044E
IS_PS_DOC_BUILDER_ERROR newDocumentBuilder method failed; object '{0}.
static ExceptionCodeIS_PS_PARSE_IO_ERRORFNRCI0045E
IS_PS_PARSE_IO_ERROR I/O exception while parsing custom object; object: '{0}.
static ExceptionCodeIS_PS_PARSE_SAX_ERRORFNRCI0046E
IS_PS_PARSE_SAX_ERROR SAX exception while parsing custom object; object: '{0}.
static ExceptionCodeIS_PULL_WORKER_CALLED_WHILE_BUSYFNRCI0049E
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 ExceptionCodeIS_PULL_WORKER_INDEX_INVALIDFNRCI0052E
IS_PULL_WORKER_INDEX_INVALID An inbound worker was requested that does not exist.
static ExceptionCodeIS_PULLWORKER_ERRORFNRCI0059E
IS_PULLWORKER_ERROR An error occurred in a CFS-IS inbound replication worker.
static ExceptionCodeIS_REPL_CANT_FETCH_OBJFNRCI0064E
IS_REPL_CANT_FETCH_OBJ Object {0} cannot be retrieved.
static ExceptionCodeIS_REPL_GROUP_FUNCTION_ERRORFNRCI0062E
IS_REPL_GROUP_FUNCTION_ERROR An error {0} occurred in a {1} function for Replication Group [{2}] and Image Services system {3}.
static ExceptionCodeIS_REPL_GROUP_UNEXPECTED_EXCEPTIONFNRCI0061E
IS_REPL_GROUP_UNEXPECTED_EXCEPTION An unexpected exception occurred in a {0} function for Replication Group {1} and Image Services system {2}.
static ExceptionCodeIS_REPL_LEAVE_GROUP_ERRORFNRCI0076E
IS_REPL_LEAVE_GROUP_ERROR The replication group [{0}] cannot be deleted.
static ExceptionCodeIS_REPLICATION_PROVIDER_ALREADY_INITIALIZEDFNRCI0051E
IS_REPLICATION_PROVIDER_ALREADY_INITIALIZED The Image Services replication provider has already been initialized and can only be initialized once.
static ExceptionCodeIS_REPLICATION_PROVIDER_NOT_INITIALIZEDFNRCI0050E
IS_REPLICATION_PROVIDER_NOT_INITIALIZED The Image Services replication provider must be initialized before calling any of its functions.
static ExceptionCodeIS_RG_ALREADY_EXISTFNRCI0069E
IS_RG_ALREADY_EXIST Replication group {0} [{1}] already exists for object store {2} and Image Services repository {3}.
static ExceptionCodeIS_SSI_LOGOFF_ERRORFNRCI0054E
IS_SSI_LOGOFF_ERROR SSI Logoff failed for {0}.
static ExceptionCodeIS_SSI_LOGON_ERRORFNRCI0053E
IS_SSI_LOGON_ERROR SSI Logon failed for {0}.
static ExceptionCodeIS_STRING_EXCEED_MAXFNRCI0068E
IS_STRING_EXCEED_MAX The length of the Content Engine String property {0} exceeds the Image Services supported maximum length of 239.
static ExceptionCodeIS_UPDATE_DUP_ANNOTFNRCI0094E
IS_UPDATE_DUP_ANNOT Annotation annot_id is a duplicate and should be deleted.
static ExceptionCodeJDBC_AFTER_END_OF_RESULTSET_ERRORFNRCJ0001E
JDBC_AFTER_END_OF_RESULTSET_ERROR The setting specified is after the end of the result set.
static ExceptionCodeJDBC_BEFORE_START_OF_RESULTSET_ERRORFNRCJ0002E
JDBC_BEFORE_START_OF_RESULTSET_ERROR The setting specified is before the start of the result set.
static ExceptionCodeJDBC_CANNOT_ABSOLUTE_ERRORFNRCJ0003E
JDBC_CANNOT_ABSOLUTE_ERROR An absolute position cannot be used for the initial row.
static ExceptionCodeJDBC_COLUMN_NOT_FOUND_ERRORFNRCJ0004E
JDBC_COLUMN_NOT_FOUND_ERROR Column {0} not found
The indicated column could not be found.
static ExceptionCodeJDBC_CONNECT_ACCESS_ERRORFNRCJ0026E
JDBC_CONNECT_ACCESS_ERROR Access denied connecting to ObjectStore {0}
static ExceptionCodeJDBC_CONNECT_ERRORFNRCJ0006E
JDBC_CONNECT_ERROR Connection could not be established with CE Server; The URL passed to JDBC Driver is : {0} ...
static ExceptionCodeJDBC_CONNECTION_IS_READONLY_ERRORFNRCJ0005E
JDBC_CONNECTION_IS_READONLY_ERROR The Content Engine JDBC driver is read-only.
static ExceptionCodeJDBC_DRIVER_STATIC_ERRORFNRCJ0007E
JDBC_DRIVER_STATIC_ERROR The Content Engine JBDC Driver could not be registered.
static ExceptionCodeJDBC_ILLEGAL_FETCH_DIRECTION_ERRORFNRCJ0008E
JDBC_ILLEGAL_FETCH_DIRECTION_ERROR The value specified for the fetch direction is invalid.
static ExceptionCodeJDBC_ILLEGAL_OPERATION_ON_RESULTSET_ERRORFNRCJ0009E
JDBC_ILLEGAL_OPERATION_ON_RESULTSET_ERROR An illegal operation was performed on an empty result set.
static ExceptionCodeJDBC_INVALID_CURSOR_OPERATIONFNRCJ0025E
JDBC_INVALID_CURSOR_OPERATION Operation not allowed for TYPE_FORWARD_ONLY ResultSet objects
static ExceptionCodeJDBC_NOT_SUPPORTED_ERRORFNRCJ0010E
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 ExceptionCodeJDBC_OBJECT_STORE_NOT_FOUND_ERRORFNRCJ0012E
JDBC_OBJECT_STORE_NOT_FOUND_ERROR {0} Object Store in URL is not found...
static ExceptionCodeJDBC_OBJECTSTORE_IS_EMPTY_ERRORFNRCJ0011E
JDBC_OBJECTSTORE_IS_EMPTY_ERROR The Object store property is not found in JDBC driver URL.
static ExceptionCodeJDBC_PASSWORD_IS_EMPTY_ERRORFNRCJ0013E
JDBC_PASSWORD_IS_EMPTY_ERROR The Password is null or empty in the JDBC URL
static ExceptionCodeJDBC_QUERY_GENERTED_NO_FIELDS_ERRORFNRCJ0014E
JDBC_QUERY_GENERTED_NO_FIELDS_ERROR The query generated no fields for ResultSet.
static ExceptionCodeJDBC_QUERY_NOT_EXECUTED_ERRORFNRCJ0015E
JDBC_QUERY_NOT_EXECUTED_ERROR Cannot execute query {0}...
static ExceptionCodeJDBC_RESULTSET_CLOSED_ERRORFNRCJ0017E
JDBC_RESULTSET_CLOSED_ERROR The operation is not allowed after the ResultSet is closed.
static ExceptionCodeJDBC_RESULTSETMETADATA_COLUMN_INDEX_ERRORFNRCJ0016E
JDBC_RESULTSETMETADATA_COLUMN_INDEX_ERROR The column index is out of range.
static ExceptionCodeJDBC_STATEMENT_CLOSED_ERRORFNRCJ0018E
JDBC_STATEMENT_CLOSED_ERROR No operations are allowed after the statement has closed.
static ExceptionCodeJDBC_STATEMENT_FETCH_DIRECTION_ERRORFNRCJ0019E
JDBC_STATEMENT_FETCH_DIRECTION_ERROR The value for setFetchDirection() is invalid.
static ExceptionCodeJDBC_STATEMENT_FETCH_SIZE_ERRORFNRCJ0020E
JDBC_STATEMENT_FETCH_SIZE_ERROR The value for setFetchSize() is invalid.
static ExceptionCodeJDBC_STATEMENT_QUERY_NULL_OR_EMPTY_ERRORFNRCJ0021E
JDBC_STATEMENT_QUERY_NULL_OR_EMPTY_ERROR The query cannot be empty or null.
static ExceptionCodeJDBC_URI_IS_EMPTY_ERRORFNRCJ0022E
JDBC_URI_IS_EMPTY_ERROR The URL found in the JDBC URL string is not valid.
static ExceptionCodeJDBC_USER_IS_EMPTY_ERRORFNRCJ0023E
JDBC_USER_IS_EMPTY_ERROR The Username is null or empty in the JDBC URL
static ExceptionCodeJDBC_VALUE_GENERATED_ERRORFNRCJ0024E
JDBC_VALUE_GENERATED_ERROR The value must be between 0 and getMaxRows().
static ExceptionCodeMETADATA_BAD_AUDITDEF_PARENTFNRCM0001E
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 ExceptionCodeMETADATA_BAD_CARDINALITY_ON_MERGEFNRCM0002E
METADATA_BAD_CARDINALITY_ON_MERGE Merged properties don't have same cardinality.
static ExceptionCodeMETADATA_BAD_CHANGEPREPROCESSORDEF_PARENTFNRCM0034E
METADATA_BAD_CHANGEPREPROCESSORDEF_PARENT The change or text preprocessor definition identified by ActionId {0} and DisplayName {1} has a bad parent_id {3}.
static ExceptionCodeMETADATA_BAD_MERGE_SCOPEFNRCM0003E
METADATA_BAD_MERGE_SCOPE Multiple object store searches must have at least two object stores.
static ExceptionCodeMETADATA_BAD_ROLEACCESSDEF_PARENTFNRCM0035E
METADATA_BAD_ROLEACCESSDEF_PARENT A role access definition for the controlled class {0} had a bad parent_id {1}.
static ExceptionCodeMETADATA_BAD_SUBTREE_CLASSFNRCM0004E
METADATA_BAD_SUBTREE_CLASS Read class "{0}" not in subtree "{1}"
The indicated read class is not in the subtree.
static ExceptionCodeMETADATA_BAD_TYPES_ON_MERGEFNRCM0005E
METADATA_BAD_TYPES_ON_MERGE Merged properties don't have same datatype.
static ExceptionCodeMETADATA_CACHE_SERIALIZEFNRCM0006E
METADATA_CACHE_SERIALIZE Serialization error of metadata cache {0}.
static ExceptionCodeMETADATA_DDSTATE_NULLFNRCM0007E
METADATA_DDSTATE_NULL The record in DDState has a null column or columns.
static ExceptionCodeMETADATA_DUP_CLASS_ALIASFNRCM0008E
METADATA_DUP_CLASS_ALIAS Duplicate alias id: {0}, on class {1}.
static ExceptionCodeMETADATA_DUP_OBJECT_STORE_IN_SCOPEFNRCM0009E
METADATA_DUP_OBJECT_STORE_IN_SCOPE The multiple object store search has the same object store in it multiple times.
static ExceptionCodeMETADATA_DUP_PROP_ALIASFNRCM0010E
METADATA_DUP_PROP_ALIAS Duplicate alias id: {0}, on property {1}.
static ExceptionCodeMETADATA_FAILURE_READING_METADATA_FILEFNRCM0011E
METADATA_FAILURE_READING_METADATA_FILE Failed to read static metadata file: {0}.
static ExceptionCodeMETADATA_INCOMPATIBLE_REVISION_ID_DBFNRCM0013E
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 ExceptionCodeMETADATA_INCOMPATIBLE_REVISIONSFNRCM0012E
METADATA_INCOMPATIBLE_REVISIONS Incompatible schema revisions: "{0}" and "{1}"
The indicated schema revisions are incompatible.
static ExceptionCodeMETADATA_INVALID_CVLFNRCM0014E
METADATA_INVALID_CVL The value for CVL is invalid.
static ExceptionCodeMETADATA_INVALID_DEFAULTFNRCM0015E
METADATA_INVALID_DEFAULT Invalid default value for property {0}
The default value for the indicated property is invalid.
static ExceptionCodeMETADATA_INVALID_SEARCH_MD_RESULTFNRCM0016E
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 ExceptionCodeMETADATA_LOAD_CLASS_ERRORFNRCM0017E
METADATA_LOAD_CLASS_ERROR Unable to load class: {0}.
static ExceptionCodeMETADATA_NO_DDSTATEFNRCM0018E
METADATA_NO_DDSTATE There is no record in DDState.
static ExceptionCodeMETADATA_NO_ROOT_CLASSFNRCM0019E
METADATA_NO_ROOT_CLASS Root class not in static metadata: {0}.
static ExceptionCodeMETADATA_NO_SUBCLASS_PROPSFNRCM0020E
METADATA_NO_SUBCLASS_PROPS Subclass properties on this class are unknown: {0}.
static ExceptionCodeMETADATA_OS_CACHE_LOAD_ERRORFNRCM0032E
METADATA_OS_CACHE_LOAD_ERROR The object store cache failed to load for object store {0}.
static ExceptionCodeMETADATA_PERSISTER_NOT_DEFINEDFNRCM0021E
METADATA_PERSISTER_NOT_DEFINED No persister defined for class {0}.
static ExceptionCodeMETADATA_PRIMARY_ID_NULLFNRCM0022E
METADATA_PRIMARY_ID_NULL Primary Id of property {0} is null.
static ExceptionCodeMETADATA_REFLECTIVE_PROPERTY_INVALIDFNRCM0023E
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 ExceptionCodeMETADATA_REQUIRED_CLASS_INVALIDFNRCM0024E
METADATA_REQUIRED_CLASS_INVALID Required class {0} (in "DefaultValue" column) of metadata is invalid for class {1}, property {2}.
static ExceptionCodeMETADATA_RETRIEVE_ABOVE_ROOT_IN_DBFNRCM0027E
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 ExceptionCodeMETADATA_RETRIEVER_METADATA_CACHE_MERGE_FAILFNRCM0025E
METADATA_RETRIEVER_METADATA_CACHE_MERGE_FAIL Class {0} cannot be merged into cache due to a duplicate name/id.
static ExceptionCodeMETADATA_RETRIEVER_NOT_DEFINEDFNRCM0026E
METADATA_RETRIEVER_NOT_DEFINED No retriever defined for class {0}.
static ExceptionCodeMETADATA_ROOT_NOT_IN_DBFNRCM0028E
METADATA_ROOT_NOT_IN_DB Root class not in database: {0}.
static ExceptionCodeMETADATA_STALE_CACHEFNRCM0033E
METADATA_STALE_CACHE The metadata cache for object store {0} is stale.
static ExceptionCodeMETADATA_STATIC_LOAD_FAILEDFNRCM0029E
METADATA_STATIC_LOAD_FAILED An error occurred while loading static metadata.
static ExceptionCodeMETADATA_TOO_MANY_ROOTSFNRCM0030E
METADATA_TOO_MANY_ROOTS Too many root classes in metadata.
static ExceptionCodeMETADATA_UNEXPECTED_CREATE_ERRORFNRCM0031E
METADATA_UNEXPECTED_CREATE_ERROR Unexpected exception creating ObjectStoreCache: {0}.
static ExceptionCodePASSWORD_IS_EMPTY_ERRORFNRCA0035E
PASSWORD_IS_EMPTY_ERROR The password was null or empty when trying to create JAAS Subject.
static ExceptionCodePE_SERIALIZATION_ERRORFNRAC1001E
PE_SERIALIZATION_ERROR A PE serialization problem happened {0}.
static ExceptionCodePERSIST_ADDON_CREATION_FAILEDFNRCP0001E
PERSIST_ADDON_CREATION_FAILED A failure occurred while creating AddOn "{0}" in Domain "{1}".
static ExceptionCodePERSIST_ADDON_INSTALLATION_FAILEDFNRCP0002E
PERSIST_ADDON_INSTALLATION_FAILED The installation of the AddOn {0} into the object store {1} failed.
static ExceptionCodePERSIST_BAD_AUDIT_DISPOSITION_RULEFNRCP0033E
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 ExceptionCodePERSIST_BAD_FILTERED_PROPERTY_IDFNRCP0003E
PERSIST_BAD_FILTERED_PROPERTY_ID Bad filtered property ID "{0}".
static ExceptionCodePERSIST_CANNOT_GET_DATABASE_VERSIONFNRCP0004E
PERSIST_CANNOT_GET_DATABASE_VERSION The database version could not be identified.
static ExceptionCodePERSIST_CANT_CBR_ENABLEFNRCP0005E
PERSIST_CANT_CBR_ENABLE Cannot set CBREnabled equal to true until the object store has been enabled for CBR.
static ExceptionCodePERSIST_CANT_CHANGE_INDEX_REQUEST_STATUSFNRCP0048E
PERSIST_CANT_CHANGE_INDEX_REQUEST_STATUS Content Engine ignored the requested operation to change the status of the "index_request_id" index request.
static ExceptionCodePERSIST_CANT_DELETE_ELASTICSEARCH_INDEXFNRCP0057E
PERSIST_CANT_DELETE_ELASTICSEARCH_INDEX Application code that calls the Content Engine API methods could not delete an index for Elastic Search.
static ExceptionCodePERSIST_CANT_DELETE_INUSE_ELASTICSEARCH_INDEX_AREAFNRCP0061E
PERSIST_CANT_DELETE_INUSE_ELASTICSEARCH_INDEX_AREA Application code that calls the Content Engine API methods could not delete the index_area index area that belongs to the object_store object store.
static ExceptionCodePERSIST_CANT_DELETE_INUSE_TEXTSEARCH_INDEX_AREAFNRCP0035E
PERSIST_CANT_DELETE_INUSE_TEXTSEARCH_INDEX_AREA Application code that calls the Content Engine API methods could not delete the index_area index area that belongs to the object_store object store.
static ExceptionCodePERSIST_CANT_DELETE_TEXTSEARCH_INDEXFNRCP0034E
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 ExceptionCodePERSIST_CANT_SAVE_ELASTICSEARCH_INDEXFNRCP0059E
PERSIST_CANT_SAVE_ELASTICSEARCH_INDEX Application code that calls the Content Engine API methods could not create an IBM Elastic Search Services index.
static ExceptionCodePERSIST_CANT_SAVE_TEXTSEARCH_INDEXFNRCP0036E
PERSIST_CANT_SAVE_TEXTSEARCH_INDEX Application code that calls the Content Engine API methods could not create an IBM Content Search Services index.
static ExceptionCodePERSIST_CANT_USE_ZERO_GUIDFNRCP0024E
PERSIST_CANT_USE_ZERO_GUID Creating an object with a Id of all zeroes is not allowed.
static ExceptionCodePERSIST_CBR_LOCALE_NOT_SETFNRCP0007E
PERSIST_CBR_LOCALE_NOT_SET The CBRLocale property of the object store must be set before any IndexAreas are created
static ExceptionCodePERSIST_COMPOUND_DOCUMENT_INTEGRITYFNRCP0008E
PERSIST_COMPOUND_DOCUMENT_INTEGRITY An attempted operation would violate compound document integrity rules.
static ExceptionCodePERSIST_DOMAIN_LOCKOUTFNRCP0060E
PERSIST_DOMAIN_LOCKOUT The Permissions update may leave no-one with administrative access to the domain.
static ExceptionCodePERSIST_ES_INVALID_MAX_INDEXES_CHANGEFNRCP0058E
PERSIST_ES_INVALID_MAX_INDEXES_CHANGE IBM Elastic Search Services could not set the maximum number of indexes for the index_area index area.
static ExceptionCodePERSIST_INVALID_AUDIT_FILTERING_FILTER_EXPRESSIONFNRCP0027E
PERSIST_INVALID_AUDIT_FILTERING_FILTER_EXPRESSION The filter expression value {1} is invalid for the audit definition {0}.
static ExceptionCodePERSIST_INVALID_AUDIT_FILTERING_FILTERED_PROPERTYFNRCP0028E
PERSIST_INVALID_AUDIT_FILTERING_FILTERED_PROPERTY The filter expression value {1} is invalid for the audit definition property {0}.
static ExceptionCodePERSIST_INVALID_DATABASE_CHARSETFNRCP0009E
PERSIST_INVALID_DATABASE_CHARSET The character set for this database is invalid.
static ExceptionCodePERSIST_INVALID_JOB_IDX_IDFNRCP0010E
PERSIST_INVALID_JOB_IDX_ID The IndexationId indexation_id property of the IndexJobCollectionItem object does not refer to an existing CmTextSearchIndex object.
static ExceptionCodePERSIST_INVALID_PATHFNRCP0020E
PERSIST_INVALID_PATH Property {0} contains a path name ({1}) that does not exist in the file system of the CE server.
static ExceptionCodePERSIST_INVALID_PATH_NO_WRITEFNRCP0021E
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 ExceptionCodePERSIST_INVALID_POSTCONDITIONFNRCP0030E
PERSIST_INVALID_POSTCONDITION The postcondition expression {0} is invalid.
static ExceptionCodePERSIST_INVALID_PRECONDITIONFNRCP0029E
PERSIST_INVALID_PRECONDITION The precondition expression {0} is invalid.
static ExceptionCodePERSIST_INVALID_SUBSCRIPTION_TARGETFNRCP0011E
PERSIST_INVALID_SUBSCRIPTION_TARGET The specified subscription target is invalid.
static ExceptionCodePERSIST_NO_COLUMNFNRCP0012E
PERSIST_NO_COLUMN No database column is defined for property '{0}' on class '{1}'.
static ExceptionCodePERSIST_NOT_ALLOWED_CBR_ENABLE_CLASS_INDEX_REQUESTFNRCP0052E
PERSIST_NOT_ALLOWED_CBR_ENABLE_CLASS_INDEX_REQUEST Changing the IsCBREnabled property of a class definition for an IndexRequest class is not allowed.
static ExceptionCodePERSIST_NOT_ALLOWED_INDEX_REQUEST_OPERATION_CHANGEFNRCP0050E
PERSIST_NOT_ALLOWED_INDEX_REQUEST_OPERATION_CHANGE Content Engine ignored the requested change to the operation of the "index_request_id" index request.
static ExceptionCodePERSIST_OBJSTR_DATABASE_TABLES_EXISTFNRCP0013E
PERSIST_OBJSTR_DATABASE_TABLES_EXIST Database tables already exist for ObjectStore: {0}.
static ExceptionCodePERSIST_RECOVERYITEM_NOT_SUPPORTEDFNRCP0055E
PERSIST_RECOVERYITEM_NOT_SUPPORTED A recovery item cannot be created because the original object is not supported for mark for deletion.
static ExceptionCodePERSIST_RECOVERYITEM_OBJECT_ALREADY_MARKEDFNRCP0056E
PERSIST_RECOVERYITEM_OBJECT_ALREADY_MARKED A recovery item cannot be created because the specified original object is already marked for deletion.
static ExceptionCodePERSIST_RECOVERYITEM_OBJECT_DESERIALIZATION_FAILEDFNRCP0054E
PERSIST_RECOVERYITEM_OBJECT_DESERIALIZATION_FAILED The objects failed to be deserialized from a byte array.
static ExceptionCodePERSIST_RECOVERYITEM_OBJECT_SERIALIZATION_FAILEDFNRCP0053E
PERSIST_RECOVERYITEM_OBJECT_SERIALIZATION_FAILED The objects failed to be serialized into a byte array.
static ExceptionCodePERSIST_RETENTION_CLOCK_SKEWFNRCP0043E
PERSIST_RETENTION_CLOCK_SKEW The system and RDBMS clocks are skewed, event based retention cannot be applied: skew seconds clock_skew_offset.
static ExceptionCodePERSIST_RETENTION_COMPATIBILITY_MODEFNRCP0042E
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 ExceptionCodePERSIST_RETENTION_CONSTRAINT_VIOLATEDFNRCP0044E
PERSIST_RETENTION_CONSTRAINT_VIOLATED The retention date of the object cannot be altered due to a retention constraint.
static ExceptionCodePERSIST_RETENTION_DELETE_PREVENTEDFNRCP0045E
PERSIST_RETENTION_DELETE_PREVENTED The object cannot be deleted due to a retention constraint.
static ExceptionCodePERSIST_RETENTION_NOT_SUPPORTEDFNRCP0049E
PERSIST_RETENTION_NOT_SUPPORTED The retention feature is not supported.
static ExceptionCodePERSIST_RETENTION_PERIOD_PREVENTEDFNRCP0046E
PERSIST_RETENTION_PERIOD_PREVENTED The Retention Period property of the Storage Area cannot be changed to any value except NOT_ALLOWED: period RetentionPeriod.
static ExceptionCodePERSIST_SINGLETON_CLASSFNRCP0014E
PERSIST_SINGLETON_CLASS Only one instance of class {0} can be created.
static ExceptionCodePERSIST_TASK_RELATIONSHIP_INTEGRITYFNRCP0032E
PERSIST_TASK_RELATIONSHIP_INTEGRITY An attempted operation would violate task relationship integrity rules.
static ExceptionCodePERSIST_TS_CANT_CHANGE_INDEXING_LANGUAGEFNRCP0051E
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 ExceptionCodePERSIST_TS_INDEXING_LANGUAGE_NOT_SETFNRCP0040E
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 ExceptionCodePERSIST_TS_INVALID_INDEXING_LANGUAGEFNRCP0041E
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 ExceptionCodePERSIST_TS_INVALID_MAX_INDEXES_CHANGEFNRCP0038E
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 ExceptionCodePERSIST_TS_INVALID_ROOT_DIRECTORY_PATHFNRCP0037E
PERSIST_TS_INVALID_ROOT_DIRECTORY_PATH IBM Content Search Services could not set the root directory path for the index_area index area.
static ExceptionCodePERSIST_TS_ROOT_DIRECTORY_PATH_NO_WRITEFNRCP0039E
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 ExceptionCodePERSIST_TS_ROOT_DIRECTORY_PATH_NOT_SETFNRCP0031E
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 ExceptionCodePERSIST_UNEXPECTED_PROPERTY_CARDINALITYFNRCP0015E
PERSIST_UNEXPECTED_PROPERTY_CARDINALITY The property cardinality value was unexpected.
static ExceptionCodePERSIST_UNSUPPORTED_DATABASEFNRCP0016E
PERSIST_UNSUPPORTED_DATABASE Unsupported database, type {0}.
static ExceptionCodePERSIST_UNSUPPORTED_DATABASE_VERSIONFNRCP0017E
PERSIST_UNSUPPORTED_DATABASE_VERSION Unsupported database version {0} (must have at least {1}).
static ExceptionCodePERSIST_UNSUPPORTED_FEDERATED_OPFNRCP0026E
PERSIST_UNSUPPORTED_FEDERATED_OP The current operation ({0}) is not supported or invalid for the federated document.
static ExceptionCodePUBLISH_BAD_PUBLISH_REQUESTFNRCU0001E
PUBLISH_BAD_PUBLISH_REQUEST The publish request is invalid.
static ExceptionCodePUBLISH_BAD_PUBLISH_TEMPLATEFNRCU0002E
PUBLISH_BAD_PUBLISH_TEMPLATE An exception occurred while handling the provided publish template object.
static ExceptionCodePUBLISH_CONTENT_ELEMENT_NOT_FOUNDFNRCU0008E
PUBLISH_CONTENT_ELEMENT_NOT_FOUND Publishing requires that the source document must contain a content element, but none was found.
static ExceptionCodePUBLISH_CONTENT_REFERENCE_NOT_SUPPORTEDFNRCU0007E
PUBLISH_CONTENT_REFERENCE_NOT_SUPPORTED Publishing does not support a content reference as the first content element of the source document.
static ExceptionCodePUBLISH_DITA_INVALID_DITAOTFNRCQ0014E
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 ExceptionCodePUBLISH_DITA_INVALID_DITAOT_LIBFNRCQ0013E
PUBLISH_DITA_INVALID_DITAOT_LIB The DITA Open Toolkit lib folder was not found or is invalid.
static ExceptionCodePUBLISH_DITA_INVALID_DITAVALFNRCQ0012E
PUBLISH_DITA_INVALID_DITAVAL DITAVAL file requires DocumentTitle, ContentSize, and ContentElement properties.
static ExceptionCodePUBLISH_DITA_INVALID_WORKSPACE_FOLDERFNRCQ0008E
PUBLISH_DITA_INVALID_WORKSPACE_FOLDER The DITA temp workspace folder exists but is not a folder {0}.
static ExceptionCodePUBLISH_DITA_JAVA_HOME_UNDEFINEDFNRCQ0011E
PUBLISH_DITA_JAVA_HOME_UNDEFINED The JAVA_HOME environment variable is not defined.
static ExceptionCodePUBLISH_DITA_PUBLICATION_NOT_FOUNDFNRCQ0015E
PUBLISH_DITA_PUBLICATION_NOT_FOUND The DITA publication file was not found {0}.
static ExceptionCodePUBLISH_DITA_RENDER_FAILEDFNRCQ0007E
PUBLISH_DITA_RENDER_FAILED The DITA Open Toolkit render operation failed.
static ExceptionCodePUBLISH_DITA_UNABLE_TO_CREATEFNRCQ0010E
PUBLISH_DITA_UNABLE_TO_CREATE Unable to create temp DITA file or folder {0}.
static ExceptionCodePUBLISH_DITA_UNABLE_TO_DELETEFNRCQ0009E
PUBLISH_DITA_UNABLE_TO_DELETE After a render operation, the deletion of the DITA temp file or folder failed temp.
static ExceptionCodePUBLISH_HANDLER_THREWFNRCU0004E
PUBLISH_HANDLER_THREW An exception occurred in the Publishing handler.
static ExceptionCodePUBLISH_NO_HANDLERFNRCU0003E
PUBLISH_NO_HANDLER Unable to get a handler for the PublishRequest {0}.
static ExceptionCodePUBLISH_READING_PR_PUBLISHINGSTATUS_THREWFNRCU0006E
PUBLISH_READING_PR_PUBLISHINGSTATUS_THREW An exception occurred during a read of the PublishRequest.PublishingStatus.
static ExceptionCodePUBLISH_READING_REC_THREWFNRCU0005E
PUBLISH_READING_REC_THREW An exception occurred during a read of the RenditionEngineConnection.
static ExceptionCodeREPLICATION_LATER_VERSION_EXISTSFNRCY0001E
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 ExceptionCodeRETRIEVE_ALL_PROPS_FROM_SAME_CLASSFNRCR0001E
RETRIEVE_ALL_PROPS_FROM_SAME_CLASS When returning objects all properties selected must be from same class.
static ExceptionCodeRETRIEVE_AMBIGUOUS_PROPERTYFNRCR0002E
RETRIEVE_AMBIGUOUS_PROPERTY Ambiguous property has no table specifier: {0}.
static ExceptionCodeRETRIEVE_BAD_APPEND_ACTIVE_CLAUSEFNRCR0003E
RETRIEVE_BAD_APPEND_ACTIVE_CLAUSE The call to SelectStatementEx.appendActiveClause is invalid.
static ExceptionCodeRETRIEVE_BAD_CONTENT_ELEMENT_IDFNRCR0004E
RETRIEVE_BAD_CONTENT_ELEMENT_ID Bad element id in Content table.
static ExceptionCodeRETRIEVE_BAD_CONTENT_ELEMENT_ORDINALFNRCR0005E
RETRIEVE_BAD_CONTENT_ELEMENT_ORDINAL Invalid ordinal {0} in element_id of content.
static ExceptionCodeRETRIEVE_BAD_CONTINUATION_STRINGFNRCR0006E
RETRIEVE_BAD_CONTINUATION_STRING The continuation string is invalid: {0}.
static ExceptionCodeRETRIEVE_BAD_GET_OBJECT_PARAMETERSFNRCR0007E
RETRIEVE_BAD_GET_OBJECT_PARAMETERS The getObject parameters are invalid.
static ExceptionCodeRETRIEVE_BAD_GLOBAL_IDENTITYFNRCR0008E
RETRIEVE_BAD_GLOBAL_IDENTITY The global identity is invalid or was not found.
static ExceptionCodeRETRIEVE_BAD_MULTI_SELECT_DISTINCTFNRCR0009E
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 ExceptionCodeRETRIEVE_BAD_NAME_PROPERTYFNRCR0010E
RETRIEVE_BAD_NAME_PROPERTY Name property not set up correctly in system metadata on class {0} (system error).
static ExceptionCodeRETRIEVE_BAD_OBJECT_ADDRESSFNRCR0011E
RETRIEVE_BAD_OBJECT_ADDRESS The ObjectAddress is invalid.
static ExceptionCodeRETRIEVE_BAD_OBJECT_COLUMN_TYPEFNRCR0012E
RETRIEVE_BAD_OBJECT_COLUMN_TYPE Invalid column type for object property {0}.
static ExceptionCodeRETRIEVE_BAD_ORDERBY_DATATYPEFNRCR0013E
RETRIEVE_BAD_ORDERBY_DATATYPE The datatype for the ORDER BY clause is invalid.
static ExceptionCodeRETRIEVE_BAD_PROPERTY_FILTER_TYPEFNRCR0014E
RETRIEVE_BAD_PROPERTY_FILTER_TYPE Unknown property type in PropertyFilter: {0}.
static ExceptionCodeRETRIEVE_BAD_REPOSITORY_SEARCHFNRCR0015E
RETRIEVE_BAD_REPOSITORY_SEARCH AdHocClassRetriever.executeSearch can be called only for a repository search.
static ExceptionCodeRETRIEVE_CANT_COMPARE_TYPESFNRCR0016E
RETRIEVE_CANT_COMPARE_TYPES Cannot compare dissimilar data types.
static ExceptionCodeRETRIEVE_CANT_CREATE_RETRIEVERFNRCR0017E
RETRIEVE_CANT_CREATE_RETRIEVER Cannot create retriever: {0}.
static ExceptionCodeRETRIEVE_CANT_CREATE_SEARCH_TEMP_DIRFNRCR0018E
RETRIEVE_CANT_CREATE_SEARCH_TEMP_DIR Can't create temp file directory {0} for use with content search.
static ExceptionCodeRETRIEVE_CANT_GET_LOCAL_HOSTFNRCR0019E
RETRIEVE_CANT_GET_LOCAL_HOST The local host cannot be opened.
static ExceptionCodeRETRIEVE_CANT_GET_OBJECT_IDFNRCR0020E
RETRIEVE_CANT_GET_OBJECT_ID The object is not an independent or global object.
static ExceptionCodeRETRIEVE_CANT_MODIFY_ROOT_FOLDERFNRCR0021E
RETRIEVE_CANT_MODIFY_ROOT_FOLDER The root folder cannot be modified.
static ExceptionCodeRETRIEVE_CANT_SELECT_DISTINCT_PROP_WITH_NO_COLUMNFNRCR0024E
RETRIEVE_CANT_SELECT_DISTINCT_PROP_WITH_NO_COLUMN No column defined on property used with "distinct": {0}.
static ExceptionCodeRETRIEVE_CANT_SELECT_DISTINCT_RANK_WITH_OVERRIDE_REQUIREDFNRCA0129E
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 ExceptionCodeRETRIEVE_CANT_SELECT_WITH_DISTINCTFNRCR0025E
RETRIEVE_CANT_SELECT_WITH_DISTINCT Can't select property with "distinct": {0}.
static ExceptionCodeRETRIEVE_CONTENT_JOIN_INVALIDFNRCR0089E
RETRIEVE_CONTENT_JOIN_INVALID Join on content search is invalid.
static ExceptionCodeRETRIEVE_CONTENT_NOT_TRANSFERFNRCR0026E
RETRIEVE_CONTENT_NOT_TRANSFER Content for document {0}, ordinal {1} is not ContentTransfer.
static ExceptionCodeRETRIEVE_CONTENT_SEARCH_ANDFNRCR0027E
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 ExceptionCodeRETRIEVE_CONTENT_SEARCH_FAILEDFNRCR0028E
RETRIEVE_CONTENT_SEARCH_FAILED The content search failed for search string="{0}", type={1}, property="{2}", class="{3}", and object store="{4}".
static ExceptionCodeRETRIEVE_CONTENT_SEARCH_ORFNRCR0029E
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 ExceptionCodeRETRIEVE_DBCONTEXT_NULLFNRCR0030E
RETRIEVE_DBCONTEXT_NULL The database context is unexpectedly null.
static ExceptionCodeRETRIEVE_EXCEEDED_BLOB_BUFFERFNRCR0031E
RETRIEVE_EXCEEDED_BLOB_BUFFER Exceeded maximum length of blob buffer {0}.
static ExceptionCodeRETRIEVE_EXPECTED_IDFNRCR0032E
RETRIEVE_EXPECTED_ID Expected id property (system error)
static ExceptionCodeRETRIEVE_INVALID_CLASSID_FOR_PROPFNRCR0033E
RETRIEVE_INVALID_CLASSID_FOR_PROP Invalid class id ({0}) for property {1}.
static ExceptionCodeRETRIEVE_INVALID_DEPENDENT_FETCHFNRCR0034E
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 ExceptionCodeRETRIEVE_INVALID_ISCLASS_ALIASFNRCR0035E
RETRIEVE_INVALID_ISCLASS_ALIAS Invalid class alias in isclass test {0}.
static ExceptionCodeRETRIEVE_INVALID_LIST_DATATYPEFNRCR0036E
RETRIEVE_INVALID_LIST_DATATYPE Invalid list datatype for property {0}.
static ExceptionCodeRETRIEVE_INVALID_OPERATOR_FOR_CONTAINSFNRCR0037E
RETRIEVE_INVALID_OPERATOR_FOR_CONTAINS Invalid operator used with CONTAINS/FREETEXT: {0}.
static ExceptionCodeRETRIEVE_INVALID_PROPERTY_VALUEFNRCR0038E
RETRIEVE_INVALID_PROPERTY_VALUE Invalid property value type for property {0}.
static ExceptionCodeRETRIEVE_INVALID_REFLECTIVE_PROPFNRCR0092E
RETRIEVE_INVALID_REFLECTIVE_PROP Invalid Reflective property(={0}) specified for Enum Propeorty(={1}).
static ExceptionCodeRETRIEVE_ITEM_INDEX_NEGATIVEFNRCR0039E
RETRIEVE_ITEM_INDEX_NEGATIVE The item index is negative in the request to retrieve a dependent object.
static ExceptionCodeRETRIEVE_MISSING_CONTENTSEARCH_JOINFNRCR0040E
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 ExceptionCodeRETRIEVE_MORE_THAN_ONE_CONTENT_TABLEFNRCR0041E
RETRIEVE_MORE_THAN_ONE_CONTENT_TABLE Cannot have more than one ContentSearch table joined into a search.
static ExceptionCodeRETRIEVE_MULTI_OBJECT_STORE_IN_TRANFNRCR0088E
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 ExceptionCodeRETRIEVE_MULTIPLE_COLUMN_NAMESFNRCR0042E
RETRIEVE_MULTIPLE_COLUMN_NAMES Two properties with same table have different column names.
static ExceptionCodeRETRIEVE_MULTIPLE_CONTAINSORFREETEXTFNRCR0043E
RETRIEVE_MULTIPLE_CONTAINSORFREETEXT A SQL statement cannot have more than one CONTAINS clause.
static ExceptionCodeRETRIEVE_MULTIPLE_DATATYPESFNRCR0044E
RETRIEVE_MULTIPLE_DATATYPES Two properties with same table have different data types.
static ExceptionCodeRETRIEVE_MULTIPLE_ON_CONTENTFNRCR0045E
RETRIEVE_MULTIPLE_ON_CONTENT An ON condition that references content search tables more than once is invalid.
static ExceptionCodeRETRIEVE_NEED_MULTIPLE_OBJECT_STORESFNRCR0090E
RETRIEVE_NEED_MULTIPLE_OBJECT_STORES At least two object stores must be supplied to a merged scope query.
static ExceptionCodeRETRIEVE_NEED_SEARCH_SERVERFNRCR0046E
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 ExceptionCodeRETRIEVE_NO_DISTINCT_MERGEFNRCR0049E
RETRIEVE_NO_DISTINCT_MERGE The DISTINCT operator is not supported in merged scope queries.
static ExceptionCodeRETRIEVE_NO_ITEM_INDEXFNRCR0051E
RETRIEVE_NO_ITEM_INDEX No item index in request to retrieve dependent object.
static ExceptionCodeRETRIEVE_NO_REQUIRED_CLASSFNRCR0052E
RETRIEVE_NO_REQUIRED_CLASS Persistent property {0} has no required class.
static ExceptionCodeRETRIEVE_NO_ROOT_FOLDERFNRCR0053E
RETRIEVE_NO_ROOT_FOLDER The root folder is not in the cache.
static ExceptionCodeRETRIEVE_NO_SELECTED_PROPERTYFNRCR0054E
RETRIEVE_NO_SELECTED_PROPERTY The selected property was not found in the property list.
static ExceptionCodeRETRIEVE_NO_TEXTSEARCH_INDEXFNRCR0093E
RETRIEVE_NO_TEXTSEARCH_INDEX No Text search Index for index id: {0}
There is no Text search Index for the indicated index id.
static ExceptionCodeRETRIEVE_NOT_IMPLEMENTEDFNRCR0047E
RETRIEVE_NOT_IMPLEMENTED Not Implemented.
static ExceptionCodeRETRIEVE_NOT_OBJECTFNRCR0048E
RETRIEVE_NOT_OBJECT Property for getObject must be object: {0}.
static ExceptionCodeRETRIEVE_NULL_CONTENTSEARCH_JOINFNRCR0056E
RETRIEVE_NULL_CONTENTSEARCH_JOIN A null row cannot be joined to ContentSearch.
static ExceptionCodeRETRIEVE_NULL_ENUM_COLUMNFNRCR0091E
RETRIEVE_NULL_ENUM_COLUMN Attempt to retrieve an enumeration property that has a reflective property with no column defined.
static ExceptionCodeRETRIEVE_NULL_TABLE_LISTFNRCR0057E
RETRIEVE_NULL_TABLE_LIST Cannot use property ({0}) with null table for list cardinality.
static ExceptionCodeRETRIEVE_OPTIMIZED_SEARCH_INVALID_MERGED_SCOPE_RANK_ORDERFNRCA0127E
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 ExceptionCodeRETRIEVE_OPTIMIZED_SEARCH_INVALID_MULTIPLE_JOINFNRCA0122E
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 ExceptionCodeRETRIEVE_OPTIMIZED_SEARCH_INVALID_OUTER_JOINFNRCA0120E
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 ExceptionCodeRETRIEVE_OPTIMIZED_SEARCH_INVALID_PROPERTY_CONDITIONSFNRCA0121E
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 ExceptionCodeRETRIEVE_OPTIMIZED_SEARCH_INVALID_RANK_ORDERFNRCA0123E
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 ExceptionCodeRETRIEVE_OPTIMIZED_SEARCH_INVALID_SELECT_DISTINCTFNRCA0125E
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 ExceptionCodeRETRIEVE_ORDER_BY_NOT_SELECTEDFNRCR0058E
RETRIEVE_ORDER_BY_NOT_SELECTED Order by property must be in selection list: {0}.
static ExceptionCodeRETRIEVE_ORDER_CLAUSE_PARSE_FAILUREFNRCR0059E
RETRIEVE_ORDER_CLAUSE_PARSE_FAILURE Expected one child node of order property (system error).
static ExceptionCodeRETRIEVE_PARSE_BAD_CARDINALITYFNRCR0060E
RETRIEVE_PARSE_BAD_CARDINALITY The cardinality (list or single-valued property) does not match the cardinality of the operator expression for property {0}.
static ExceptionCodeRETRIEVE_PARSE_BAD_CHILD_COUNTFNRCR0061E
RETRIEVE_PARSE_BAD_CHILD_COUNT Unexpected number of child elements of "{0}".
static ExceptionCodeRETRIEVE_PARSE_BAD_LONG_STRINGFNRCR0062E
RETRIEVE_PARSE_BAD_LONG_STRING Long string property {0} not allowed with given operator.
static ExceptionCodeRETRIEVE_PARSE_BAD_ROOT_CHILDFNRCR0063E
RETRIEVE_PARSE_BAD_ROOT_CHILD The child of the root query node is unrecognized.
static ExceptionCodeRETRIEVE_PARSE_CANT_COMPARE_CONSTANTSFNRCR0064E
RETRIEVE_PARSE_CANT_COMPARE_CONSTANTS An attempt was made to compare two constants that are dates, booleans, or GUIDs.
static ExceptionCodeRETRIEVE_PARSE_CONSTANT_NOT_ALLOWEDFNRCR0065E
RETRIEVE_PARSE_CONSTANT_NOT_ALLOWED Constant not allowed with operator {0}.
static ExceptionCodeRETRIEVE_PARSE_EXPRESSION_NOT_ALLOWEDFNRCR0066E
RETRIEVE_PARSE_EXPRESSION_NOT_ALLOWED Expression not allowed with operator {0}.
static ExceptionCodeRETRIEVE_PARSE_INVALID_ACCESSGRANTEDFNRCA0128E
RETRIEVE_PARSE_INVALID_ACCESSGRANTED The access granted search keyword is not allowed in a {0}.
static ExceptionCodeRETRIEVE_PARSE_INVALID_CBR_SUBQUERYFNRCA0124E
RETRIEVE_PARSE_INVALID_CBR_SUBQUERY A CBR search cannot be performed in a subquery.
static ExceptionCodeRETRIEVE_PARSE_INVALID_FOLDER_SYNTAXFNRCR0067E
RETRIEVE_PARSE_INVALID_FOLDER_SYNTAX Invalid folder syntax: {0}.
static ExceptionCodeRETRIEVE_PARSE_INVALID_FREETEXT_PROPERTYFNRCR0068E
RETRIEVE_PARSE_INVALID_FREETEXT_PROPERTY The property used as the first argument of the FREETEXT operator is invalid.
static ExceptionCodeRETRIEVE_PARSE_INVALID_NODE_TYPEFNRCR0069E
RETRIEVE_PARSE_INVALID_NODE_TYPE Invalid node type: "{0}".
static ExceptionCodeRETRIEVE_PARSE_INVALID_OBJECT_FUNCTIONFNRCR0070E
RETRIEVE_PARSE_INVALID_OBJECT_FUNCTION Invalid argument to object function: {0}.
static ExceptionCodeRETRIEVE_PARSE_INVALID_QUERY_PROPERTYFNRCR0071E
RETRIEVE_PARSE_INVALID_QUERY_PROPERTY Invalid property in query: {0}.
static ExceptionCodeRETRIEVE_PARSE_INVALID_RHS_FOLDER_OPERANDFNRCR0072E
RETRIEVE_PARSE_INVALID_RHS_FOLDER_OPERAND The operand on the right side of INFOLDER is invalid.
static ExceptionCodeRETRIEVE_PARSE_NO_COLUMN_DEFINEDFNRCR0073E
RETRIEVE_PARSE_NO_COLUMN_DEFINED Property searched for ({0}) has no column defined.
static ExceptionCodeRETRIEVE_PARSE_NO_FROM_CLAUSEFNRCR0074E
RETRIEVE_PARSE_NO_FROM_CLAUSE No FROM clause was specified in the query.
static ExceptionCodeRETRIEVE_PARSE_OBJECT_IN_FROMFNRCR0075E
RETRIEVE_PARSE_OBJECT_IN_FROM The OBJECT function is not allowed in a FROM clause.
static ExceptionCodeRETRIEVE_PARSE_PROPERTY_NEEDS_CLASSFNRCR0076E
RETRIEVE_PARSE_PROPERTY_NEEDS_CLASS Property {0} must be qualified by a class name.
static ExceptionCodeRETRIEVE_PARSE_PROPERTY_NOT_ALLOWEDFNRCR0077E
RETRIEVE_PARSE_PROPERTY_NOT_ALLOWED Property {0} not allowed with operator {1}.
static ExceptionCodeRETRIEVE_PARSE_UNEXPECTED_NODEFNRCR0078E
RETRIEVE_PARSE_UNEXPECTED_NODE Unexpected node type in "{0}".
static ExceptionCodeRETRIEVE_PARSE_UNEXPECTED_OPERATOR_DATATYPEFNRCR0079E
RETRIEVE_PARSE_UNEXPECTED_OPERATOR_DATATYPE Unexpected datatype for operator: {0}.
static ExceptionCodeRETRIEVE_PATH_SLASHFNRCR0080E
RETRIEVE_PATH_SLASH The path "path_name" does not start with the required forward or reverse slash.
static ExceptionCodeRETRIEVE_PROPERTY_NOT_DEFINEDFNRCR0081E
RETRIEVE_PROPERTY_NOT_DEFINED The property {0} is not defined.
static ExceptionCodeRETRIEVE_PROPERTY_NOT_ORDERABLEFNRCR0082E
RETRIEVE_PROPERTY_NOT_ORDERABLE Property not orderable: {0}.
static ExceptionCodeRETRIEVE_SEARCH_ADD_ITEM_VALUES_NOT_SETFNRCA0111E
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 ExceptionCodeRETRIEVE_SEARCH_CANNOT_MODIFY_NONEXISTENT_ITEMFNRCA0112E
RETRIEVE_SEARCH_CANNOT_MODIFY_NONEXISTENT_ITEM An item to be modified was not found in the search XML.
static ExceptionCodeRETRIEVE_SEARCH_CLAUSE_NOT_FOUNDFNRCA0103E
RETRIEVE_SEARCH_CLAUSE_NOT_FOUND The XML to use for the search is invalid.
static ExceptionCodeRETRIEVE_SEARCH_EXCLUDE_TARGET_NOT_PRESENTFNRCA0110E
RETRIEVE_SEARCH_EXCLUDE_TARGET_NOT_PRESENT An object specified to be excluded from the search XML does not exist.
static ExceptionCodeRETRIEVE_SEARCH_FOLDER_NOT_FOUNDFNRCA0104E
RETRIEVE_SEARCH_FOLDER_NOT_FOUND The XML to use for the search is invalid.
static ExceptionCodeRETRIEVE_SEARCH_INVALID_ATTRIBUTEFNRCA0113E
RETRIEVE_SEARCH_INVALID_ATTRIBUTE An attribute in search XML was assigned an invalid value.
static ExceptionCodeRETRIEVE_SEARCH_INVALID_GROUPINGFNRCA0114E
RETRIEVE_SEARCH_INVALID_GROUPING A range for the search modifier was not specified in the search XML.
static ExceptionCodeRETRIEVE_SEARCH_INVALID_MIMETYPEFNRCA0106E
RETRIEVE_SEARCH_INVALID_MIMETYPE The XML to use for the search is invalid.
static ExceptionCodeRETRIEVE_SEARCH_INVALID_PARAMETER_QUERY_FROM_CLASSFNRCA0108E
RETRIEVE_SEARCH_INVALID_PARAMETER_QUERY_FROM_CLASS The searchClauseFromClass parameter for the SearchScope method to execute the stored search is invalid.
static ExceptionCodeRETRIEVE_SEARCH_INVALID_SORT_LEVELFNRCA0116E
RETRIEVE_SEARCH_INVALID_SORT_LEVEL The sort level specified in the search XML is invalid.
static ExceptionCodeRETRIEVE_SEARCH_INVALID_VERSIONFNRCA0117E
RETRIEVE_SEARCH_INVALID_VERSION The version specified in the search XML is invalid.
static ExceptionCodeRETRIEVE_SEARCH_INVALID_XMLFNRCA0115E
RETRIEVE_SEARCH_INVALID_XML The search XML is invalid.
static ExceptionCodeRETRIEVE_SEARCH_INVALID_XML_QUERY_FROM_CLASSFNRCA0107E
RETRIEVE_SEARCH_INVALID_XML_QUERY_FROM_CLASS The XML to use for the search is invalid.
static ExceptionCodeRETRIEVE_SEARCH_REQUIRED_MERGE_DATA_NOT_PRESENTFNRCA0109E
RETRIEVE_SEARCH_REQUIRED_MERGE_DATA_NOT_PRESENT The templateData parameter for the SearchScope method to execute the stored search is invalid.
static ExceptionCodeRETRIEVE_SEARCH_SUBCLASS_NOT_FOUNDFNRCA0105E
RETRIEVE_SEARCH_SUBCLASS_NOT_FOUND The XML to use for the search is invalid.
static ExceptionCodeRETRIEVE_SEARCH_XML_INVALID_ATTRIBUTE_VALUEFNRCA0096E
RETRIEVE_SEARCH_XML_INVALID_ATTRIBUTE_VALUE The XML to use for the search is invalid.
static ExceptionCodeRETRIEVE_SEARCH_XML_INVALID_CHILD_NODE_COUNTFNRCA0097E
RETRIEVE_SEARCH_XML_INVALID_CHILD_NODE_COUNT The XML to use for the search is not well-formed.
static ExceptionCodeRETRIEVE_SEARCH_XML_INVALID_CONTENT_ITEM_COUNTFNRCA0098E
RETRIEVE_SEARCH_XML_INVALID_CONTENT_ITEM_COUNT The XML to use for the search is invalid.
static ExceptionCodeRETRIEVE_SEARCH_XML_INVALID_FUZZY_MODIFIERFNRCA0118E
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 ExceptionCodeRETRIEVE_SEARCH_XML_INVALID_GROUPACTION_ATTRIBUTEFNRCA0101E
RETRIEVE_SEARCH_XML_INVALID_GROUPACTION_ATTRIBUTE The XML to use for the search is invalid.
static ExceptionCodeRETRIEVE_SEARCH_XML_INVALID_PROXIMITY_MODIFIERFNRCA0119E
RETRIEVE_SEARCH_XML_INVALID_PROXIMITY_MODIFIER Invalid value for proximity search parameter, value = {0}.
static ExceptionCodeRETRIEVE_SEARCH_XML_INVALID_RESET_OF_CONTENT_ITEMFNRCA0099E
RETRIEVE_SEARCH_XML_INVALID_RESET_OF_CONTENT_ITEM The XML to use for the search is invalid.
static ExceptionCodeRETRIEVE_SEARCH_XML_INVALID_RETRIEVE_OF_CONTENT_ITEMFNRCA0100E
RETRIEVE_SEARCH_XML_INVALID_RETRIEVE_OF_CONTENT_ITEM The XML to use for the search is invalid.
static ExceptionCodeRETRIEVE_SEARCH_XML_INVALID_WORKVARIATION_ATTRIBUTEFNRCA0102E
RETRIEVE_SEARCH_XML_INVALID_WORKVARIATION_ATTRIBUTE The XML to use for the search is invalid.
static ExceptionCodeRETRIEVE_SEARCH_XML_REQUIRED_ELEMENT_OR_ATTRIBUTE_HAS_NO_VALUEFNRCA0095E
RETRIEVE_SEARCH_XML_REQUIRED_ELEMENT_OR_ATTRIBUTE_HAS_NO_VALUE The XML to use for the search is invalid.
static ExceptionCodeRETRIEVE_SEARCH_XML_REQUIRED_ELEMENT_OR_ATTRIBUTE_NOT_PRESENTFNRCA0094E
RETRIEVE_SEARCH_XML_REQUIRED_ELEMENT_OR_ATTRIBUTE_NOT_PRESENT The XML to use for the search is incomplete.
static ExceptionCodeRETRIEVE_SQL_SYNTAX_ERRORFNRCR0083E
RETRIEVE_SQL_SYNTAX_ERROR There was a syntax error in an SQL query or filter expression at line {0}, position {1}.
static ExceptionCodeRETRIEVE_UNEXPECTED_PROP_CONSTRAINTFNRCR0084E
RETRIEVE_UNEXPECTED_PROP_CONSTRAINT Unexpected property has constraint: {0}.
static ExceptionCodeRETRIEVE_UNEXPECTED_SELECTIONFNRCR0085E
RETRIEVE_UNEXPECTED_SELECTION The object property selection was unexpected.
static ExceptionCodeRETRIEVE_UNRECOGNIZED_QUERY_DATEFNRCR0086E
RETRIEVE_UNRECOGNIZED_QUERY_DATE Unrecognized query date "{0}".
static ExceptionCodeRETRIEVE_UNSELECT_ORDER_BYFNRCR0087E
RETRIEVE_UNSELECT_ORDER_BY An unselected property in the ORDER BY clause can be only the id column.
static ExceptionCodeRETRIEVE_UNSUPPORTED_OBJECT_RETRIEVALFNRCA0126E
RETRIEVE_UNSUPPORTED_OBJECT_RETRIEVAL The object cannot be retrieved because its class is unsupported for object retrieval.
static ExceptionCodeSCRIPT_ERRORFNRCZ0001E
SCRIPT_ERROR There was an error running the script.
static ExceptionCodeSCRIPT_LOAD_INVOKE_ERRORFNRCZ0002E
SCRIPT_LOAD_INVOKE_ERROR There was an error loading or invoking the script engine.
static ExceptionCodeSCRIPT_NO_SUCH_METHODFNRCZ0003E
SCRIPT_NO_SUCH_METHOD No such method in script: {0}
The method specified does not exist in the indicated script.
static ExceptionCodeSCRIPT_SYNTAX_ERRORFNRCZ0004E
SCRIPT_SYNTAX_ERROR There was an error loading the script.
static ExceptionCodeSECURITY_ACCOUNT_DISABLEDFNRCS0087E
SECURITY_ACCOUNT_DISABLED The managed user account for {0} is disabled.
static ExceptionCodeSECURITY_ANONYMOUS_DISALLOWEDFNRCS0001E
SECURITY_ANONYMOUS_DISALLOWED Access to Content Platform Engine was not allowed because the request was made anonymously instead of by an authenticated user.
static ExceptionCodeSECURITY_BAD_DOMAIN_REALMFNRCS0069E
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 ExceptionCodeSECURITY_CREDENTIALS_MANAGER_CLASS_NOT_FOUNDFNRCS0091E
SECURITY_CREDENTIALS_MANAGER_CLASS_NOT_FOUND The Java class {0} specified for the Credentials Manager '{1}' could not be loaded.
static ExceptionCodeSECURITY_CREDENTIALS_MANAGER_CONFIG_PARAMETER_ERRORFNRCS0095E
SECURITY_CREDENTIALS_MANAGER_CONFIG_PARAMETER_ERROR The Credentials Manager implementation in {0} reported an error of the configuration parameter {1}.
static ExceptionCodeSECURITY_CREDENTIALS_MANAGER_CONSUMER_ERRORFNRCS0094E
SECURITY_CREDENTIALS_MANAGER_CONSUMER_ERROR The Credentials Manager implementation in {0} is not supported for the consumer class {1}.
static ExceptionCodeSECURITY_CREDENTIALS_MANAGER_GET_ERRORFNRCS0093E
SECURITY_CREDENTIALS_MANAGER_GET_ERROR The Credentials Manager implementation in {0} reported an error returning credentials for object {1} of class {2}.
static ExceptionCodeSECURITY_CREDENTIALS_MANAGER_INIT_ERRORFNRCS0092E
SECURITY_CREDENTIALS_MANAGER_INIT_ERROR The Credentials Manager '{0}' failed to initialize.
static ExceptionCodeSECURITY_CREDENTIALS_MANAGER_MISSING_CONFIG_PARAMETER_ERRORFNRCS0096E
SECURITY_CREDENTIALS_MANAGER_MISSING_CONFIG_PARAMETER_ERROR The Credentials Manager implementation in {0} is missing the required configuration parameter {1}.
static ExceptionCodeSECURITY_DEFAULT_CONFIG_EXCEPTIONFNRCS0021E
SECURITY_DEFAULT_CONFIG_EXCEPTION An unexpected exception occurred while parsing the default JAAS configuration file.
static ExceptionCodeSECURITY_DEFAULT_CONFIG_EXPAND_ERRORFNRCS0022E
SECURITY_DEFAULT_CONFIG_EXPAND_ERROR Cannot expand Java system property property_name in the default JAAS configuration file.
static ExceptionCodeSECURITY_DEFAULT_CONFIG_PARSE_ERRORFNRCS0023E
SECURITY_DEFAULT_CONFIG_PARSE_ERROR Error parsing the default JAAS configuration file.
static ExceptionCodeSECURITY_DOMAIN_ENCRYPTION_UNDEFINEDFNRCS0020E
SECURITY_DOMAIN_ENCRYPTION_UNDEFINED The {0} property is undefined for this domain.
static ExceptionCodeSECURITY_EXCEPTION_READING_OBJECTFNRCS0002E
SECURITY_EXCEPTION_READING_OBJECT An exception occurred while reading a SecurityDescriptor (ACE or ACL).
static ExceptionCodeSECURITY_EXCEPTION_WRITING_OBJECTFNRCS0003E
SECURITY_EXCEPTION_WRITING_OBJECT An exception occurred while writing a SecurityDescriptor (ACE or ACL).
static ExceptionCodeSECURITY_INVALID_CONFIGURATIONFNRCS0004E
SECURITY_INVALID_CONFIGURATION One or more Content Engine directory configurations are missing or invalid.
static ExceptionCodeSECURITY_INVALID_CREDENTIALSFNRCS0005E
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 ExceptionCodeSECURITY_INVALID_DNFNRCS0006E
SECURITY_INVALID_DN Invalid Distinguished Name: {0}
A Distinguished Name with invalid string format as defined by the standard LDAP protocol is found.
static ExceptionCodeSECURITY_INVALID_INHERITANCEFNRCS0024E
SECURITY_INVALID_INHERITANCE This object {0} was designated as one that has inherited security and has no inheritable security object values.
static ExceptionCodeSECURITY_INVALID_KEY_IDENTIFIER_LENGTHFNRCS0075E
SECURITY_INVALID_KEY_IDENTIFIER_LENGTH The length {1} of a key identifier returned returned by the {0} key service exceeds the maximum {2} allowed.
static ExceptionCodeSECURITY_INVALID_KEY_SERVICE_TYPEFNRCS0074E
SECURITY_INVALID_KEY_SERVICE_TYPE The key service type {0} is not supported.
static ExceptionCodeSECURITY_INVALID_SECURITY_DESCRIPTORFNRCS0007E
SECURITY_INVALID_SECURITY_DESCRIPTOR An invalid security descriptor was found
static ExceptionCodeSECURITY_INVALID_SID_STRINGFNRCS0009E
SECURITY_INVALID_SID_STRING The Security Id string {0} is not a valid Security Id.
static ExceptionCodeSECURITY_KERBEROS_LOGIN_FAILUREFNRCS0088E
SECURITY_KERBEROS_LOGIN_FAILURE Error in Kerberos login.
static ExceptionCodeSECURITY_KEYPROTECT_INITIALIZATION_ERRORFNRCS0085E
SECURITY_KEYPROTECT_INITIALIZATION_ERROR Error in initialize connection to KeyProtect services
static ExceptionCodeSECURITY_KEYPROTECT_UNEXPECTED_ERRORFNRCS0086E
SECURITY_KEYPROTECT_UNEXPECTED_ERROR Unexpected Error with KeyProtect service
static ExceptionCodeSECURITY_KMIP_FEATURE_NOT_SUPPORTEDFNRCS0080E
SECURITY_KMIP_FEATURE_NOT_SUPPORTED An optional feature specified in the request was not supported: {0}
static ExceptionCodeSECURITY_KMIP_INVALID_FIELDFNRCS0076E
SECURITY_KMIP_INVALID_FIELD The data item in the message had an invalid value: {0}
static ExceptionCodeSECURITY_KMIP_INVALID_MESSAGEFNRCS0078E
SECURITY_KMIP_INVALID_MESSAGE The message is not valid: {0}
static ExceptionCodeSECURITY_KMIP_KEY_CERT_ERRORFNRCS0083E
SECURITY_KMIP_KEY_CERT_ERROR An Unexpected error happened while retrieving the key or certificate: {0}
static ExceptionCodeSECURITY_KMIP_OPERATION_NOT_SUPPORTEDFNRCS0079E
SECURITY_KMIP_OPERATION_NOT_SUPPORTED The operation requested by the request message was not supported by the server: {0}
static ExceptionCodeSECURITY_KMIP_SSL_CONNECTION_ERRORFNRCS0077E
SECURITY_KMIP_SSL_CONNECTION_ERROR An unexpected error happened during make SSL connection to host : {0} port :{1}
static ExceptionCodeSECURITY_KMIP_TRANSPORT_ERRORFNRCS0082E
SECURITY_KMIP_TRANSPORT_ERROR An Unexpected error happened while connecting to the KMIP server: {0}
static ExceptionCodeSECURITY_KMIP_UNEXPECTED_ERRORFNRCS0081E
SECURITY_KMIP_UNEXPECTED_ERROR An Unexpected error happened while processing the KMIP request: {0}
static ExceptionCodeSECURITY_KMS_UNEXPECTED_ERRORFNRCS0090E
SECURITY_KMS_UNEXPECTED_ERROR Unexpected Error with AWS KMS service
static ExceptionCodeSECURITY_LDAP_AUTHENTICATION_FAILEDFNRCS0027E
SECURITY_LDAP_AUTHENTICATION_FAILED LDAP authentication failed when performing 'Operation' for principal 'principalIdOrName'.
static ExceptionCodeSECURITY_LDAP_CONNECTIVITY_FAILUREFNRCS0073E
SECURITY_LDAP_CONNECTIVITY_FAILURE Failed connecting to LDAP server.
static ExceptionCodeSECURITY_LDAP_PROVIDER_FAILEDFNRCS0025E
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 ExceptionCodeSECURITY_LDAP_UNSUPPORTED_OPERATIONFNRCS0026E
SECURITY_LDAP_UNSUPPORTED_OPERATION LDAP operation 'Operation' not supported for principal 'principalIdOrName'.
static ExceptionCodeSECURITY_MISSING_DEFAULT_INSTANCE_SECURITYFNRCS0010E
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 ExceptionCodeSECURITY_MISSING_IMPERSONATION_REGION_IDFNRCS0068E
SECURITY_MISSING_IMPERSONATION_REGION_ID The CE isolated region object was not found.
static ExceptionCodeSECURITY_MISSING_KERBEROS_DOMAINFNRCS0089E
SECURITY_MISSING_KERBEROS_DOMAIN Missing Kerberos Domain name environment variable: com.filenet.Krb5Domain
static ExceptionCodeSECURITY_MISSING_KEY_SERVICEFNRCS0084E
SECURITY_MISSING_KEY_SERVICE The key identifier provided by an external service was found, but no service is configured.
static ExceptionCodeSECURITY_MISSING_REQUIRED_LDAP_ATTRIBUTE_VALUEFNRCS0067E
SECURITY_MISSING_REQUIRED_LDAP_ATTRIBUTE_VALUE A null or empty value encountered during retrieval of a required LDAP attribute value.
static ExceptionCodeSECURITY_MISSING_SECURITY_IDFNRCS0011E
SECURITY_MISSING_SECURITY_ID The security ID securityId cannot be found in the security descriptor table.
static ExceptionCodeSECURITY_SID_ATTRIBUTE_VALUE_SIZELIMIT_EXCEEDEDFNRCS0066E
SECURITY_SID_ATTRIBUTE_VALUE_SIZELIMIT_EXCEEDED The size of SID attribute SIDAttributeValue exceeded limitation of sizelimit bytes.
static ExceptionCodeSECURITY_SORT_TYPE_DESCENDING_NOT_SUPPORTEDFNRCS0013E
SECURITY_SORT_TYPE_DESCENDING_NOT_SUPPORTED Sort type specified {0} is not supported in eDirectory.
static ExceptionCodeSECURITY_TOO_MANY_MATCHESFNRCS0014E
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 ExceptionCodeSECURITY_UNEXPECTED_ACE_TYPEFNRCS0015E
SECURITY_UNEXPECTED_ACE_TYPE Unexpected ACE type {0}.
static ExceptionCodeSECURITY_UNEXPECTED_VERSIONFNRCS0016E
SECURITY_UNEXPECTED_VERSION Unexpected Security Descriptor, ACL or ACE version {0}.
static ExceptionCodeSECURITY_WSI_KERBEROS_CREDENTIAL_INVALIDFNRCS0018E
SECURITY_WSI_KERBEROS_CREDENTIAL_INVALID Web services Kerberos credential invalid: {0}.
static ExceptionCodeSECURITY_WSI_KERBEROS_LOGIN_FAILEDFNRCS0019E
SECURITY_WSI_KERBEROS_LOGIN_FAILED Web services Kerberos login failed: {0}.
static ExceptionCodeSECURITY_WSI_NO_LOGIN_MODULES_SUCCEEDEDFNRCS0017E
SECURITY_WSI_NO_LOGIN_MODULES_SUCCEEDED The Content Engine Web Services login failed since no login modules succeeded.
static java.util.LocalestDefaultLocalestatic ExceptionCodeTRANSPORT_CALL_CONTEXT_ALREADY_SETUPFNRCT0001E
TRANSPORT_CALL_CONTEXT_ALREADY_SETUP The current thread already has a call context associated with it.
static ExceptionCodeTRANSPORT_CALL_CONTEXT_NOT_SETUPFNRCT0002E
TRANSPORT_CALL_CONTEXT_NOT_SETUP The current thread has no call context associated with it.
static ExceptionCodeTRANSPORT_CORRELATION_ID_MISSINGFNRCT0003E
TRANSPORT_CORRELATION_ID_MISSING The server returned a response and the correlation ID is missing.
static ExceptionCodeTRANSPORT_EJB_UNABLE_TO_CONNECTFNRCT0066E
TRANSPORT_EJB_UNABLE_TO_CONNECT Unable to connect to Content Engine.
static ExceptionCodeTRANSPORT_EJB_UNABLE_TO_CREATE_CONTENT_DOWNLOAD_EJBFNRCT0065E
TRANSPORT_EJB_UNABLE_TO_CREATE_CONTENT_DOWNLOAD_EJB Enterprise Java Bean (EJB) cannot be created to retrieve content.
static ExceptionCodeTRANSPORT_EJB_UNABLE_TO_CREATE_CONTENT_UPLOAD_EJBFNRCT0064E
TRANSPORT_EJB_UNABLE_TO_CREATE_CONTENT_UPLOAD_EJB Enterprise Java Bean (EJB) cannot be created to upload content.
static ExceptionCodeTRANSPORT_EXECUTE_CHG_MISSING_RESPONSEFNRCT0004E
TRANSPORT_EXECUTE_CHG_MISSING_RESPONSE The server did not return a response to a Content Engine Web Services execute change request call.
static ExceptionCodeTRANSPORT_EXPECTED_CLASS_DESCRIPTIONFNRCT0005E
TRANSPORT_EXPECTED_CLASS_DESCRIPTION The server was expected to return a class description set result for a metadata search request.
static ExceptionCodeTRANSPORT_EXPECTED_ENGINEOBJECT_RESPONSEFNRCT0007E
TRANSPORT_EXPECTED_ENGINEOBJECT_RESPONSE The request to the server for an engine object returned no information.
static ExceptionCodeTRANSPORT_EXPECTED_ENGINEOBJECTCOLLECTION_RESPONSEFNRCT0006E
TRANSPORT_EXPECTED_ENGINEOBJECTCOLLECTION_RESPONSE The request to the server for an engine object collection did not return an engine object collection.
static ExceptionCodeTRANSPORT_EXPECTED_PROPERTY_RESPONSEFNRCT0008E
TRANSPORT_EXPECTED_PROPERTY_RESPONSE The server was expected to return the value of the specified property {0}.
static ExceptionCodeTRANSPORT_EXPECTED_REPOSITORYROWCOLLECTION_RESPONSEFNRCT0009E
TRANSPORT_EXPECTED_REPOSITORYROWCOLLECTION_RESPONSE The request to the server for a repository row collection did not return a repository row collection.
static ExceptionCodeTRANSPORT_FAILED_SERVER_CALL_CONTEXT_CREATEFNRCT0010E
TRANSPORT_FAILED_SERVER_CALL_CONTEXT_CREATE The server can not create the internal call context.
static ExceptionCodeTRANSPORT_INVALID_CORRELATION_IDFNRCT0011E
TRANSPORT_INVALID_CORRELATION_ID The server returned a correlation id of {0} and there is no corresponding request.
static ExceptionCodeTRANSPORT_INVALID_SEARCH_REQUESTFNRCT0012E
TRANSPORT_INVALID_SEARCH_REQUEST Invalid search request {0}.
static ExceptionCodeTRANSPORT_MISSING_SERVER_RESPONSEFNRCT0013E
TRANSPORT_MISSING_SERVER_RESPONSE The server failed to return a response for each request.
static ExceptionCodeTRANSPORT_MUST_BE_SUBCLASSFNRCT0014E
TRANSPORT_MUST_BE_SUBCLASS The class {0} must be a subclass of {1}.
static ExceptionCodeTRANSPORT_NO_INITIAL_CONTEXTFNRCT0015E
TRANSPORT_NO_INITIAL_CONTEXT A J2EE JNDI initial context could not be created.
static ExceptionCodeTRANSPORT_SCC_CANNOT_GET_USER_TRANSACTIONDeprecated.This exception code is not used as of CE 4.5.1static ExceptionCodeTRANSPORT_SCC_DISALLOWED_MULTIPLE_TX_SUSPENSIONFNRCT0017E
TRANSPORT_SCC_DISALLOWED_MULTIPLE_TX_SUSPENSION The attempted suspension of multiple transaction was not allowed.
static ExceptionCodeTRANSPORT_SCC_FAILED_REGISTER_SYNCFNRCT0018E
TRANSPORT_SCC_FAILED_REGISTER_SYNC The attempt to register the synchronization listener failed.
static ExceptionCodeTRANSPORT_SCC_NO_TRANSACTIONFNRCT0019E
TRANSPORT_SCC_NO_TRANSACTION No transaction exists in the current context.
static ExceptionCodeTRANSPORT_UNABLE_TO_LOCATE_EJBFNRCT0020E
TRANSPORT_UNABLE_TO_LOCATE_EJB Unable to locate the servers EJB interface given the end point {0}.
static ExceptionCodeTRANSPORT_UNABLE_TO_LOCATE_EJB_SESSIONDeprecated.This exception code is not used as of CE 4.5.1static ExceptionCodeTRANSPORT_WAITING_QUEUE_FULLFNRCT0022E
TRANSPORT_WAITING_QUEUE_FULL Waiting queue exceeds upper limit {0}.
static ExceptionCodeTRANSPORT_WSI_CLASS_MISSINGDeprecated.This exception code is not used as of CE 5.0static ExceptionCodeTRANSPORT_WSI_COLLECTION_RESPONSE_EXPECTEDDeprecated.This exception code is not used as of CE 4.5.1static ExceptionCodeTRANSPORT_WSI_CONTENT_EXPECTEDDeprecated.This exception code is not used as of CE 4.5.1static ExceptionCodeTRANSPORT_WSI_CONTENT_GET_FAILEDFNRCT0025E
TRANSPORT_WSI_CONTENT_GET_FAILED An error occurred while retreiving content data for property {0}.
static ExceptionCodeTRANSPORT_WSI_CONTENT_RETRIEVAL_FAILEDDeprecated.This exception code is not used as of CE 4.5.1static ExceptionCodeTRANSPORT_WSI_CONTENT_SEND_FAILEDDeprecated.This exception code is not used as of CE 4.5.1static ExceptionCodeTRANSPORT_WSI_CREATE_ACTION_TYPE_FAILUREFNRCT0028E
TRANSPORT_WSI_CREATE_ACTION_TYPE_FAILURE An error occurred creating action type {0}.
static ExceptionCodeTRANSPORT_WSI_DESERIALIZATION_ERRORFNRCT0029E
TRANSPORT_WSI_DESERIALIZATION_ERROR A web services instance of element_name could not be deserialized.
static ExceptionCodeTRANSPORT_WSI_DIME_UNSUPPORTEDDeprecated.This exception code is not used as of CE 5.1.1static ExceptionCodeTRANSPORT_WSI_END_TOKEN_EXPECTEDFNRCT0030E
TRANSPORT_WSI_END_TOKEN_EXPECTED A Java object from a Content Engine Web Services XML element could not be deserialized.
static ExceptionCodeTRANSPORT_WSI_FNCEWS35_UNSUPPORTEDFNRCT0067E
TRANSPORT_WSI_FNCEWS35_UNSUPPORTED The FNCEWS35 endpoints are not supported for CEWS.
static ExceptionCodeTRANSPORT_WSI_HEADER_REGISTRATION_FAILUREDeprecated.This exception code is not used as of CE 4.5.1static ExceptionCodeTRANSPORT_WSI_HTTPS_REQUIREDFNRCT0060E
TRANSPORT_WSI_HTTPS_REQUIRED A connection cannot be made to the server using the specified URI 'connectionURI'.
static ExceptionCodeTRANSPORT_WSI_INVALID_CLIENT_CERTFNRCT0068E
TRANSPORT_WSI_INVALID_CLIENT_CERT The specified client certificate '{0}' cannot be found.
static ExceptionCodeTRANSPORT_WSI_INVALID_CONTENT_RESPONSE_TYPEFNRCT0055E
TRANSPORT_WSI_INVALID_CONTENT_RESPONSE_TYPE The ContentResponse type content_response_type is not recognized.
static ExceptionCodeTRANSPORT_WSI_INVALID_CONTENT_TYPEFNRCT0054E
TRANSPORT_WSI_INVALID_CONTENT_TYPE The content attachment type attachment_type is not recognized.
static ExceptionCodeTRANSPORT_WSI_INVALID_DEPENDENT_OBJ_ACTIONFNRCT0032E
TRANSPORT_WSI_INVALID_DEPENDENT_OBJ_ACTION An invalid dependent object action type update_type was detected.
static ExceptionCodeTRANSPORT_WSI_INVALID_ENUM_VALUEFNRCT0053E
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 ExceptionCodeTRANSPORT_WSI_INVALID_HEADER_VALUEFNRCT0033E
TRANSPORT_WSI_INVALID_HEADER_VALUE The SOAP header or XML element element_name must have a value.
static ExceptionCodeTRANSPORT_WSI_INVALID_INDEPENDENTDeprecated.This exception code is not used as of CE 4.5.1static ExceptionCodeTRANSPORT_WSI_INVALID_LIST_UPDATE_MODSFNRCT0035E
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 ExceptionCodeTRANSPORT_WSI_INVALID_MESSAGE_CONTEXTDeprecated.This exception code is not used as of CE 4.5.1static ExceptionCodeTRANSPORT_WSI_INVALID_OBJECT_VALUE_TYPEFNRCT0037E
TRANSPORT_WSI_INVALID_OBJECT_VALUE_TYPE An invalid object value of type {0} was received from the server for property {1}.
static ExceptionCodeTRANSPORT_WSI_INVALID_RESPONSE_NO_EOFNRCT0038E
TRANSPORT_WSI_INVALID_RESPONSE_NO_EO The server response was invalid.
static ExceptionCodeTRANSPORT_WSI_INVALID_SEARCH_REQUEST_TYPEFNRCT0039E
TRANSPORT_WSI_INVALID_SEARCH_REQUEST_TYPE An ExecuteSearchRequest has an unrecognized search type: search_type.
static ExceptionCodeTRANSPORT_WSI_LOOKUP_FAILUREDeprecated.This exception code is not used as of CE 4.5.1static ExceptionCodeTRANSPORT_WSI_MALFORMED_VALUEFNRCT0062E
TRANSPORT_WSI_MALFORMED_VALUE The deserialization parsing of data type data_type failed for the value value.
static ExceptionCodeTRANSPORT_WSI_MISSING_ACTION_TYPEFNRCT0041E
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 ExceptionCodeTRANSPORT_WSI_MULTIPART_PROBLEMFNRCT0057E
TRANSPORT_WSI_MULTIPART_PROBLEM A multipart SOAP request or response could not be deserialized.
static ExceptionCodeTRANSPORT_WSI_NETWORK_ERRORFNRCT0042E
TRANSPORT_WSI_NETWORK_ERROR A network error occurred when processing a Web service request or response.
static ExceptionCodeTRANSPORT_WSI_NO_RUNTIMEFNRCT0061E
TRANSPORT_WSI_NO_RUNTIME The operation cannot be completed because a supported web service runtime is not present.
static ExceptionCodeTRANSPORT_WSI_SERIALIZATION_ERRORFNRCT0043E
TRANSPORT_WSI_SERIALIZATION_ERROR Error serializing a web services instance of element_name.
static ExceptionCodeTRANSPORT_WSI_SERIALIZATION_HANDLER_NOT_FOUNDFNRCT0044E
TRANSPORT_WSI_SERIALIZATION_HANDLER_NOT_FOUND The web services serialization handler for the XML element element_name was not found.
static ExceptionCodeTRANSPORT_WSI_SERIALIZATION_REGISTRY_NOT_FOUNDFNRCT0045E
TRANSPORT_WSI_SERIALIZATION_REGISTRY_NOT_FOUND The Content Engine Web Services WSDL URI uri is not registered for Java-to-XML serialization.
static ExceptionCodeTRANSPORT_WSI_SOAP_HEADER_NOT_UNDERSTOODFNRCT0059E
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 ExceptionCodeTRANSPORT_WSI_START_TOKEN_EXPECTEDFNRCT0046E
TRANSPORT_WSI_START_TOKEN_EXPECTED The web services opening element was expected, but it was not found.
static ExceptionCodeTRANSPORT_WSI_UNEXPECTED_REQUESTFNRCT0058E
TRANSPORT_WSI_UNEXPECTED_REQUEST An unexpected CEWS request of object type request_type was received from a client.
static ExceptionCodeTRANSPORT_WSI_UNEXPECTED_RESPONSEFNRCT0047E
TRANSPORT_WSI_UNEXPECTED_RESPONSE An unexpected CEWS response of object type response_type was received from the server.
static ExceptionCodeTRANSPORT_WSI_UNKNOWN_LIFECYCLE_CHANGE_TYPEFNRCT0048E
TRANSPORT_WSI_UNKNOWN_LIFECYCLE_CHANGE_TYPE Unknown life cycle action type {0}.
static ExceptionCodeTRANSPORT_WSI_UNKNOWN_RESERVATION_TYPEFNRCT0049E
TRANSPORT_WSI_UNKNOWN_RESERVATION_TYPE Unknown reservation type {0}.
static ExceptionCodeTRANSPORT_WSI_UNSUPPORTED_PROPERTY_TYPEFNRCT0050E
TRANSPORT_WSI_UNSUPPORTED_PROPERTY_TYPE Unsupported property type {0}.
static ExceptionCodeTRANSPORT_WSI_VALUE_EXPECTEDFNRCT0051E
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 ExceptionCodeTRANSPORT_WSI_WSDL_FILE_NOT_FOUNDDeprecated.This exception code is not used as of CE 4.5.1
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetDefaultEnglishString()Returns default English pattern string.java.lang.StringgetErrorId()Returns the prefixed (nine character) error code (e.g.ErrorLoggingLevelgetErrorLoggingLevel()Indicates whether the exception is required to be logged.static ExceptionCodegetExceptionCode(java.lang.String key)Gets theExceptionCodeobject referenced by the specified resource key (ExceptionCodefield name).intgetId()Returns id.java.lang.StringgetKey()Returns resource key.booleanisFatal()Indicates whether the exception is thrown back to the initiating client, or whether it can be returned by an accessor method.java.lang.StringtoString(java.util.Locale le, java.lang.Object[] args)Returns aStringrepresentation of the exception using the specified locale.java.lang.StringtoString(java.lang.Object[] args)Returns aStringrepresentation of the exception (using the default locale).
-
-
-
Field Detail
-
stDefaultLocale
public static final java.util.Locale stDefaultLocale
-
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 customer support.
- 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.
-
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.
-
EVENT_DISPATCH_EXTERNAL
public static final ExceptionCode EVENT_DISPATCH_EXTERNAL
FNRCV0024E
EVENT_DISPATCH_EXTERNAL Failure to dispatch the external event .
There is an error in dispatching the external event from the server. this could be due to the non availability of external event receiver. this event will be retried for configured number of times
-
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
-
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.
-
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 or text preprocessor definition identified by ActionId {0} and DisplayName {1} has a bad parent_id {3}.
The change or text 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 preprocessor definitions associated with the class definition might have failed.
-
METADATA_BAD_ROLEACCESSDEF_PARENT
public static final ExceptionCode METADATA_BAD_ROLEACCESSDEF_PARENT
FNRCM0035E
METADATA_BAD_ROLEACCESSDEF_PARENT A role access definition for the controlled class {0} had a bad parent_id {1}.
The role access 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 role access definitions associated with the class definition might have failed.
-
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. The nested exceptions might provide more information on possible causes of the problem.
A network error occurred when processing a Web service request or response. The nested exceptions might provide more information on possible causes of the problem.
-
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}.
-
TRANSPORT_WSI_INVALID_CLIENT_CERT
public static final ExceptionCode TRANSPORT_WSI_INVALID_CLIENT_CERT
FNRCT0068E
TRANSPORT_WSI_INVALID_CLIENT_CERT The specified client certificate '{0}' cannot be found.
-
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.
-
DB_COMPRESSION_NOT_SUPPORTED
public static final ExceptionCode DB_COMPRESSION_NOT_SUPPORTED
FNRCD0030E
DB_COMPRESSION_NOT_SUPPORTED Database compression is not supported via the CPE API on this database platform or version.
Database table compression is not supported.
-
DB_INVALID_CONNECTION
public static final ExceptionCode DB_INVALID_CONNECTION
FNRCD0031E
DB_INVALID_CONNECTION The database connection has been determined to be invalid for data source '{0}'. This is probably due to an inconsistency between the connection pool and the database. Retry the operation.
Database connection is invalid. This usually implies a stale connection issue in the pool. The server will typically retry these but if this is returned to the client, they should retry.
-
DB_TRANSACTION_LOG_FULL
public static final ExceptionCode DB_TRANSACTION_LOG_FULL
FNRCD0032E
DB_TRANSACTION_LOG_FULL The database transaction log is full. The operation should be retried. If the problem persists the issue should be forwarded to the DBA and include the subsequent error message text that contains the database vendor''s error code.
The database transaction log is full. The operation should be retried. If the problem persists the issue should be forwarded to the DBA and include the subsequent error message text that contains the database vendor's error code.
-
DB_FILESYSTEM_FULL
public static final ExceptionCode DB_FILESYSTEM_FULL
FNRCD0033E
DB_FILESYSTEM_FULL The database fileystem is full. The operation should be retried. If the problem persists the issue should be forwarded to the DBA including the subsequent error message text that contains the database vendor''s error code.
The database fileystem is full. The operation should be retried. If the problem persists the issue should be forwarded to the DBA including the subsequent error message text that contains the database vendor's error code.
-
DB_DISK_ERROR
public static final ExceptionCode DB_DISK_ERROR
FNRCD0034E
DB_DISK_ERROR The disk on the database server has encountered an error. The issue should be forwarded to the DBA including the subsequent error message text that contains the database vendor''s error code.
The disk on the database server has encountered an error. The issue should be forwarded to the DBA including the subsequent error message text that contains the database vendor's error code.
-
DB_INCONSISTENT_STATE
public static final ExceptionCode DB_INCONSISTENT_STATE
FNRCD0035E
DB_INCONSISTENT_STATE The database has detected an inconsistent state. The issue should be forwarded to the DBA including the subsequent error message text that contains the database vendor''s error code.
The database has detected an inconsistent state. The issue should be forwarded to the DBA including the subsequent error message text that contains the database vendor's error code.
-
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 open 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 following reason: The requested encryption algorithm is not available in the server environment or does not support the key size requested.
-
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_REST_REQUEST_METHOD
public static final ExceptionCode CONTENT_REST_REQUEST_METHOD
FNRCC0259E
CONTENT_REST_REQUEST_METHOD Failed setting the request method [method] for object [object_id], device_type [device_id].
- method
- The request method.
- object_id
- The object specified in the request.
- device_type
- The type of the storage device
- device_id
- The storage device Id.
An unexpected failure was encountered while attempting to set the request method on a REST request.
-
CONTENT_REST_OBTAIN_STREAM
public static final ExceptionCode CONTENT_REST_OBTAIN_STREAM
FNRCC0260E
CONTENT_REST_OBTAIN_STREAM Failed to obtain output stream from connection for object [object_id], device_type [device_id].
- object_id
- The object specified in the request.
- device_type
- The type of the storage device
- device_id
- The storage device Id.
An unexpected failure was encountered while attempting to obtain the output stream from a REST response.
-
CONTENT_REST_CLOSE_STREAM
public static final ExceptionCode CONTENT_REST_CLOSE_STREAM
FNRCC0261E
CONTENT_REST_CLOSE_STREAM Failed to close output stream of connection for object [object_id], device_type [device_id].
- object_id
- The object specified in the request.
- device_type
- The type of the storage device
- device_id
- The storage device Id.
An unexpected failure was encountered while attempting to close the output stream of a REST response.
-
CONTENT_REST_OPEN_CONNECTION
public static final ExceptionCode CONTENT_REST_OPEN_CONNECTION
FNRCC0262E
CONTENT_REST_OPEN_CONNECTION Failed to open HTTP connection for object object_id, device_type [device_id].
- object_id
- The object specified in the request.
- device_type
- The type of the storage device
- device_id
- The storage device Id.
The Content Platform Engine was unable to open a connection using the REST interface.
-
CONTENT_REST_CONSUME_CLOSE_STREAM
public static final ExceptionCode CONTENT_REST_CONSUME_CLOSE_STREAM
FNRCC0263E
CONTENT_REST_CONSUME_CLOSE_STREAM Failed to consume and close stream for object_id, device_type [device_id].
- object_id
- The object specified in the request.
- device_type
- The type of the storage device
- device_id
- The storage device Id.
An unexpected failure was encountered while attempting to consume and close the output stream of a 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_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}
-
CONTENT_CACHE_MOVE_OLD_FORMAT_REQUIRES_DIRECT_ACCESS
public static final ExceptionCode CONTENT_CACHE_MOVE_OLD_FORMAT_REQUIRES_DIRECT_ACCESS
FNRCC0310E
CONTENT_CACHE_MOVE_OLD_FORMAT_REQUIRES_DIRECT_ACCESS Unable to check whether stale content cache file exists for objId=object_id; seqNo=seqNo in cache area: cache_area; root directory=root_directory. Moving content with cache areas that check old format cache names requires direct access to the cache files. The check_old_format_property property must not be set if all cache areas are not cross mounted to the object store site.
- object_id
- ID of object being moved
- seqNo
- Content element sequence number of object being moved
- cache_area
- ID of content cache area that cannot be accessed
- root_directory
- Root directory of content cache area
- check_old_format_property
- CPE server JVM property that allows old cache name formats to be used
When content is moved from an encrypted or compressed storage area to another storage area, stale cache files left behind in remote cache areas may still be accessed if the JVM argument that allows old format cache file names is used. Since the encryption key or compression state in the new storage area may be different than the old storage area, users accessing stale cache files may get back corrupt content. Hence, these stale cache files must be removed as part of the move content operation, which is only possible if the CPE server performing this operation has direct access to all cache areas.
-
CONTENT_ASA_HADOOP_FAILED_TO_REDIRECT
public static final ExceptionCode CONTENT_ASA_HADOOP_FAILED_TO_REDIRECT
FNRCC0311E
CONTENT_ASA_HADOOP_FAILED_TO_REDIRECT The Hadoop service [address] for device [device_id] did not redirect the content creation request [content_url], the response [cause] was unexpected.
- address
- The URL for the Hadoop service.
- device_id
- The Hadoop storage device.
- content_url
- The URL of the content item.
- cause
- Cause of the failure.
The Hadoop service did not respond to the content creation request as expected. A HTTP (307) redirect response was expected.
-
CONTENT_ASA_HADOOP_FAILED_TO_REDIRECT_WRONG_SIZE
public static final ExceptionCode CONTENT_ASA_HADOOP_FAILED_TO_REDIRECT_WRONG_SIZE
FNRCC0312E
CONTENT_ASA_HADOOP_FAILED_TO_REDIRECT_WRONG_SIZE The Hadoop service [address] for device [device_id] did not redirect the content retrieval request [content_url], the content size is incorrect [content_size].
- address
- The URL for the Hadoop service.
- device_id
- The Hadoop storage device.
- content_url
- The URL of the content item.
- content_size
- Expected content size versus actual content size.
The Hadoop service did not respond to the content retrieval request as expected. A HTTP (307) redirect response was expected. the size of the content returned by Hadoop is incorrect.
-
CONTENT_FCP_FSB_SET_WRITABLE_FAILED
public static final ExceptionCode CONTENT_FCP_FSB_SET_WRITABLE_FAILED
FNRCC0313E
CONTENT_FCP_FSB_SET_WRITABLE_FAILED Failed to set writable file attribute for filename.
- filename
- The name of the file.
The indicated writable file attribute could not be set for the file system based provider.
-
CONTENT_FCP_FSB_JAVA_NIO_FAILED
public static final ExceptionCode CONTENT_FCP_FSB_JAVA_NIO_FAILED
FNRCC0314E
CONTENT_FCP_FSB_JAVA_NIO_FAILED Failed to load and use the Java NIO.2 library (requires JDK1.7+).
Failed to load and use the Java NIO.2 library introduced in JDK1.7.
-
CONTENT_S3_INVALID_BASE_URL
public static final ExceptionCode CONTENT_S3_INVALID_BASE_URL
FNRCC0315E
CONTENT_S3_INVALID_BASE_URL The specific connection URL [device_connection_url] for device_type [device_id] is invalid.
- device_connection_url
- The base connection URL for the S3 service.
- device_type
- The storage device type using S3 service.
- device_id
- The Id for the storage device.
The S3 storage device connection URL is not a valid URL.
-
CONTENT_S3_BUCKET_NOT_EXIST
public static final ExceptionCode CONTENT_S3_BUCKET_NOT_EXIST
FNRCC0316E
CONTENT_S3_BUCKET_NOT_EXIST The Bucket (or other terminology equivalent to S3 bucket) [bucket_name] with connection URL [device_connection_url] and Region [S3_region] does not exist.
- Bucket (or other terminology equivalent to S3 bucket)
- The terminology describing a S3 bucket
- bucket_name
- The bucket name for the S3 service
- device_connection_url
- The base connection URL for the S3 service
- S3_region
- The Region for the S3 service.
The specified bucket name does not exists.
-
CONTENT_S3_OPERATION_FAILED
public static final ExceptionCode CONTENT_S3_OPERATION_FAILED
FNRCC0317E
CONTENT_S3_OPERATION_FAILED S3_device_type [s3_device_operation] call failed for operaion_param.
- S3_device_type
- The storage device type using S3 service.
- s3_device_operation
- The failed S3 method call
- operaion_param
- The method parameters for the operation
Failed to execute method call for S3 device.
-
CONTENT_S3_BUCKET_NOT_ACCESSIBLE
public static final ExceptionCode CONTENT_S3_BUCKET_NOT_ACCESSIBLE
FNRCC0318E
CONTENT_S3_BUCKET_NOT_ACCESSIBLE The Bucket (or other terminology equivalent to S3 bucket) [bucket_name] with connection URL [device_connection_url] and Region [S3_region] exits but cannot access, wrong connection url, region or credential configuration.
- Bucket (or other terminology equivalent to S3 bucket)
- The terminology describing a S3 bucket
- bucket_name
- The bucket name for the S3 service.
- device_connection_url
- The base connection URL for the S3 service
- S3_region
- The Region for the S3 service.
The specified bucket name exists but not accessible, check the configuration.
-
CONTENT_ASA_S3_STAGING_FILE_EXIST
public static final ExceptionCode CONTENT_ASA_S3_STAGING_FILE_EXIST
FNRCC0319E
CONTENT_ASA_S3_STAGING_FILE_EXIST The S3 object [s3_obj_name] content upload staging file [staging_file] already exists.
- s3_obj_name
- The S3 Object key.
- staging_file
- The content upload staging file name
The content upload staging file already exists.
-
CONTENT_S3_PERMANENT_REDIRECT
public static final ExceptionCode CONTENT_S3_PERMANENT_REDIRECT
FNRCC0320E
CONTENT_S3_PERMANENT_REDIRECT Received permanent redirect response, connectionURL for S3_device_type is not correct.
- S3_device_type
- The storage device type using S3 service.
Permanent redirect response from S3, need to fix connectionURL.
-
CONTENT_S3_REDIRECT_URL_PARSE_FAILED
public static final ExceptionCode CONTENT_S3_REDIRECT_URL_PARSE_FAILED
FNRCC0321E
CONTENT_S3_REDIRECT_URL_PARSE_FAILED Failed to parse the redirect URL [s3_redirect_url]] in the request response.
- s3_redirect_url
- The redirect URL received from S3 response.
Cannot parse the redirect URL received from S3 response.
-
CONTENT_S3_REQUEST_SIGN_FAILED
public static final ExceptionCode CONTENT_S3_REQUEST_SIGN_FAILED
FNRCC0322E
CONTENT_S3_REQUEST_SIGN_FAILED Failed to sign the request.
Failed to sign the S3 request.
-
CONTENT_URL_ENCODING_FAILED
public static final ExceptionCode CONTENT_URL_ENCODING_FAILED
FNRCC0323E
CONTENT_URL_ENCODING_FAILED Failed to encode the URL [url] using UTF-8 encoding scheme.
- url
- The url that needs to be URL encoded using UTF-8.
Failed to encode the URL using UTF-8 encoding scheme.
-
CONTENT_S3_FAILED_CREATE_UPLOADPART_FROM_FILEINPUTSTREAM
public static final ExceptionCode CONTENT_S3_FAILED_CREATE_UPLOADPART_FROM_FILEINPUTSTREAM
FNRCC0324E
CONTENT_S3_FAILED_CREATE_UPLOADPART_FROM_FILEINPUTSTREAM Failed to create multipart upload part data from FileInputStream.
Failed to create multipart upload part data from FileInputStream.
-
CONTENT_S3_FAILED_RESET_PART_INPUTSTREAM
public static final ExceptionCode CONTENT_S3_FAILED_RESET_PART_INPUTSTREAM
FNRCC0325E
CONTENT_S3_FAILED_RESET_PART_INPUTSTREAM Failed to reset input stream to position position for multipart upload part.
- position
- The position in the stream that needs to be reset to.
Failed to reset input stream to position {0} for multipart upload part.
-
CONTENT_XML_PROCESSING_FAILED
public static final ExceptionCode CONTENT_XML_PROCESSING_FAILED
FNRCC0326E
CONTENT_XML_PROCESSING_FAILED Failed to complete XML processing for request or response.
Failed to complete XML processing for request or response.
-
CONTENT_ASA_DEVICE_OBJECT_NOT_EXIST
public static final ExceptionCode CONTENT_ASA_DEVICE_OBJECT_NOT_EXIST
FNRCC0327E
CONTENT_ASA_DEVICE_OBJECT_NOT_EXIST A device identity object {0} does not exist for the advanced storage area.
A device identity object {0} does not exist for the advanced storage area.
-
CONTENT_S3_GET_VERSIONS_FAILED
public static final ExceptionCode CONTENT_S3_GET_VERSIONS_FAILED
FNRCC0328E
CONTENT_S3_GET_VERSIONS_FAILED Failed to get the version information for object [s3_obj_name]
- s3_obj_name
- The S3 Object key.
Failed to get the S3 version information for object.
-
CONTENT_S3_GET_BUCKET_RETENTION_FAILED
public static final ExceptionCode CONTENT_S3_GET_BUCKET_RETENTION_FAILED
FNRCC0329E
CONTENT_S3_GET_BUCKET_RETENTION_FAILED Failed to get the retention settings for Bucket (or other terminology equivalent to S3 bucket) [bucket_name].
- Bucket (or other terminology equivalent to S3 bucket)
- The terminology describing a S3 bucket
- bucket_name
- The bucket name for the storage device or fixed content device.
Failed to get the retention settings for S3 bucket.
-
CONTENT_FCP_ICOS_PARSE_RETENTION_EXPIRATION_DATE_FAILED
public static final ExceptionCode CONTENT_FCP_ICOS_PARSE_RETENTION_EXPIRATION_DATE_FAILED
FNRCC0330E
CONTENT_FCP_ICOS_PARSE_RETENTION_EXPIRATION_DATE_FAILED Failed to parse the retention expiration date value for object [icos_obj_name] in IBM ICOS Vault [icos_vault_name].
- icos_obj_name
- The ICOS object key.
- icos_vault_name
- The ICOS vault name.
Failed to parse the retention expiration date value.
-
CONTENT_FCP_ICOS_GET_LAST_MODIFIED_DATE_FAILED
public static final ExceptionCode CONTENT_FCP_ICOS_GET_LAST_MODIFIED_DATE_FAILED
FNRCC0331E
CONTENT_FCP_ICOS_GET_LAST_MODIFIED_DATE_FAILED Failed to get the last modified date for object [icos_obj_name] in IBM ICOS Vault [icos_vault_name].
- icos_obj_name
- The ICOS object key.
- icos_vault_name
- The ICOS vault name.
Failed to get the last modified date for object.
-
CONTENT_S3_GET_BUCKET_VERSION_INFO_FAILED
public static final ExceptionCode CONTENT_S3_GET_BUCKET_VERSION_INFO_FAILED
FNRCC0332E
CONTENT_S3_GET_BUCKET_VERSION_INFO_FAILED Failed to get the version information for the Bucket (or other terminology equivalent to S3 bucket) [bucket_name].
- Bucket (or other terminology equivalent to S3 bucket)
- The terminology describing a S3 bucket
- bucket_name
- The bucket name for the S3 service.
-
CONTENT_FCP_CENTERA_INVALID_FIXED_MINRET_FOR_NOT_ALIGNED_MODE
public static final ExceptionCode CONTENT_FCP_CENTERA_INVALID_FIXED_MINRET_FOR_NOT_ALIGNED_MODE
FNRCC0333E
CONTENT_FCP_CENTERA_INVALID_FIXED_MINRET_FOR_NOT_ALIGNED_MODE Invalid (not zero) fixed minimum retention [Fixed minimum retention value] setting on Centera device, device cannot be used for a not-aligned fixed content storage area.
- Fixed minimum retention value
- Fixed minimum retention value on the Centera device
-
CONTENT_ICOS_VAULT_NOT_PROTECTION_ENABLED
public static final ExceptionCode CONTENT_ICOS_VAULT_NOT_PROTECTION_ENABLED
FNRCC0334E
CONTENT_ICOS_VAULT_NOT_PROTECTION_ENABLED ICOS vault [icos_vault_name] is not protection enabled. It does not support retention settings and legal hold on the storage device side.
- icos_vault_name
- The ICOS vault name.
-
CONTENT_FCP_ICOS_INVALID_FIXED_MINRET_FOR_NOT_ALIGNED_MODE
public static final ExceptionCode CONTENT_FCP_ICOS_INVALID_FIXED_MINRET_FOR_NOT_ALIGNED_MODE
FNRCC0335E
CONTENT_FCP_ICOS_INVALID_FIXED_MINRET_FOR_NOT_ALIGNED_MODE Invalid (not zero) fixed minimum retention [Fixed minimum retention value] setting on protection enabled ICOS vault [ICOS Vault Name], device cannot be used for a not-aligned fixed content storage area.
- Fixed minimum retention value
- Fixed minimum retention value on the ICOS vault.
- ICOS Vault Name
- ICOS Vault Name.
-
CONTENT_ASA_CONNECTOR_NOT_INITIALIZED
public static final ExceptionCode CONTENT_ASA_CONNECTOR_NOT_INITIALIZED
FNRCC0336E
CONTENT_ASA_CONNECTOR_NOT_INITIALIZED Storage Connector [Storage Connector identifier] was not initialized successfully, method call [The name of the failed method call.] failed. Please check the storage device configuration.
- Storage Connector identifier
- The name of the Storage Connector.
- The name of the failed method call.
- The name of the failed method call.
-
CONTENT_FCP_DEVICE_HOLDS_NOT_SUPPORTED
public static final ExceptionCode CONTENT_FCP_DEVICE_HOLDS_NOT_SUPPORTED
FNRCC0337E
CONTENT_FCP_DEVICE_HOLDS_NOT_SUPPORTED Device Holds is not supported for the fixed content device with Id [FCD Id.].
- FCD Id.
- The Id of the fixed content device.
-
CONTENT_FCP_HCP_FAILED_DEVICE_HOLD_VALIDATION
public static final ExceptionCode CONTENT_FCP_HCP_FAILED_DEVICE_HOLD_VALIDATION
FNRCC0338E
CONTENT_FCP_HCP_FAILED_DEVICE_HOLD_VALIDATION Invalid configuration for Hitachi Fixed Content Storage Area, failed to complete applying device hold validation.
-
CONTENT_LOCK_METHOD_NOT_SUPPORTED
public static final ExceptionCode CONTENT_LOCK_METHOD_NOT_SUPPORTED
FNRCC0339E
CONTENT_LOCK_METHOD_NOT_SUPPORTED The content lock method '{0}' is not supported by the device.
-
CONTENT_LOCK_METHOD_INVALID_CHANGE
public static final ExceptionCode CONTENT_LOCK_METHOD_INVALID_CHANGE
FNRCC0340E
CONTENT_LOCK_METHOD_INVALID_CHANGE The content lock method '{0}' cannot be applied when '{1}' has been used previously.
-
CONTENT_GET_S3_BUCKET_RETENTION_FAILED
public static final ExceptionCode CONTENT_GET_S3_BUCKET_RETENTION_FAILED
FNRCC0341E
CONTENT_GET_S3_BUCKET_RETENTION_FAILED Failed to get the retention settings for Bucket (or other terminology equivalent to S3 bucket) [s3_bucket_name].
- Bucket (or other terminology equivalent to S3 bucket)
- The terminology describing a S3 bucket
- s3_bucket_name
- The S3 bucket name.
Failed to get the retention settings for S3 bucket.
-
CONTENT_FCP_S3_PARSE_RETENTION_EXPIRATION_DATE_FAILED
public static final ExceptionCode CONTENT_FCP_S3_PARSE_RETENTION_EXPIRATION_DATE_FAILED
FNRCC0342E
CONTENT_FCP_S3_PARSE_RETENTION_EXPIRATION_DATE_FAILED Failed to parse the retention expiration date value for object [s3_obj_name] versionId [s3_version_id] in Bucket (or other terminology equivalent to S3 bucket) [s3_bucket_name].
- s3_obj_name
- The S3 object key.
- s3_version_id
- The S3 Object Version Id.
- Bucket (or other terminology equivalent to S3 bucket)
- The terminology describing a S3 bucket
- s3_bucket_name
- The S3 bucket name.
Failed to parse the retention expiration date value.
-
CONTENT_S3_BUCKET_NOT_OBJECT_LOCK_ENABLED
public static final ExceptionCode CONTENT_S3_BUCKET_NOT_OBJECT_LOCK_ENABLED
FNRCC0343E
CONTENT_S3_BUCKET_NOT_OBJECT_LOCK_ENABLED S3 bucket [s3_bucket_name] is not object lock enabled. It does not support retention settings and legal hold on the storage device side.
- s3_bucket_name
- The S3 bucket name.
-
CONTENT_FCP_S3_INVALID_FIXED_MINRET_FOR_NOT_ALIGNED_MODE
public static final ExceptionCode CONTENT_FCP_S3_INVALID_FIXED_MINRET_FOR_NOT_ALIGNED_MODE
FNRCC0344E
CONTENT_FCP_S3_INVALID_FIXED_MINRET_FOR_NOT_ALIGNED_MODE Invalid (not zero) fixed minimum retention [Fixed minimum retention value] setting on object lock enabled S3 bucket [S3 bucket Name] with a default retention set, device cannot be used for a not-aligned fixed content storage area.
- Fixed minimum retention value
- Fixed minimum retention value on the S3 bucket.
- S3 bucket Name
- S3 bucket Name.
-
CONTENT_AZURE_BLOB_REQUEST_SIGN_FAILED
public static final ExceptionCode CONTENT_AZURE_BLOB_REQUEST_SIGN_FAILED
FNRCC0345E
CONTENT_AZURE_BLOB_REQUEST_SIGN_FAILED Failed to sign the request.
Failed to sign the Azure Blob request.
-
CONTENT_URL_DECODING_FAILED
public static final ExceptionCode CONTENT_URL_DECODING_FAILED
FNRCC0346E
CONTENT_URL_DECODING_FAILED Failed to decode the URL [url] using UTF-8 encoding scheme.
- url
- The url that needs to be URL decoded using UTF-8.
Failed to decode the URL using UTF-8 encoding scheme.
-
CONTENT_AZURE_BLOB_INVALID_BASE_URL
public static final ExceptionCode CONTENT_AZURE_BLOB_INVALID_BASE_URL
FNRCC0347E
CONTENT_AZURE_BLOB_INVALID_BASE_URL The specific connection URL [device_connection_url] for Azure Blob storage service is invalid.
- device_connection_url
- The base connection URL for the Azure Blob storage service.
The Azure Blob storage device connection URL is not a valid URL.
-
CONTENT_AZURE_BLOB_CONTAINER_NOT_EXIST
public static final ExceptionCode CONTENT_AZURE_BLOB_CONTAINER_NOT_EXIST
FNRCC0348E
CONTENT_AZURE_BLOB_CONTAINER_NOT_EXIST The Azure Blob storage container [container_name] with connection URL [device_connection_url] does not exist.
- container_name
- The container name for the Azure Blob storage service
- device_connection_url
- The base connection URL for the Azure Blob storage service
The specified container does not exists.
-
CONTENT_AZURE_BLOB_CONTAINER_NOT_ACCESSIBLE
public static final ExceptionCode CONTENT_AZURE_BLOB_CONTAINER_NOT_ACCESSIBLE
FNRCC0349E
CONTENT_AZURE_BLOB_CONTAINER_NOT_ACCESSIBLE The Azure Blob container [conatiner_name] with connection URL [device_connection_url] exits but cannot access, wrong connection url or credential configuration.
- conatiner_name
- The container name for the Azure Blob storage service.
- device_connection_url
- The base connection URL for the Azure Blob storage service
The specified container exists but not accessible, check the configuration.
-
CONTENT_AZURE_BLOB_OPERATION_FAILED
public static final ExceptionCode CONTENT_AZURE_BLOB_OPERATION_FAILED
FNRCC0350E
CONTENT_AZURE_BLOB_OPERATION_FAILED Azure Blob storage device [azure_blob_device_operation] call failed for operaion_param.
- azure_blob_device_operation
- The failed Azure Blob storage device method call
- operaion_param
- The method parameters for the operation
Failed to execute method call for Azure Blob storage device.
-
CONTENT_AZURE_BLOB_FAILED_CREATE_UPLOADBLOCK_FROM_FILEINPUTSTREAM
public static final ExceptionCode CONTENT_AZURE_BLOB_FAILED_CREATE_UPLOADBLOCK_FROM_FILEINPUTSTREAM
FNRCC0351E
CONTENT_AZURE_BLOB_FAILED_CREATE_UPLOADBLOCK_FROM_FILEINPUTSTREAM Failed to create multiBlock upload block data from FileInputStream.
Failed to create multiBlock upload block data from FileInputStream.
-
CONTENT_AZURE_BLOB_FAILED_RESET_BLOCK_INPUTSTREAM
public static final ExceptionCode CONTENT_AZURE_BLOB_FAILED_RESET_BLOCK_INPUTSTREAM
FNRCC0352E
CONTENT_AZURE_BLOB_FAILED_RESET_BLOCK_INPUTSTREAM Failed to reset input stream to position position for Azure Blob multiBlock upload block.
- position
- The position in the stream that needs to be reset to.
Failed to reset input stream to position {0} for Azure Blob multiBlock upload block.
-
CONTENT_ASA_AZURE_BLOB_STAGING_FILE_EXIST
public static final ExceptionCode CONTENT_ASA_AZURE_BLOB_STAGING_FILE_EXIST
FNRCC0353E
CONTENT_ASA_AZURE_BLOB_STAGING_FILE_EXIST The Azure Blob [azure_blob_name] content upload staging file [staging_file] already exists.
- azure_blob_name
- The Azure Blob name.
- staging_file
- The content upload staging file name
The content upload staging file already exists.
-
CONTENT_FCP_CENTERA_FAILED_DEVICE_HOLD_VALIDATION
public static final ExceptionCode CONTENT_FCP_CENTERA_FAILED_DEVICE_HOLD_VALIDATION
FNRCC0354E
CONTENT_FCP_CENTERA_FAILED_DEVICE_HOLD_VALIDATION Invalid configuration for Centera Fixed Content Storage Area, DeviceHold is not supported (FP_RETENTION_HOLD returns unsupported).
-
CONTENT_FCA_FILE_NOT_AVAILABLE_FOR_INDEXING
public static final ExceptionCode CONTENT_FCA_FILE_NOT_AVAILABLE_FOR_INDEXING
FNRCC0355E
CONTENT_FCA_FILE_NOT_AVAILABLE_FOR_INDEXING During indexing the file file_name was not yet available, indexing will be retried later.
- file_name
- The name of the unavailable file.
-
CONTENT_S3_EC2ROLE_CREDENTIALS_MANAGER_GET_CREDENTIAL_ERROR
public static final ExceptionCode CONTENT_S3_EC2ROLE_CREDENTIALS_MANAGER_GET_CREDENTIAL_ERROR
FNRCC0356E
CONTENT_S3_EC2ROLE_CREDENTIALS_MANAGER_GET_CREDENTIAL_ERROR The S3 EC2RoleCredentialsManager failed to get S3 temporary credentials.
-
CONTENT_S3_WEBIDENTITY_CREDENTIALS_MANAGER_READ_WEB_TOKEN_ERROR
public static final ExceptionCode CONTENT_S3_WEBIDENTITY_CREDENTIALS_MANAGER_READ_WEB_TOKEN_ERROR
FNRCC0357E
CONTENT_S3_WEBIDENTITY_CREDENTIALS_MANAGER_READ_WEB_TOKEN_ERROR The WebIdentityS3CredentialsManager failed to read the token from file file name.
- file name
- The file name of the web identity token file.
Failed to retrieve the web identity token from the file.
-
CONTENT_S3_WEBIDENTITY_CREDENTIALS_MANAGER_GET_CREDENTIAL_ERROR
public static final ExceptionCode CONTENT_S3_WEBIDENTITY_CREDENTIALS_MANAGER_GET_CREDENTIAL_ERROR
FNRCC0358E
CONTENT_S3_WEBIDENTITY_CREDENTIALS_MANAGER_GET_CREDENTIAL_ERROR The WebIdentityS3CredentialsManager failed to get S3 temporary credentials.
-
CONTENT_UPLOAD_VALIDATION_FAILED
public static final ExceptionCode CONTENT_UPLOAD_VALIDATION_FAILED
FNRCC0359E
CONTENT_UPLOAD_VALIDATION_FAILED The content was rejected by the validation handler configured for the storage area for the following reason: {0}.
-
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}.
-
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_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_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 installing 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_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 Content Engine system 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_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_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.
-
CBR_TS_INDEXING_FAILED_TEMPFILE_EXCEPTION
public static final ExceptionCode CBR_TS_INDEXING_FAILED_TEMPFILE_EXCEPTION
FNRCB0101E
CBR_TS_INDEXING_FAILED_TEMPFILE_EXCEPTION An IBM Content Search Services server could not complete an indexing operation for index index_name for the server that runs on the {1}:{2} host and port. Failure occurred adding file to the {3} temporary-file directory.
- index_name
- The name of the index that was accessed.
-
CBR_ES_REST_API_ERROR
public static final ExceptionCode CBR_ES_REST_API_ERROR
FNRCB0102E
CBR_ES_REST_API_ERROR The Elasticsearch REST API call (api_method) failed with error code error_code for URL response. The response text is {4}.
- api_method
- The descriptive name of the Elasticsearch method that was called.
- error_code
- The HTTP error code returned from Elasticsearch.
- url
- The URL of the Elasticsearch REST request.
- response
- The response message returned from Elasticsearch.
-
CBR_ES_HTTP_REST_API_EXCEPTION
public static final ExceptionCode CBR_ES_HTTP_REST_API_EXCEPTION
FNRCB0103E
CBR_ES_HTTP_REST_API_EXCEPTION The Elasticsearch HTTP REST method (rest_method) failed for URL url. The exception message is message.
- rest_method
- The descriptive name of the HTTP method that was called.
- url
- The URL of the Elasticsearch REST request.
- message
- The exception message.
-
CBR_ES_INDEX_READ_STREAM_ERROR
public static final ExceptionCode CBR_ES_INDEX_READ_STREAM_ERROR
FNRCB0104E
CBR_ES_INDEX_READ_STREAM_ERROR Elasticsearch indexing failed to read content input stream for object id object_id. The exception message is {1}.
- object_id
- The identifier of the object that is being indexed.
- message
- The exception message.
-
CBR_ES_INDEX_CONVERT_STREAM_ERROR
public static final ExceptionCode CBR_ES_INDEX_CONVERT_STREAM_ERROR
FNRCB0105E
CBR_ES_INDEX_CONVERT_STREAM_ERROR Elasticsearch indexing failed to convert content input stream to string for object id object_id. The exception message is {1}.
- object_id
- The identifier of the object that is being indexed.
- message
- The exception message.
-
CBR_ES_UNEXPECTED_BEGIN_END_BATCH
public static final ExceptionCode CBR_ES_UNEXPECTED_BEGIN_END_BATCH
FNRCB0106E
CBR_ES_UNEXPECTED_BEGIN_END_BATCH Elasticsearch indexing received an unexpected and out of sequence begin_end_marker batch marker.
- begin_end_marker
- The begin or end status literal.
-
CBR_ES_UNEXPECTED_CONTINUATION
public static final ExceptionCode CBR_ES_UNEXPECTED_CONTINUATION
FNRCB0107E
CBR_ES_UNEXPECTED_CONTINUATION Elasticsearch query received an unexpected continuation continuation for a non-continuation query.
- continuation
- The continuation value.
-
CBR_ES_PARSE_CONTINUATION_ERROR
public static final ExceptionCode CBR_ES_PARSE_CONTINUATION_ERROR
FNRCB0108E
CBR_ES_PARSE_CONTINUATION_ERROR Elasticsearch query failed to parse the continuation continuation. The exception message is {1}.
- continuation
- The continuation value.
- message
- The exception message.
-
CBR_ES_PARSE_JSON_RESPONSE_ERROR
public static final ExceptionCode CBR_ES_PARSE_JSON_RESPONSE_ERROR
FNRCB0109E
CBR_ES_PARSE_JSON_RESPONSE_ERROR Elasticsearch failed to parse json response for response_type. The exception message is {1}.
- response_type
- The type of response represented by the json.
- message
- The exception message.
-
CBR_ES_INVALID_NODE_NAMES
public static final ExceptionCode CBR_ES_INVALID_NODE_NAMES
FNRCB0110E
CBR_ES_INVALID_NODE_NAMES The node names parameter for the Elastic Search Cluster [cluster_name] are invalid or missing.
- cluster_name
- The Elastic Search cluster name.
The node names information for the Elastic Search Cluster are either missing or incorrect.
-
CBR_ES_CANNOT_CONNECT_TO_CLUSTER
public static final ExceptionCode CBR_ES_CANNOT_CONNECT_TO_CLUSTER
FNRCB0111E
CBR_ES_CANNOT_CONNECT_TO_CLUSTER The Content Engine server cannot connect to the Elastic Search Cluster node_names located on host {1}.
- node_names
- The list of cluster node names.
The Elastic Search Cluster might not be running or your network might be down.
-
CBR_ES_NO_CLUSTER
public static final ExceptionCode CBR_ES_NO_CLUSTER
FNRCB0112E
CBR_ES_NO_CLUSTER There is no Elastic Search Cluster in the Domain.
The Domain does not contain an Elastic Search Cluster.
-
CBR_TS_INDEXING_LANGUAGE_ERROR
public static final ExceptionCode CBR_TS_INDEXING_LANGUAGE_ERROR
FNRCB0113E
CBR_TS_INDEXING_LANGUAGE_ERROR Content Engine did not save the supplied value for the Indexing Language property because there is no Text Search Index Area.
-
CBR_ES_INDEXING_ANALYZER_ERROR
public static final ExceptionCode CBR_ES_INDEXING_ANALYZER_ERROR
FNRCB0114E
CBR_ES_INDEXING_ANALYZER_ERROR Content Engine did not save the supplied value for the Analyzers property because there is no Elastic Search Index Area.
-
CBR_ES_INDEXING_ANALYZER_VALIDATION_FAILED
public static final ExceptionCode CBR_ES_INDEXING_ANALYZER_VALIDATION_FAILED
FNRCB0115E
CBR_ES_INDEXING_ANALYZER_VALIDATION_FAILED Content Engine did not save the entered "{0}" value for the Analyzer property because it was not validated by IBM Content Engine.
-
CBR_ES_ANALYZER_NOT_SET
public static final ExceptionCode CBR_ES_ANALYZER_NOT_SET
FNRCB0116E
CBR_ES_ANALYZER_NOT_SET Content Engine cannot enable Text Search because the Analyzers property is not set on the Object Store.
-
CBR_TS_LANGUAGE_NOT_SET
public static final ExceptionCode CBR_TS_LANGUAGE_NOT_SET
FNRCB0117E
CBR_TS_LANGUAGE_NOT_SET Content Engine cannot enable Text Search because the Indexing Languages property is not set on the Object Store.
-
CBR_ES_CLUSTER_NO_ANALYZERS
public static final ExceptionCode CBR_ES_CLUSTER_NO_ANALYZERS
FNRCB0118E
CBR_ES_CLUSTER_NO_ANALYZERS The Elastic Search Cluster contains no Analyzers.
The Elastic Search Cluster contains no Analyzers, this is an unexpected state.
-
CBR_ES_NULL_ANALYZERS
public static final ExceptionCode CBR_ES_NULL_ANALYZERS
FNRCB0119E
CBR_ES_NULL_ANALYZERS One or more values must be set for the Analyzers property when Elastic Search indexing is enabled on the object store.
-
CBR_ES_NO_INDEX_AREA
public static final ExceptionCode CBR_ES_NO_INDEX_AREA
FNRCB0120E
CBR_ES_NO_INDEX_AREA Elastic Search indexing cannot be enabled since there is no Elastic Search Index Area for the object store "{0}".
The Object Store does not contain an Elastic Search Index Area.
-
CBR_ES_UNSUPPORTED_VERSION
public static final ExceptionCode CBR_ES_UNSUPPORTED_VERSION
FNRCB0121E
CBR_ES_UNSUPPORTED_VERSION The Elastic Search Cluster software version [version_number] is not supported.
- version_number
- The Elastic Search cluster software version number.
The cluster is running an unsupported version of Elasticsearch.
-
CBR_ES_RESYNC_JOB_NOT_SUPPORTED
public static final ExceptionCode CBR_ES_RESYNC_JOB_NOT_SUPPORTED
FNRCB0122E
CBR_ES_RESYNC_JOB_NOT_SUPPORTED Elastic Search does not support index resync job items.
Elastic Search indexing does not support index resync job items.
-
CBR_ES_CANNOT_DELETE_CLUSTER
public static final ExceptionCode CBR_ES_CANNOT_DELETE_CLUSTER
FNRCB0123E
CBR_ES_CANNOT_DELETE_CLUSTER The Content Engine server cannot delete the Elastic Search Cluster cluster_name until all Elasticsearch Index Areas have been deleted.
- cluster_name
- The Elastic Search cluster name.
One or more Elastic Search Index Areas still exist and must be deleted before the cluster can be deleted.
-
CBR_ES_POINT_IN_TIME_SEARCH_NOT_SUPPORTED
public static final ExceptionCode CBR_ES_POINT_IN_TIME_SEARCH_NOT_SUPPORTED
FNRCB0124E
CBR_ES_POINT_IN_TIME_SEARCH_NOT_SUPPORTED Paged CBR query with rank order terminated because the Elastic Search Cluster cluster_name does not support point in time search.
- cluster_name
- The Elastic Search cluster name.
CBR paged queries with rank order cannot perform a search after operation unless the Elastic Search cluster supports point in time search.
-
CBR_TS_INDEXING_LANGUAGE_FAILED_NO_INDEXAREA
public static final ExceptionCode CBR_TS_INDEXING_LANGUAGE_FAILED_NO_INDEXAREA
FNRCB0125E
CBR_TS_INDEXING_LANGUAGE_FAILED_NO_INDEXAREA Content Engine did not save the entered "{0}" value for the Indexing Language property, it was not validated by IBM Content Search Services either because no Content Search Services server is running or no index area has been created.
-
CBR_ES_INDEX_NOT_CREATED
public static final ExceptionCode CBR_ES_INDEX_NOT_CREATED
FNRCB0126E
CBR_ES_INDEX_NOT_CREATED The Elastic Search Index index_name has not yet been created, submit at least one object for indexing before altering the index settings.
- index_name
- The Elastic Search index name.
The Elastic Search Index is not created until the first object for the index is processed by the indexing queue sweep. The index cannot be altered prior to creation.
-
CBR_ES_INVALID_ALTER_INDEX
public static final ExceptionCode CBR_ES_INVALID_ALTER_INDEX
FNRCB0127E
CBR_ES_INVALID_ALTER_INDEX The Elastic Search Index index_name settings cannot be altered due to the supplied combination of IndexShards, IndexReplicas, and MaximumResultsWindow properties being invalid.
- index_name
- The Elastic Search index name.
The Elastic Search Index can only be altered if the correct combination of properties is supplied.
-
CBR_ES_CANNOT_INITIATE_ALTER_INDEX
public static final ExceptionCode CBR_ES_CANNOT_INITIATE_ALTER_INDEX
FNRCB0128E
CBR_ES_CANNOT_INITIATE_ALTER_INDEX The Elastic Search Index index_name alter operation could not be initiated since another alter operation is in progress.
- index_name
- The Elastic Search index name.
Only one concurrent Elastic Search Index alter operation is allowed.
-
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 Content Engine system 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 sweep query exceeded the time limit.
-
E_DOWNLEVEL_SERVER
public static final ExceptionCode E_DOWNLEVEL_SERVER
FNRCE0087E
E_DOWNLEVEL_SERVER This server is running a version of the Content Platform Engine software that is not fully compatible with other servers.
Software on this server should be updated to match that of other servers. In the meantime, certain update operations will be prevented.
-
E_TENANT_NOT_FOUND
public static final ExceptionCode E_TENANT_NOT_FOUND
FNRCE0088E
E_TENANT_NOT_FOUND The request could not be completed because the tenant corresponding to Id '{0}' was not found. If this tenant was recently created, retry the request; otherwise check the Id to ensure it corresponds to a valid tenant.
The tenant object could not be located corresponding to the given id. This could be due to the tenant being recently created and its
-
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}
-
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.
-
SECURITY_LDAP_CONNECTIVITY_FAILURE
public static final ExceptionCode SECURITY_LDAP_CONNECTIVITY_FAILURE
FNRCS0073E
SECURITY_LDAP_CONNECTIVITY_FAILURE Failed connecting to LDAP server.
-
SECURITY_INVALID_KEY_SERVICE_TYPE
public static final ExceptionCode SECURITY_INVALID_KEY_SERVICE_TYPE
FNRCS0074E
SECURITY_INVALID_KEY_SERVICE_TYPE The key service type {0} is not supported.
-
SECURITY_INVALID_KEY_IDENTIFIER_LENGTH
public static final ExceptionCode SECURITY_INVALID_KEY_IDENTIFIER_LENGTH
FNRCS0075E
SECURITY_INVALID_KEY_IDENTIFIER_LENGTH The length {1} of a key identifier returned returned by the {0} key service exceeds the maximum {2} allowed.
-
SECURITY_KMIP_INVALID_FIELD
public static final ExceptionCode SECURITY_KMIP_INVALID_FIELD
FNRCS0076E
SECURITY_KMIP_INVALID_FIELD The data item in the message had an invalid value: {0}
-
SECURITY_KMIP_SSL_CONNECTION_ERROR
public static final ExceptionCode SECURITY_KMIP_SSL_CONNECTION_ERROR
FNRCS0077E
SECURITY_KMIP_SSL_CONNECTION_ERROR An unexpected error happened during make SSL connection to host : {0} port :{1}
-
SECURITY_KMIP_INVALID_MESSAGE
public static final ExceptionCode SECURITY_KMIP_INVALID_MESSAGE
FNRCS0078E
SECURITY_KMIP_INVALID_MESSAGE The message is not valid: {0}
-
SECURITY_KMIP_OPERATION_NOT_SUPPORTED
public static final ExceptionCode SECURITY_KMIP_OPERATION_NOT_SUPPORTED
FNRCS0079E
SECURITY_KMIP_OPERATION_NOT_SUPPORTED The operation requested by the request message was not supported by the server: {0}
-
SECURITY_KMIP_FEATURE_NOT_SUPPORTED
public static final ExceptionCode SECURITY_KMIP_FEATURE_NOT_SUPPORTED
FNRCS0080E
SECURITY_KMIP_FEATURE_NOT_SUPPORTED An optional feature specified in the request was not supported: {0}
-
SECURITY_KMIP_UNEXPECTED_ERROR
public static final ExceptionCode SECURITY_KMIP_UNEXPECTED_ERROR
FNRCS0081E
SECURITY_KMIP_UNEXPECTED_ERROR An Unexpected error happened while processing the KMIP request: {0}
-
SECURITY_KMIP_TRANSPORT_ERROR
public static final ExceptionCode SECURITY_KMIP_TRANSPORT_ERROR
FNRCS0082E
SECURITY_KMIP_TRANSPORT_ERROR An Unexpected error happened while connecting to the KMIP server: {0}
-
SECURITY_KMIP_KEY_CERT_ERROR
public static final ExceptionCode SECURITY_KMIP_KEY_CERT_ERROR
FNRCS0083E
SECURITY_KMIP_KEY_CERT_ERROR An Unexpected error happened while retrieving the key or certificate: {0}
-
SECURITY_MISSING_KEY_SERVICE
public static final ExceptionCode SECURITY_MISSING_KEY_SERVICE
FNRCS0084E
SECURITY_MISSING_KEY_SERVICE The key identifier provided by an external service was found, but no service is configured.
-
SECURITY_KEYPROTECT_INITIALIZATION_ERROR
public static final ExceptionCode SECURITY_KEYPROTECT_INITIALIZATION_ERROR
FNRCS0085E
SECURITY_KEYPROTECT_INITIALIZATION_ERROR Error in initialize connection to KeyProtect services
-
SECURITY_KEYPROTECT_UNEXPECTED_ERROR
public static final ExceptionCode SECURITY_KEYPROTECT_UNEXPECTED_ERROR
FNRCS0086E
SECURITY_KEYPROTECT_UNEXPECTED_ERROR Unexpected Error with KeyProtect service
-
SECURITY_ACCOUNT_DISABLED
public static final ExceptionCode SECURITY_ACCOUNT_DISABLED
FNRCS0087E
SECURITY_ACCOUNT_DISABLED The managed user account for {0} is disabled. Contact an administrator.
-
SECURITY_KERBEROS_LOGIN_FAILURE
public static final ExceptionCode SECURITY_KERBEROS_LOGIN_FAILURE
FNRCS0088E
SECURITY_KERBEROS_LOGIN_FAILURE Error in Kerberos login. principal : {0}, ccache file {1}
-
SECURITY_MISSING_KERBEROS_DOMAIN
public static final ExceptionCode SECURITY_MISSING_KERBEROS_DOMAIN
FNRCS0089E
SECURITY_MISSING_KERBEROS_DOMAIN Missing Kerberos Domain name environment variable: com.filenet.Krb5Domain
-
SECURITY_KMS_UNEXPECTED_ERROR
public static final ExceptionCode SECURITY_KMS_UNEXPECTED_ERROR
FNRCS0090E
SECURITY_KMS_UNEXPECTED_ERROR Unexpected Error with AWS KMS service
-
SECURITY_CREDENTIALS_MANAGER_CLASS_NOT_FOUND
public static final ExceptionCode SECURITY_CREDENTIALS_MANAGER_CLASS_NOT_FOUND
FNRCS0091E
SECURITY_CREDENTIALS_MANAGER_CLASS_NOT_FOUND The Java class {0} specified for the Credentials Manager '{1}' could not be loaded.
-
SECURITY_CREDENTIALS_MANAGER_INIT_ERROR
public static final ExceptionCode SECURITY_CREDENTIALS_MANAGER_INIT_ERROR
FNRCS0092E
SECURITY_CREDENTIALS_MANAGER_INIT_ERROR The Credentials Manager '{0}' failed to initialize.
-
SECURITY_CREDENTIALS_MANAGER_GET_ERROR
public static final ExceptionCode SECURITY_CREDENTIALS_MANAGER_GET_ERROR
FNRCS0093E
SECURITY_CREDENTIALS_MANAGER_GET_ERROR The Credentials Manager implementation in {0} reported an error returning credentials for object {1} of class {2}.
-
SECURITY_CREDENTIALS_MANAGER_CONSUMER_ERROR
public static final ExceptionCode SECURITY_CREDENTIALS_MANAGER_CONSUMER_ERROR
FNRCS0094E
SECURITY_CREDENTIALS_MANAGER_CONSUMER_ERROR The Credentials Manager implementation in {0} is not supported for the consumer class {1}.
-
SECURITY_CREDENTIALS_MANAGER_CONFIG_PARAMETER_ERROR
public static final ExceptionCode SECURITY_CREDENTIALS_MANAGER_CONFIG_PARAMETER_ERROR
FNRCS0095E
SECURITY_CREDENTIALS_MANAGER_CONFIG_PARAMETER_ERROR The Credentials Manager implementation in {0} reported an error of the configuration parameter {1}.
-
SECURITY_CREDENTIALS_MANAGER_MISSING_CONFIG_PARAMETER_ERROR
public static final ExceptionCode SECURITY_CREDENTIALS_MANAGER_MISSING_CONFIG_PARAMETER_ERROR
FNRCS0096E
SECURITY_CREDENTIALS_MANAGER_MISSING_CONFIG_PARAMETER_ERROR The Credentials Manager implementation in {0} is missing the required configuration parameter {1}.
-
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.
-
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.
-
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.
-
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}.
-
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.
-
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_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_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_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.
-
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_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_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_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_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 that belongs to the object_store object store. An IBM Content Search Services index area cannot be deleted if it contains index data.
- 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.
-
PERSIST_RECOVERYITEM_OBJECT_ALREADY_MARKED
public static final ExceptionCode PERSIST_RECOVERYITEM_OBJECT_ALREADY_MARKED
FNRCP0056E
PERSIST_RECOVERYITEM_OBJECT_ALREADY_MARKED A recovery item cannot be created because the specified original object is already marked for deletion.
-
PERSIST_CANT_DELETE_ELASTICSEARCH_INDEX
public static final ExceptionCode PERSIST_CANT_DELETE_ELASTICSEARCH_INDEX
FNRCP0057E
PERSIST_CANT_DELETE_ELASTICSEARCH_INDEX Application code that calls the Content Engine API methods could not delete an index for Elastic Search. 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 Elastic Search Services does not allow you to directly delete an index.
-
PERSIST_ES_INVALID_MAX_INDEXES_CHANGE
public static final ExceptionCode PERSIST_ES_INVALID_MAX_INDEXES_CHANGE
FNRCP0058E
PERSIST_ES_INVALID_MAX_INDEXES_CHANGE IBM Elastic 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_CANT_SAVE_ELASTICSEARCH_INDEX
public static final ExceptionCode PERSIST_CANT_SAVE_ELASTICSEARCH_INDEX
FNRCP0059E
PERSIST_CANT_SAVE_ELASTICSEARCH_INDEX Application code that calls the Content Engine API methods could not create an IBM Elastic Search Services index.
An index cannot be created by using the API because IBM Elastic 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_DOMAIN_LOCKOUT
public static final ExceptionCode PERSIST_DOMAIN_LOCKOUT
FNRCP0060E
PERSIST_DOMAIN_LOCKOUT The Permissions update may leave no-one with administrative access to the domain. Ensure that at least one permission is present granting Write and Write Permission access to a valid user or group.
-
PERSIST_CANT_DELETE_INUSE_ELASTICSEARCH_INDEX_AREA
public static final ExceptionCode PERSIST_CANT_DELETE_INUSE_ELASTICSEARCH_INDEX_AREA
FNRCP0061E
PERSIST_CANT_DELETE_INUSE_ELASTICSEARCH_INDEX_AREA Application code that calls the Content Engine API methods could not delete the index_area index area that belongs to the object_store object store. An Elasticsearch index area cannot be deleted if it contains index data.
- index_area
- The name of the index area.
- object_store
- The name of the object store.
You cannot delete an index area if the index area contains index data.
-
-
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
booleanvalue. 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
ErrorLoggingLevelobject 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 aStringrepresentation of the exception (using the default locale). This method is thread safe.- Parameters:
args- AnObjectarray containing the exception message values (code arguments in use when the exception occurred).- Returns:
- A
Stringrepresentation of the exception message, based on the default locale.
-
toString
public java.lang.String toString(java.util.Locale le, java.lang.Object[] args)Returns aStringrepresentation of the exception using the specified locale. This method is thread safe.- Parameters:
le- ALocaleobject specifying the locale to use for the exception.args- AnObjectarray containing the exception message values (code arguments in use when the exception occurred).- Returns:
- A
Stringrepresentation of the exception message, based on the specified locale.
-
getExceptionCode
public static ExceptionCode getExceptionCode(java.lang.String key)
Gets theExceptionCodeobject referenced by the specified resource key (ExceptionCodefield name). This method is thread safe.- Parameters:
key- AStringcontaining the resource key (field name) for the exception.- Returns:
- The
ExceptionCodeobject containing the resource key specified.
-
-