Package | Description |
---|---|
com.filenet.api.exception |
Provides the exception-handling framework for the Content Engine.
|
Modifier and Type | Field and Description |
---|---|
static ExceptionCode |
ExceptionCode.API_AFTER_LAST_PAGE_ELEMENT
FNRCA0001E
API_AFTER_LAST_PAGE_ELEMENT An attempt was made to get the current page or element count before moving past the last page.
|
static ExceptionCode |
ExceptionCode.API_BEFORE_FIRST_PAGE_ELEMENT
FNRCA0002E
API_BEFORE_FIRST_PAGE_ELEMENT An attempt was made to get the current page or element count before moving to the first page.
|
static ExceptionCode |
ExceptionCode.API_BEFORE_NEXT_PAGE_ELEMENT
FNRCA0003E
API_BEFORE_NEXT_PAGE_ELEMENT An attempt was made to get the current page or element count before moving to the next page after a reset operation.
|
static ExceptionCode |
ExceptionCode.API_CHECKPOINT_UNSUPPORTED
FNRCA0037E
API_CHECKPOINT_UNSUPPORTED The PageIterator does not support PageIterator checkpoints.
|
static ExceptionCode |
ExceptionCode.API_CONFLICTING_CLIENT_CONTEXT
FNRCA0036E
API_CONFLICTING_CLIENT_CONTEXT The call to methodName is not permitted because a conflicting client context has already been established.
|
static ExceptionCode |
ExceptionCode.API_CONTENT_STREAM_TO_BYTES_SIZE_MISMATCH
FNRCA0044E
API_CONTENT_STREAM_TO_BYTES_SIZE_MISMATCH There was a mismatch in the amount of content read from an input stream to the expected buffer size.
|
static ExceptionCode |
ExceptionCode.API_CRCL_CONFIG
FNRCA0041E
API_CRCL_CONFIG There was a configuration problem related to Cross-Release ClassLoading.
|
static ExceptionCode |
ExceptionCode.API_CRCL_REFLECTION_FAIL
FNRCA0042E
API_CRCL_REFLECTION_FAIL An exception was thrown during an attempted reflection call.
|
static ExceptionCode |
ExceptionCode.API_CRCL_REFLECTION_NOSUCH
FNRCA0043E
API_CRCL_REFLECTION_NOSUCH A method or constructor could not be found.
|
static ExceptionCode |
ExceptionCode.API_EMPTY_BATCH
FNRCA0004E
API_EMPTY_BATCH There are no objects in this batch to process.
|
static ExceptionCode |
ExceptionCode.API_EXPECTED_UNEVALUATED_STATE
FNRCA0005E
API_EXPECTED_UNEVALUATED_STATE The property propName must be in an unevaluated state
propNameThe name of the property
|
static ExceptionCode |
ExceptionCode.API_EXTENDED_STREAM_INVALID_POSITION
FNRCA0046E
API_EXTENDED_STREAM_INVALID_POSITION The input stream cannot be set to a position less than zero.
|
static ExceptionCode |
ExceptionCode.API_EXTENDED_STREAM_SIZE_UNAVAILABLE
FNRCA0045E
API_EXTENDED_STREAM_SIZE_UNAVAILABLE Content size is unavailable.
|
static ExceptionCode |
ExceptionCode.API_FETCH_MERGE_PROPERTY_ERROR
FNRCA0006E
API_FETCH_MERGE_PROPERTY_ERROR An attempt was made to fetch and merge new property values on an object that has been modified on the server since it was last retrieved.
|
static ExceptionCode |
ExceptionCode.API_FROM_INIT_OR_QUERY_STRING_NOT_SET
FNRCA0007E
API_FROM_INIT_OR_QUERY_STRING_NOT_SET Either the setFromClauseInitialValue or setQueryString method must be called prior to calling this method to retrieve the SQL statement.
|
static ExceptionCode |
ExceptionCode.API_FROM_INIT_VALUE_NOT_SET
FNRCA0008E
API_FROM_INIT_VALUE_NOT_SET The setFromClauseInitialValue method must be called before an additional join using this method can be added.
|
static ExceptionCode |
ExceptionCode.API_INDEX_OUT_OF_BOUNDS
FNRCA0009E
API_INDEX_OUT_OF_BOUNDS The specified index is outside the bounds of the collection.
|
static ExceptionCode |
ExceptionCode.API_INITIALIZED
FNRCA0010E
API_INITIALIZED The API may only be initialized once and is already initialized.
|
static ExceptionCode |
ExceptionCode.API_INVALID_CONFIGURATION_PARAMETER
FNRCA0011E
API_INVALID_CONFIGURATION_PARAMETER Invalid configuration parameter: parmName.
|
static ExceptionCode |
ExceptionCode.API_INVALID_CONNECTION_PARAMETER
FNRCA0012E
API_INVALID_CONNECTION_PARAMETER Invalid connection parameter: parmName.
|
static ExceptionCode |
ExceptionCode.API_INVALID_METADATA_CACHE_PARAMETER
Deprecated.
This exception code is not used as of CE 4.5.1
|
static ExceptionCode |
ExceptionCode.API_INVALID_PROPERTY_TYPE
FNRCA0014E
API_INVALID_PROPERTY_TYPE Invalid property type requestedType expected actualType.
|
static ExceptionCode |
ExceptionCode.API_INVALID_URI
FNRCA0015E
API_INVALID_URI An invalid URI was found for connection {0}.
|
static ExceptionCode |
ExceptionCode.API_J2EE_UTIL_INIT_FAILED
FNRCA0016E
API_J2EE_UTIL_INIT_FAILED Failed to initialize the J2EE util class.
|
static ExceptionCode |
ExceptionCode.API_METHOD_NO_DEPENDENT_SUPPORT
FNRCA0017E
API_METHOD_NO_DEPENDENT_SUPPORT The use of method methodName is not supported for dependent objects objectType.
|
static ExceptionCode |
ExceptionCode.API_MULTIPLY_FILED_IN_FOLDER
FNRCA0018E
API_MULTIPLY_FILED_IN_FOLDER The specified containee is filed multiple times in this folder, and the operation is unable to determine which occurrence to unfile.
|
static ExceptionCode |
ExceptionCode.API_NO_CONTENT_ELEMENTS
Deprecated.
This exception code is not used as of CE 4.5.1
|
static ExceptionCode |
ExceptionCode.API_NOT_A_CONTENT_TRANSFER
FNRCA0019E
API_NOT_A_CONTENT_TRANSFER The referenced ContentElement, element, is not a ContentTransfer.
|
static ExceptionCode |
ExceptionCode.API_NOT_A_RESERVATION
FNRCA0020E
API_NOT_A_RESERVATION This operation requires a reservation object.
|
static ExceptionCode |
ExceptionCode.API_NOT_FILED_IN_FOLDER
FNRCA0021E
API_NOT_FILED_IN_FOLDER The specified containee is not filed in this folder.
|
static ExceptionCode |
ExceptionCode.API_PROPERTY_FETCH_FAILED
FNRCA0023E
API_PROPERTY_FETCH_FAILED An attempt was made to get the value of property propName using one of the fetch methods for the property object.
|
static ExceptionCode |
ExceptionCode.API_PROPERTY_NOT_IN_CACHE
FNRCA0024E
API_PROPERTY_NOT_IN_CACHE The {0} property was not found in the properties collection.
|
static ExceptionCode |
ExceptionCode.API_PROPERTY_TEMPLATE_NOT_FOUND
FNRCA0025E
API_PROPERTY_TEMPLATE_NOT_FOUND The PropertyTemplate template not found in the property template collection.
|
static ExceptionCode |
ExceptionCode.API_READ_ONLY_COLLECTION
Deprecated.
This exception code is not used as of CE 4.5.1
|
static ExceptionCode |
ExceptionCode.API_REMOTE_JB6EAP_BAD_CONNECTION_URI
FNRCA0040E
API_REMOTE_JB6EAP_BAD_CONNECTION_URI The CE connection URI for this JBoss EAP 6 remote client is invalid as it must have "remote:" at the beginning : {0}.
|
static ExceptionCode |
ExceptionCode.API_REMOTE_JB6EAP_EJB_CONTEXT_FAILED
FNRCA0039E
API_REMOTE_JB6EAP_EJB_CONTEXT_FAILED The EJB Context lookup on a JBoss EAP 6 remote client failed.
|
static ExceptionCode |
ExceptionCode.API_SAVE_BEFORE_REFRESH
Deprecated.
This exception code is not used as of CE 4.5.1
|
static ExceptionCode |
ExceptionCode.API_SEARCH_REQUIRED_VALUES_NULL
FNRCA0038E
API_SEARCH_REQUIRED_VALUES_NULL Required parameters for a Stored Search query are null.
|
static ExceptionCode |
ExceptionCode.API_SESSION_CLASS_NOT_FOUND
Deprecated.
This exception code is not used as of CE 4.5.1
|
static ExceptionCode |
ExceptionCode.API_SESSION_NOT_IMPL_CORRECTLY
FNRCA0029E
API_SESSION_NOT_IMPL_CORRECTLY The internal session class className, used to communicate with the server, is not implemented correctly.
|
static ExceptionCode |
ExceptionCode.API_SESSION_NOT_SET
Deprecated.
This exception code is not used as of CE 4.5.1
|
static ExceptionCode |
ExceptionCode.API_UNABLE_TO_USE_CONNECTION
FNRCA0031E
API_UNABLE_TO_USE_CONNECTION The URI for server communication cannot be determined from the connection object {0}.
|
static ExceptionCode |
ExceptionCode.API_UNEXPECTED_JNDI_ERROR
FNRCA0032E
API_UNEXPECTED_JNDI_ERROR The JNDI cannot be accessed.
|
static ExceptionCode |
ExceptionCode.API_UNSUPPORTED_API_CLASS
FNRCA0033E
API_UNSUPPORTED_API_CLASS The indicated API class className is not supported.
|
static ExceptionCode |
ExceptionCode.API_UNSUPPORTED_PROPERTY_TYPE
FNRCA0034E
API_UNSUPPORTED_PROPERTY_TYPE An attempt was made to put a property value into the properties collection using a generic Java Object.
|
static ExceptionCode |
ExceptionCode.CBR_CANNOT_SWITCH_ON_VERITY
FNRCB0054E
CBR_CANNOT_SWITCH_ON_VERITY Content Engine could not enable IBM Legacy Content Search Engine: The attempt to assign a VerityDomainConfiguration object to the VerityDomainConfiguration property for the object_store_name object store failed.
|
static ExceptionCode |
ExceptionCode.CBR_CANT_ATTACH_COLLECTION
FNRCB0001E
CBR_CANT_ATTACH_COLLECTION Can't attach Verity collection to server {0}.
|
static ExceptionCode |
ExceptionCode.CBR_CANT_AUTHENTICATE_ON_SEARCH
FNRCB0017E
CBR_CANT_AUTHENTICATE_ON_SEARCH The server could not authenticate with the Content Search Engine server.
|
static ExceptionCode |
ExceptionCode.CBR_CANT_CREATE_COLLECTION
FNRCB0002E
CBR_CANT_CREATE_COLLECTION Can't create Verity collection.
|
static ExceptionCode |
ExceptionCode.CBR_CANT_CREATE_VERITY_WORKSPACE
FNRCB0021E
CBR_CANT_CREATE_VERITY_WORKSPACE Can't create Verity workspace.
|
static ExceptionCode |
ExceptionCode.CBR_CANT_DELETE_VERITY_WORKSPACE
FNRCB0020E
CBR_CANT_DELETE_VERITY_WORKSPACE Can't delete Verity workspace.
|
static ExceptionCode |
ExceptionCode.CBR_CANT_GET_ADMIN_CONFIG
FNRCB0012E
CBR_CANT_GET_ADMIN_CONFIG Can't get Verity Admin server configuration for: {0}, error: {1}
The indicated Verity Admin server configuration cannot be retrieved.
|
static ExceptionCode |
ExceptionCode.CBR_CANT_GET_BROKER_CONFIG
FNRCB0014E
CBR_CANT_GET_BROKER_CONFIG Can't get Verity broker configuration for {0}, error: {1}
The indicated Verity broker configuration cannot be retrieved.
|
static ExceptionCode |
ExceptionCode.CBR_CANT_GET_INDEX_SERVER_CONFIG
FNRCB0015E
CBR_CANT_GET_INDEX_SERVER_CONFIG Can't get Verity index server configuration for {0} of IndexArea {1}, error: {2}
The indicated Verity index server configuration cannot be retrieved.
|
static ExceptionCode |
ExceptionCode.CBR_CANT_GET_SEARCH_CONFIG
FNRCB0013E
CBR_CANT_GET_SEARCH_CONFIG Can't get Verity search server configuration for {0} of IndexArea {1}, error: {2}
The indicated Verity search server configuration cannot be retrieved.
|
static ExceptionCode |
ExceptionCode.CBR_CANT_LOGON_TO_INDEX_SERVER
FNRCB0018E
CBR_CANT_LOGON_TO_INDEX_SERVER Can't logon to index server.
|
static ExceptionCode |
ExceptionCode.CBR_CANT_LOGON_TO_VERITY
FNRCB0019E
CBR_CANT_LOGON_TO_VERITY Can't logon to Verity.
|
static ExceptionCode |
ExceptionCode.CBR_CANT_SET_GROUP_ON_COLLECTION
FNRCB0023E
CBR_CANT_SET_GROUP_ON_COLLECTION Can't set group name on verity collection.
|
static ExceptionCode |
ExceptionCode.CBR_CANT_WRITE_CONTENT_FILE
FNRCB0003E
CBR_CANT_WRITE_CONTENT_FILE Can't write content file for element sequence #{0} for object {1}, class {2}, output directory {3}, index area {4}
The content file could not be written for the element sequence number, as indicated.
|
static ExceptionCode |
ExceptionCode.CBR_DIALECT_NOT_SUPPORTED
FNRCB0027E
CBR_DIALECT_NOT_SUPPORTED The full text query dialect '{0}' is not supported in the current configuration.
|
static ExceptionCode |
ExceptionCode.CBR_EMPTY_SEARCH_CRITERIA
FNRCB0050E
CBR_EMPTY_SEARCH_CRITERIA Content Engine could not run a query because the SQL statement for the query is not valid.
|
static ExceptionCode |
ExceptionCode.CBR_ERROR_GETTING_CONTENT_FILE
FNRCB0033E
CBR_ERROR_GETTING_CONTENT_FILE Could not get content file for element sequence #{0} for object {1}, class {2}, output directory {3}, index area {4}, status {5}
Could not get content file for the element sequence number, as indicated.
|
static ExceptionCode |
ExceptionCode.CBR_FULLTEXTROWLIMIT_EXCEEDED
FNRCB0024E
CBR_FULLTEXTROWLIMIT_EXCEEDED The FullTextRowLimit has been exceeded.
|
static ExceptionCode |
ExceptionCode.CBR_INCOMPLETE_CONFIG
FNRCB0004E
CBR_INCOMPLETE_CONFIG The Verity administration host name and port must be in Verity configuration data
|
static ExceptionCode |
ExceptionCode.CBR_INDEX_BAD_OBJECT_STORE
FNRCB0007E
CBR_INDEX_BAD_OBJECT_STORE Single item to full text index with array element #{0} does not have the same object store as the IndexJob
The single item to index, referenced by the indicated array element number, is not located in the same object store as the IndexJob instance.
|
static ExceptionCode |
ExceptionCode.CBR_INDEX_NON_REPOSITORY_OBJECT
FNRCB0006E
CBR_INDEX_NON_REPOSITORY_OBJECT Single item to full text index with array element #{0} is not a repository object
The single item to index, referenced by the indicated array element number, is not a repository object.
|
static ExceptionCode |
ExceptionCode.CBR_INSO_INSTALL_BINARY_NOT_FOUND
FNRCB0030E
CBR_INSO_INSTALL_BINARY_NOT_FOUND INSO binaries files not found
|
static ExceptionCode |
ExceptionCode.CBR_INSO_INSTALL_ERROR
FNRCB0029E
CBR_INSO_INSTALL_ERROR An error was detected while install INSO binaries
|
static ExceptionCode |
ExceptionCode.CBR_INVALID_SEARCH
FNRCB0055E
CBR_INVALID_SEARCH Content Engine cannot run a query because the following invalid dialect was passed to the CONTAINS function: search_dialect.
|
static ExceptionCode |
ExceptionCode.CBR_INVALID_SEARCH_DIALECT
FNRCB0049E
CBR_INVALID_SEARCH_DIALECT Content Engine could not run a query because the following invalid dialect was passed to the CONTAINS function: search_dialect.
|
static ExceptionCode |
ExceptionCode.CBR_LOAD_TRANSLATORS_EXCEPTION
FNRCB0026E
CBR_LOAD_TRANSLATORS_EXCEPTION An exception occurred while attempting to load translation providers.
|
static ExceptionCode |
ExceptionCode.CBR_MIGRATION_JOB_ABORT_NOT_ALLOWED
FNRCB0066E
CBR_MIGRATION_JOB_ABORT_NOT_ALLOWED Content Engine could not stop migration index job index_job_id.
|
static ExceptionCode |
ExceptionCode.CBR_MIGRATION_JOB_DELETE_NOT_ALLOWED
FNRCB0065E
CBR_MIGRATION_JOB_DELETE_NOT_ALLOWED Content Engine could not delete migration index job index_job_id.
|
static ExceptionCode |
ExceptionCode.CBR_NO_BROKERS
FNRCB0032E
CBR_NO_BROKERS No Verity brokers can be found.
|
static ExceptionCode |
ExceptionCode.CBR_NO_FILENAME_FOR_CONTENT
FNRCB0005E
CBR_NO_FILENAME_FOR_CONTENT Unable to get content element filename for element sequence #{0} for object {1}, class {2}
The content element filename could not be retrieved for the element sequence number, as indicated.
|
static ExceptionCode |
ExceptionCode.CBR_NO_INDEX_AREA_AVAILABLE
FNRCB0009E
CBR_NO_INDEX_AREA_AVAILABLE No index area is available to handle full text index request on object store objStore
objStoreThe identity of the Object Store.
|
static ExceptionCode |
ExceptionCode.CBR_NO_INDEX_SERVER_AVAILABLE
FNRCB0010E
CBR_NO_INDEX_SERVER_AVAILABLE No index server is available to handle full text indexing requests on IndexArea {0}, ObjectStore {1}
|
static ExceptionCode |
ExceptionCode.CBR_NO_TEXT_SEARCH_SERVER_FOR_SEARCH
FNRCB0034E
CBR_NO_TEXT_SEARCH_SERVER_FOR_SEARCH IBM Content Search Services could not run a query because no search server could be found to run the query.
|
static ExceptionCode |
ExceptionCode.CBR_NO_TICKET_SERVER_FOR_ADMIN_SERVER
FNRCB0022E
CBR_NO_TICKET_SERVER_FOR_ADMIN_SERVER No ticket server is defined for administration server srvName, requested security group cannot be applied to collection.
|
static ExceptionCode |
ExceptionCode.CBR_NOT_INDEXABLE
FNRCB0008E
CBR_NOT_INDEXABLE Item to full text index with array element #{0} is not indexable.
|
static ExceptionCode |
ExceptionCode.CBR_NOT_INDEXED
FNRCB0025E
CBR_NOT_INDEXED Documents submitted to be indexed were not processed (request will be retried).
|
static ExceptionCode |
ExceptionCode.CBR_NOT_MASTER_ADMIN_SERVER
FNRCB0016E
CBR_NOT_MASTER_ADMIN_SERVER VerityAdminMasterServerHostname/Port {0}:{1} refers to a slave server, not a master server
VerityAdminMasterServerHostname/Port refers to a slave server, not a master server
|
static ExceptionCode |
ExceptionCode.CBR_QUERY_PARSE_ERROR
FNRCB0028E
CBR_QUERY_PARSE_ERROR An error was detected while parsing the {0} full-text query.
|
static ExceptionCode |
ExceptionCode.CBR_TEXT_PREPROCESSOR_DEF_ONE_XML_ALLOWED
FNRCB0097E
CBR_TEXT_PREPROCESSOR_DEF_ONE_XML_ALLOWED Only one text indexing preprocessor can be associated to a class when the output type is XML
|
static ExceptionCode |
ExceptionCode.CBR_TEXT_PREPROCESSOR_EXTRACT_RETRY
FNRCB0099E
CBR_TEXT_PREPROCESSOR_EXTRACT_RETRY The text indexing preprocessor has called for content to be extracted for object {0} class {1} and the call will be retried.
|
static ExceptionCode |
ExceptionCode.CBR_TEXT_PREPROCESSOR_INVALID_OUTPUT_TYPE
FNRCB0096E
CBR_TEXT_PREPROCESSOR_INVALID_OUTPUT_TYPE The text indexing preprocessor returned an invalid output type of {0} and a value of text/plain or text/xml was expected
The allowed value of output type must be text/plain or text/xml
|
static ExceptionCode |
ExceptionCode.CBR_TS_ACCESSING_COLLECTION_FAILED
FNRCB0084E
CBR_TS_ACCESSING_COLLECTION_FAILED The IBM Content Search Services server failed to access the index on the file system.
|
static ExceptionCode |
ExceptionCode.CBR_TS_ACCESSING_INDEX_FAILED
FNRCB0035E
CBR_TS_ACCESSING_INDEX_FAILED An IBM Content Search Services server could not access the index_name index or the directory that contains the index.
|
static ExceptionCode |
ExceptionCode.CBR_TS_ACCESSING_TEXT_SEARCH_SERVER_FAILED
FNRCB0036E
CBR_TS_ACCESSING_TEXT_SEARCH_SERVER_FAILED IBM Content Search Services could not communicate with the server that runs on the host:port host and port.
|
static ExceptionCode |
ExceptionCode.CBR_TS_ADMIN_ACTION_FAILED_EXCEPTION
FNRCB0039E
CBR_TS_ADMIN_ACTION_FAILED_EXCEPTION IBM Content Search Services could not perform administrative functions for the server that runs on the host:port host and port.
|
static ExceptionCode |
ExceptionCode.CBR_TS_BATCH_FAILED
FNRCB0057E
CBR_TS_BATCH_FAILED The batch operation for indexing objects to IBM Content Search Services has failed.
|
static ExceptionCode |
ExceptionCode.CBR_TS_CANNOT_CONNECT_TO_SERVER
FNRCB0047E
CBR_TS_CANNOT_CONNECT_TO_SERVER The Content Engine server cannot connect to the IBM Content Search Services server server_name located on host host, port port.
|
static ExceptionCode |
ExceptionCode.CBR_TS_CANNOT_CREATE_INDEX_IN_INDEX_AREA
FNRCB0063E
CBR_TS_CANNOT_CREATE_INDEX_IN_INDEX_AREA IBM Content Search Services is unable to create an index in index area index_area of object store objectstore.
|
static ExceptionCode |
ExceptionCode.CBR_TS_COST_ESTIMATION_QUERY_TIMEOUT
FNRCB0092E
CBR_TS_COST_ESTIMATION_QUERY_TIMEOUT A timeout was received from the IBM Content Search Services server while it was running a cost estimation query "query_string" against IBM Content Search Services index index_id.
|
static ExceptionCode |
ExceptionCode.CBR_TS_DEFER_INDEXING
FNRCB0062E
CBR_TS_DEFER_INDEXING IBM Content Search Services indexing is deferred for index text_search_index on index area index_area and object store objectstore.
|
static ExceptionCode |
ExceptionCode.CBR_TS_DEFER_INDEXING_REBALANCING
FNRCB0085E
CBR_TS_DEFER_INDEXING_REBALANCING IBM Content Search Services indexing is rebalancing index text_search_index on index area index_area and object store objectstore to another server.
|
static ExceptionCode |
ExceptionCode.CBR_TS_EXEC_SEARCH_QUERY_FAILED
FNRCB0037E
CBR_TS_EXEC_SEARCH_QUERY_FAILED An IBM Content Search Services server could not run the following full-text search: search_expression.
|
static ExceptionCode |
ExceptionCode.CBR_TS_EXTRACTION_TIMEOUT
FNRCB0100E
CBR_TS_EXTRACTION_TIMEOUT An indexing operation was stopped because text extraction timed out after textextraction_timeout seconds.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INDEX_AREA_ROOT_DIRECTORY_VALIDATION_FAILED
FNRCB0083E
CBR_TS_INDEX_AREA_ROOT_DIRECTORY_VALIDATION_FAILED The Content Engine server did not accept the entered value "{0}" for the root directory that was specified for index area "{1}" because no IBM Content Search Services servers are available for validation.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INDEX_CREATE_FAILED
FNRCB0038E
CBR_TS_INDEX_CREATE_FAILED An IBM Content Search Services server could not create an index.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INDEX_CTOR
FNRCB0043E
CBR_TS_INDEX_CTOR The IBM Content Search Services server that runs on the host:port host and port could not index a document.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INDEX_DATA_DELETE_FAILED
FNRCB0072E
CBR_TS_INDEX_DATA_DELETE_FAILED IBM Content Search Services did not delete the "index_name" index as part of the reindexing that was performed for an index job.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INDEX_DELETE_FAILED
FNRCB0068E
CBR_TS_INDEX_DELETE_FAILED An IBM Content Search Services server could not delete an index.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INDEX_EXCEEDS_MAX_INDEXED_OBJECTS
FNRCB0053E
CBR_TS_INDEX_EXCEEDS_MAX_INDEXED_OBJECTS The resource status of the IBM Content Search Services index index_name cannot be changed to OPEN because the current number of its indexed objects, current_indexed_objects, exceeds the maximum of max_indexed_objects specified on its index area index_area.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INDEX_EXCEEDS_MAX_SIZE
FNRCB0052E
CBR_TS_INDEX_EXCEEDS_MAX_SIZE The resource status of the IBM Content Search Services index index_name cannot be changed to OPEN because its current size of current_size_kb KB exceeds the maximum size of max_size_kb KB specified by its index area index_area.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INDEXING_ABORTED
FNRCB0058E
CBR_TS_INDEXING_ABORTED The IBM Content Search Services indexing operation for indexation ID indexation_id, index path index_path has stopped.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INDEXING_FAILED_EXCEPTION
FNRCB0040E
CBR_TS_INDEXING_FAILED_EXCEPTION An IBM Content Search Services server could not complete an indexing operation while accessing the index_name index for the server that runs on the {1}:{2} host and port.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INDEXING_HAS_TIMEDOUT
FNRCB0093E
CBR_TS_INDEXING_HAS_TIMEDOUT An indexing operation has been terminated because an index batch timeout occurred.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INDEXING_LANGUAGE_NOT_SET
FNRCB0080E
CBR_TS_INDEXING_LANGUAGE_NOT_SET CBR indexing and searching on object store "{0}" cannot proceed until one or more values are set for the TextSearchIndexingLanguages property.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INDEXING_LANGUAGE_NULL
FNRCB0090E
CBR_TS_INDEXING_LANGUAGE_NULL One or more values must be set for the TextSearchIndexingLanguages property when IBM Content Search Services is enabled on the object store.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INDEXING_LANGUAGE_VALIDATION_FAILED
FNRCB0073E
CBR_TS_INDEXING_LANGUAGE_VALIDATION_FAILED Content Engine did not save the entered "{0}" value for the Indexing Language property because it was not validated by IBM Content Search Services.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INDEXING_TIMEOUT
FNRCB0059E
CBR_TS_INDEXING_TIMEOUT An indexing operation for indexation ID indexation_id, index path index_path was stopped because it timed out after index_timeout seconds.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INDEXING_WARNING
FNRCB0078E
CBR_TS_INDEXING_WARNING IBM Content Search Services generated a warning while accessing the "index_name" index for an otherwise successful indexing operation.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INSO_FILTER_MISSING_FOR_INDEXING
FNRCB0077E
CBR_TS_INSO_FILTER_MISSING_FOR_INDEXING Content Engine did not complete the submission of index requests to IBM Content Search Services because the required client files are not installed.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INSO_FILTER_MISSING_FOR_TEXT_EXTRACTION
FNRCB0076E
CBR_TS_INSO_FILTER_MISSING_FOR_TEXT_EXTRACTION Content Engine did not submit index requests to IBM Content Search Services because the required client files are not installed.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INVALID_INDEX_AREA_SITE
FNRCB0067E
CBR_TS_INVALID_INDEX_AREA_SITE The site for the IBM Content Search Services index area is not valid.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INVALID_INDEX_AREA_STATUS
FNRCB0056E
CBR_TS_INVALID_INDEX_AREA_STATUS The IBM Content Search Services index area index_area_name cannot be changed to status: status.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INVALID_INDEX_STATUS
FNRCB0051E
CBR_TS_INVALID_INDEX_STATUS The resource status of the IBM Content Search Services index index_name cannot be changed to status.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INVALID_SERVER_CONN_PARAMS
FNRCB0045E
CBR_TS_INVALID_SERVER_CONN_PARAMS The connection parameters for the following IBM Content Search Services server are invalid or missing: host=host, port=port.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INVALID_SERVER_CREDENTIAL
FNRCB0046E
CBR_TS_INVALID_SERVER_CREDENTIAL The IBM Content Search Services server connection token is invalid or missing.
|
static ExceptionCode |
ExceptionCode.CBR_TS_INVALID_SERVER_STATUS_CHANGE
FNRCB0048E
CBR_TS_INVALID_SERVER_STATUS_CHANGE The IBM Content Search Services server status cannot be set to UNAVAILABLE by using the API.
|
static ExceptionCode |
ExceptionCode.CBR_TS_JOB_PAUSE_NOT_ALLOWED
FNRCB0071E
CBR_TS_JOB_PAUSE_NOT_ALLOWED Content Engine did not pause the "index_job_id" index job.
|
static ExceptionCode |
ExceptionCode.CBR_TS_JOB_RESUME_NOT_ALLOWED
FNRCB0075E
CBR_TS_JOB_RESUME_NOT_ALLOWED Content Engine did not resume the "index_job_id" index job.
|
static ExceptionCode |
ExceptionCode.CBR_TS_MISSING_INDEX_LEASE_EXPIRY_TIME
FNRCB0061E
CBR_TS_MISSING_INDEX_LEASE_EXPIRY_TIME The IBM Content Search Services index does not have an expiration time.
|
static ExceptionCode |
ExceptionCode.CBR_TS_NO_INDEX_AREA_FOUND_FOR_INDEXATION_ID
FNRCB0064E
CBR_TS_NO_INDEX_AREA_FOUND_FOR_INDEXATION_ID The IBM Content Search Services index area is missing for objects with indexation ID indexation_id.
|
static ExceptionCode |
ExceptionCode.CBR_TS_NO_INDEX_FOUND_FOR_INDEXATION_ID
FNRCB0044E
CBR_TS_NO_INDEX_FOUND_FOR_INDEXATION_ID The IBM Content Search Services index is missing for objects with indexation ID indexation_id.
|
static ExceptionCode |
ExceptionCode.CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_DELETE
FNRCB0070E
CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_DELETE IBM Content Search Services could not delete index index_name in object store objectstore_id.
|
static ExceptionCode |
ExceptionCode.CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_ICC_CHECK
FNRCB0079E
CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_ICC_CHECK IBM Content Search Services could not perform a check for ICC dual migration state on ObjectStore {0}.
|
static ExceptionCode |
ExceptionCode.CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_LANGUAGE_VALIDATION
FNRCB0089E
CBR_TS_NO_TEXT_SEARCH_SERVER_FOR_LANGUAGE_VALIDATION IBM Content Search Services cannot validate the indexing languages.
|
static ExceptionCode |
ExceptionCode.CBR_TS_NULL_PARAM
FNRCB0042E
CBR_TS_NULL_PARAM An IBM Content Search Services server could not perform a requested operation because the parameter_name parameter had a null value.
|
static ExceptionCode |
ExceptionCode.CBR_TS_PREPROCESSOR_TIMEOUT
FNRCB0098E
CBR_TS_PREPROCESSOR_TIMEOUT An indexing operation was stopped because the text indexing preprocesors timed out after preprocessor_timeout seconds.
|
static ExceptionCode |
ExceptionCode.CBR_TS_QUERY_FAILED_EXCEPTION
FNRCB0041E
CBR_TS_QUERY_FAILED_EXCEPTION An IBM Content Search Services server could not run a full-text search.
|
static ExceptionCode |
ExceptionCode.CBR_TS_REISSUE_INDEX_REQUEST_FAILED
FNRCB0074E
CBR_TS_REISSUE_INDEX_REQUEST_FAILED The processing of some index requests was delayed because IBM Content Search Services reassigned the requests to another index.
|
static ExceptionCode |
ExceptionCode.CBR_TS_REPLACING_INDEX_STATUS_CHANGE
FNRCB0088E
CBR_TS_REPLACING_INDEX_STATUS_CHANGE The resource status of the IBM Content Search Services index index_name cannot be changed to status.
|
static ExceptionCode |
ExceptionCode.CBR_TS_STATIC_SUMMARY_INVALID_INDEXING_SIZE
FNRCB0094E
CBR_TS_STATIC_SUMMARY_INVALID_INDEXING_SIZE The summary indexing size for IBM Content Search Services must be between {0} and {1}.
|
static ExceptionCode |
ExceptionCode.CBR_TS_TEXT_SEARCH_ENABLING_FAILED
FNRCB0069E
CBR_TS_TEXT_SEARCH_ENABLING_FAILED IBM Content Search Services was not enabled for the object_store object store because no index areas exist.
|
static ExceptionCode |
ExceptionCode.CBR_TS_TEXT_SEARCH_NOT_ENABLED_LCSE_CONFIGURED
FNRCB0087E
CBR_TS_TEXT_SEARCH_NOT_ENABLED_LCSE_CONFIGURED IBM Content Search Services cannot be enabled for the {0} object store because LCSE is configured.
|
static ExceptionCode |
ExceptionCode.CBR_TS_UNAVAILABLE_INDEX_STATUS_CHANGE
FNRCB0091E
CBR_TS_UNAVAILABLE_INDEX_STATUS_CHANGE The resource status of the IBM Content Search Services index index_name cannot be changed to status.
|
static ExceptionCode |
ExceptionCode.CBR_TS_UNAVAILABLE_INVALID_DURING_RESYNC
FNRCB0095E
CBR_TS_UNAVAILABLE_INVALID_DURING_RESYNC The resource status of the IBM Content Search Services index index_name cannot be changed to UNAVAILABLE because a resync index job is in progress on this index.
|
static ExceptionCode |
ExceptionCode.CBR_TS_UNEXPECTED_SERVER_FOR_INDEX
FNRCB0060E
CBR_TS_UNEXPECTED_SERVER_FOR_INDEX The IBM Content Search Services server original_text_search_server was expected, but server current_text_search_server was found instead.
|
static ExceptionCode |
ExceptionCode.CBR_UNSUPPORTED_KEY
FNRCB0011E
CBR_UNSUPPORTED_KEY Old full text index key encountered -- re-indexation is required with this release.
|
static ExceptionCode |
ExceptionCode.CBR_VDC_EXISTS_AND_K2_NOT_DEPLOYED
FNRCB0086E
CBR_VDC_EXISTS_AND_K2_NOT_DEPLOYED One or more Verity Domain Configuration objects are configured.
|
static ExceptionCode |
ExceptionCode.CBR_VERITY_DOMAIN_CONFIG_NOT_ASSIGNED
FNRCB0031E
CBR_VERITY_DOMAIN_CONFIG_NOT_ASSIGNED Content Engine could not disable IBM Legacy Content Search Engine.
|
static ExceptionCode |
ExceptionCode.CLASSIFICATION_DATETIME_PARSE_FAILED
FNRCL0006E
CLASSIFICATION_DATETIME_PARSE_FAILED Failed to parse date/time value during XML classification.
|
static ExceptionCode |
ExceptionCode.CLASSIFICATION_DATETIME_PARSE_FAILED_SIMPLE
FNRCL0007E
CLASSIFICATION_DATETIME_PARSE_FAILED_SIMPLE Failed to parse date/time value during XML classification.
|
static ExceptionCode |
ExceptionCode.CLASSIFIER_THREW
FNRCL0005E
CLASSIFIER_THREW The document classifier threw an exception.
|
static ExceptionCode |
ExceptionCode.CLASSIFY_ACTION_NOT_FOUND
FNRCL0001E
CLASSIFY_ACTION_NOT_FOUND The DocumentClassificationAction object not found for MIME type {0}.
|
static ExceptionCode |
ExceptionCode.CLASSIFY_COMPONENT_NOT_REGISTERED
FNRCL0002E
CLASSIFY_COMPONENT_NOT_REGISTERED Neither class name nor script text is set for mime type mimeType.
|
static ExceptionCode |
ExceptionCode.CLASSIFY_DITA_COMPONENT_FILED_IN_MULTIPLE_FOLDERS
FNRCQ0001E
CLASSIFY_DITA_COMPONENT_FILED_IN_MULTIPLE_FOLDERS DITA component filed in multiple folders {0}.
|
static ExceptionCode |
ExceptionCode.CLASSIFY_DITA_COMPONENT_NOT_FILED_IN_ANY_FOLDER
FNRCQ0002E
CLASSIFY_DITA_COMPONENT_NOT_FILED_IN_ANY_FOLDER DITA component not filed in any folder {0}.
|
static ExceptionCode |
ExceptionCode.CLASSIFY_DITA_INVALID_NODE_TEXT_FORMAT
FNRCQ0006E
CLASSIFY_DITA_INVALID_NODE_TEXT_FORMAT Invalid format for node text data, expected a name:value pair {0}.
|
static ExceptionCode |
ExceptionCode.CLASSIFY_DITA_INVALID_PATH
FNRCQ0003E
CLASSIFY_DITA_INVALID_PATH The path is malformed path.
|
static ExceptionCode |
ExceptionCode.CLASSIFY_DITA_REQUIRED_VALUE_NOT_FOUND
FNRCQ0005E
CLASSIFY_DITA_REQUIRED_VALUE_NOT_FOUND A required DITA value was not found {0}.
|
static ExceptionCode |
ExceptionCode.CLASSIFY_DITA_UNSUPPORTED_TYPE
FNRCQ0004E
CLASSIFY_DITA_UNSUPPORTED_TYPE The DITA classifier does not support this DITA type {0}.
|
static ExceptionCode |
ExceptionCode.CLASSIFY_DOCUMENT_NOT_FOUND
FNRCL0003E
CLASSIFY_DOCUMENT_NOT_FOUND Cannot find document object for queue item {0}.
|
static ExceptionCode |
ExceptionCode.CLASSIFY_HANDLER_THREW
FNRCL0004E
CLASSIFY_HANDLER_THREW Document classification handler threw an exception.
|
static ExceptionCode |
ExceptionCode.CLASSIFY_NO_CONTENT_TO_CLASSIFY
FNRCL0008E
CLASSIFY_NO_CONTENT_TO_CLASSIFY There is no content to classify for the document with id {0}.
|
static ExceptionCode |
ExceptionCode.CLASSIFY_STATUS_UPDATE_FAILURE
FNRCL0009E
CLASSIFY_STATUS_UPDATE_FAILURE Failed updating classification status of document with id {0}.
|
static ExceptionCode |
ExceptionCode.CLASSIFY_UNKNOWN_MIME_TYPE
FNRCL0010E
CLASSIFY_UNKNOWN_MIME_TYPE The MIME type is unrecognized for the document with id {0}.
|
static ExceptionCode |
ExceptionCode.COMM_CREATE_CONTENT_HUNG_THREAD
FNRCO0008E
COMM_CREATE_CONTENT_HUNG_THREAD A hung thread was detected while sending content content id to site site.
|
static ExceptionCode |
ExceptionCode.COMM_NO_RESPONSE_RECEIVED
FNRCO0002E
COMM_NO_RESPONSE_RECEIVED No response was received for server communication request request to site.
|
static ExceptionCode |
ExceptionCode.COMM_NO_RESPONSE_RECEIVED_FOR_DEVICE_CONTENT_CREATE
FNRCO0003E
COMM_NO_RESPONSE_RECEIVED_FOR_DEVICE_CONTENT_CREATE No server communication response was received for creating content content id to storage device storage device id.
|
static ExceptionCode |
ExceptionCode.COMM_PROBLEM_SENDING_REQUEST
FNRCO0001E
COMM_PROBLEM_SENDING_REQUEST There was a problem sending server communication request request to site.
|
static ExceptionCode |
ExceptionCode.COMM_RETRYABLE_AUTH_EXCEPTION
FNRCO0006E
COMM_RETRYABLE_AUTH_EXCEPTION A server communication retryable authentication exception was detected.
|
static ExceptionCode |
ExceptionCode.COMM_RETRYABLE_CONN_EXCEPTION
FNRCO0007E
COMM_RETRYABLE_CONN_EXCEPTION A server communication retryable connection exception was detected for site URL request.
|
static ExceptionCode |
ExceptionCode.COMM_SERVER_URL_INVALID
FNRCO0009E
COMM_SERVER_URL_INVALID The server communication url url for virtual server virtual server in site site is not valid.
|
static ExceptionCode |
ExceptionCode.COMM_UNEXPECTED_NUMBER_OF_RESPONSES_RECEIVED
FNRCO0005E
COMM_UNEXPECTED_NUMBER_OF_RESPONSES_RECEIVED An unexpected number of responses was received for server communication request request to site.
|
static ExceptionCode |
ExceptionCode.COMM_UNKNOWN_RESPONSE_RECEIVED_FOR_DEVICE_CONTENT_CREATE
FNRCO0004E
COMM_UNKNOWN_RESPONSE_RECEIVED_FOR_DEVICE_CONTENT_CREATE An unknown server communication response failure was received for creating content content id to storage device storage device id.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_ASSERTION_ERROR
FNRCC0266E
CONTENT_ASA_ASSERTION_ERROR An internal runtime assertion issue has been detected [issue].
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_CONTENT_EXISTS
FNRCC0245E
CONTENT_ASA_CONTENT_EXISTS The content already exists for storage device device_id, content path content_path.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_CONTENT_NOT_FOUND
FNRCC0244E
CONTENT_ASA_CONTENT_NOT_FOUND The content was not found or not accessible on the storage device.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_CONVERT_TO_PROPERTIES
FNRCC0257E
CONTENT_ASA_CONVERT_TO_PROPERTIES The conversion of the data buffer to a java.util.Properties collection failed for object [object_id], of storage device device_id.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_DELETE_AREA_ELEMENT
FNRCC0284E
CONTENT_ASA_DELETE_AREA_ELEMENT Failed to delete rows from the Area Element table table object store objectstore.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_DEVICE_CONTENT_ID_NOT_SUPPORTED
FNRCC0268E
CONTENT_ASA_DEVICE_CONTENT_ID_NOT_SUPPORTED The storage device [device_id] returned an unsupported device generated id [content_identifier] during synchronous upload.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_DOC_CREATE_FAILED_BAD_INPUT
FNRCC0241E
CONTENT_ASA_DOC_CREATE_FAILED_BAD_INPUT The document could not be created because the source input stream could not be read.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_FAILURE_RESPONSE
FNRCC0258E
CONTENT_ASA_FAILURE_RESPONSE The operation [operation] on object object_id, of storage device device_id, returned failure response response.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_FILE_SYNC_FAILED
FNRCC0251E
CONTENT_ASA_FILE_SYNC_FAILED Synchronizing the target file to disk failed for storage device {0}, file path {1}.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_FILE_WRITE_FAILED
FNRCC0250E
CONTENT_ASA_FILE_WRITE_FAILED The target file cannot be written for storage device device_id, file path file_path.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_INVALID_COUNTER_FILE
FNRCC0292E
CONTENT_ASA_INVALID_COUNTER_FILE The advanced area counters file is invalid for Object Store objectstore, exception exception.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_INVALID_COUNTER_FILE_DATA
FNRCC0291E
CONTENT_ASA_INVALID_COUNTER_FILE_DATA The advanced area counters file is invalid for Object Store objectstore, expected expected_data, actual actual_data.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_INVALID_COUNTER_FILE_VERSION
FNRCC0290E
CONTENT_ASA_INVALID_COUNTER_FILE_VERSION The advanced area counters file version is invalid for Object Store objectstore, expected expected_version, actual actual_version.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_INVALID_DEVICE_DIRECTORIES
FNRCC0247E
CONTENT_ASA_INVALID_DEVICE_DIRECTORIES The device object directory count is invalid for storage device storage_device_id, expected expected_id, actual actual_id.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_INVALID_DEVICE_OBJECT_ID
FNRCC0246E
CONTENT_ASA_INVALID_DEVICE_OBJECT_ID The device object id is invalid for storage device storage_device_id, expected id expected_id, actual id actual_id.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_INVALID_DEVICE_VERSION
FNRCC0248E
CONTENT_ASA_INVALID_DEVICE_VERSION The device object version is invalid for storage device storage_device_id, expected expected_id, actual actual_id.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_INVALID_IDCACHE_FILE
FNRCC0287E
CONTENT_ASA_INVALID_IDCACHE_FILE The content identifier cache file is invalid for Object Store objectstore, exception exception.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_INVALID_IDCACHE_FILE_DATA
FNRCC0286E
CONTENT_ASA_INVALID_IDCACHE_FILE_DATA The content identifier cache file is invalid for Object Store objectstore, expected expected_identifier, actual actual_identifier.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_INVALID_IDCACHE_FILE_VERSION
FNRCC0285E
CONTENT_ASA_INVALID_IDCACHE_FILE_VERSION The content identifier cache file version is invalid for Object Store objectstore, expected expected_identifier, actual actual_identifier.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_INVALID_X_STORAGE_HEADER
FNRCC0256E
CONTENT_ASA_INVALID_X_STORAGE_HEADER The X-Storage-Url [url_header] response is invalid and cannot be parsed for storage device device_id.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_LOAD_AREA_OBJECT
FNRCC0281E
CONTENT_ASA_LOAD_AREA_OBJECT Failed to load the storage area object area_object.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_LOOKUP_IDENTITY
FNRCC0277E
CONTENT_ASA_LOOKUP_IDENTITY Unable to retrieve the content identity for content object object_id, storage area area_id.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_MANIFEST_TOO_LARGE
FNRCC0253E
CONTENT_ASA_MANIFEST_TOO_LARGE The content manifest data exceeds the maximum size allowed for storage device device_id, maximum allowed max_allowed, actual size actual_size, object object_id.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_MISSING_RESPONSE_HEADER
FNRCC0255E
CONTENT_ASA_MISSING_RESPONSE_HEADER Unexpected missing response header response_header for storage device device_id.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_NO_DEVICE_CONNECTIVITY
FNRCC0265E
CONTENT_ASA_NO_DEVICE_CONNECTIVITY The storage device threw an exception attempting to test connectivity to the device device_id.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_NO_REPLICA_FOR_RETRIEVAL
FNRCC0269E
CONTENT_ASA_NO_REPLICA_FOR_RETRIEVAL There is no replica available for retrieving content item [content_id] from storage area [area_id].
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_NON_HTTPS_AUTHENTICATION_ADDRESS
FNRCC0295E
CONTENT_ASA_NON_HTTPS_AUTHENTICATION_ADDRESS The OpenStack authentication address [address] does not specify Hypertext Transfer Protocol Secure (HTTPS) for device device_id.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_NOT_ENOUGH_REPLICAS
FNRCC0240E
CONTENT_ASA_NOT_ENOUGH_REPLICAS There are not enough replicas available to satisfy the synchronous upload requirement, available num_available, required num_required.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_NOT_ENOUGH_REPLICAS_WRITTEN
FNRCC0243E
CONTENT_ASA_NOT_ENOUGH_REPLICAS_WRITTEN Not enough replicas were written to satisfy the synchronous upload requirement, written num_written, required num_required.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_NULL_AUTHENTICATION_ADDRESS
FNRCC0294E
CONTENT_ASA_NULL_AUTHENTICATION_ADDRESS The OpenStack authentication address [address] is invalid for device device_id.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_OBJECT_EXISTS
FNRCC0249E
CONTENT_ASA_OBJECT_EXISTS The target object already exists for storage device device_id, object identifier object_id.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_OPENSTACK_AUTHN_FAILED
FNRCC0254E
CONTENT_ASA_OPENSTACK_AUTHN_FAILED The OpenStack authentication failed for storage device device_id, address address, user user, response response.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_QUERY_AREA_ELEMENT
FNRCC0280E
CONTENT_ASA_QUERY_AREA_ELEMENT Failed during query of Area Element table table.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_REDIRECTOR_SEMAPHORE_FAILED
FNRCC0242E
CONTENT_ASA_REDIRECTOR_SEMAPHORE_FAILED The content redirector was interrupted attempting to acquire the worker semaphores.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_REPLICA_RETRIEVAL_ERROR
FNRCC0270E
CONTENT_ASA_REPLICA_RETRIEVAL_ERROR All replicas failed while attempting to retrieve content item [content_id] from storage area [area_id].
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_REPLICATION_FAILED
FNRCC0298E
CONTENT_ASA_REPLICATION_FAILED Content replication failed to one or more replicas with the following failure(s): failure.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_REPLICATION_INVALID_SIZE
FNRCC0288E
CONTENT_ASA_REPLICATION_INVALID_SIZE The size of the content is invalid after replication.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_REPLICATION_VALIDATION_FAILED
FNRCC0289E
CONTENT_ASA_REPLICATION_VALIDATION_FAILED The content failed validation after replication with validation status [val_status_code, val_status_message].
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_REST_CLOSE_STREAM
FNRCC0261E
CONTENT_ASA_REST_CLOSE_STREAM Failed to close output stream of connection for object object_id, storage device device_id.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_REST_CONSUME_CLOSE_STREAM
FNRCC0263E
CONTENT_ASA_REST_CONSUME_CLOSE_STREAM Failed to consume and close stream for object_id, storage device device_id.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_REST_OBTAIN_STREAM
FNRCC0260E
CONTENT_ASA_REST_OBTAIN_STREAM Failed to obtain output stream from connection for object object_id, storage device device_id.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_REST_OPEN_CONNECTION
FNRCC0262E
CONTENT_ASA_REST_OPEN_CONNECTION Failed to open HTTP connection for object object_id, storage device device_id.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_REST_REQUEST_METHOD
FNRCC0259E
CONTENT_ASA_REST_REQUEST_METHOD Failed setting the request method [method] for object object_id, storage device device_id.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_REST_SET_64BIT_FIXED_LENGTH_STREAMING_MODE
FNRCC0307E
CONTENT_ASA_REST_SET_64BIT_FIXED_LENGTH_STREAMING_MODE Failed attempting to call the 64-bit version of Set Fixed Length Streaming Mode via reflection.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_REST_STREAM_NOT_SUPPORTED
FNRCC0264E
CONTENT_ASA_REST_STREAM_NOT_SUPPORTED The REST InputStream does not support the mark or reset methods.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_SEGMENT_MISSING
FNRCC0297E
CONTENT_ASA_SEGMENT_MISSING Content segment segment is missing for content path content_path on storage device device_id.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_SERIALIZATION
FNRCC0272E
CONTENT_ASA_SERIALIZATION Advanced storage area serialization error.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_STORAGE_DEVICE_EXISTENCE
FNRCC0283E
CONTENT_ASA_STORAGE_DEVICE_EXISTENCE Failed to determine if the storage device device_id exists in object store objectstore, message message.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_STORAGE_HANDLER_EXCEPTION
FNRCC0267E
CONTENT_ASA_STORAGE_HANDLER_EXCEPTION The storage handler method [method] threw an exception [exception], class name [class_name].
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_STREAM_TO_BUFFER
FNRCC0282E
CONTENT_ASA_STREAM_TO_BUFFER Failed to load input stream to memory buffer, buffer size buffer_size.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_TEST_DEVICE_FAILED
FNRCC0252E
CONTENT_ASA_TEST_DEVICE_FAILED The device cannot be validated; no connectivity to storage device device_id, root_directory.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_UNEXPECTED_FILE_OR_DIRECTORY
FNRCC0299E
CONTENT_ASA_UNEXPECTED_FILE_OR_DIRECTORY The root directory [root] of the file system storage device contains an unexpected pre-existing file or directory [file_or_dir].
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_UPDATE_AREA_ELEMENT_COUNT
FNRCC0279E
CONTENT_ASA_UPDATE_AREA_ELEMENT_COUNT Failed to updated the correct number of rows in the Area Element table table, updated rows_updated, expected rows_expected, content object object_id.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_UPDATE_AREA_ELEMENT_RETRY
FNRCC0278E
CONTENT_ASA_UPDATE_AREA_ELEMENT_RETRY Failed to update the Area Element table table after attempts attempts, content object object_id, storage area storage_area.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_UPLOAD_TIMEOUT
FNRCC0293E
CONTENT_ASA_UPLOAD_TIMEOUT The long running content upload has been canceled after seconds seconds, content object object_id, storage area area_id.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_WRITER_SEMAPHORE_FAILED
FNRCC0239E
CONTENT_ASA_WRITER_SEMAPHORE_FAILED The replica writer failed to obtain the writer''s semaphore.
|
static ExceptionCode |
ExceptionCode.CONTENT_ASA_ZERO_REPLICAS
FNRCC0271E
CONTENT_ASA_ZERO_REPLICAS There are no storage device replicas associated with the storage area [area_id].
|
static ExceptionCode |
ExceptionCode.CONTENT_BMCJ_FAILED_NO_STORAGE_DEFINED
FNRCC0221E
CONTENT_BMCJ_FAILED_NO_STORAGE_DEFINED A Bulk Move Content Job cannot continue moving content for objects selected by the job because the specified Storage Policy does not select any open Storage Areas in which to move it.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_CLOSE_FAILED
FNRCC0006E
CONTENT_CA_CLOSE_FAILED The close failed on the stream.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_CONSOLIDATING_CHUNKS_FAILED
FNRCC0007E
CONTENT_CA_CONSOLIDATING_CHUNKS_FAILED Consolidating a content element failed for {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_CONTINUE_UPLOAD_FAILED
FNRCC0008E
CONTENT_CA_CONTINUE_UPLOAD_FAILED Continuation upload for large content failed: {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_COOKIE_MISSING_PARAM
FNRCC0009E
CONTENT_CA_COOKIE_MISSING_PARAM The cookie {0} is missing a required parameter, {1}.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_DELETE_FAILED
FNRCC0010E
CONTENT_CA_DELETE_FAILED Unable to delete file: fileName.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_DELETE_FAILED_RETENTION_CHECK
FNRCC0011E
CONTENT_CA_DELETE_FAILED_RETENTION_CHECK Content Engine could not delete or move content because the retention period for the item has not expired.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_DELETE_SCRUB_FAILED
FNRCC0012E
CONTENT_CA_DELETE_SCRUB_FAILED Unable to scrub file for secure delete: {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_FAILED_TEMP_CREATION
FNRCC0013E
CONTENT_CA_FAILED_TEMP_CREATION The attempt to create the temporary content file failed.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_FEDERATED_REQUIRES_FIXED_SA
FNRCC0014E
CONTENT_CA_FEDERATED_REQUIRES_FIXED_SA Federated content requires a FixedStorageArea; current StorageArea Id: ({0})
Federated content requires a FixedStorageArea.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_FINALIZE_FAILED_SIZE
FNRCC0148E
CONTENT_CA_FINALIZE_FAILED_SIZE Failed to finalize content element due to size mismatch: expected [{0}]; actual [{1}].
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_FINISH_UPLOAD_FAILED
FNRCC0015E
CONTENT_CA_FINISH_UPLOAD_FAILED The upload failed to finish.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_INTERNAL_ERROR
FNRCC0005E
CONTENT_CA_INTERNAL_ERROR A content area error occurred internal to the server.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_INVALID_COOKIE
FNRCC0016E
CONTENT_CA_INVALID_COOKIE Invalid cookie {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_MIXED_FEDERATED_CONTENT
FNRCC0017E
CONTENT_CA_MIXED_FEDERATED_CONTENT Federated content elements cannot be mixed with non-federated content elements.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_OUTPUT_STREAM_ALREADY_SET
FNRCC0018E
CONTENT_CA_OUTPUT_STREAM_ALREADY_SET The output stream has already been set.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_READ_FAILED
FNRCC0019E
CONTENT_CA_READ_FAILED The read failed for objId={0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_READ_STREAM_ALREADY_SET
FNRCC0020E
CONTENT_CA_READ_STREAM_ALREADY_SET The stream has already been set for retrieval.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_SKIP_BACKWARD_NOT_SUPPORTED
FNRCC0021E
CONTENT_CA_SKIP_BACKWARD_NOT_SUPPORTED The underlying stream does not support moving backward.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_SKIP_FAILED
FNRCC0022E
CONTENT_CA_SKIP_FAILED The stream didn't skip the expected amount, {0}; actual {1}.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_START_UPLOAD_FAILED
FNRCC0023E
CONTENT_CA_START_UPLOAD_FAILED Start upload failed {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_STORE_CHUNK_FAILED
FNRCC0024E
CONTENT_CA_STORE_CHUNK_FAILED The attempt to store a content chunk failed.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_UNABLE_TO_ABANDONED_DELETE_FILE
FNRCC0025E
CONTENT_CA_UNABLE_TO_ABANDONED_DELETE_FILE Unable to delete abandoned file '{0}'.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_UNKNOWN_CONTENT_UPLOAD_COOKIE
FNRCC0026E
CONTENT_CA_UNKNOWN_CONTENT_UPLOAD_COOKIE Unknown content upload cookie {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_UPLOAD_FAILED_WRITE
FNRCC0027E
CONTENT_CA_UPLOAD_FAILED_WRITE The upload failed due to a problem writing content.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_VALIDATION_FAILED_HANDLER
FNRCC0273E
CONTENT_CA_VALIDATION_FAILED_HANDLER Content validation failed because an error was returned by the storage handler in the storage area: objId={0}; seqNo={1}; retrievalName={2}
Content validation failed because an error was returned by the storage handler.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_VALIDATION_FAILED_NOT_FOUND
FNRCC0028E
CONTENT_CA_VALIDATION_FAILED_NOT_FOUND Content validation failed because it does not exist or is inaccessible in the storage area: objId={0}; seqNo={1}; retrievalName={2}
Content validation failed because the content was not found or accessible in the storage area.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_VALIDATION_FAILED_PENDING_FINALIZATION
FNRCC0029E
CONTENT_CA_VALIDATION_FAILED_PENDING_FINALIZATION Content validation failed due to pending finalization.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_VALIDATION_FAILED_SIGNATURE
FNRCC0296E
CONTENT_CA_VALIDATION_FAILED_SIGNATURE Content validation failed due to an invalid content signature, objId={0}; seqNo={1}; retrievalName={2}
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_VALIDATION_FAILED_SIZE
FNRCC0030E
CONTENT_CA_VALIDATION_FAILED_SIZE Content validation failed due to size mismatch: expected [{0}]; actual [{1}] for objId={2}; seqNo={3}; retrievalName={4}
Content validation failed because the recorded size does not match the actual size in the storage area.
|
static ExceptionCode |
ExceptionCode.CONTENT_CA_VALIDATION_FAILED_UNREACHABLE
FNRCC0309E
CONTENT_CA_VALIDATION_FAILED_UNREACHABLE Content validation failed due to an unreachable storage device, objId={0}; seqNo={1}; retrievalName={2}
|
static ExceptionCode |
ExceptionCode.CONTENT_CACHE_AREA_ACCESS_FAILED
FNRCC0001E
CONTENT_CACHE_AREA_ACCESS_FAILED Access to the content cache area directory failed.
|
static ExceptionCode |
ExceptionCode.CONTENT_CACHE_FILE_STREAM_ALREADY_CLOSED
FNRCC0002E
CONTENT_CACHE_FILE_STREAM_ALREADY_CLOSED The cache file input stream is already closed.
|
static ExceptionCode |
ExceptionCode.CONTENT_CACHE_INTERNAL_ERROR
FNRCC0003E
CONTENT_CACHE_INTERNAL_ERROR A content cache error occurred internal to the server.
|
static ExceptionCode |
ExceptionCode.CONTENT_CACHE_INTERNAL_TIMEOUT
FNRCC0183E
CONTENT_CACHE_INTERNAL_TIMEOUT The content cache timed out populating a cache file.
|
static ExceptionCode |
ExceptionCode.CONTENT_CACHE_SOURCE_STORAGE_AREA_FAILED
FNRCC0004E
CONTENT_CACHE_SOURCE_STORAGE_AREA_FAILED The content cache operation failed because there was a problem accessing the source storage area.
|
static ExceptionCode |
ExceptionCode.CONTENT_CACHE_VERSION_FILE_CREATION_FAILED
FNRCC0306E
CONTENT_CACHE_VERSION_FILE_CREATION_FAILED Failed to create the version file for Content Cache Area {0}, Id={1}.
|
static ExceptionCode |
ExceptionCode.CONTENT_CFS_DB_ERROR
FNRCC0152E
CONTENT_CFS_DB_ERROR An error occurred accessing the federation database.
|
static ExceptionCode |
ExceptionCode.CONTENT_CFS_INTERNAL_ERROR
FNRCC0151E
CONTENT_CFS_INTERNAL_ERROR A content federation error occurred internal to the server.
|
static ExceptionCode |
ExceptionCode.CONTENT_CFS_METADATA_PARSE_ERROR
FNRCC0150E
CONTENT_CFS_METADATA_PARSE_ERROR An error occurred while parsing the XML that contains the metadata for a federated document
|
static ExceptionCode |
ExceptionCode.CONTENT_CIPHER_FAILURE
FNRCC0193E
CONTENT_CIPHER_FAILURE Content Engine failed to encrypt or decrypt content for the following reason: The initialization of a cryptographic cipher instance failed.
|
static ExceptionCode |
ExceptionCode.CONTENT_COMPRESSION_BAD_HEADER
FNRCC0198E
CONTENT_COMPRESSION_BAD_HEADER The header read from the data stream did not have the expected form for compressed content.
|
static ExceptionCode |
ExceptionCode.CONTENT_COMPRESSION_BLOCK_HEADER_ERROR
FNRCC0195E
CONTENT_COMPRESSION_BLOCK_HEADER_ERROR The compressed data stream block signature byte at position {0} did not have the expected value.
|
static ExceptionCode |
ExceptionCode.CONTENT_COMPRESSION_DECOMPRESSED_SIZE_MISMATCH
FNRCC0197E
CONTENT_COMPRESSION_DECOMPRESSED_SIZE_MISMATCH A block from the compressed data stream did not inflate to the expected size.
|
static ExceptionCode |
ExceptionCode.CONTENT_COMPRESSION_DECOMPRESSION_ERROR
FNRCC0199E
CONTENT_COMPRESSION_DECOMPRESSION_ERROR An exception occurred while decompressing the data stream.
|
static ExceptionCode |
ExceptionCode.CONTENT_COMPRESSION_SHORT_READ
FNRCC0196E
CONTENT_COMPRESSION_SHORT_READ A read from the compressed data stream failed to return the expected number of bytes.
|
static ExceptionCode |
ExceptionCode.CONTENT_CONFIG_CREATE_TEMP_FOLDER_FAILED
FNRCC0031E
CONTENT_CONFIG_CREATE_TEMP_FOLDER_FAILED Failed to create sub folder {0} under comtent temporary directory root {1}.
|
static ExceptionCode |
ExceptionCode.CONTENT_CONFIG_TEMP_ROOT_DOES_NOT_EXIST
FNRCC0032E
CONTENT_CONFIG_TEMP_ROOT_DOES_NOT_EXIST The content temporary directory root {0} does not exist.
|
static ExceptionCode |
ExceptionCode.CONTENT_CONFIG_TEMP_ROOT_NOT_FOLDER
FNRCC0033E
CONTENT_CONFIG_TEMP_ROOT_NOT_FOLDER The content temporary directory root value does not specify a directory: {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_CONVERSION_CAN_NOT_RESUME
FNRCN0004E
CONTENT_CONVERSION_CAN_NOT_RESUME The Content Platform Engine server cannot resume the content conversion operation, the content conversion settings class is {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_CONVERSION_SETTINGS_NOT_FOUND
FNRCN0003E
CONTENT_CONVERSION_SETTINGS_NOT_FOUND An RmsTranscriptionSettings property must be set on a Transcription Sweep Job, sweep job {0} does not have an RmsTranscriptionSettings property.
|
static ExceptionCode |
ExceptionCode.CONTENT_CRYPTOGRAPHIC_OP_FAILED
FNRCC0191E
CONTENT_CRYPTOGRAPHIC_OP_FAILED Content Engine failed to encrypt or decrypt data by using the encryption key information that is stored in the "{0}" object store.
|
static ExceptionCode |
ExceptionCode.CONTENT_CRYPTOGRAPHIC_SERVICE_MISSING
FNRCC0189E
CONTENT_CRYPTOGRAPHIC_SERVICE_MISSING Content Engine did not enable content encryption for the for the following reason: The AES/CTR/NoPadding encryption algorithm is not available in the server environment.
|
static ExceptionCode |
ExceptionCode.CONTENT_DCA_APPEND_NOT_SUPPORTED
FNRCC0034E
CONTENT_DCA_APPEND_NOT_SUPPORTED The database does not support appending content.
|
static ExceptionCode |
ExceptionCode.CONTENT_DCA_CONTENT_ELEMENT_NOT_FOUND
FNRCC0035E
CONTENT_DCA_CONTENT_ELEMENT_NOT_FOUND Cannot find the content element {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_DCA_FAILED_INSERT
FNRCC0036E
CONTENT_DCA_FAILED_INSERT The content element could not be inserted.
|
static ExceptionCode |
ExceptionCode.CONTENT_DCA_WRONG_LENGTH
FNRCC0037E
CONTENT_DCA_WRONG_LENGTH The Content insert has the wrong length: expected {0}; actual {1}.
|
static ExceptionCode |
ExceptionCode.CONTENT_ENCRYPTION_ERROR
FNRCC0194E
CONTENT_ENCRYPTION_ERROR Content Engine failed to encrypt content for the "{0}" object.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCA_CACHE_STAKE_FILE_INVALID_ID
FNRCC0308E
CONTENT_FCA_CACHE_STAKE_FILE_INVALID_ID The cache area Id {0} stored in stake file {1} does not match the actual cache area Id {2}
|
static ExceptionCode |
ExceptionCode.CONTENT_FCA_CREATE_FAILED
FNRCC0038E
CONTENT_FCA_CREATE_FAILED Create failed in rootDir {0}, for {1}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCA_DELETE_FAILED
FNRCC0039E
CONTENT_FCA_DELETE_FAILED Delete failed {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCA_DIR_ALREADY_EXISTS
FNRCC0040E
CONTENT_FCA_DIR_ALREADY_EXISTS Create failed, the directory already exists: {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCA_DIR_CREATE_FAILED
FNRCC0041E
CONTENT_FCA_DIR_CREATE_FAILED Create failed, the directory wasn't created: {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCA_FAILED_RETRIEVING_EXTENSION
FNRCC0042E
CONTENT_FCA_FAILED_RETRIEVING_EXTENSION Failed loading content element extension: {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCA_FAILED_RETRIEVING_OBJECT
FNRCC0043E
CONTENT_FCA_FAILED_RETRIEVING_OBJECT Failed loading content element document: {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCA_FAILED_STAKEFILE_LOAD
FNRCC0044E
CONTENT_FCA_FAILED_STAKEFILE_LOAD The root directory containing stakefile {0} for the storage area, storage device, or fixed content device cannot be accessed.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCA_FILE_ALREADY_EXISTS
FNRCC0045E
CONTENT_FCA_FILE_ALREADY_EXISTS The file already exists {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCA_FILE_DOES_NOT_EXIST
FNRCC0046E
CONTENT_FCA_FILE_DOES_NOT_EXIST The file does not exist {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCA_INIT_FAILED
FNRCC0047E
CONTENT_FCA_INIT_FAILED The initialization failed.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCA_PARENT_OF_FILE_DOES_NOT_EXIST
FNRCC0048E
CONTENT_FCA_PARENT_OF_FILE_DOES_NOT_EXIST The parent directory of the file {0} does not exist.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCA_READ_FAILED
FNRCC0049E
CONTENT_FCA_READ_FAILED Read failed {0}; offset={1}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCA_ROOT_DOES_NOT_EXIST
FNRCC0050E
CONTENT_FCA_ROOT_DOES_NOT_EXIST Create failed, the root folder does not exist: {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCA_ROOT_NOT_A_DIRECTORY
FNRCC0051E
CONTENT_FCA_ROOT_NOT_A_DIRECTORY Create failed, the root folder value does not specify a directory: {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCA_SAVE_FAILED
FNRCC0052E
CONTENT_FCA_SAVE_FAILED Save failed {0} at offset {1}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCA_STAKEFILE_ALREADY_EXISTS
FNRCC0053E
CONTENT_FCA_STAKEFILE_ALREADY_EXISTS A stakefile already exists at this location {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCA_STAKEFILE_CREATE_FAILED
FNRCC0054E
CONTENT_FCA_STAKEFILE_CREATE_FAILED Stakefile create failed {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCA_STAKEFILE_INVALID_DATE_FORMAT
FNRCC0055E
CONTENT_FCA_STAKEFILE_INVALID_DATE_FORMAT Invalid date format found in stakefile {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCA_UNABLE_TO_RENAME_FILE
FNRCC0056E
CONTENT_FCA_UNABLE_TO_RENAME_FILE "{0}" cannot be renamed to "{1}".
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_ADMIN_INVALID_COMMAND_CODE
FNRCC0057E
CONTENT_FCP_ADMIN_INVALID_COMMAND_CODE Expected command code [{0}].
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_ADMIN_INVALID_FUNCTION
FNRCC0058E
CONTENT_FCP_ADMIN_INVALID_FUNCTION Invalid admin function type [{0}] specified.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_ATMOS_ALTER_RETENTION_FAILED
FNRCC0274E
CONTENT_FCP_ATMOS_ALTER_RETENTION_FAILED Unable to update the retention on Atmos object {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_ATMOS_CONNECT_FAILED
FNRCC0226E
CONTENT_FCP_ATMOS_CONNECT_FAILED Unable to connect to Atmos server at {0} using the {1} fixed content device.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_ATMOS_CREATE_FAILED_NO_OBJECT_ID
FNRCC0225E
CONTENT_FCP_ATMOS_CREATE_FAILED_NO_OBJECT_ID Unable to create object on Atmos.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_ATMOS_DELETE_FAILED
FNRCC0231E
CONTENT_FCP_ATMOS_DELETE_FAILED Unable to delete Atmos object {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_ATMOS_EXISTS_FAILED
FNRCC0233E
CONTENT_FCP_ATMOS_EXISTS_FAILED Unable to determine if Atmos object {0} exists.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_ATMOS_GET_RETENTION_FAILED
FNRCC0276E
CONTENT_FCP_ATMOS_GET_RETENTION_FAILED Unable to retrieve the retention for Atmos object {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_ATMOS_INVALID_RESPONSE
FNRCC0228E
CONTENT_FCP_ATMOS_INVALID_RESPONSE Unable to get response from the Atmos server.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_ATMOS_READ_FAILED
FNRCC0227E
CONTENT_FCP_ATMOS_READ_FAILED Unable to read Atmos object {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_ATMOS_SIGNATURE
FNRCC0223E
CONTENT_FCP_ATMOS_SIGNATURE Unable to compute Atmos signature for http request with headers: {0}
Atmos requires requests sent to it using the REST API to be digitally signed.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_ATMOS_SIZE_FAILED
FNRCC0232E
CONTENT_FCP_ATMOS_SIZE_FAILED Unable to get the size of Atmos object {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_ATMOS_SKIP_FAILED
FNRCC0234E
CONTENT_FCP_ATMOS_SKIP_FAILED Unable to skip {0} bytes from current offset {1} when retrieving Atmos object {2}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_ATMOS_UNEXPECTED_RESPONSE_CODE
FNRCC0224E
CONTENT_FCP_ATMOS_UNEXPECTED_RESPONSE_CODE An unexpected status code [{0}] was returned from the Atmos server instead of one of the followng status code(s) [{1}].
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_ATMOS_UNKNOWN_SERVER_ERROR
FNRCC0222E
CONTENT_FCP_ATMOS_UNKNOWN_SERVER_ERROR The Atmos server encountered an unknown error.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_ATMOS_UNRECOGNIZED_DATE_FORMAT
FNRCC0275E
CONTENT_FCP_ATMOS_UNRECOGNIZED_DATE_FORMAT Atmos returned a retention date value with an unrecognized format: {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_ATMOS_VALIDATE_CONNECT_FAILED
FNRCC0235E
CONTENT_FCP_ATMOS_VALIDATE_CONNECT_FAILED Unable to validate connectivity to the {0} fixed content device.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_CE_ALREADY_EXISTS
FNRCC0067E
CONTENT_FCP_CE_ALREADY_EXISTS Content element create failed, a content element with the name {0} already exists.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_CE_DELETE_FAILED
FNRCC0068E
CONTENT_FCP_CE_DELETE_FAILED Content element delete failed for {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_CE_DOES_NOT_EXIST
FNRCC0069E
CONTENT_FCP_CE_DOES_NOT_EXIST No content element found for CE Sequence Number: [{0}].
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_CE_DUPLICATE_SEQ_NUM
FNRCC0070E
CONTENT_FCP_CE_DUPLICATE_SEQ_NUM Content element duplicate sequence number detected: [{0}].
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_CE_EXISTS_FAILED
FNRCC0156E
CONTENT_FCP_CE_EXISTS_FAILED The exists operation failed for this provider.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_CE_OPEN_FAILED
FNRCC0071E
CONTENT_FCP_CE_OPEN_FAILED The operation to create a content element failed for this provider.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_CE_READ_FAILED
FNRCC0072E
CONTENT_FCP_CE_READ_FAILED The content element could not be read.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_CE_SEEK_FAILED
FNRCC0073E
CONTENT_FCP_CE_SEEK_FAILED The content element seek operation failed for this provider.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_CE_TESTOPERATIONSUCCESS_FAILED
FNRCC0154E
CONTENT_FCP_CE_TESTOPERATIONSUCCESS_FAILED The testOperationSuccess operation failed for this provider.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_CE_USESVERSIONS_FAILED
FNRCC0155E
CONTENT_FCP_CE_USESVERSIONS_FAILED The usesVersions operation failed for this provider.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_CENTERA_GET_CLIP_CREATION_FAILED
FNRCC0059E
CONTENT_FCP_CENTERA_GET_CLIP_CREATION_FAILED Failed to get the Creation Time for Centera Clip [{0}].
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_CENTERA_GET_CLIP_RETENTION_FAILED
FNRCC0060E
CONTENT_FCP_CENTERA_GET_CLIP_RETENTION_FAILED Failed to get the Retention Reriod for Centera Clip [{0}].
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_CENTERA_GET_CLUSTER_TIME_FAILED
FNRCC0061E
CONTENT_FCP_CENTERA_GET_CLUSTER_TIME_FAILED The Centera cluster current time could not be retrieved.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_CENTERA_GET_POOL_SETUP_VALUE_FAILED
FNRCC0062E
CONTENT_FCP_CENTERA_GET_POOL_SETUP_VALUE_FAILED Failed to get the Centera pool [{0}] setup.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_CENTERA_LOAD_POOL_FILE_FAILED
FNRCC0063E
CONTENT_FCP_CENTERA_LOAD_POOL_FILE_FAILED Failed to load Pool information file: {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_CENTERA_OPEN_POOL_FAILED
FNRCC0064E
CONTENT_FCP_CENTERA_OPEN_POOL_FAILED The Centera connection pool could not be opened.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_CENTERA_PROCESS_SITEMAP_FAILED
FNRCC0065E
CONTENT_FCP_CENTERA_PROCESS_SITEMAP_FAILED The Centera connection string from the site mapping XML data could not be retrieved.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_CENTERA_REFERRAL_URLS_TAGNUM_MISMATCH
FNRCC0066E
CONTENT_FCP_CENTERA_REFERRAL_URLS_TAGNUM_MISMATCH The tag index numbers in the referral URLs are not in the correct order.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_CLOSE_FAILED
FNRCC0153E
CONTENT_FCP_CLOSE_FAILED The close operation failed for this provider.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_CONNECTION_FAILED
FNRCC0074E
CONTENT_FCP_CONNECTION_FAILED The fixed content provider could not establish a connection to the fixed content device.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_CONTENT_CACHE_CHECK_FAILED
FNRCC0075E
CONTENT_FCP_CONTENT_CACHE_CHECK_FAILED The call to isContentCached failed for this provider.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_CREATE_CE_FAILED
FNRCC0076E
CONTENT_FCP_CREATE_CE_FAILED Content element create failed for {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_DEVICE_QUERY_FAILED
FNRCC0162E
CONTENT_FCP_DEVICE_QUERY_FAILED The device query operation failed for the fixed content device.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_DOC_CREATE_FAILED
FNRCC0077E
CONTENT_FCP_DOC_CREATE_FAILED The document could not be created for this provider.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_DOC_CREATE_FAILED_BAD_INPUT
FNRCC0078E
CONTENT_FCP_DOC_CREATE_FAILED_BAD_INPUT The document could not be created because the source file {0} could not be read.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_DOC_DELETE_FAILED
FNRCC0079E
CONTENT_FCP_DOC_DELETE_FAILED The document could not be deleted for this provider.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_DOC_EXISTS_FAILED
FNRCC0080E
CONTENT_FCP_DOC_EXISTS_FAILED The check to determine whether the document exists failed for this provider.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_DOC_FREEZE_FAILED
FNRCC0159E
CONTENT_FCP_DOC_FREEZE_FAILED The content freeze operation failed for this document.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_DOC_FREEZE_NOT_SUPPORTED
FNRCC0165E
CONTENT_FCP_DOC_FREEZE_NOT_SUPPORTED The document does not support freeze content operation.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_DOC_LOCKDOWN_FAILED
FNRCC0081E
CONTENT_FCP_DOC_LOCKDOWN_FAILED The document could not be locked down for this provider.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_DOC_UNLOCK_FAILED
FNRCC0180E
CONTENT_FCP_DOC_UNLOCK_FAILED The document could not be unlocked for this provider.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_FSB_DIRECTORY_NOT_FOUND
FNRCC0082E
CONTENT_FCP_FSB_DIRECTORY_NOT_FOUND Directory not found: {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_FSB_EXISTS_FAILED
FNRCC0083E
CONTENT_FCP_FSB_EXISTS_FAILED Failed to determine whether file exists {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_FSB_INVALID_PROVIDER
FNRCC0084E
CONTENT_FCP_FSB_INVALID_PROVIDER The Fixed Content Provider specified is invalid: it is not a snaplock device.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_FSB_MKDIR_FAILED
FNRCC0085E
CONTENT_FCP_FSB_MKDIR_FAILED Failed to make directory {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_FSB_OPEN_FAILED
FNRCC0086E
CONTENT_FCP_FSB_OPEN_FAILED Failed to open file {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_FSB_REFERRAL_NUM_SEQ_MISMATCH
FNRCC0087E
CONTENT_FCP_FSB_REFERRAL_NUM_SEQ_MISMATCH The number of CE sequence numbers [{0}] don't match the number of federated paths [{1}] in the referral.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_FSB_SET_READ_ONLY_FAILED
FNRCC0088E
CONTENT_FCP_FSB_SET_READ_ONLY_FAILED Failed to set read-only file attribute for {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_FSB_TMP_DIRECTORY_CREATE_FAILURE
FNRCC0089E
CONTENT_FCP_FSB_TMP_DIRECTORY_CREATE_FAILURE Unable to create tmp Directory: {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_FSB_TMP_DIRECTORY_NOT_ACCESSIBLE
FNRCC0090E
CONTENT_FCP_FSB_TMP_DIRECTORY_NOT_ACCESSIBLE Cannot write to tmp Directory: {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_GET_RETENTION_PERIOD_FAILED
FNRCC0091E
CONTENT_FCP_GET_RETENTION_PERIOD_FAILED The retention period for the content element could not be retrieved for this provider.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_HCP_INVALID_REFERRAL_BLOB
FNRCC0185E
CONTENT_FCP_HCP_INVALID_REFERRAL_BLOB Failed to decode the HCP binary referral blob, the referral is corrupt or invalid, device id {0} referral length: {1}
The binary referral blob is invalid and cannot be converted to a referral class instance.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_HTTP_REQUEST_FAILED
FNRCC0236E
CONTENT_FCP_HTTP_REQUEST_FAILED The HTTP {0} request to {1} failed for the {2} fixed content device.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_INVALID_CONFIGURATION
FNRCC0092E
CONTENT_FCP_INVALID_CONFIGURATION The configuration is invalid for this provider.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_INVALID_CONTENT_ELEMENT_SEQUENCE
FNRCC0161E
CONTENT_FCP_INVALID_CONTENT_ELEMENT_SEQUENCE The content element sequence number [{0}] is invalid for this provider, expecting [{1}].
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_INVALID_REFERRAL_URL
FNRCC0093E
CONTENT_FCP_INVALID_REFERRAL_URL Invalid Referral URL: [{0}]
The indicated Referral URL is invalid for this provider.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_INVALID_REFERRAL_VERSION
FNRCC0149E
CONTENT_FCP_INVALID_REFERRAL_VERSION Invalid Referral Version: [{0}]
The indicated Referral version is invalid for this provider.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_INVALID_REFERRALURL_COUNT
FNRCC0160E
CONTENT_FCP_INVALID_REFERRALURL_COUNT The number of referral URLs [{0}] did not match the expected number for this provider [{1}].
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_INVALID_RESOURCE_STRING
FNRCC0094E
CONTENT_FCP_INVALID_RESOURCE_STRING Invalid Resource String: [{0}]
The indicated Resource String is invalid for this provider.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_INVALID_SEEK_ORIGIN
FNRCC0095E
CONTENT_FCP_INVALID_SEEK_ORIGIN Invalid origin {0} was specified for seek operation.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_IS_FAILED_CONFIGURE_DOC_CLASSES
FNRCC0096E
CONTENT_FCP_IS_FAILED_CONFIGURE_DOC_CLASSES Failed to configure document classes for: domain [{0}]; domain id [{1}]; object store [{2}]; object store id [{3}].
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_IS_FAILED_RETRIEVE_DOC_CLASSES
FNRCC0097E
CONTENT_FCP_IS_FAILED_RETRIEVE_DOC_CLASSES The attempt to retrieve all document classes from the Image Services server failed.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_IS_FAILED_RETRIEVE_DOC_PROPS
FNRCC0098E
CONTENT_FCP_IS_FAILED_RETRIEVE_DOC_PROPS Error retrieving document properties for [{0}].
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_IS_INVALID_CSM_CACHE_NAME
FNRCC0099E
CONTENT_FCP_IS_INVALID_CSM_CACHE_NAME CSM cache name should be a valid NCH 3-part name (e.g.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_IS_INVALID_DOC_CLASS_NAME
FNRCC0100E
CONTENT_FCP_IS_INVALID_DOC_CLASS_NAME Invalid Image Services Document Class Name: [{0}].
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_IS_MISMATCHED_PAGE_NUM
FNRCC0101E
CONTENT_FCP_IS_MISMATCHED_PAGE_NUM Mismatched Image Services page number.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_IS_UNABLE_TO_RETRIEVE_IS_CLASS_DESC
FNRCC0102E
CONTENT_FCP_IS_UNABLE_TO_RETRIEVE_IS_CLASS_DESC A communication failure with the Image Services server has prevented the retrieval of the ImageServicesClassDescriptions property for this IMFixedContentDevice: {0}
A communication failure with the Image Services server has prevented the retrieval of the ImageServicesClassDescriptions property for this IMFixedContentDevice
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_ISILON_ADAPTOR_DEVICE_FILE_OP_FAILED
FNRCC0303E
CONTENT_FCP_ISILON_ADAPTOR_DEVICE_FILE_OP_FAILED Failed to operation device file for fixed content device fcd_name: cause
operationThe create or validate operation.
fcd_nameName of fixed content device.
causeCause of the failure.
A device signature file (device.txt) cannot be created or validated.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_ISILON_ADAPTOR_PRECREATE_DIRECTORIES_FAILED
FNRCC0302E
CONTENT_FCP_ISILON_ADAPTOR_PRECREATE_DIRECTORIES_FAILED Failed to pre-create directory structure for fixed content device fcd_name: cause
fcd_nameName of fixed content device.
causeCause of the failure.
A directory structure, large or small as defined in the fixed content device (FCD) configuration, is created when the FCD is first used by a fixed storage area.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_ISILON_ADAPTOR_SESSION_OP_FAILED
FNRCC0300E
CONTENT_FCP_ISILON_ADAPTOR_SESSION_OP_FAILED Failed to operation a session for extended authentication.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_ISILON_ADAPTOR_VALIDATION_FAILED
FNRCC0301E
CONTENT_FCP_ISILON_ADAPTOR_VALIDATION_FAILED Failed to validate fixed content device fcd_name: cause
fcd_nameName of fixed content device.
causeCause of the failure.
When the fixed content device (FCD) is either being created or updated, the validation checks for the device connection URL format, and that other device configuration parameters are valid.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_ISILON_REST_METHOD_FAILED
FNRCC0304E
CONTENT_FCP_ISILON_REST_METHOD_FAILED The Isilon RESTFul [method] method has failed.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_LOGOFF_FAILED
FNRCC0103E
CONTENT_FCP_LOGOFF_FAILED The logoff operation failed for this provider.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_MISMATCHED_CHECKSUM
FNRCC0104E
CONTENT_FCP_MISMATCHED_CHECKSUM Checksum failed, expected {0}; actual {1}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_MISMATCHED_REF_VERSION
FNRCC0107E
CONTENT_FCP_MISMATCHED_REF_VERSION Referral version or provider did not match.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_MISMATCHED_REFERRALURL_LENGTH
FNRCC0105E
CONTENT_FCP_MISMATCHED_REFERRALURL_LENGTH The number of referral URLs [{0}] did not match the number of CE sequence numbers [{1}].
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_MISMATCHED_REFERRALURL_PARAM
FNRCC0106E
CONTENT_FCP_MISMATCHED_REFERRALURL_PARAM The referral URLs did not have the same '{0}'.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_NEGATIVE_RETENTION_PERIOD
FNRCC0108E
CONTENT_FCP_NEGATIVE_RETENTION_PERIOD Requested retention period offset is negative {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_NO_CONTENT_ELEMENTS_EXIST
FNRCC0109E
CONTENT_FCP_NO_CONTENT_ELEMENTS_EXIST Content element open failed, no content elements match the sequence {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_OPERATION_FAILED
FNRCC0110E
CONTENT_FCP_OPERATION_FAILED The [{1}] operation on the fixed content provider [{0}] failed.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_OPERATION_FAILED_ON_OPEN
FNRCC0111E
CONTENT_FCP_OPERATION_FAILED_ON_OPEN Fixed Content Provider open operation failed.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_OPERATION_FAILED_WITH_CONTENT
FNRCC0112E
CONTENT_FCP_OPERATION_FAILED_WITH_CONTENT The [{1}] operation on the fixed content provider [{0}] failed for the [{2}] content and the sequence numbers [{3}].
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_OPERATION_FAILED_WITH_CONTEXT
FNRCC0184E
CONTENT_FCP_OPERATION_FAILED_WITH_CONTEXT The fixed content provider operation failed.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_OPERATION_FAILED_WITH_REFERRAL
FNRCC0113E
CONTENT_FCP_OPERATION_FAILED_WITH_REFERRAL The fixed content provider operation failed.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_OPERATION_NOT_SUPPORTED
FNRCC0114E
CONTENT_FCP_OPERATION_NOT_SUPPORTED Operation not supported for this Fixed Content Provider.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_POOL_MAX_REACHED
FNRCC0158E
CONTENT_FCP_POOL_MAX_REACHED The maximum number [{0}] of concurrent requests to the fixed content device [{1}] has been reached.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_READ_FAILED
FNRCC0229E
CONTENT_FCP_READ_FAILED Unable to read document from fixed content device.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_RETENTION_PARAM_NOT_ALLOWED
FNRCC0115E
CONTENT_FCP_RETENTION_PARAM_NOT_ALLOWED The retentionPeriod parameter is set to NOT-ALLOWED: [{0}]
The retention period parameter indicated is set to NOT-ALLOWED.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_SET_RETENTION_PERIOD_FAILED
FNRCC0116E
CONTENT_FCP_SET_RETENTION_PERIOD_FAILED Failed to set the retention period to [{0}] for the content element.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_SIZE_FAILED
FNRCC0230E
CONTENT_FCP_SIZE_FAILED Unable to determine the size of the object from fixed content device.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_TEMP_FILE_OPERATION_FAILED
FNRCC0163E
CONTENT_FCP_TEMP_FILE_OPERATION_FAILED The operation on the temporary file failed for the fixed content provider.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_TSM_API_FAILURE
FNRCC0166E
CONTENT_FCP_TSM_API_FAILURE Failure reported by TSM API, device Id {0}, method: {1}, return code: {2} {3}
The call to the TSM API returned a failure ecode.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_TSM_API_INITIALIZATION
FNRCC0173E
CONTENT_FCP_TSM_API_INITIALIZATION Unable to initialize TsmJavaApi using API name [{0}] or [{1}].
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_TSM_CREATE_OPT_FILE
FNRCC0174E
CONTENT_FCP_TSM_CREATE_OPT_FILE Failed to create TSM options file [{0}].
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_TSM_INVALID_REFERRAL_BLOB
FNRCC0172E
CONTENT_FCP_TSM_INVALID_REFERRAL_BLOB Failed to decode the TSM binary referral blob, the referral is corrupt or invalid, device id {0} referral length: {1}
The binary referral blob is invalid and cannot be converted to a referral class instance.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_TSM_INVALID_RETENTION_INITIATED_STATE
FNRCC0171E
CONTENT_FCP_TSM_INVALID_RETENTION_INITIATED_STATE The Retention Initiated state is invalid, expected pending or started, state: {0} device id {1} tsm object: {2}
The Retention Initiated state is unexpected, and the expiration date is not set.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_TSM_LOAD_OPT_FILE
FNRCC0175E
CONTENT_FCP_TSM_LOAD_OPT_FILE Failed to load the TSM options file [{0}].
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_TSM_MISSING_OPT_FILE
FNRCC0176E
CONTENT_FCP_TSM_MISSING_OPT_FILE The TSM options file does not exist [{0}].
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_TSM_NO_OBJECT
FNRCC0168E
CONTENT_FCP_TSM_NO_OBJECT The TSM object does not exist, device id {0} object name: {1}
The content could not be retrieved, the named TSM object does not exist.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_TSM_OBJECT_CREATE_FAILED
FNRCC0170E
CONTENT_FCP_TSM_OBJECT_CREATE_FAILED TSM Object creation failed, content id {0}, migration id {1}, mgmt class name: {2}, object name: {3}
Creation of the tsm object failed.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_TSM_OFFLINE_CONTENT
FNRCC0182E
CONTENT_FCP_TSM_OFFLINE_CONTENT The TSM content object is offline and the maximum number of concurrent tape readers [{0}] has been exceeded for the TSM Fixed Content Device [{1}].
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_TSM_RETENTION_EVENT
FNRCC0169E
CONTENT_FCP_TSM_RETENTION_EVENT Failed to execute retention event {0}, error code: {1} device id {2} tsm object: {3}
The call to tsmRetentionEvent failed.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_TSM_RETRYABLE_API_FAILURE
FNRCC0181E
CONTENT_FCP_TSM_RETRYABLE_API_FAILURE Failure reported by TSM API, device Id {0}, method: {1}, return code: {2} {3}
The call to the TSM API returned a failure code which indicates the operation should be retried later
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_TSM_TOO_MANY_CONTENT_ELEMENTS
FNRCC0179E
CONTENT_FCP_TSM_TOO_MANY_CONTENT_ELEMENTS TSM Object creation failed, content id {0}, content element count {1}, max objects per transaction: {2}
The TSM object cannot be created, it contains more content elements than allowed by the TSM server (see TXNGROUPMAX).
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_TSM_WRITE_OPT_FILE
FNRCC0177E
CONTENT_FCP_TSM_WRITE_OPT_FILE Failed to write the TSM options file [{0}].
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_TSM_WRONG_MGMT_CLASS
FNRCC0167E
CONTENT_FCP_TSM_WRONG_MGMT_CLASS Unexpected management class result from tsmBindMC, storage area id {0}, found: {1}, expected: {2}
The call to bindTsmMC resulted in an unexpected management class, the options file is incorrect.
|
static ExceptionCode |
ExceptionCode.CONTENT_FCP_UNEXPECTED_STATE
FNRCC0117E
CONTENT_FCP_UNEXPECTED_STATE The state was unexpected for this fixed content provider.
|
static ExceptionCode |
ExceptionCode.CONTENT_FXCA_CANNOT_GET_PROVIDER
FNRCC0118E
CONTENT_FXCA_CANNOT_GET_PROVIDER Failed loading the provider class {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_FXCA_CONTENT_EXCEEDS_MAX_SIZE
FNRCC0186E
CONTENT_FXCA_CONTENT_EXCEEDS_MAX_SIZE The size of a content element [{0}] exceeds the maximum size supported by the Fixed Content Device [{1}].
|
static ExceptionCode |
ExceptionCode.CONTENT_FXCA_FCP_REJECTED_RETENTION_ALTER
FNRCC0188E
CONTENT_FXCA_FCP_REJECTED_RETENTION_ALTER The fixed content provider rejected the new value for the retention date [{0}], current value [{1}].
|
static ExceptionCode |
ExceptionCode.CONTENT_FXCA_FCP_REJECTED_RETENTION_CREATE
FNRCC0187E
CONTENT_FXCA_FCP_REJECTED_RETENTION_CREATE The fixed content provider rejected the retention date [{0}] during document check-in.
|
static ExceptionCode |
ExceptionCode.CONTENT_FXCA_INVALID_CONFIGURATION
FNRCC0119E
CONTENT_FXCA_INVALID_CONFIGURATION The content area configuration is invalid.
|
static ExceptionCode |
ExceptionCode.CONTENT_FXCA_OPERATION_FAILED_CONTENT_IS_MIGRATING
FNRCC0120E
CONTENT_FXCA_OPERATION_FAILED_CONTENT_IS_MIGRATING Operation [{0}] cannot be performed while content is being migrated to Fixed Content Device.
|
static ExceptionCode |
ExceptionCode.CONTENT_FXCA_OPERATION_FAILED_PENDING_RETENTION
FNRCC0220E
CONTENT_FXCA_OPERATION_FAILED_PENDING_RETENTION Operation [{0}] cannot be performed while there is a pending alter retention request for the fixed content.
|
static ExceptionCode |
ExceptionCode.CONTENT_GC_CANNOT_FIND_INDEX_NUMBER
FNRCC0121E
CONTENT_GC_CANNOT_FIND_INDEX_NUMBER Cannot find index number {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_GC_CANNOT_FIND_SEQUENCE_NUMBER
FNRCC0122E
CONTENT_GC_CANNOT_FIND_SEQUENCE_NUMBER Cannot find sequence number {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_GC_INDEX_NOT_CONTENT_TRANSFER
FNRCC0123E
CONTENT_GC_INDEX_NOT_CONTENT_TRANSFER Index {0} is not a ContentTransfer.
|
static ExceptionCode |
ExceptionCode.CONTENT_KEY_GENERATION_FAILURE
FNRCC0190E
CONTENT_KEY_GENERATION_FAILURE Content Engine failed to generate a new content encryption key.
|
static ExceptionCode |
ExceptionCode.CONTENT_KEY_MISSING
FNRCC0192E
CONTENT_KEY_MISSING Content Engine did not find the encryption key that is associated with the "{0}" index in the "{1}" object store.
|
static ExceptionCode |
ExceptionCode.CONTENT_MC_FAILED_MOVING_CONTENT
FNRCC0124E
CONTENT_MC_FAILED_MOVING_CONTENT The MoveContent operation failed.
|
static ExceptionCode |
ExceptionCode.CONTENT_MC_UNSUPPORTED_VERSIONABLE_CLASS
FNRCC0125E
CONTENT_MC_UNSUPPORTED_VERSIONABLE_CLASS Unsupported Versionable class {0} for MoveContent
The indicated Versionable class is not supported.
|
static ExceptionCode |
ExceptionCode.CONTENT_OPERATION_NON_RETRIABLE_FAILURE
FNRCC0164E
CONTENT_OPERATION_NON_RETRIABLE_FAILURE The content operation [{0}] failed with non-retriable exception.
|
static ExceptionCode |
ExceptionCode.CONTENT_PC_CLOSE_STREAM_FAILED
FNRCC0126E
CONTENT_PC_CLOSE_STREAM_FAILED The PutContent operation failed because InputStream.close failed.
|
static ExceptionCode |
ExceptionCode.CONTENT_PC_FAILED_NO_STORAGE_DEFINED
FNRCC0127E
CONTENT_PC_FAILED_NO_STORAGE_DEFINED The PutContent write operation failed because no StorageArea or StoragePolicy has been defined for this content.
|
static ExceptionCode |
ExceptionCode.CONTENT_PC_LAST_CHUNK_NOT_SET
FNRCC0128E
CONTENT_PC_LAST_CHUNK_NOT_SET Internal error: The lastChunk property has not been set.
|
static ExceptionCode |
ExceptionCode.CONTENT_PC_STREAM_FAILED
FNRCC0129E
CONTENT_PC_STREAM_FAILED The PutContent operation failed because of an InputStream exception
|
static ExceptionCode |
ExceptionCode.CONTENT_PC_UNEXPECTED_CONTENT_TYPE
FNRCC0130E
CONTENT_PC_UNEXPECTED_CONTENT_TYPE Unexpected PutContentRequest conte type; classname={0}; content={1}
The PutContentRequest content type was unexpected, as indicated.
|
static ExceptionCode |
ExceptionCode.CONTENT_PC_UNKNOWN_STATE
FNRCC0131E
CONTENT_PC_UNKNOWN_STATE Unknown PutContent state: {0}, with cookie {1}.
|
static ExceptionCode |
ExceptionCode.CONTENT_PC_WRITE_FAILED
FNRCC0132E
CONTENT_PC_WRITE_FAILED A document could not be created, checked into a library, or moved from one storage area to another.
|
static ExceptionCode |
ExceptionCode.CONTENT_PIPE_CLOSED
FNRCC0238E
CONTENT_PIPE_CLOSED An attempt was made to read from or write to a closed pipe.
|
static ExceptionCode |
ExceptionCode.CONTENT_PIPE_TIMEOUT
FNRCC0237E
CONTENT_PIPE_TIMEOUT A read from or write to a pipe timed out after {0}ms.
|
static ExceptionCode |
ExceptionCode.CONTENT_RETRYABLE_READ_FAILURE
FNRCC0178E
CONTENT_RETRYABLE_READ_FAILURE The attempt to read document id [{0}], element [{1}] failed.
|
static ExceptionCode |
ExceptionCode.CONTENT_SA_DELETES_NOT_ALLOWED
FNRCC0133E
CONTENT_SA_DELETES_NOT_ALLOWED The Storage Area does not allow delete of content.
|
static ExceptionCode |
ExceptionCode.CONTENT_SA_EXCEEDED_CLOSURE_DATE
FNRCC0134E
CONTENT_SA_EXCEEDED_CLOSURE_DATE Storage Area [{0}] exceeded closure date [{1}].
|
static ExceptionCode |
ExceptionCode.CONTENT_SA_EXCEEDED_MAX_COUNT
FNRCC0135E
CONTENT_SA_EXCEEDED_MAX_COUNT Storage Area [{0}] exceeded maximum number of content elements limit of [{1}].
|
static ExceptionCode |
ExceptionCode.CONTENT_SA_EXCEEDED_MAX_SIZE
FNRCC0136E
CONTENT_SA_EXCEEDED_MAX_SIZE Storage Area [{0}] exceeded maximum size limit of [{1}(KB)].
|
static ExceptionCode |
ExceptionCode.CONTENT_SA_INVALID_DIRECTORY_STRUCTURE
FNRCC0137E
CONTENT_SA_INVALID_DIRECTORY_STRUCTURE The directory structure packed value specified for the Storage Area is invalid: [packedValue].
|
static ExceptionCode |
ExceptionCode.CONTENT_SA_INVALID_RETENTION_PERIOD
FNRCC0138E
CONTENT_SA_INVALID_RETENTION_PERIOD Invalid Retention Period value: [{0}].
|
static ExceptionCode |
ExceptionCode.CONTENT_SA_INVALID_STATUS_CHANGE
FNRCC0139E
CONTENT_SA_INVALID_STATUS_CHANGE Invalid Status value; you cannot change from {0} to {1}.
|
static ExceptionCode |
ExceptionCode.CONTENT_SA_NO_OPEN_STORAGE_AREA_FOR_CFS
FNRCC0157E
CONTENT_SA_NO_OPEN_STORAGE_AREA_FOR_CFS No open storage areas are available for the CFS Importer with object store id=[{0}] and fixed content device id=[{1}]
No storage area for the CFS Importer is available for the given object store and fixed content device
|
static ExceptionCode |
ExceptionCode.CONTENT_SA_NO_STORAGE_AREA_FOR_RESERVATION
FNRCC0140E
CONTENT_SA_NO_STORAGE_AREA_FOR_RESERVATION There are no open Storage Areas available for the reservation.
|
static ExceptionCode |
ExceptionCode.CONTENT_SA_STORAGE_AREA_NOT_OPEN
FNRCC0141E
CONTENT_SA_STORAGE_AREA_NOT_OPEN StorageArea [{0}] not open, Status value is [{1}].
|
static ExceptionCode |
ExceptionCode.CONTENT_SA_UNKNOWN_CLASS
FNRCC0142E
CONTENT_SA_UNKNOWN_CLASS Unknown StorageArea class {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_SA_UNKNOWN_STORAGE_AREA
FNRCC0143E
CONTENT_SA_UNKNOWN_STORAGE_AREA Unknown StorageArea {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_SQ_SERIALIZED_OBJECT_IS_NULL
FNRCC0145E
CONTENT_SQ_SERIALIZED_OBJECT_IS_NULL No content elements have been serialized with this storage queue item.
|
static ExceptionCode |
ExceptionCode.CONTENT_SQ_UNKNOWN_COMMAND
FNRCC0146E
CONTENT_SQ_UNKNOWN_COMMAND Unknown command: {0}
The command used for the Storage Area is not recognized.
|
static ExceptionCode |
ExceptionCode.CONTENT_STREAM_INIT_FAILED
FNRCC0144E
CONTENT_STREAM_INIT_FAILED Stream initialization failed for {0}.
|
static ExceptionCode |
ExceptionCode.CONTENT_STREAM_POSITION_FAILED
FNRCC0305E
CONTENT_STREAM_POSITION_FAILED Unable to set the stream position from offset {0} to offset {1}.
|
static ExceptionCode |
ExceptionCode.CONTENT_THUMBNAIL_FAILED_CREATE_CONTROL_FILE
FNRCC0203E
CONTENT_THUMBNAIL_FAILED_CREATE_CONTROL_FILE Failed to generate the batch control file for thumbnail generation batch: [{0}].
|
static ExceptionCode |
ExceptionCode.CONTENT_THUMBNAIL_FAILED_CREATE_OUTPUT_FOLDER
FNRCC0208E
CONTENT_THUMBNAIL_FAILED_CREATE_OUTPUT_FOLDER Failed to create folder [{0}] under root folder [{1}] for thumbnail generation of input file [{2}].
|
static ExceptionCode |
ExceptionCode.CONTENT_THUMBNAIL_FAILED_LAUNCH_EXTERNAL_PROCESS
FNRCC0205E
CONTENT_THUMBNAIL_FAILED_LAUNCH_EXTERNAL_PROCESS Failed to launch the external thumbnail generation process for batch:[{0}].
|
static ExceptionCode |
ExceptionCode.CONTENT_THUMBNAIL_FAILED_READ_RESULT_FILE
FNRCC0206E
CONTENT_THUMBNAIL_FAILED_READ_RESULT_FILE Failed to read thumbnail generation process status result file [{0}], process exit value [{1}].
|
static ExceptionCode |
ExceptionCode.CONTENT_THUMBNAIL_FILETYPE_FILTERED
FNRCC0212E
CONTENT_THUMBNAIL_FILETYPE_FILTERED The file type has been configured to be filtered for file:[{0}], mimetype[{1}].
|
static ExceptionCode |
ExceptionCode.CONTENT_THUMBNAIL_FILETYPE_NOT_SUPPORTED
FNRCC0204E
CONTENT_THUMBNAIL_FILETYPE_NOT_SUPPORTED The file type is not supported for file:[{0}], mimetype[{1}].
|
static ExceptionCode |
ExceptionCode.CONTENT_THUMBNAIL_GENERATION_FAILURE
FNRCC0201E
CONTENT_THUMBNAIL_GENERATION_FAILURE Failed to generate thumbnail for file: [{0}], generation service return error code: [{1}].
|
static ExceptionCode |
ExceptionCode.CONTENT_THUMBNAIL_GENERATION_FAILURE_NONRETRIABLE
FNRCC0209E
CONTENT_THUMBNAIL_GENERATION_FAILURE_NONRETRIABLE A non-retriable error occurred when generating thumbnail for file: [{0}], generation service returned error code: [{1}].
|
static ExceptionCode |
ExceptionCode.CONTENT_THUMBNAIL_GET_SERVICE_FAILUER
FNRCC0200E
CONTENT_THUMBNAIL_GET_SERVICE_FAILUER Failed to get the Thumbnail Generation Service implementation: [{0}].
|
static ExceptionCode |
ExceptionCode.CONTENT_THUMBNAIL_IWORK_NO_NATIVE_THUMBNAIL
FNRCC0217E
CONTENT_THUMBNAIL_IWORK_NO_NATIVE_THUMBNAIL The input iWork file [{0}], mimetype[{1}] does not include an embedded thumbnail.
|
static ExceptionCode |
ExceptionCode.CONTENT_THUMBNAIL_IWORK_NO_QUICKLOOK_PREVIEW
FNRCC0215E
CONTENT_THUMBNAIL_IWORK_NO_QUICKLOOK_PREVIEW The input iWork file [{0}], mimetype[{1}] does not include a thumbnail in the QuickLook folder.
|
static ExceptionCode |
ExceptionCode.CONTENT_THUMBNAIL_IWORK_THUMB_GENERATION_FAILURE
FNRCC0216E
CONTENT_THUMBNAIL_IWORK_THUMB_GENERATION_FAILURE The thumbnail generation for the input iWork file [{0}], mimetype[{1}] failed.
|
static ExceptionCode |
ExceptionCode.CONTENT_THUMBNAIL_LOAD_BINARY_RECOGNIZER_FAILURE
FNRCC0211E
CONTENT_THUMBNAIL_LOAD_BINARY_RECOGNIZER_FAILURE Thumbnail generation service failed to load binary recognizer configuration file [{0}].
|
static ExceptionCode |
ExceptionCode.CONTENT_THUMBNAIL_LOAD_MIMETYPE_ACTION_FAILURE
FNRCC0213E
CONTENT_THUMBNAIL_LOAD_MIMETYPE_ACTION_FAILURE Thumbnail generation service failed to load mimetype action configuration file [{0}].
|
static ExceptionCode |
ExceptionCode.CONTENT_THUMBNAIL_NOT_PROCESSED
FNRCC0207E
CONTENT_THUMBNAIL_NOT_PROCESSED Thumbnail generation service did not process input file [{0}].
|
static ExceptionCode |
ExceptionCode.CONTENT_THUMBNAIL_NOT_PROCESSED_PROCESS_FAILURE
FNRCC0210E
CONTENT_THUMBNAIL_NOT_PROCESSED_PROCESS_FAILURE Thumbnail generation service did not process input file [{0}], process exit value [{1}].
|
static ExceptionCode |
ExceptionCode.CONTENT_THUMBNAIL_OUTPUT_FORMAT_NOT_SUPPORTED
FNRCC0219E
CONTENT_THUMBNAIL_OUTPUT_FORMAT_NOT_SUPPORTED The thumbnail image format [{0}] is not supported by the thumbnail generation service provider.
|
static ExceptionCode |
ExceptionCode.CONTENT_THUMBNAIL_OUTSIDEIN_SDK_NOT_DEPLOYED
FNRCC0218E
CONTENT_THUMBNAIL_OUTSIDEIN_SDK_NOT_DEPLOYED Cannot locate the OutsideIn binary, the SDK is not deployed.
|
static ExceptionCode |
ExceptionCode.CONTENT_THUMBNAIL_READ_FAILURE
FNRCC0202E
CONTENT_THUMBNAIL_READ_FAILURE Failed to read generated thumbnail into byte array for file: [{0}].
|
static ExceptionCode |
ExceptionCode.CONTENT_THUMBNAIL_WRONG_IWORK_FORMAT_FAILURE
FNRCC0214E
CONTENT_THUMBNAIL_WRONG_IWORK_FORMAT_FAILURE The input iWork file [{0}], mimetype[{1}] is not in a valid format.
|
static ExceptionCode |
ExceptionCode.CONTENT_TTL_STREAM_EXPIRED
FNRCC0147E
CONTENT_TTL_STREAM_EXPIRED The TTL (Time To Live) value for the stream has expired.
|
static ExceptionCode |
ExceptionCode.CONVERSION_HANDLER_NOT_FOUND
FNRCN0002E
CONVERSION_HANDLER_NOT_FOUND Content conversion handler capable of converting content from {0} to {1} could not be found.
|
static ExceptionCode |
ExceptionCode.CONVERSION_HANDLER_THREW
FNRCN0001E
CONVERSION_HANDLER_THREW An exception occurred in the content conversion handler.
|
static ExceptionCode |
ExceptionCode.DB_BAD_BATCH_RESULT
FNRCD0001E
DB_BAD_BATCH_RESULT The batch statement did not return the appropriate number of results.
|
static ExceptionCode |
ExceptionCode.DB_BAD_DATABASE_VENDOR
FNRCD0002E
DB_BAD_DATABASE_VENDOR The database vendor cannot be determined from the JNDI data source or is an unsupported type.
|
static ExceptionCode |
ExceptionCode.DB_BAD_DATATYPE
FNRCD0003E
DB_BAD_DATATYPE An incompatible data type from the expected data type was encountered: badDatatype
badDatatypeThe class of the unexpected data type.
The indicated data type is either null or incompatible with the expected data type.
|
static ExceptionCode |
ExceptionCode.DB_BAD_INPUT_BINDING_INDEX
FNRCD0004E
DB_BAD_INPUT_BINDING_INDEX The index into the input bindings is invalid.
|
static ExceptionCode |
ExceptionCode.DB_BAD_OUTPUT_BINDING_TYPE
FNRCD0005E
DB_BAD_OUTPUT_BINDING_TYPE The output binding datatype is invalid.
|
static ExceptionCode |
ExceptionCode.DB_CANT_EXTRACT_CONNECTION_PARAMETERS
FNRCD0006E
DB_CANT_EXTRACT_CONNECTION_PARAMETERS The database parameters cannot be extracted from the connection.
|
static ExceptionCode |
ExceptionCode.DB_COLUMN_DATATYPE_NOT_SUPPORTED
FNRCD0028E
DB_COLUMN_DATATYPE_NOT_SUPPORTED A column''s datatype is not supported in the context of the database operation.
|
static ExceptionCode |
ExceptionCode.DB_COLUMN_DOES_NOT_EXIST
FNRCD0007E
DB_COLUMN_DOES_NOT_EXIST The referenced database column does not exist on specified table.
|
static ExceptionCode |
ExceptionCode.DB_CONNECTION_REESTABLISHED
FNRCD0008E
DB_CONNECTION_REESTABLISHED The connection to the database failed but has been reestablished.
|
static ExceptionCode |
ExceptionCode.DB_ERROR
FNRCD0009E
DB_ERROR The database access failed with the following error: ErrorCode {0}, Message '{1}'
The database access failed.
|
static ExceptionCode |
ExceptionCode.DB_ERROR_R
Deprecated.
This exception code is not used as of CE 5.0
|
static ExceptionCode |
ExceptionCode.DB_FINISH_EXECUTE
FNRCD0011E
DB_FINISH_EXECUTE The prior execution must finish before starting a new execution.
|
static ExceptionCode |
ExceptionCode.DB_INVALID_EXECUTION
FNRCD0012E
DB_INVALID_EXECUTION The attempt to add more execution statements is invalid.
|
static ExceptionCode |
ExceptionCode.DB_INVALID_INDEX_CREATION
FNRCD0029E
DB_INVALID_INDEX_CREATION Non-keyed columns are not permitted in expression-based indexes on DB2 for z/OS.
|
static ExceptionCode |
ExceptionCode.DB_INVALID_STATEMENT
FNRCD0013E
DB_INVALID_STATEMENT The following statement is considered invalid by the implementation: {0}
The indicated statement is considered invalid by the implementation.
|
static ExceptionCode |
ExceptionCode.DB_NO_COUNT_IN_RESULT
FNRCD0016E
DB_NO_COUNT_IN_RESULT The database result does not have a count.
|
static ExceptionCode |
ExceptionCode.DB_NO_INSERT_TABLE
FNRCD0017E
DB_NO_INSERT_TABLE A table name must be specified for the insert operation.
|
static ExceptionCode |
ExceptionCode.DB_NO_RESULT
FNRCD0018E
DB_NO_RESULT The given statement did not return any result.
|
static ExceptionCode |
ExceptionCode.DB_NO_TABLESPACE_VERSIONS
FNRCD0026E
DB_NO_TABLESPACE_VERSIONS The ALTER operation failed because the zOS table space in database '{0}' is out of versions.
|
static ExceptionCode |
ExceptionCode.DB_NOT_UNIQUE
FNRCD0015E
DB_NOT_UNIQUE The update or insert failed due to an attempt to create a duplicate value in a unique index.
|
static ExceptionCode |
ExceptionCode.DB_NOTHING_TO_INSERT
FNRCD0014E
DB_NOTHING_TO_INSERT There is nothing to insert.
|
static ExceptionCode |
ExceptionCode.DB_OBJECT_DOES_NOT_EXIST
FNRCD0019E
DB_OBJECT_DOES_NOT_EXIST The referenced database object cannot be located.
|
static ExceptionCode |
ExceptionCode.DB_OUT_OF_MEMORY
FNRCD0020E
DB_OUT_OF_MEMORY The underlying database does not have enough memory or heap space to process the current command.
|
static ExceptionCode |
ExceptionCode.DB_QUERY_COLUMN_LENGTH_EXCEEDED
FNRCD0027E
DB_QUERY_COLUMN_LENGTH_EXCEEDED The length of the query value exceeds the length of the underlying column in the database.
|
static ExceptionCode |
ExceptionCode.DB_ROWLENGTH_LIMIT_EXCEEDED
FNRCD0022E
DB_ROWLENGTH_LIMIT_EXCEEDED The summation of column lengths exceeds the capacity of the underlying database.
|
static ExceptionCode |
ExceptionCode.DB_SEQUENCE_EXHAUSTED
FNRCD0021E
DB_SEQUENCE_EXHAUSTED The range of values for the sequence is exhausted.
|
static ExceptionCode |
ExceptionCode.DB_TABLE_DOES_NOT_EXIST
FNRCD0023E
DB_TABLE_DOES_NOT_EXIST The table that was referenced in the database query cannot be found.
|
static ExceptionCode |
ExceptionCode.DB_UNABLE_TO_ALTER_COLUMN
FNRCD0024E
DB_UNABLE_TO_ALTER_COLUMN The column cannot be altered via the application server.
|
static ExceptionCode |
ExceptionCode.DB_UNEXPECTED_SQL_RESULT
FNRCD0025E
DB_UNEXPECTED_SQL_RESULT One of the SQL statements did not return an expected result.
|
static ExceptionCode |
ExceptionCode.E_ACCESS_DENIED
FNRCE0001E
E_ACCESS_DENIED The requester has insufficient access rights to perform the requested operation.
|
static ExceptionCode |
ExceptionCode.E_BACKGROUND_TASK_EXECUTOR_SHUTDOWN
FNRCE0081E
E_BACKGROUND_TASK_EXECUTOR_SHUTDOWN The background task executor has terminated: {0}.
|
static ExceptionCode |
ExceptionCode.E_BACKGROUND_TASK_TERMINATED
FNRCE0082E
E_BACKGROUND_TASK_TERMINATED The background task has been terminated: {0}.
|
static ExceptionCode |
ExceptionCode.E_BAD_CLASSID
FNRCE0002E
E_BAD_CLASSID Class "class_name_or_id" not found.
|
static ExceptionCode |
ExceptionCode.E_BAD_FILTER_EXPRESSION
FNRCE0003E
E_BAD_FILTER_EXPRESSION Bad filter expression "filtExpr".
|
static ExceptionCode |
ExceptionCode.E_BAD_INDEX
FNRCE0004E
E_BAD_INDEX The index specified does not reference a valid property or list element.
|
static ExceptionCode |
ExceptionCode.E_BAD_OBJECT
FNRCE0005E
E_BAD_OBJECT An inappropriate object was passed as parameter to this function.
|
static ExceptionCode |
ExceptionCode.E_BAD_OPERATOR
FNRCE0006E
E_BAD_OPERATOR The operator "{0}" is not defined in the metadata of the current scope.
|
static ExceptionCode |
ExceptionCode.E_BAD_PARAMETER
FNRCE0007E
E_BAD_PARAMETER Invalid input parameter: Name={0}, Value={1}.
|
static ExceptionCode |
ExceptionCode.E_BAD_PROPERTYID
FNRCE0008E
E_BAD_PROPERTYID The property identifier propId is not valid for class className.
|
static ExceptionCode |
ExceptionCode.E_BAD_URL
FNRCE0009E
E_BAD_URL The resource URL is not syntactically valid.
|
static ExceptionCode |
ExceptionCode.E_BAD_VALUE
FNRCE0010E
E_BAD_VALUE The value given for a property or list element lies outside the permitted range or value set, or exceeds the maximum length allowed.
|
static ExceptionCode |
ExceptionCode.E_CLASS_LOADING_ERROR
FNRCE0011E
E_CLASS_LOADING_ERROR Unable to load class: {0}.
|
static ExceptionCode |
ExceptionCode.E_CLASS_NOT_SEARCHABLE
FNRCE0012E
E_CLASS_NOT_SEARCHABLE The class "className" referred to in the FROM Expression is not searchable.
|
static ExceptionCode |
ExceptionCode.E_CLOSED_STREAM
FNRCE0013E
E_CLOSED_STREAM An operation was attempted on a stream that has been closed.
|
static ExceptionCode |
ExceptionCode.E_CONFLICTING_OPERATION
FNRCE0014E
E_CONFLICTING_OPERATION The combination of operations specified for the object is invalid.
|
static ExceptionCode |
ExceptionCode.E_CONSTRAINT_VIOLATED
FNRCE0015E
E_CONSTRAINT_VIOLATED The operation violates a constraint of the implementation.
|
static ExceptionCode |
ExceptionCode.E_DATABASE_ERROR
FNRCE0016E
E_DATABASE_ERROR The operation was unable to read from or write to the database.
|
static ExceptionCode |
ExceptionCode.E_DATABASE_FULL
FNRCE0017E
E_DATABASE_FULL The database is full.
|
static ExceptionCode |
ExceptionCode.E_DATATYPE_MISMATCH
FNRCE0018E
E_DATATYPE_MISMATCH The method invoked is inappropriate for the datatype of the property.
|
static ExceptionCode |
ExceptionCode.E_DEADLOCK_ERROR
FNRCE0019E
E_DEADLOCK_ERROR The operation could not be completed due to a deadlock error.
|
static ExceptionCode |
ExceptionCode.E_DOMAIN_UPGRADE_NOT_SUPPORTED
FNRCE0084E
E_DOMAIN_UPGRADE_NOT_SUPPORTED The domain cannot be upgraded because its version ({0}) is not associated with a supported release.
|
static ExceptionCode |
ExceptionCode.E_DUPLICATE_LIST_UPDATE
FNRCE0020E
E_DUPLICATE_LIST_UPDATE A duplicate entry was detected in the list update operation at the position posNum.
|
static ExceptionCode |
ExceptionCode.E_ENUM_NAME_KEY_MATCH_FAILED
FNRCE0021E
E_ENUM_NAME_KEY_MATCH_FAILED The enum field name "{0}" does not match a resource key "{1}" for the ExceptionCode fields.
|
static ExceptionCode |
ExceptionCode.E_EXCEPTION_RETRY
FNRCE0022E
E_EXCEPTION_RETRY There was a problem communicating with the client application.
|
static ExceptionCode |
ExceptionCode.E_FAILED
FNRCE0023E
E_FAILED The operation failed.
|
static ExceptionCode |
ExceptionCode.E_FAILED_TO_GET_DATASOURCE
FNRCE0024E
E_FAILED_TO_GET_DATASOURCE The server cannot get the data source {0}.
|
static ExceptionCode |
ExceptionCode.E_FOREIGN_OBJECT
FNRCE0025E
E_FOREIGN_OBJECT The property does not allow a reference to an object from a different object store.
|
static ExceptionCode |
ExceptionCode.E_HEAP_FAILURE
FNRCE0026E
E_HEAP_FAILURE The operation ran out of memory.
|
static ExceptionCode |
ExceptionCode.E_ILLEGAL_OPERATION
FNRCE0027E
E_ILLEGAL_OPERATION The operation is disallowed by the DMA Specification.
|
static ExceptionCode |
ExceptionCode.E_INVALID_ARGUMENT
FNRCE0028E
E_INVALID_ARGUMENT An internal problem occurred when a method was called with an invalid argument: {0}
|
static ExceptionCode |
ExceptionCode.E_INVALID_CONTEXT
FNRCE0076E
E_INVALID_CONTEXT The method that was called is not valid in the current call context.
|
static ExceptionCode |
ExceptionCode.E_INVALID_ENUM_VALUE
FNRCE0029E
E_INVALID_ENUM_VALUE An attempt was made to create an enum with a value that is not allowed for this enum.
|
static ExceptionCode |
ExceptionCode.E_INVALID_ID
FNRCE0030E
E_INVALID_ID An attempt was made to create an EngineObject, but the ID value specified is invalid.
|
static ExceptionCode |
ExceptionCode.E_INVALID_LOCALE_FORMAT
FNRCE0031E
E_INVALID_LOCALE_FORMAT The format of the provided locale "locale" does not resemble that defined in RFC 3066.
|
static ExceptionCode |
ExceptionCode.E_INVALID_OBJ_FOR_SERIALIZATION
FNRCE0034E
E_INVALID_OBJ_FOR_SERIALIZATION Invalid object for serialization {0}.
|
static ExceptionCode |
ExceptionCode.E_INVALID_OBJECT_ADDRESS
FNRCE0032E
E_INVALID_OBJECT_ADDRESS An unsupported implementation of ObjectAddress was found {0}.
|
static ExceptionCode |
ExceptionCode.E_INVALID_OBJECT_TYPE
FNRCE0033E
E_INVALID_OBJECT_TYPE Invalid object type {0}.
|
static ExceptionCode |
ExceptionCode.E_INVALID_PROPERTY_MERGE
FNRCE0035E
E_INVALID_PROPERTY_MERGE A property merge of PropertyUpdateList requires a corresponding engine object collection value {0}; from {1} to {2}.
|
static ExceptionCode |
ExceptionCode.E_INVALID_REQUEST
FNRCE0036E
E_INVALID_REQUEST The parameter is incorrect.
|
static ExceptionCode |
ExceptionCode.E_JBOSS_INVALID_CONFIGURATION
FNRCE0037E
E_JBOSS_INVALID_CONFIGURATION The JBoss configuration is invalid.
|
static ExceptionCode |
ExceptionCode.E_LDAP_INVALID_CONFIGURATION
FNRCE0038E
E_LDAP_INVALID_CONFIGURATION Cannot detect LDAP vendor.
|
static ExceptionCode |
ExceptionCode.E_METHOD_NOT_IMPLEMENTED
FNRCE0039E
E_METHOD_NOT_IMPLEMENTED The method that was called is not implemented.
|
static ExceptionCode |
ExceptionCode.E_NO_CURRENT_VERSION
FNRCE0044E
E_NO_CURRENT_VERSION The version series has no current version.
|
static ExceptionCode |
ExceptionCode.E_NOT_AUTHENTICATED
FNRCE0040E
E_NOT_AUTHENTICATED The user is not authenticated.
|
static ExceptionCode |
ExceptionCode.E_NOT_CREATABLE
FNRCE0041E
E_NOT_CREATABLE Creation of objects of the specified class is not supported.
|
static ExceptionCode |
ExceptionCode.E_NOT_IN_USER_TRANSACTION
FNRCE0077E
E_NOT_IN_USER_TRANSACTION The operation requires that a user (distributed) transaction be in effect.
|
static ExceptionCode |
ExceptionCode.E_NOT_SUPPORTED
FNRCE0042E
E_NOT_SUPPORTED This method is not supported in the context of this session or object.
|
static ExceptionCode |
ExceptionCode.E_NOT_UNIQUE
FNRCE0043E
E_NOT_UNIQUE A uniqueness requirement has been violated.
|
static ExceptionCode |
ExceptionCode.E_NULL_ARGUMENT
FNRCE0045E
E_NULL_ARGUMENT Argument "{0}" is null.
|
static ExceptionCode |
ExceptionCode.E_NULL_OR_INVALID_PARAM_VALUE
FNRCE0046E
E_NULL_OR_INVALID_PARAM_VALUE Parameter {0} is either null or has an invalid value.
|
static ExceptionCode |
ExceptionCode.E_OBJECT_CLONE_FAILED
FNRCE0047E
E_OBJECT_CLONE_FAILED Failed to clone object {0}.
|
static ExceptionCode |
ExceptionCode.E_OBJECT_DELETED
FNRCE0048E
E_OBJECT_DELETED The object {0} has been deleted since it was retrieved.
|
static ExceptionCode |
ExceptionCode.E_OBJECT_LOCKED
FNRCE0049E
E_OBJECT_LOCKED The lock(s) on the persistent object {0} prohibit the attempted operation.
|
static ExceptionCode |
ExceptionCode.E_OBJECT_MODIFIED
FNRCE0050E
E_OBJECT_MODIFIED The object object_id of class class_name was not changed or deleted because it was modified one or more times in the repository since the application retrieved it.
|
static ExceptionCode |
ExceptionCode.E_OBJECT_NOT_FOUND
FNRCE0051E
E_OBJECT_NOT_FOUND The requested item was not found.
|
static ExceptionCode |
ExceptionCode.E_OBJECT_NOT_LOCKABLE
FNRCE0052E
E_OBJECT_NOT_LOCKABLE The object cannot be locked.
|
static ExceptionCode |
ExceptionCode.E_OBJECT_NOT_LOCKED
FNRCE0053E
E_OBJECT_NOT_LOCKED The object {0} is not locked.
|
static ExceptionCode |
ExceptionCode.E_OBJECT_REFERENCED
FNRCE0054E
E_OBJECT_REFERENCED The object cannot be deleted because it is referenced by other objects.
|
static ExceptionCode |
ExceptionCode.E_OBJECT_REFERENCES_OTHERS
FNRCE0055E
E_OBJECT_REFERENCES_OTHERS The object cannot be deleted because it holds references to other objects.
|
static ExceptionCode |
ExceptionCode.E_OBJECT_STORE_UPGRADE_NOT_SUPPORTED
FNRCE0083E
E_OBJECT_STORE_UPGRADE_NOT_SUPPORTED Object store "{0}" cannot be upgraded because its revision ({1}) is not associated with a supported release.
|
static ExceptionCode |
ExceptionCode.E_PROPERTY_NOT_SEARCHABLE
FNRCE0056E
E_PROPERTY_NOT_SEARCHABLE Property propName referred to in the Query Expression is not searchable.
|
static ExceptionCode |
ExceptionCode.E_READ_ONLY
FNRCE0057E
E_READ_ONLY The method failed because an object or property is read-only.
|
static ExceptionCode |
ExceptionCode.E_REQUIRED_VALUE_ABSENT
FNRCE0058E
E_REQUIRED_VALUE_ABSENT A required property value has not been set.
|
static ExceptionCode |
ExceptionCode.E_RESERVATION_EXISTS
FNRCE0059E
E_RESERVATION_EXISTS The document is already checked out.
|
static ExceptionCode |
ExceptionCode.E_RESOURCE_LOADING_ERROR
FNRCE0060E
E_RESOURCE_LOADING_ERROR An error occurred during loading of the resource file resName.
|
static ExceptionCode |
ExceptionCode.E_RESOURCE_NOT_FOUND
FNRCE0061E
E_RESOURCE_NOT_FOUND The indicated resource was not found.
|
static ExceptionCode |
ExceptionCode.E_SERVER_ERROR
FNRCE0062E
E_SERVER_ERROR An error was returned from the server.
|
static ExceptionCode |
ExceptionCode.E_SWEEP_QUERY_TIMEOUT
FNRCE0085E
E_SWEEP_QUERY_TIMEOUT The sweep query of class ({0}) timed out after ({1}) milliseconds.
|
static ExceptionCode |
ExceptionCode.E_TASK_CHANGESTATE_POSTCONDITION
FNRCE0080E
E_TASK_CHANGESTATE_POSTCONDITION The postcondition is not satisfied: {0}.
|
static ExceptionCode |
ExceptionCode.E_TASK_CHANGESTATE_PRECONDITION
FNRCE0079E
E_TASK_CHANGESTATE_PRECONDITION The precondition is not satisfied: {0}.
|
static ExceptionCode |
ExceptionCode.E_TEMP_FILES_DIR_ERROR
FNRCE0063E
E_TEMP_FILES_DIR_ERROR Unable to create temporary files directory "dirName"
dirNameThe name of the directory.
|
static ExceptionCode |
ExceptionCode.E_TRANSACTION_FAILURE
FNRCE0075E
E_TRANSACTION_FAILURE A transaction failure has occurred due to an invalid state or timeout.
|
static ExceptionCode |
ExceptionCode.E_TRANSACTION_STATE_UNKNOWN
FNRCE0086E
E_TRANSACTION_STATE_UNKNOWN Transaction state unknown, typically due to network error or timeout.
|
static ExceptionCode |
ExceptionCode.E_TRANSACTION_TIMEOUT
FNRCE0064E
E_TRANSACTION_TIMEOUT The query was stopped because the time limit was exceeded.
|
static ExceptionCode |
ExceptionCode.E_UNEXPECTED
FNRCE0065E
E_UNEXPECTED An unexpected error occurred.
|
static ExceptionCode |
ExceptionCode.E_UNEXPECTED_EXCEPTION
FNRCE0066E
E_UNEXPECTED_EXCEPTION An unexpected exception occurred.
|
static ExceptionCode |
ExceptionCode.E_UNSUPPORTED_STREAM
FNRCE0067E
E_UNSUPPORTED_STREAM An unsupported stream was detected; version {0} type {1}.
|
static ExceptionCode |
ExceptionCode.E_UPGRADE_REQUIRED
FNRCE0078E
E_UPGRADE_REQUIRED Object store "objStore" has an incompatible schema revision in the database - expected="expectedRevision", actual="actualRevision".
|
static ExceptionCode |
ExceptionCode.E_URL_PROTOCOL_NOT_SUPPORTED
FNRCE0068E
E_URL_PROTOCOL_NOT_SUPPORTED The URL protocol specified in the reference is not supported.
|
static ExceptionCode |
ExceptionCode.E_UTIL_EXCEPTION_READING_OBJECT
FNRCE0069E
E_UTIL_EXCEPTION_READING_OBJECT An exception occurred while reading a serialized Object.
|
static ExceptionCode |
ExceptionCode.E_UTIL_EXCEPTION_WRITING_OBJECT
FNRCE0070E
E_UTIL_EXCEPTION_WRITING_OBJECT Exception serializing an Object {0}.
|
static ExceptionCode |
ExceptionCode.E_UTIL_LITTLE_ENDIAN_CONVERSION_FAILED
FNRCE0071E
E_UTIL_LITTLE_ENDIAN_CONVERSION_FAILED An exception occurred while reading a little endian byte stream.
|
static ExceptionCode |
ExceptionCode.E_VALUE_NOT_SET
FNRCE0072E
E_VALUE_NOT_SET The requested property currently has no value.
|
static ExceptionCode |
ExceptionCode.E_WEBLOGIC_INVALID_CONFIGURATION
FNRCE0073E
E_WEBLOGIC_INVALID_CONFIGURATION The WebLogic configuration is invalid.
|
static ExceptionCode |
ExceptionCode.E_WEBSPHERE_INVALID_CONFIGURATION
FNRCE0074E
E_WEBSPHERE_INVALID_CONFIGURATION The WebSphere configuration is invalid.
|
static ExceptionCode |
ExceptionCode.EVENT_ACTION_NO_HANDLER
FNRCV0001E
EVENT_ACTION_NO_HANDLER Unable to get the EventAction handler for {0}.
|
static ExceptionCode |
ExceptionCode.EVENT_BAD_EVENT_TYPE
FNRCV0002E
EVENT_BAD_EVENT_TYPE Bad event type {0}.
|
static ExceptionCode |
ExceptionCode.EVENT_BAD_SUBSCRIPTION_TYPE
FNRCV0003E
EVENT_BAD_SUBSCRIPTION_TYPE Bad subscription type {0}.
|
static ExceptionCode |
ExceptionCode.EVENT_CM_CACHE_LOOP
FNRCV0018E
EVENT_CM_CACHE_LOOP The Code Module classloader tried and failed {0} times to cache a JAR or ZIP file from a content element to a temporary file in directory {1}.
|
static ExceptionCode |
ExceptionCode.EVENT_CM_CIRCULARITY
FNRCV0016E
EVENT_CM_CIRCULARITY The Java Runtime Environment detected a cirularity error when trying to define Code Module class {0} from content element {1}.
|
static ExceptionCode |
ExceptionCode.EVENT_CM_CLASS_FORMAT
FNRCV0017E
EVENT_CM_CLASS_FORMAT The Java Runtime Environment detected a format error when trying to define Code Module class {0} from content element {1}.
|
static ExceptionCode |
ExceptionCode.EVENT_CM_CONTENTREFERENCE_NOT_ALLOWED
FNRCV0012E
EVENT_CM_CONTENTREFERENCE_NOT_ALLOWED Code module does not permit ContentReference object as content element.
|
static ExceptionCode |
ExceptionCode.EVENT_CM_ELT_NOT_CT
FNRCV0023E
EVENT_CM_ELT_NOT_CT The content element identified by URI {0} is not a Content Transfer element.
|
static ExceptionCode |
ExceptionCode.EVENT_CM_ELT_NUMBERING_MISMATCH
FNRCV0022E
EVENT_CM_ELT_NUMBERING_MISMATCH A content element numbering inconsistency was found.
|
static ExceptionCode |
ExceptionCode.EVENT_CM_ELTNO_NOT_FOUND
FNRCV0020E
EVENT_CM_ELTNO_NOT_FOUND There is no content element number {0} for the object identified by URI {1}.
|
static ExceptionCode |
ExceptionCode.EVENT_CM_ESN_NOT_FOUND
FNRCV0021E
EVENT_CM_ESN_NOT_FOUND There is no content element sequence number {0} for the object identified by URI {1}.
|
static ExceptionCode |
ExceptionCode.EVENT_CM_INCOMPATIBLE_JAVA_VERSION
FNRCV0015E
EVENT_CM_INCOMPATIBLE_JAVA_VERSION Incompatible Java class: {0} detected in code module.
|
static ExceptionCode |
ExceptionCode.EVENT_CM_RESERVATION_NOT_ALLOWED
FNRCV0004E
EVENT_CM_RESERVATION_NOT_ALLOWED Code module value for Action object does not permit a reservation.
|
static ExceptionCode |
ExceptionCode.EVENT_CM_UNEXPECTED_OBJECT
FNRCV0019E
EVENT_CM_UNEXPECTED_OBJECT An object with content was expected, which is limited to Document class, Annotation class, and their subclasses.
|
static ExceptionCode |
ExceptionCode.EVENT_DUPLICATE_LIST_SUBSCRIBED_EVENT
FNRCV0014E
EVENT_DUPLICATE_LIST_SUBSCRIBED_EVENT A duplicate entry was detected in the subscribed event list.
|
static ExceptionCode |
ExceptionCode.EVENT_EXTERNAL_FAILURE
FNRCV0005E
EVENT_EXTERNAL_FAILURE The Event handler threw an external failure.
|
static ExceptionCode |
ExceptionCode.EVENT_HANDLER_THREW
FNRCV0006E
EVENT_HANDLER_THREW An exception occurred in the event handler.
|
static ExceptionCode |
ExceptionCode.EVENT_HANDLER_VALIDATION_FAILED
FNRCV0010E
EVENT_HANDLER_VALIDATION_FAILED Unable to load event handler class from either associated code module or system classpath: {0}.
|
static ExceptionCode |
ExceptionCode.EVENT_INFINITE_LOOP_DETECTED
FNRCV0013E
EVENT_INFINITE_LOOP_DETECTED Infinite loop in synchronous event processing detected.
|
static ExceptionCode |
ExceptionCode.EVENT_NO_SCRIPT
FNRCV0007E
EVENT_NO_SCRIPT There is no script defined for the event action "{0}", id={1}.
|
static ExceptionCode |
ExceptionCode.EVENT_QUEUEITEM_NO_HANDLER
FNRCV0008E
EVENT_QUEUEITEM_NO_HANDLER Unable to get a handler for the QueueItem {0}.
|
static ExceptionCode |
ExceptionCode.EVENT_QUEUEITEM_UNKNOWN_CLASS
FNRCV0009E
EVENT_QUEUEITEM_UNKNOWN_CLASS Unknown QueueItem class {0}.
|
static ExceptionCode |
ExceptionCode.EVENT_USER_ABORT
FNRCV0011E
EVENT_USER_ABORT The event action is aborted by user.
|
static ExceptionCode |
ExceptionCode.GCD_CANNOT_LOAD
FNRCG0002E
GCD_CANNOT_LOAD The GCD cannot be loaded.
|
static ExceptionCode |
ExceptionCode.GCD_CANNOT_LOCK
FNRCG0003E
GCD_CANNOT_LOCK Cannot lock the GCD for updates: {0}.
|
static ExceptionCode |
ExceptionCode.GCD_CANNOT_SAVE
FNRCG0004E
GCD_CANNOT_SAVE The GCD cannot be saved.
|
static ExceptionCode |
ExceptionCode.GCD_DATABASE_UNAVAILABLE
FNRCG0014E
GCD_DATABASE_UNAVAILABLE The GCD database is currently not available.
|
static ExceptionCode |
ExceptionCode.GCD_DOMAIN_ALREADY_EXISTS
FNRCG0001E
GCD_DOMAIN_ALREADY_EXISTS An attempt was made to create a FileNet P8 domain when the Content Platform Engine server has detected that another domain already exists.
|
static ExceptionCode |
ExceptionCode.GCD_DOMAIN_DOES_NOT_EXIST
FNRCG0005E
GCD_DOMAIN_DOES_NOT_EXIST An operation is being performed that assumes the existence of a FileNet P8 domain, but the domain does not exist.
|
static ExceptionCode |
ExceptionCode.GCD_INVALID_CONFIGURATION
FNRCG0006E
GCD_INVALID_CONFIGURATION The GCD configuration is invalid.
|
static ExceptionCode |
ExceptionCode.GCD_INVALID_EPOCH_ID
FNRCG0007E
GCD_INVALID_EPOCH_ID Invalid epoch id {0}, expected {1}.
|
static ExceptionCode |
ExceptionCode.GCD_JNDI_FAILURE
FNRCG0008E
GCD_JNDI_FAILURE The GCD configuration string cannot be retrieved from JNDI.
|
static ExceptionCode |
ExceptionCode.GCD_MISSING_CONFIGURATION
FNRCG0009E
GCD_MISSING_CONFIGURATION The GCD configuration is missing.
|
static ExceptionCode |
ExceptionCode.GCD_NO_REPLACE_COLLECTION
FNRCG0010E
GCD_NO_REPLACE_COLLECTION The specified node does not support replaceCollection.
|
static ExceptionCode |
ExceptionCode.GCD_NO_SERVER_CALL_CONTEXT
FNRCG0011E
GCD_NO_SERVER_CALL_CONTEXT No server call context has been established.
|
static ExceptionCode |
ExceptionCode.GCD_OBJECT_ALREADY_EXISTS
FNRCG0012E
GCD_OBJECT_ALREADY_EXISTS The object {0} already exists.
|
static ExceptionCode |
ExceptionCode.GCD_UNEXPECTED_STATE
FNRCG0013E
GCD_UNEXPECTED_STATE The state of the GCD was found to be inconsistent.
|
static ExceptionCode |
ExceptionCode.IMEX_EXPORT_DERBY_DRIVER_CLASS_NOT_FOUND
FNRCX0004E
IMEX_EXPORT_DERBY_DRIVER_CLASS_NOT_FOUND The Apache Derby driver class was not found.
|
static ExceptionCode |
ExceptionCode.IMEX_EXPORT_DERBY_SQL_EXCEPTION
FNRCX0005E
IMEX_EXPORT_DERBY_SQL_EXCEPTION Apache Derby experienced a sql exception.
|
static ExceptionCode |
ExceptionCode.IMEX_EXPORT_DERBY_STARTUP_EXCEPTION
FNRCX0006E
IMEX_EXPORT_DERBY_STARTUP_EXCEPTION Apache Derby experienced a startup exception.
|
static ExceptionCode |
ExceptionCode.IMEX_EXPORT_MANIFEST_MISSING_OBJECT_STORE
FNRCX0003E
IMEX_EXPORT_MANIFEST_MISSING_OBJECT_STORE The Export Manifest file is missing the ObjectStore information.
|
static ExceptionCode |
ExceptionCode.IMEX_IMPORT_CAN_NOT_FIND_CONTENT
FNRCX0001E
IMEX_IMPORT_CAN_NOT_FIND_CONTENT The import process can not find the content {0} for an object {1}
The import process can not find the content for an object
|
static ExceptionCode |
ExceptionCode.IMEX_IMPORT_INVALID_XML_START
FNRCX0007E
IMEX_IMPORT_INVALID_XML_START The import process encountered an invalid dataset.
|
static ExceptionCode |
ExceptionCode.IMEX_OBJECTSTORE_REFERENCE_NOT_AVAILABLE
FNRCX0002E
IMEX_OBJECTSTORE_REFERENCE_NOT_AVAILABLE The ObjectStore reference is not available for given IndependentObject
|
static ExceptionCode |
ExceptionCode.IS_ALL_PUSH_WORKERS_BUSY
FNRCI0048E
IS_ALL_PUSH_WORKERS_BUSY The maximum number of push workers was exceeded.
|
static ExceptionCode |
ExceptionCode.IS_ANNOT_ATTR_INVALID
FNRCI0089E
IS_ANNOT_ATTR_INVALID The attribute_name attribute in the annot_id annotation is not valid.
|
static ExceptionCode |
ExceptionCode.IS_ANNOT_INVALID
FNRCI0091E
IS_ANNOT_INVALID The document annotation annot_id originating from the Image Services server is not valid.
|
static ExceptionCode |
ExceptionCode.IS_ANNOT_NOT_SUPPORTED
FNRCI0063E
IS_ANNOT_NOT_SUPPORTED The annotation class is not supported, the number of content elements is not one or Annotated Content Element property is null.
|
static ExceptionCode |
ExceptionCode.IS_ANNOT_NOT_SUPPORTED_INFO
FNRCI0082E
IS_ANNOT_NOT_SUPPORTED_INFO Image Services annotations will not be federated for Object Store {0}.
|
static ExceptionCode |
ExceptionCode.IS_ANNOT_PERM_ERR
FNRCI0066E
IS_ANNOT_PERM_ERR There is an exception in the annotation access permission.
|
static ExceptionCode |
ExceptionCode.IS_ANNOT_TOO_LARGE
FNRCI0090E
IS_ANNOT_TOO_LARGE The annot_id annotation is too large to replicate to Image Services.
|
static ExceptionCode |
ExceptionCode.IS_CANNOT_GET_DCL_MAPPING
FNRCI0057E
IS_CANNOT_GET_DCL_MAPPING The Image Services document class or properties mapping for Object Store {0} and {1} cannot be retrieved.
|
static ExceptionCode |
ExceptionCode.IS_CLASS_DEFAULT_MAPPED
FNRCI0087E
IS_CLASS_DEFAULT_MAPPED The class mapping cannot be updated or removed.
|
static ExceptionCode |
ExceptionCode.IS_CLASS_MAPPING_PARSE_ERROR
FNRCI0001E
IS_CLASS_MAPPING_PARSE_ERROR An error occurred while parsing the XML contained in the DocClassAndPropertyMappingXML property.
|
static ExceptionCode |
ExceptionCode.IS_CLOSE_NOT_ALLOWED
FNRCI0047E
IS_CLOSE_NOT_ALLOWED Image Services Replication cannot be shutdown.
|
static ExceptionCode |
ExceptionCode.IS_CONFIRM_CLASS_MAPPING_ERROR
FNRCI0072E
IS_CONFIRM_CLASS_MAPPING_ERROR An error {0} occurred when sending class mapping changes to the Image Services system {1} for object store {2}.
|
static ExceptionCode |
ExceptionCode.IS_CONNECT_ERROR
FNRCI0055E
IS_CONNECT_ERROR Failed to connect to the Image Services system {0} due to a network or cache resource problem.
|
static ExceptionCode |
ExceptionCode.IS_DATE_PARSE_ERR
FNRCI0058E
IS_DATE_PARSE_ERR Error occurred while parsing the date {0}.
|
static ExceptionCode |
ExceptionCode.IS_DEREPL_NOT_ALLOWED_DURING_ASYNC_UPGRADE
FNRCI0093E
IS_DEREPL_NOT_ALLOWED_DURING_ASYNC_UPGRADE Stop replication is not allowed during asynchronous replication upgrade for object store objstore_id.
|
static ExceptionCode |
ExceptionCode.IS_DOC_DELETE_NOT_ALLOWED
FNRCI0074E
IS_DOC_DELETE_NOT_ALLOWED Deletion of the CE document is not allowed.
|
static ExceptionCode |
ExceptionCode.IS_INBOUND_DOC_UPDATE_ERROR
FNRCI0075E
IS_INBOUND_DOC_UPDATE_ERROR The update from the Image Services document {0} to the Content Engine document {1} cannot be processed because the Content Engine document has a replication error.
|
static ExceptionCode |
ExceptionCode.IS_INVALID_ANNOT_EXTID
FNRCI0065E
IS_INVALID_ANNOT_EXTID The external object identity {0} in annotation {1} is not valid.
|
static ExceptionCode |
ExceptionCode.IS_ISR_NOT_CREATED
FNRCI0067E
IS_ISR_NOT_CREATED The Image Services Repository must be created for each IS FCD.
|
static ExceptionCode |
ExceptionCode.IS_LOCK_INTERRUPT
FNRCI0088E
IS_LOCK_INTERRUPT The IS data dictionary information could not be retrieved because it timed out or was interrupted while waiting for a lock in {0}.
|
static ExceptionCode |
ExceptionCode.IS_MOVECONTENT_CANT_NULL_RG
FNRCI0080E
IS_MOVECONTENT_CANT_NULL_RG The replication group and external object Id for the document {0} and its annotations cannot be removed during MoveContent post processing.
|
static ExceptionCode |
ExceptionCode.IS_OUTBOUND_REPL_ERROR
FNRCI0056E
IS_OUTBOUND_REPL_ERROR Error encountered during outbound replication to IS.
|
static ExceptionCode |
ExceptionCode.IS_PD_ACTION_NOT_SUP
FNRCI0002E
IS_PD_ACTION_NOT_SUP Catalog Export Log action {0} is not supported.
|
static ExceptionCode |
ExceptionCode.IS_PD_ANNOT_DATE_ERR
FNRCI0070E
IS_PD_ANNOT_DATE_ERR The inbound annotation update was rejected because the modify date is older than the last modified date for the current Content Engine annotation value.
|
static ExceptionCode |
ExceptionCode.IS_PD_ANNOT_DOC_ERROR
FNRCI0077E
IS_PD_ANNOT_DOC_ERROR The {0} action for the annotation {1} could not be processed because the Content Engine document cannot be found.
|
static ExceptionCode |
ExceptionCode.IS_PD_ANNOT_DOC_REPL_ERROR
FNRCI0079E
IS_PD_ANNOT_DOC_REPL_ERROR The annotation {0} could not be processed because the document is not replicated.
|
static ExceptionCode |
ExceptionCode.IS_PD_ANNOT_ERROR
FNRCI0003E
IS_PD_ANNOT_ERROR A CFS-IS Import Agent exception occurred during annotation processing.
|
static ExceptionCode |
ExceptionCode.IS_PD_ANNOT_IRRECOVERABLE_ERR
FNRCI0004E
IS_PD_ANNOT_IRRECOVERABLE_ERR A CFS-IS Import Agent exception occurred during annotation processing.
|
static ExceptionCode |
ExceptionCode.IS_PD_ANNOT_NOT_REPL_ERROR
FNRCI0084E
IS_PD_ANNOT_NOT_REPL_ERROR The update or delete action for annotation {0} could not be processed because the existing Content Engine annotation is not replicated.
|
static ExceptionCode |
ExceptionCode.IS_PD_ANNOT_REPL_ERROR
FNRCI0078E
IS_PD_ANNOT_REPL_ERROR The annotation {0} could not be processed because the replication group {1} did not match the document replication group {2}.
|
static ExceptionCode |
ExceptionCode.IS_PD_ANNOT_REPL_UPDATE_ERROR
FNRCI0083E
IS_PD_ANNOT_REPL_UPDATE_ERROR The update or delete action for annotation {0} could not be processed because the replication group {1} did not match the existing Content Engine annotation replication group {2}.
|
static ExceptionCode |
ExceptionCode.IS_PD_CANNOT_ADD_COMPENT
FNRCI0005E
IS_PD_CANNOT_ADD_COMPENT CFS-IS document {0} cannot be added to the list of completed entries.
|
static ExceptionCode |
ExceptionCode.IS_PD_CANNOT_CLEAR_INX_SHM
FNRCI0006E
IS_PD_CANNOT_CLEAR_INX_SHM The document processing data on the Image Services system cannot be cleared when the Content Engine is being shutdown.
|
static ExceptionCode |
ExceptionCode.IS_PD_CANNOT_FIND_COMPENT
FNRCI0007E
IS_PD_CANNOT_FIND_COMPENT The completed entry for document {0} canont be found.
|
static ExceptionCode |
ExceptionCode.IS_PD_CANNOT_GET_COMPENT
FNRCI0008E
IS_PD_CANNOT_GET_COMPENT The completed entry for document {0} cannot be retrieved.
|
static ExceptionCode |
ExceptionCode.IS_PD_CANNOT_RECOVER_DOC
FNRCI0009E
IS_PD_CANNOT_RECOVER_DOC Document {0} cannot be recovered.
|
static ExceptionCode |
ExceptionCode.IS_PD_CE_PROP_TYPE_NOT_SUP
FNRCI0010E
IS_PD_CE_PROP_TYPE_NOT_SUP Content Engine property type {0} is not supported.
|
static ExceptionCode |
ExceptionCode.IS_PD_CE_PROP_UPDATED
FNRCI0060E
IS_PD_CE_PROP_UPDATED The property {1} in the document {0} will be overridden by the value from the Image Services system.
|
static ExceptionCode |
ExceptionCode.IS_PD_CE_UNEXPECTED_PROP_TYPE
FNRCI0011E
IS_PD_CE_UNEXPECTED_PROP_TYPE The property type for Content Engine property {0} in document {1} is not expected.
|
static ExceptionCode |
ExceptionCode.IS_PD_COMMIT_ERROR
FNRCI0012E
IS_PD_COMMIT_ERROR Got {0} catalog entries, only completed {1} entries.
|
static ExceptionCode |
ExceptionCode.IS_PD_CREATE_CONTENT_ELEMENT_ERROR
FNRCI0013E
IS_PD_CREATE_CONTENT_ELEMENT_ERROR The content element object cannot be created.
|
static ExceptionCode |
ExceptionCode.IS_PD_CREATE_CONTENT_REF_ERROR
FNRCI0014E
IS_PD_CREATE_CONTENT_REF_ERROR The content reference object cannot be created.
|
static ExceptionCode |
ExceptionCode.IS_PD_CREATE_CONTENT_XFER_ERROR
FNRCI0015E
IS_PD_CREATE_CONTENT_XFER_ERROR The content transfer object cannot be created.
|
static ExceptionCode |
ExceptionCode.IS_PD_DCL_ID_NOT_FOUND
FNRCI0016E
IS_PD_DCL_ID_NOT_FOUND The ID for the external document class [{0}] cannot be obtained.
|
static ExceptionCode |
ExceptionCode.IS_PD_DCL_NOT_MAPPED
FNRCI0017E
IS_PD_DCL_NOT_MAPPED The external document {0} cannot be processed.
|
static ExceptionCode |
ExceptionCode.IS_PD_DCL_NOT_MATCH
FNRCI0018E
IS_PD_DCL_NOT_MATCH The update of the external document {0} to the Content Engine document {1} was rejected because the Content Engine document class ID {2} does not match the current document class mapping.
|
static ExceptionCode |
ExceptionCode.IS_PD_DCL_TO_ID_ERROR
FNRCI0019E
IS_PD_DCL_TO_ID_ERROR The list of IDs for the Image Services document classes could not be retrieved.
|
static ExceptionCode |
ExceptionCode.IS_PD_DELETE_DOC_ERROR
FNRCI0020E
IS_PD_DELETE_DOC_ERROR The Content Engine document {0} cannot be deleted.
|
static ExceptionCode |
ExceptionCode.IS_PD_DN_NOT_FOUND
FNRCI0021E
IS_PD_DN_NOT_FOUND The Distinguished Name [{0}] cannot be found.
|
static ExceptionCode |
ExceptionCode.IS_PD_DOC_ERROR
FNRCI0022E
IS_PD_DOC_ERROR A CFS-IS Import Agent exception occurred during document processing.
|
static ExceptionCode |
ExceptionCode.IS_PD_FETCH_ANNOTATED_DOC_ERROR
FNRCI0023E
IS_PD_FETCH_ANNOTATED_DOC_ERROR The annotated document {0} cannot be retrieved.
|
static ExceptionCode |
ExceptionCode.IS_PD_FETCH_CUSTOM_OBJ_ERROR
FNRCI0024E
IS_PD_FETCH_CUSTOM_OBJ_ERROR The Custom Object {0} cannot be retrieved.
|
static ExceptionCode |
ExceptionCode.IS_PD_FETCH_DOC_ERROR
FNRCI0025E
IS_PD_FETCH_DOC_ERROR The document {0} cannot be retrieved.
|
static ExceptionCode |
ExceptionCode.IS_PD_GET_ANNOTATIONS_ERROR
FNRCI0085E
IS_PD_GET_ANNOTATIONS_ERROR An error occurred while getting all the annotations for the Content Engine document {0}.
|
static ExceptionCode |
ExceptionCode.IS_PD_GET_DICT_TS_ERROR
FNRCI0073E
IS_PD_GET_DICT_TS_ERROR The data dictionary time stamp for the Image Services system cannot be retrieved.
|
static ExceptionCode |
ExceptionCode.IS_PD_GET_LOG_ERROR
FNRCI0026E
IS_PD_GET_LOG_ERROR Federated entries from the Image Services system {0} cannot be retrieved.
|
static ExceptionCode |
ExceptionCode.IS_PD_MAPPING_NOT_INIT
FNRCI0027E
IS_PD_MAPPING_NOT_INIT Document Class and Properties mapping have not been initialized.
|
static ExceptionCode |
ExceptionCode.IS_PD_MISC_ERROR
FNRCI0028E
IS_PD_MISC_ERROR A CFS-IS Import Agent exception occurred.
|
static ExceptionCode |
ExceptionCode.IS_PD_MISMATCH_RG
FNRCI0092E
IS_PD_MISMATCH_RG The Replication Group in document ce_doc is repl_group instead of expected_repl_group.
|
static ExceptionCode |
ExceptionCode.IS_PD_NEW_DIR_MISMATCH
FNRCI0029E
IS_PD_NEW_DIR_MISMATCH The Content Engine property value does not match the CFS-IS current catalog value.
|
static ExceptionCode |
ExceptionCode.IS_PD_NO_DN
FNRCI0030E
IS_PD_NO_DN The Distinguished Name for the Image Services principal ID {0} cannot be retrieved.
|
static ExceptionCode |
ExceptionCode.IS_PD_NO_FSA
FNRCI0031E
IS_PD_NO_FSA The Fixed Storage Area for the Fixed Content Device {0} cannot be found.
|
static ExceptionCode |
ExceptionCode.IS_PD_OLD_DIR_MISMATCH
FNRCI0032E
IS_PD_OLD_DIR_MISMATCH The Content Engine property value does not match the CFS-IS previous catalog value.
|
static ExceptionCode |
ExceptionCode.IS_PD_OS_GUID
FNRCI0033E
IS_PD_OS_GUID Failed to set up FN_IS_GUID for object store {0}.
|
static ExceptionCode |
ExceptionCode.IS_PD_PARSER_ERROR
FNRCI0034E
IS_PD_PARSER_ERROR An error occurred while parsing the XML in the Custom Object {0}.
|
static ExceptionCode |
ExceptionCode.IS_PD_PROP_ID_NOT_FOUND
FNRCI0035E
IS_PD_PROP_ID_NOT_FOUND The ID for the Image Services property [{0}] cannot be found.
|
static ExceptionCode |
ExceptionCode.IS_PD_PROP_TO_ID_ERROR
FNRCI0036E
IS_PD_PROP_TO_ID_ERROR The list of IDs for the Image Services properties could not be retrieved.
|
static ExceptionCode |
ExceptionCode.IS_PD_PROPERTY_CONVERT_ERR
FNRCI0081E
IS_PD_PROPERTY_CONVERT_ERR The Image Services document {0} was rejected because an {1} error occurred converting the Image Services index {2} = '{3}' to the Content Engine type {4}.
|
static ExceptionCode |
ExceptionCode.IS_PD_PROPERTY_UPDATE_ERR
FNRCI0071E
IS_PD_PROPERTY_UPDATE_ERR The Image Services document {0} was rejected because an {1} error occurred when setting the Content Engine property {2} to Image Services index {3} = '{4}'.
|
static ExceptionCode |
ExceptionCode.IS_PD_SAVE_BATCH_ERROR
FNRCI0037E
IS_PD_SAVE_BATCH_ERROR An error occurred while saving a batch of catalog entries.
|
static ExceptionCode |
ExceptionCode.IS_PD_SAVE_DOC_ERROR
FNRCI0038E
IS_PD_SAVE_DOC_ERROR An error occurred while saving the Content Engine document {0}.
|
static ExceptionCode |
ExceptionCode.IS_PD_SSI_LOGON_ERROR
FNRCI0039E
IS_PD_SSI_LOGON_ERROR SSI Logon to {0} failed, retrying.
|
static ExceptionCode |
ExceptionCode.IS_PD_UNEXPECTED_INDEX_TYPE
FNRCI0040E
IS_PD_UNEXPECTED_INDEX_TYPE Image Services index type {0} in document {1} is not expected.
|
static ExceptionCode |
ExceptionCode.IS_PD_UPDATE_ANNOT_NOT_FOUND
FNRCI0086E
IS_PD_UPDATE_ANNOT_NOT_FOUND The Content Engine annotation cannot be retrieved for update.
|
static ExceptionCode |
ExceptionCode.IS_PD_UPDATE_DOC_ERROR
FNRCI0041E
IS_PD_UPDATE_DOC_ERROR Inbound update of the Image Services document ID {0} failed.
|
static ExceptionCode |
ExceptionCode.IS_PD_XML_LEN_ERROR
FNRCI0042E
IS_PD_XML_LEN_ERROR The XML string in the Custom Object {0} is less than the minimum length of {1}.
|
static ExceptionCode |
ExceptionCode.IS_PD_XML_VERSION_ERROR
FNRCI0043E
IS_PD_XML_VERSION_ERROR Wrong XMLVERSION in the Custom Object {0}.
|
static ExceptionCode |
ExceptionCode.IS_PS_DOC_BUILDER_ERROR
FNRCI0044E
IS_PS_DOC_BUILDER_ERROR newDocumentBuilder method failed; object '{0}.
|
static ExceptionCode |
ExceptionCode.IS_PS_PARSE_IO_ERROR
FNRCI0045E
IS_PS_PARSE_IO_ERROR I/O exception while parsing custom object; object: '{0}.
|
static ExceptionCode |
ExceptionCode.IS_PS_PARSE_SAX_ERROR
FNRCI0046E
IS_PS_PARSE_SAX_ERROR SAX exception while parsing custom object; object: '{0}.
|
static ExceptionCode |
ExceptionCode.IS_PULL_WORKER_CALLED_WHILE_BUSY
FNRCI0049E
IS_PULL_WORKER_CALLED_WHILE_BUSY The index for a pullWork call refers to a worker that is still busy from a previous call.
|
static ExceptionCode |
ExceptionCode.IS_PULL_WORKER_INDEX_INVALID
FNRCI0052E
IS_PULL_WORKER_INDEX_INVALID An inbound worker was requested that does not exist.
|
static ExceptionCode |
ExceptionCode.IS_PULLWORKER_ERROR
FNRCI0059E
IS_PULLWORKER_ERROR An error occurred in a CFS-IS inbound replication worker.
|
static ExceptionCode |
ExceptionCode.IS_REPL_CANT_FETCH_OBJ
FNRCI0064E
IS_REPL_CANT_FETCH_OBJ Object {0} cannot be retrieved.
|
static ExceptionCode |
ExceptionCode.IS_REPL_GROUP_FUNCTION_ERROR
FNRCI0062E
IS_REPL_GROUP_FUNCTION_ERROR An error {0} occurred in a {1} function for Replication Group [{2}] and Image Services system {3}.
|
static ExceptionCode |
ExceptionCode.IS_REPL_GROUP_UNEXPECTED_EXCEPTION
FNRCI0061E
IS_REPL_GROUP_UNEXPECTED_EXCEPTION An unexpected exception occurred in a {0} function for Replication Group {1} and Image Services system {2}.
|
static ExceptionCode |
ExceptionCode.IS_REPL_LEAVE_GROUP_ERROR
FNRCI0076E
IS_REPL_LEAVE_GROUP_ERROR The replication group [{0}] cannot be deleted.
|
static ExceptionCode |
ExceptionCode.IS_REPLICATION_PROVIDER_ALREADY_INITIALIZED
FNRCI0051E
IS_REPLICATION_PROVIDER_ALREADY_INITIALIZED The Image Services replication provider has already been initialized and can only be initialized once.
|
static ExceptionCode |
ExceptionCode.IS_REPLICATION_PROVIDER_NOT_INITIALIZED
FNRCI0050E
IS_REPLICATION_PROVIDER_NOT_INITIALIZED The Image Services replication provider must be initialized before calling any of its functions.
|
static ExceptionCode |
ExceptionCode.IS_RG_ALREADY_EXIST
FNRCI0069E
IS_RG_ALREADY_EXIST Replication group {0} [{1}] already exists for object store {2} and Image Services repository {3}.
|
static ExceptionCode |
ExceptionCode.IS_SSI_LOGOFF_ERROR
FNRCI0054E
IS_SSI_LOGOFF_ERROR SSI Logoff failed for {0}.
|
static ExceptionCode |
ExceptionCode.IS_SSI_LOGON_ERROR
FNRCI0053E
IS_SSI_LOGON_ERROR SSI Logon failed for {0}.
|
static ExceptionCode |
ExceptionCode.IS_STRING_EXCEED_MAX
FNRCI0068E
IS_STRING_EXCEED_MAX The length of the Content Engine String property {0} exceeds the Image Services supported maximum length of 239.
|
static ExceptionCode |
ExceptionCode.IS_UPDATE_DUP_ANNOT
FNRCI0094E
IS_UPDATE_DUP_ANNOT Annotation annot_id is a duplicate and should be deleted.
|
static ExceptionCode |
ExceptionCode.JDBC_AFTER_END_OF_RESULTSET_ERROR
FNRCJ0001E
JDBC_AFTER_END_OF_RESULTSET_ERROR The setting specified is after the end of the result set.
|
static ExceptionCode |
ExceptionCode.JDBC_BEFORE_START_OF_RESULTSET_ERROR
FNRCJ0002E
JDBC_BEFORE_START_OF_RESULTSET_ERROR The setting specified is before the start of the result set.
|
static ExceptionCode |
ExceptionCode.JDBC_CANNOT_ABSOLUTE_ERROR
FNRCJ0003E
JDBC_CANNOT_ABSOLUTE_ERROR An absolute position cannot be used for the initial row.
|
static ExceptionCode |
ExceptionCode.JDBC_COLUMN_NOT_FOUND_ERROR
FNRCJ0004E
JDBC_COLUMN_NOT_FOUND_ERROR Column {0} not found
The indicated column could not be found.
|
static ExceptionCode |
ExceptionCode.JDBC_CONNECT_ACCESS_ERROR
FNRCJ0026E
JDBC_CONNECT_ACCESS_ERROR Access denied connecting to ObjectStore {0}
|
static ExceptionCode |
ExceptionCode.JDBC_CONNECT_ERROR
FNRCJ0006E
JDBC_CONNECT_ERROR Connection could not be established with CE Server; The URL passed to JDBC Driver is : {0} ...
|
static ExceptionCode |
ExceptionCode.JDBC_CONNECTION_IS_READONLY_ERROR
FNRCJ0005E
JDBC_CONNECTION_IS_READONLY_ERROR The Content Engine JDBC driver is read-only.
|
static ExceptionCode |
ExceptionCode.JDBC_DRIVER_STATIC_ERROR
FNRCJ0007E
JDBC_DRIVER_STATIC_ERROR The Content Engine JBDC Driver could not be registered.
|
static ExceptionCode |
ExceptionCode.JDBC_ILLEGAL_FETCH_DIRECTION_ERROR
FNRCJ0008E
JDBC_ILLEGAL_FETCH_DIRECTION_ERROR The value specified for the fetch direction is invalid.
|
static ExceptionCode |
ExceptionCode.JDBC_ILLEGAL_OPERATION_ON_RESULTSET_ERROR
FNRCJ0009E
JDBC_ILLEGAL_OPERATION_ON_RESULTSET_ERROR An illegal operation was performed on an empty result set.
|
static ExceptionCode |
ExceptionCode.JDBC_INVALID_CURSOR_OPERATION
FNRCJ0025E
JDBC_INVALID_CURSOR_OPERATION Operation not allowed for TYPE_FORWARD_ONLY ResultSet objects
|
static ExceptionCode |
ExceptionCode.JDBC_NOT_SUPPORTED_ERROR
FNRCJ0010E
JDBC_NOT_SUPPORTED_ERROR JDBC method not supported or not implemented in driver: {0}.{1}
The indicated method is not supported or not implemented in the JDBC driver for the Content Engine.
|
static ExceptionCode |
ExceptionCode.JDBC_OBJECT_STORE_NOT_FOUND_ERROR
FNRCJ0012E
JDBC_OBJECT_STORE_NOT_FOUND_ERROR {0} Object Store in URL is not found...
|
static ExceptionCode |
ExceptionCode.JDBC_OBJECTSTORE_IS_EMPTY_ERROR
FNRCJ0011E
JDBC_OBJECTSTORE_IS_EMPTY_ERROR The Object store property is not found in JDBC driver URL.
|
static ExceptionCode |
ExceptionCode.JDBC_PASSWORD_IS_EMPTY_ERROR
FNRCJ0013E
JDBC_PASSWORD_IS_EMPTY_ERROR The Password is null or empty in the JDBC URL
|
static ExceptionCode |
ExceptionCode.JDBC_QUERY_GENERTED_NO_FIELDS_ERROR
FNRCJ0014E
JDBC_QUERY_GENERTED_NO_FIELDS_ERROR The query generated no fields for ResultSet.
|
static ExceptionCode |
ExceptionCode.JDBC_QUERY_NOT_EXECUTED_ERROR
FNRCJ0015E
JDBC_QUERY_NOT_EXECUTED_ERROR Cannot execute query {0}...
|
static ExceptionCode |
ExceptionCode.JDBC_RESULTSET_CLOSED_ERROR
FNRCJ0017E
JDBC_RESULTSET_CLOSED_ERROR The operation is not allowed after the ResultSet is closed.
|
static ExceptionCode |
ExceptionCode.JDBC_RESULTSETMETADATA_COLUMN_INDEX_ERROR
FNRCJ0016E
JDBC_RESULTSETMETADATA_COLUMN_INDEX_ERROR The column index is out of range.
|
static ExceptionCode |
ExceptionCode.JDBC_STATEMENT_CLOSED_ERROR
FNRCJ0018E
JDBC_STATEMENT_CLOSED_ERROR No operations are allowed after the statement has closed.
|
static ExceptionCode |
ExceptionCode.JDBC_STATEMENT_FETCH_DIRECTION_ERROR
FNRCJ0019E
JDBC_STATEMENT_FETCH_DIRECTION_ERROR The value for setFetchDirection() is invalid.
|
static ExceptionCode |
ExceptionCode.JDBC_STATEMENT_FETCH_SIZE_ERROR
FNRCJ0020E
JDBC_STATEMENT_FETCH_SIZE_ERROR The value for setFetchSize() is invalid.
|
static ExceptionCode |
ExceptionCode.JDBC_STATEMENT_QUERY_NULL_OR_EMPTY_ERROR
FNRCJ0021E
JDBC_STATEMENT_QUERY_NULL_OR_EMPTY_ERROR The query cannot be empty or null.
|
static ExceptionCode |
ExceptionCode.JDBC_URI_IS_EMPTY_ERROR
FNRCJ0022E
JDBC_URI_IS_EMPTY_ERROR The URL found in the JDBC URL string is not valid.
|
static ExceptionCode |
ExceptionCode.JDBC_USER_IS_EMPTY_ERROR
FNRCJ0023E
JDBC_USER_IS_EMPTY_ERROR The Username is null or empty in the JDBC URL
|
static ExceptionCode |
ExceptionCode.JDBC_VALUE_GENERATED_ERROR
FNRCJ0024E
JDBC_VALUE_GENERATED_ERROR The value must be between 0 and getMaxRows().
|
static ExceptionCode |
ExceptionCode.METADATA_BAD_AUDITDEF_PARENT
FNRCM0001E
METADATA_BAD_AUDITDEF_PARENT Bad parent_id in AuditDefinition with event_class_id {0}
The parent_id in AuditDefinition having the indicated event_class_id is invalid.
|
static ExceptionCode |
ExceptionCode.METADATA_BAD_CARDINALITY_ON_MERGE
FNRCM0002E
METADATA_BAD_CARDINALITY_ON_MERGE Merged properties don't have same cardinality.
|
static ExceptionCode |
ExceptionCode.METADATA_BAD_CHANGEPREPROCESSORDEF_PARENT
FNRCM0034E
METADATA_BAD_CHANGEPREPROCESSORDEF_PARENT The change preprocessor definition identified by ActionId {0} and DisplayName {1} has a bad parent_id.
|
static ExceptionCode |
ExceptionCode.METADATA_BAD_MERGE_SCOPE
FNRCM0003E
METADATA_BAD_MERGE_SCOPE Multiple object store searches must have at least two object stores.
|
static ExceptionCode |
ExceptionCode.METADATA_BAD_SUBTREE_CLASS
FNRCM0004E
METADATA_BAD_SUBTREE_CLASS Read class "{0}" not in subtree "{1}"
The indicated read class is not in the subtree.
|
static ExceptionCode |
ExceptionCode.METADATA_BAD_TYPES_ON_MERGE
FNRCM0005E
METADATA_BAD_TYPES_ON_MERGE Merged properties don't have same datatype.
|
static ExceptionCode |
ExceptionCode.METADATA_CACHE_SERIALIZE
FNRCM0006E
METADATA_CACHE_SERIALIZE Serialization error of metadata cache {0}.
|
static ExceptionCode |
ExceptionCode.METADATA_DDSTATE_NULL
FNRCM0007E
METADATA_DDSTATE_NULL The record in DDState has a null column or columns.
|
static ExceptionCode |
ExceptionCode.METADATA_DUP_CLASS_ALIAS
FNRCM0008E
METADATA_DUP_CLASS_ALIAS Duplicate alias id: {0}, on class {1}.
|
static ExceptionCode |
ExceptionCode.METADATA_DUP_OBJECT_STORE_IN_SCOPE
FNRCM0009E
METADATA_DUP_OBJECT_STORE_IN_SCOPE The multiple object store search has the same object store in it multiple times.
|
static ExceptionCode |
ExceptionCode.METADATA_DUP_PROP_ALIAS
FNRCM0010E
METADATA_DUP_PROP_ALIAS Duplicate alias id: {0}, on property {1}.
|
static ExceptionCode |
ExceptionCode.METADATA_FAILURE_READING_METADATA_FILE
FNRCM0011E
METADATA_FAILURE_READING_METADATA_FILE Failed to read static metadata file: {0}.
|
static ExceptionCode |
ExceptionCode.METADATA_INCOMPATIBLE_REVISION_ID_DB
FNRCM0013E
METADATA_INCOMPATIBLE_REVISION_ID_DB The schema revision for the database of object store "{0}" is "{2}", which is incompatible with the schema revision "{1}" of the Content Engine software.
|
static ExceptionCode |
ExceptionCode.METADATA_INCOMPATIBLE_REVISIONS
FNRCM0012E
METADATA_INCOMPATIBLE_REVISIONS Incompatible schema revisions: "{0}" and "{1}"
The indicated schema revisions are incompatible.
|
static ExceptionCode |
ExceptionCode.METADATA_INVALID_CVL
FNRCM0014E
METADATA_INVALID_CVL The value for CVL is invalid.
|
static ExceptionCode |
ExceptionCode.METADATA_INVALID_DEFAULT
FNRCM0015E
METADATA_INVALID_DEFAULT Invalid default value for property {0}
The default value for the indicated property is invalid.
|
static ExceptionCode |
ExceptionCode.METADATA_INVALID_SEARCH_MD_RESULT
FNRCM0016E
METADATA_INVALID_SEARCH_MD_RESULT Server error; get search metata was expected to return a single value for {0}
The indicated request to the server for search metadata was expected to return a single value.
|
static ExceptionCode |
ExceptionCode.METADATA_LOAD_CLASS_ERROR
FNRCM0017E
METADATA_LOAD_CLASS_ERROR Unable to load class: {0}.
|
static ExceptionCode |
ExceptionCode.METADATA_NO_DDSTATE
FNRCM0018E
METADATA_NO_DDSTATE There is no record in DDState.
|
static ExceptionCode |
ExceptionCode.METADATA_NO_ROOT_CLASS
FNRCM0019E
METADATA_NO_ROOT_CLASS Root class not in static metadata: {0}.
|
static ExceptionCode |
ExceptionCode.METADATA_NO_SUBCLASS_PROPS
FNRCM0020E
METADATA_NO_SUBCLASS_PROPS Subclass properties on this class are unknown: {0}.
|
static ExceptionCode |
ExceptionCode.METADATA_OS_CACHE_LOAD_ERROR
FNRCM0032E
METADATA_OS_CACHE_LOAD_ERROR The object store cache failed to load for object store {0}.
|
static ExceptionCode |
ExceptionCode.METADATA_PERSISTER_NOT_DEFINED
FNRCM0021E
METADATA_PERSISTER_NOT_DEFINED No persister defined for class {0}.
|
static ExceptionCode |
ExceptionCode.METADATA_PRIMARY_ID_NULL
FNRCM0022E
METADATA_PRIMARY_ID_NULL Primary Id of property {0} is null.
|
static ExceptionCode |
ExceptionCode.METADATA_REFLECTIVE_PROPERTY_INVALID
FNRCM0023E
METADATA_REFLECTIVE_PROPERTY_INVALID Reflective property {0} (in "Constraint" column) of metadata is invalid for class {1}, property {2}
The reflective property (in 'Constraint' column) of metadata is invalid for the indicated class and property.
|
static ExceptionCode |
ExceptionCode.METADATA_REQUIRED_CLASS_INVALID
FNRCM0024E
METADATA_REQUIRED_CLASS_INVALID Required class {0} (in "DefaultValue" column) of metadata is invalid for class {1}, property {2}.
|
static ExceptionCode |
ExceptionCode.METADATA_RETRIEVE_ABOVE_ROOT_IN_DB
FNRCM0027E
METADATA_RETRIEVE_ABOVE_ROOT_IN_DB Found class in DB that is above root of subtree (system error) {0}
A class was found in the database that is located above the root of the subtree.
|
static ExceptionCode |
ExceptionCode.METADATA_RETRIEVER_METADATA_CACHE_MERGE_FAIL
FNRCM0025E
METADATA_RETRIEVER_METADATA_CACHE_MERGE_FAIL Class {0} cannot be merged into cache due to a duplicate name/id.
|
static ExceptionCode |
ExceptionCode.METADATA_RETRIEVER_NOT_DEFINED
FNRCM0026E
METADATA_RETRIEVER_NOT_DEFINED No retriever defined for class {0}.
|
static ExceptionCode |
ExceptionCode.METADATA_ROOT_NOT_IN_DB
FNRCM0028E
METADATA_ROOT_NOT_IN_DB Root class not in database: {0}.
|
static ExceptionCode |
ExceptionCode.METADATA_STALE_CACHE
FNRCM0033E
METADATA_STALE_CACHE The metadata cache for object store {0} is stale.
|
static ExceptionCode |
ExceptionCode.METADATA_STATIC_LOAD_FAILED
FNRCM0029E
METADATA_STATIC_LOAD_FAILED An error occurred while loading static metadata.
|
static ExceptionCode |
ExceptionCode.METADATA_TOO_MANY_ROOTS
FNRCM0030E
METADATA_TOO_MANY_ROOTS Too many root classes in metadata.
|
static ExceptionCode |
ExceptionCode.METADATA_UNEXPECTED_CREATE_ERROR
FNRCM0031E
METADATA_UNEXPECTED_CREATE_ERROR Unexpected exception creating ObjectStoreCache: {0}.
|
static ExceptionCode |
ExceptionCode.PASSWORD_IS_EMPTY_ERROR
FNRCA0035E
PASSWORD_IS_EMPTY_ERROR The password was null or empty when trying to create JAAS Subject.
|
static ExceptionCode |
ExceptionCode.PE_SERIALIZATION_ERROR
FNRAC1001E
PE_SERIALIZATION_ERROR A PE serialization problem happened {0}.
|
static ExceptionCode |
ExceptionCode.PERSIST_ADDON_CREATION_FAILED
FNRCP0001E
PERSIST_ADDON_CREATION_FAILED A failure occurred while creating AddOn "{0}" in Domain "{1}".
|
static ExceptionCode |
ExceptionCode.PERSIST_ADDON_INSTALLATION_FAILED
FNRCP0002E
PERSIST_ADDON_INSTALLATION_FAILED The installation of the AddOn {0} into the object store {1} failed.
|
static ExceptionCode |
ExceptionCode.PERSIST_BAD_AUDIT_DISPOSITION_RULE
FNRCP0033E
PERSIST_BAD_AUDIT_DISPOSITION_RULE The specified disposition rule contains a syntax error or an invalid property name: {0}
The specified disposition rule contains a syntax error or an invalid property name.
|
static ExceptionCode |
ExceptionCode.PERSIST_BAD_FILTERED_PROPERTY_ID
FNRCP0003E
PERSIST_BAD_FILTERED_PROPERTY_ID Bad filtered property ID "{0}".
|
static ExceptionCode |
ExceptionCode.PERSIST_CANNOT_GET_DATABASE_VERSION
FNRCP0004E
PERSIST_CANNOT_GET_DATABASE_VERSION The database version could not be identified.
|
static ExceptionCode |
ExceptionCode.PERSIST_CANT_CBR_ENABLE
FNRCP0005E
PERSIST_CANT_CBR_ENABLE Cannot set CBREnabled equal to true until the object store has been enabled for CBR.
|
static ExceptionCode |
ExceptionCode.PERSIST_CANT_CHANGE_CBR_LOCALE
FNRCP0006E
PERSIST_CANT_CHANGE_CBR_LOCALE The CBRLocale of object store {0} may not be changed when any VerityCollection objects exist in that object store.
|
static ExceptionCode |
ExceptionCode.PERSIST_CANT_CHANGE_INDEX_REQUEST_STATUS
FNRCP0048E
PERSIST_CANT_CHANGE_INDEX_REQUEST_STATUS Content Engine ignored the requested operation to change the status of the "index_request_id" index request.
|
static ExceptionCode |
ExceptionCode.PERSIST_CANT_CHANGE_ROOT_DIRECTORY_PATH
FNRCP0023E
PERSIST_CANT_CHANGE_ROOT_DIRECTORY_PATH The VerityIndexArea.RootDirectoryPath property cannot be changed when a VerityCollection exists in that IndexArea.
|
static ExceptionCode |
ExceptionCode.PERSIST_CANT_DELETE_INUSE_INDEX_AREA
FNRCP0018E
PERSIST_CANT_DELETE_INUSE_INDEX_AREA Cannot delete a VerityIndexArea when the VerityCollections property is not empty.
|
static ExceptionCode |
ExceptionCode.PERSIST_CANT_DELETE_INUSE_TEXTSEARCH_INDEX_AREA
FNRCP0035E
PERSIST_CANT_DELETE_INUSE_TEXTSEARCH_INDEX_AREA Application code that calls the Content Engine API methods could not delete the index_area index area for IBM Content Search Services.
|
static ExceptionCode |
ExceptionCode.PERSIST_CANT_DELETE_TEXTSEARCH_INDEX
FNRCP0034E
PERSIST_CANT_DELETE_TEXTSEARCH_INDEX Application code that calls the Content Engine API methods could not delete an index for IBM Content Search Services.
|
static ExceptionCode |
ExceptionCode.PERSIST_CANT_DELETE_VERITY_COLLECTION
FNRCP0019E
PERSIST_CANT_DELETE_VERITY_COLLECTION Cannot delete a VerityCollection from an IndexArea.
|
static ExceptionCode |
ExceptionCode.PERSIST_CANT_SAVE_TEXTSEARCH_INDEX
FNRCP0036E
PERSIST_CANT_SAVE_TEXTSEARCH_INDEX Application code that calls the Content Engine API methods could not create an IBM Content Search Services index.
|
static ExceptionCode |
ExceptionCode.PERSIST_CANT_USE_ZERO_GUID
FNRCP0024E
PERSIST_CANT_USE_ZERO_GUID Creating an object with a Id of all zeroes is not allowed.
|
static ExceptionCode |
ExceptionCode.PERSIST_CBR_LOCALE_NOT_SET
FNRCP0007E
PERSIST_CBR_LOCALE_NOT_SET The CBRLocale property of the object store must be set before any IndexAreas are created
|
static ExceptionCode |
ExceptionCode.PERSIST_COMPOUND_DOCUMENT_INTEGRITY
FNRCP0008E
PERSIST_COMPOUND_DOCUMENT_INTEGRITY An attempted operation would violate compound document integrity rules.
|
static ExceptionCode |
ExceptionCode.PERSIST_INVALID_AUDIT_FILTERING_FILTER_EXPRESSION
FNRCP0027E
PERSIST_INVALID_AUDIT_FILTERING_FILTER_EXPRESSION The filter expression value {1} is invalid for the audit definition {0}.
|
static ExceptionCode |
ExceptionCode.PERSIST_INVALID_AUDIT_FILTERING_FILTERED_PROPERTY
FNRCP0028E
PERSIST_INVALID_AUDIT_FILTERING_FILTERED_PROPERTY The filter expression value {1} is invalid for the audit definition property {0}.
|
static ExceptionCode |
ExceptionCode.PERSIST_INVALID_DATABASE_CHARSET
FNRCP0009E
PERSIST_INVALID_DATABASE_CHARSET The character set for this database is invalid.
|
static ExceptionCode |
ExceptionCode.PERSIST_INVALID_JOB_IDX_ID
FNRCP0010E
PERSIST_INVALID_JOB_IDX_ID The IndexationId indexation_id property of the IndexJobCollectionItem object does not refer to an existing CmTextSearchIndex object.
|
static ExceptionCode |
ExceptionCode.PERSIST_INVALID_PATH
FNRCP0020E
PERSIST_INVALID_PATH Property {0} contains a path name ({1}) that does not exist in the file system of the CE server.
|
static ExceptionCode |
ExceptionCode.PERSIST_INVALID_PATH_NO_WRITE
FNRCP0021E
PERSIST_INVALID_PATH_NO_WRITE Property {0} contains a path name ({1}) that exists in the file system of the CE server, but cannot be written.
|
static ExceptionCode |
ExceptionCode.PERSIST_INVALID_POSTCONDITION
FNRCP0030E
PERSIST_INVALID_POSTCONDITION The postcondition expression {0} is invalid.
|
static ExceptionCode |
ExceptionCode.PERSIST_INVALID_PRECONDITION
FNRCP0029E
PERSIST_INVALID_PRECONDITION The precondition expression {0} is invalid.
|
static ExceptionCode |
ExceptionCode.PERSIST_INVALID_SUBSCRIPTION_TARGET
FNRCP0011E
PERSIST_INVALID_SUBSCRIPTION_TARGET The specified subscription target is invalid.
|
static ExceptionCode |
ExceptionCode.PERSIST_INVALID_TEMP_DIRECTORY_PATH
FNRCP0025E
PERSIST_INVALID_TEMP_DIRECTORY_PATH The VerityIndexArea.TempDirectoryPath ({0}) contains a path name that does not exist in the file system of the CE server.
|
static ExceptionCode |
ExceptionCode.PERSIST_NO_COLUMN
FNRCP0012E
PERSIST_NO_COLUMN No database column is defined for property '{0}' on class '{1}'.
|
static ExceptionCode |
ExceptionCode.PERSIST_NOT_ALLOWED_CBR_ENABLE_CLASS_INDEX_REQUEST
FNRCP0052E
PERSIST_NOT_ALLOWED_CBR_ENABLE_CLASS_INDEX_REQUEST Changing the IsCBREnabled property of a class definition for an IndexRequest class is not allowed.
|
static ExceptionCode |
ExceptionCode.PERSIST_NOT_ALLOWED_INDEX_REQUEST_OPERATION_CHANGE
FNRCP0050E
PERSIST_NOT_ALLOWED_INDEX_REQUEST_OPERATION_CHANGE Content Engine ignored the requested change to the operation of the "index_request_id" index request.
|
static ExceptionCode |
ExceptionCode.PERSIST_OBJSTR_DATABASE_TABLES_EXIST
FNRCP0013E
PERSIST_OBJSTR_DATABASE_TABLES_EXIST Database tables already exist for ObjectStore: {0}.
|
static ExceptionCode |
ExceptionCode.PERSIST_RECOVERYITEM_NOT_SUPPORTED
FNRCP0055E
PERSIST_RECOVERYITEM_NOT_SUPPORTED A recovery item cannot be created because the original object is not supported for mark for deletion.
|
static ExceptionCode |
ExceptionCode.PERSIST_RECOVERYITEM_OBJECT_DESERIALIZATION_FAILED
FNRCP0054E
PERSIST_RECOVERYITEM_OBJECT_DESERIALIZATION_FAILED The objects failed to be deserialized from a byte array.
|
static ExceptionCode |
ExceptionCode.PERSIST_RECOVERYITEM_OBJECT_SERIALIZATION_FAILED
FNRCP0053E
PERSIST_RECOVERYITEM_OBJECT_SERIALIZATION_FAILED The objects failed to be serialized into a byte array.
|
static ExceptionCode |
ExceptionCode.PERSIST_RETENTION_CLOCK_SKEW
FNRCP0043E
PERSIST_RETENTION_CLOCK_SKEW The system and RDBMS clocks are skewed, event based retention cannot be applied: skew seconds clock_skew_offset.
|
static ExceptionCode |
ExceptionCode.PERSIST_RETENTION_COMPATIBILITY_MODE
FNRCP0042E
PERSIST_RETENTION_COMPATIBILITY_MODE The default retention period of the fixed storage area is invalid for an area operating in retention compatibility mode, : Storage area {0} Default Period {1}.
|
static ExceptionCode |
ExceptionCode.PERSIST_RETENTION_CONSTRAINT_VIOLATED
FNRCP0044E
PERSIST_RETENTION_CONSTRAINT_VIOLATED The retention date of the object cannot be altered due to a retention constraint.
|
static ExceptionCode |
ExceptionCode.PERSIST_RETENTION_DELETE_PREVENTED
FNRCP0045E
PERSIST_RETENTION_DELETE_PREVENTED The object cannot be deleted due to a retention constraint.
|
static ExceptionCode |
ExceptionCode.PERSIST_RETENTION_NOT_SUPPORTED
FNRCP0049E
PERSIST_RETENTION_NOT_SUPPORTED The retention feature is not supported.
|
static ExceptionCode |
ExceptionCode.PERSIST_RETENTION_PERIOD_PREVENTED
FNRCP0046E
PERSIST_RETENTION_PERIOD_PREVENTED The Retention Period property of the Storage Area cannot be changed to any value except NOT_ALLOWED: period RetentionPeriod.
|
static ExceptionCode |
ExceptionCode.PERSIST_SINGLETON_CLASS
FNRCP0014E
PERSIST_SINGLETON_CLASS Only one instance of class {0} can be created.
|
static ExceptionCode |
ExceptionCode.PERSIST_TASK_RELATIONSHIP_INTEGRITY
FNRCP0032E
PERSIST_TASK_RELATIONSHIP_INTEGRITY An attempted operation would violate task relationship integrity rules.
|
static ExceptionCode |
ExceptionCode.PERSIST_TS_CANT_CHANGE_INDEXING_LANGUAGE
FNRCP0051E
PERSIST_TS_CANT_CHANGE_INDEXING_LANGUAGE Content Engine could not update the Indexing Language property because the property is deprecated and replaced with the Indexing Languages list property.
|
static ExceptionCode |
ExceptionCode.PERSIST_TS_INDEXING_LANGUAGE_NOT_SET
FNRCP0040E
PERSIST_TS_INDEXING_LANGUAGE_NOT_SET Content Engine could not create an index area because the value of the Indexing Language property is null.
|
static ExceptionCode |
ExceptionCode.PERSIST_TS_INVALID_INDEXING_LANGUAGE
FNRCP0041E
PERSIST_TS_INVALID_INDEXING_LANGUAGE Content Engine could not save the following value for the Indexing Language property because the value is not valid: indexing_language.
|
static ExceptionCode |
ExceptionCode.PERSIST_TS_INVALID_MAX_INDEXES_CHANGE
FNRCP0038E
PERSIST_TS_INVALID_MAX_INDEXES_CHANGE IBM Content Search Services could not set the maximum number of indexes for the index_area index area.
|
static ExceptionCode |
ExceptionCode.PERSIST_TS_INVALID_ROOT_DIRECTORY_PATH
FNRCP0037E
PERSIST_TS_INVALID_ROOT_DIRECTORY_PATH IBM Content Search Services could not set the root directory path for the index_area index area.
|
static ExceptionCode |
ExceptionCode.PERSIST_TS_ROOT_DIRECTORY_PATH_NO_WRITE
FNRCP0039E
PERSIST_TS_ROOT_DIRECTORY_PATH_NO_WRITE IBM Content Search Services could not write index information to the index_area index area with the following root directory path: root_directory_path.
|
static ExceptionCode |
ExceptionCode.PERSIST_TS_ROOT_DIRECTORY_PATH_NOT_SET
FNRCP0031E
PERSIST_TS_ROOT_DIRECTORY_PATH_NOT_SET IBM Content Search Services could not set the root directory path for the index_area index area.
|
static ExceptionCode |
ExceptionCode.PERSIST_UNEXPECTED_PROPERTY_CARDINALITY
FNRCP0015E
PERSIST_UNEXPECTED_PROPERTY_CARDINALITY The property cardinality value was unexpected.
|
static ExceptionCode |
ExceptionCode.PERSIST_UNSUPPORTED_DATABASE
FNRCP0016E
PERSIST_UNSUPPORTED_DATABASE Unsupported database, type {0}.
|
static ExceptionCode |
ExceptionCode.PERSIST_UNSUPPORTED_DATABASE_VERSION
FNRCP0017E
PERSIST_UNSUPPORTED_DATABASE_VERSION Unsupported database version {0} (must have at least {1}).
|
static ExceptionCode |
ExceptionCode.PERSIST_UNSUPPORTED_FEDERATED_OP
FNRCP0026E
PERSIST_UNSUPPORTED_FEDERATED_OP The current operation ({0}) is not supported or invalid for the federated document.
|
static ExceptionCode |
ExceptionCode.PERSIST_VERITY_MASTER_ADMIN_PORT_INCONSISTENT
FNRCP0022E
PERSIST_VERITY_MASTER_ADMIN_PORT_INCONSISTENT If either the VerityMasterAdminServerHostname or VerityMasterAdminServerPort is non-null, both must be non-null.
|
static ExceptionCode |
ExceptionCode.PUBLISH_BAD_PUBLISH_REQUEST
FNRCU0001E
PUBLISH_BAD_PUBLISH_REQUEST The publish request is invalid.
|
static ExceptionCode |
ExceptionCode.PUBLISH_BAD_PUBLISH_TEMPLATE
FNRCU0002E
PUBLISH_BAD_PUBLISH_TEMPLATE An exception occurred while handling the provided publish template object.
|
static ExceptionCode |
ExceptionCode.PUBLISH_CONTENT_ELEMENT_NOT_FOUND
FNRCU0008E
PUBLISH_CONTENT_ELEMENT_NOT_FOUND Publishing requires that the source document must contain a content element, but none was found.
|
static ExceptionCode |
ExceptionCode.PUBLISH_CONTENT_REFERENCE_NOT_SUPPORTED
FNRCU0007E
PUBLISH_CONTENT_REFERENCE_NOT_SUPPORTED Publishing does not support a content reference as the first content element of the source document.
|
static ExceptionCode |
ExceptionCode.PUBLISH_DITA_INVALID_DITAOT
FNRCQ0014E
PUBLISH_DITA_INVALID_DITAOT The DITA Open Toolkit is not installed in the specified DITAHome location, {0}, specified in the DITA Rendition Engine Connection.
|
static ExceptionCode |
ExceptionCode.PUBLISH_DITA_INVALID_DITAOT_LIB
FNRCQ0013E
PUBLISH_DITA_INVALID_DITAOT_LIB The DITA Open Toolkit lib folder was not found or is invalid.
|
static ExceptionCode |
ExceptionCode.PUBLISH_DITA_INVALID_DITAVAL
FNRCQ0012E
PUBLISH_DITA_INVALID_DITAVAL DITAVAL file requires DocumentTitle, ContentSize, and ContentElement properties.
|
static ExceptionCode |
ExceptionCode.PUBLISH_DITA_INVALID_WORKSPACE_FOLDER
FNRCQ0008E
PUBLISH_DITA_INVALID_WORKSPACE_FOLDER The DITA temp workspace folder exists but is not a folder {0}.
|
static ExceptionCode |
ExceptionCode.PUBLISH_DITA_JAVA_HOME_UNDEFINED
FNRCQ0011E
PUBLISH_DITA_JAVA_HOME_UNDEFINED The JAVA_HOME environment variable is not defined.
|
static ExceptionCode |
ExceptionCode.PUBLISH_DITA_PUBLICATION_NOT_FOUND
FNRCQ0015E
PUBLISH_DITA_PUBLICATION_NOT_FOUND The DITA publication file was not found {0}.
|
static ExceptionCode |
ExceptionCode.PUBLISH_DITA_RENDER_FAILED
FNRCQ0007E
PUBLISH_DITA_RENDER_FAILED The DITA Open Toolkit render operation failed.
|
static ExceptionCode |
ExceptionCode.PUBLISH_DITA_UNABLE_TO_CREATE
FNRCQ0010E
PUBLISH_DITA_UNABLE_TO_CREATE Unable to create temp DITA file or folder {0}.
|
static ExceptionCode |
ExceptionCode.PUBLISH_DITA_UNABLE_TO_DELETE
FNRCQ0009E
PUBLISH_DITA_UNABLE_TO_DELETE After a render operation, the deletion of the DITA temp file or folder failed temp.
|
static ExceptionCode |
ExceptionCode.PUBLISH_HANDLER_THREW
FNRCU0004E
PUBLISH_HANDLER_THREW An exception occurred in the Publishing handler.
|
static ExceptionCode |
ExceptionCode.PUBLISH_NO_HANDLER
FNRCU0003E
PUBLISH_NO_HANDLER Unable to get a handler for the PublishRequest {0}.
|
static ExceptionCode |
ExceptionCode.PUBLISH_READING_PR_PUBLISHINGSTATUS_THREW
FNRCU0006E
PUBLISH_READING_PR_PUBLISHINGSTATUS_THREW An exception occurred during a read of the PublishRequest.PublishingStatus.
|
static ExceptionCode |
ExceptionCode.PUBLISH_READING_REC_THREW
FNRCU0005E
PUBLISH_READING_REC_THREW An exception occurred during a read of the RenditionEngineConnection.
|
static ExceptionCode |
ExceptionCode.REPLICATION_LATER_VERSION_EXISTS
FNRCY0001E
REPLICATION_LATER_VERSION_EXISTS Can not replicate version {0}.{1} because a later version of {2}.{3} already exists in the target object store.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_ALL_PROPS_FROM_SAME_CLASS
FNRCR0001E
RETRIEVE_ALL_PROPS_FROM_SAME_CLASS When returning objects all properties selected must be from same class.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_AMBIGUOUS_PROPERTY
FNRCR0002E
RETRIEVE_AMBIGUOUS_PROPERTY Ambiguous property has no table specifier: {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_BAD_APPEND_ACTIVE_CLAUSE
FNRCR0003E
RETRIEVE_BAD_APPEND_ACTIVE_CLAUSE The call to SelectStatementEx.appendActiveClause is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_BAD_CONTENT_ELEMENT_ID
FNRCR0004E
RETRIEVE_BAD_CONTENT_ELEMENT_ID Bad element id in Content table.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_BAD_CONTENT_ELEMENT_ORDINAL
FNRCR0005E
RETRIEVE_BAD_CONTENT_ELEMENT_ORDINAL Invalid ordinal {0} in element_id of content.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_BAD_CONTINUATION_STRING
FNRCR0006E
RETRIEVE_BAD_CONTINUATION_STRING The continuation string is invalid: {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_BAD_GET_OBJECT_PARAMETERS
FNRCR0007E
RETRIEVE_BAD_GET_OBJECT_PARAMETERS The getObject parameters are invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_BAD_GLOBAL_IDENTITY
FNRCR0008E
RETRIEVE_BAD_GLOBAL_IDENTITY The global identity is invalid or was not found.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_BAD_MULTI_SELECT_DISTINCT
FNRCR0009E
RETRIEVE_BAD_MULTI_SELECT_DISTINCT Cannot use select distinct if selected property not defined in all object stores of multi object store query: {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_BAD_NAME_PROPERTY
FNRCR0010E
RETRIEVE_BAD_NAME_PROPERTY Name property not set up correctly in system metadata on class {0} (system error).
|
static ExceptionCode |
ExceptionCode.RETRIEVE_BAD_OBJECT_ADDRESS
FNRCR0011E
RETRIEVE_BAD_OBJECT_ADDRESS The ObjectAddress is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_BAD_OBJECT_COLUMN_TYPE
FNRCR0012E
RETRIEVE_BAD_OBJECT_COLUMN_TYPE Invalid column type for object property {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_BAD_ORDERBY_DATATYPE
FNRCR0013E
RETRIEVE_BAD_ORDERBY_DATATYPE The datatype for the ORDER BY clause is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_BAD_PROPERTY_FILTER_TYPE
FNRCR0014E
RETRIEVE_BAD_PROPERTY_FILTER_TYPE Unknown property type in PropertyFilter: {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_BAD_REPOSITORY_SEARCH
FNRCR0015E
RETRIEVE_BAD_REPOSITORY_SEARCH AdHocClassRetriever.executeSearch can be called only for a repository search.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_CANT_COMPARE_TYPES
FNRCR0016E
RETRIEVE_CANT_COMPARE_TYPES Cannot compare dissimilar data types.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_CANT_CREATE_RETRIEVER
FNRCR0017E
RETRIEVE_CANT_CREATE_RETRIEVER Cannot create retriever: {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_CANT_CREATE_SEARCH_TEMP_DIR
FNRCR0018E
RETRIEVE_CANT_CREATE_SEARCH_TEMP_DIR Can't create temp file directory {0} for use with content search.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_CANT_GET_LOCAL_HOST
FNRCR0019E
RETRIEVE_CANT_GET_LOCAL_HOST The local host cannot be opened.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_CANT_GET_OBJECT_ID
FNRCR0020E
RETRIEVE_CANT_GET_OBJECT_ID The object is not an independent or global object.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_CANT_MODIFY_ROOT_FOLDER
FNRCR0021E
RETRIEVE_CANT_MODIFY_ROOT_FOLDER The root folder cannot be modified.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_CANT_OPEN_COLLECTION
FNRCR0022E
RETRIEVE_CANT_OPEN_COLLECTION Cannot open Verity collection "{0}", error: {1}
The indicated Verity collection cannot be opened.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_CANT_OPEN_WORKSPACE
FNRCR0023E
RETRIEVE_CANT_OPEN_WORKSPACE Cannott open Verity workspace.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_CANT_SELECT_DISTINCT_PROP_WITH_NO_COLUMN
FNRCR0024E
RETRIEVE_CANT_SELECT_DISTINCT_PROP_WITH_NO_COLUMN No column defined on property used with "distinct": {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_CANT_SELECT_DISTINCT_RANK_WITH_OVERRIDE_REQUIRED
FNRCA0129E
RETRIEVE_CANT_SELECT_DISTINCT_RANK_WITH_OVERRIDE_REQUIRED A CBR search is not allowed when you use a SQL statement that selects the CBR rank property and has the keyword DISTINCT when the object store property CBRQueryRankOverride is set to Required.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_CANT_SELECT_WITH_DISTINCT
FNRCR0025E
RETRIEVE_CANT_SELECT_WITH_DISTINCT Can't select property with "distinct": {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_CONTENT_JOIN_INVALID
FNRCR0089E
RETRIEVE_CONTENT_JOIN_INVALID Join on content search is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_CONTENT_NOT_TRANSFER
FNRCR0026E
RETRIEVE_CONTENT_NOT_TRANSFER Content for document {0}, ordinal {1} is not ContentTransfer.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_CONTENT_SEARCH_AND
FNRCR0027E
RETRIEVE_CONTENT_SEARCH_AND A SQL statement that is constructed with the CONTAINS operator must include the AND operator if a ContentSearch class is joined with an inner join.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_CONTENT_SEARCH_FAILED
FNRCR0028E
RETRIEVE_CONTENT_SEARCH_FAILED The content search failed for search string="{0}", type={1}, property="{2}", class="{3}", and object store="{4}".
|
static ExceptionCode |
ExceptionCode.RETRIEVE_CONTENT_SEARCH_OR
FNRCR0029E
RETRIEVE_CONTENT_SEARCH_OR A SQL statement that is constructed with the CONTAINS operator must include the OR operator if a ContentSearch class is not joined with an inner join.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_DBCONTEXT_NULL
FNRCR0030E
RETRIEVE_DBCONTEXT_NULL The database context is unexpectedly null.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_EXCEEDED_BLOB_BUFFER
FNRCR0031E
RETRIEVE_EXCEEDED_BLOB_BUFFER Exceeded maximum length of blob buffer {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_EXPECTED_ID
FNRCR0032E
RETRIEVE_EXPECTED_ID Expected id property (system error)
|
static ExceptionCode |
ExceptionCode.RETRIEVE_INVALID_CLASSID_FOR_PROP
FNRCR0033E
RETRIEVE_INVALID_CLASSID_FOR_PROP Invalid class id ({0}) for property {1}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_INVALID_DEPENDENT_FETCH
FNRCR0034E
RETRIEVE_INVALID_DEPENDENT_FETCH Attempt to get a dependent property by item index when property is not a dependent list: {0}
An attempt was made to get the indicated dependent property by item index when the property is not a dependent * list.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_INVALID_ISCLASS_ALIAS
FNRCR0035E
RETRIEVE_INVALID_ISCLASS_ALIAS Invalid class alias in isclass test {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_INVALID_LIST_DATATYPE
FNRCR0036E
RETRIEVE_INVALID_LIST_DATATYPE Invalid list datatype for property {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_INVALID_OPERATOR_FOR_CONTAINS
FNRCR0037E
RETRIEVE_INVALID_OPERATOR_FOR_CONTAINS Invalid operator used with CONTAINS/FREETEXT: {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_INVALID_PROPERTY_VALUE
FNRCR0038E
RETRIEVE_INVALID_PROPERTY_VALUE Invalid property value type for property {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_INVALID_REFLECTIVE_PROP
FNRCR0092E
RETRIEVE_INVALID_REFLECTIVE_PROP Invalid Reflective property(={0}) specified for Enum Propeorty(={1}).
|
static ExceptionCode |
ExceptionCode.RETRIEVE_ITEM_INDEX_NEGATIVE
FNRCR0039E
RETRIEVE_ITEM_INDEX_NEGATIVE The item index is negative in the request to retrieve a dependent object.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_MISSING_CONTENTSEARCH_JOIN
FNRCR0040E
RETRIEVE_MISSING_CONTENTSEARCH_JOIN A SQL statement that is constructed with the CONTAINS operator must include a FROM clause with a ContentSearch table joined to another table.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_MORE_THAN_ONE_CONTENT_TABLE
FNRCR0041E
RETRIEVE_MORE_THAN_ONE_CONTENT_TABLE Cannot have more than one ContentSearch table joined into a search.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_MULTI_OBJECT_STORE_IN_TRAN
FNRCR0088E
RETRIEVE_MULTI_OBJECT_STORE_IN_TRAN Doing a multiple object store search while in a distributed transaction, such as executing inside event action, is not supported.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_MULTIPLE_COLUMN_NAMES
FNRCR0042E
RETRIEVE_MULTIPLE_COLUMN_NAMES Two properties with same table have different column names.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_MULTIPLE_CONTAINSORFREETEXT
FNRCR0043E
RETRIEVE_MULTIPLE_CONTAINSORFREETEXT A SQL statement cannot have more than one CONTAINS clause.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_MULTIPLE_DATATYPES
FNRCR0044E
RETRIEVE_MULTIPLE_DATATYPES Two properties with same table have different data types.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_MULTIPLE_ON_CONTENT
FNRCR0045E
RETRIEVE_MULTIPLE_ON_CONTENT An ON condition that references content search tables more than once is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_NEED_MULTIPLE_OBJECT_STORES
FNRCR0090E
RETRIEVE_NEED_MULTIPLE_OBJECT_STORES At least two object stores must be supplied to a merged scope query.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_NEED_SEARCH_SERVER
FNRCR0046E
RETRIEVE_NEED_SEARCH_SERVER Must have at least one search server specified for index area {0}
At least one search server must be specified for the indicated index area.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_NO_DISTINCT_MERGE
FNRCR0049E
RETRIEVE_NO_DISTINCT_MERGE The DISTINCT operator is not supported in merged scope queries.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_NO_INDEX_AREA_FOR_COLLECTION
FNRCR0050E
RETRIEVE_NO_INDEX_AREA_FOR_COLLECTION No verity index area for collection id: {0}
There is no Verity index area for the indicated collection id.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_NO_ITEM_INDEX
FNRCR0051E
RETRIEVE_NO_ITEM_INDEX No item index in request to retrieve dependent object.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_NO_REQUIRED_CLASS
FNRCR0052E
RETRIEVE_NO_REQUIRED_CLASS Persistent property {0} has no required class.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_NO_ROOT_FOLDER
FNRCR0053E
RETRIEVE_NO_ROOT_FOLDER The root folder is not in the cache.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_NO_SELECTED_PROPERTY
FNRCR0054E
RETRIEVE_NO_SELECTED_PROPERTY The selected property was not found in the property list.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_NO_TEXTSEARCH_INDEX
FNRCR0093E
RETRIEVE_NO_TEXTSEARCH_INDEX No Text search Index for index id: {0}
There is no Text search Index for the indicated index id.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_NO_VERITY_COLLECTION
FNRCR0055E
RETRIEVE_NO_VERITY_COLLECTION No verity collection for collection id: {0}
There is no Verity collection for the indicated collection id.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_NOT_IMPLEMENTED
FNRCR0047E
RETRIEVE_NOT_IMPLEMENTED Not Implemented.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_NOT_OBJECT
FNRCR0048E
RETRIEVE_NOT_OBJECT Property for getObject must be object: {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_NULL_CONTENTSEARCH_JOIN
FNRCR0056E
RETRIEVE_NULL_CONTENTSEARCH_JOIN A null row cannot be joined to ContentSearch.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_NULL_ENUM_COLUMN
FNRCR0091E
RETRIEVE_NULL_ENUM_COLUMN Attempt to retrieve an enumeration property that has a reflective property with no column defined.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_NULL_TABLE_LIST
FNRCR0057E
RETRIEVE_NULL_TABLE_LIST Cannot use property ({0}) with null table for list cardinality.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_OPTIMIZED_SEARCH_INVALID_MERGED_SCOPE_RANK_ORDER
FNRCA0127E
RETRIEVE_OPTIMIZED_SEARCH_INVALID_MERGED_SCOPE_RANK_ORDER A merged scope CBR search is not allowed when you use a SQL statement that orders by rank and has a CBR optimization SQL option of CBR_DYNAMIC_THRESHOLD unless one or more object stores included in the search have their CBRQueryRankOverride property set to Required.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_OPTIMIZED_SEARCH_INVALID_MULTIPLE_JOIN
FNRCA0122E
RETRIEVE_OPTIMIZED_SEARCH_INVALID_MULTIPLE_JOIN A multiple join containing an outer join in which the ContentSearch join is not the last join on the right is not allowed in a search that uses a CBR optimization SQL option other than CBR_CONTENT_FIRST.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_OPTIMIZED_SEARCH_INVALID_OUTER_JOIN
FNRCA0120E
RETRIEVE_OPTIMIZED_SEARCH_INVALID_OUTER_JOIN An outer join to the ContentSearch class is not allowed in a search that uses a CBR optimization SQL option other than CBR_CONTENT_FIRST.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_OPTIMIZED_SEARCH_INVALID_PROPERTY_CONDITIONS
FNRCA0121E
RETRIEVE_OPTIMIZED_SEARCH_INVALID_PROPERTY_CONDITIONS ContentSearch property conditions are not allowed in a search that uses a CBR optimization SQL option other than CBR_CONTENT_FIRST.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_OPTIMIZED_SEARCH_INVALID_RANK_ORDER
FNRCA0123E
RETRIEVE_OPTIMIZED_SEARCH_INVALID_RANK_ORDER A CBR search that is ordered by rank and uses a CBR optimization SQL option of CBR_DB_FIRST is not allowed.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_OPTIMIZED_SEARCH_INVALID_SELECT_DISTINCT
FNRCA0125E
RETRIEVE_OPTIMIZED_SEARCH_INVALID_SELECT_DISTINCT A CBR optimization SQL option is not allowed in a SQL statement that uses the DISTINCT keyword with the RANK keyword in a select list.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_ORDER_BY_NOT_SELECTED
FNRCR0058E
RETRIEVE_ORDER_BY_NOT_SELECTED Order by property must be in selection list: {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_ORDER_CLAUSE_PARSE_FAILURE
FNRCR0059E
RETRIEVE_ORDER_CLAUSE_PARSE_FAILURE Expected one child node of order property (system error).
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PARSE_BAD_CARDINALITY
FNRCR0060E
RETRIEVE_PARSE_BAD_CARDINALITY The cardinality (list or single-valued property) does not match the cardinality of the operator expression for property {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PARSE_BAD_CHILD_COUNT
FNRCR0061E
RETRIEVE_PARSE_BAD_CHILD_COUNT Unexpected number of child elements of "{0}".
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PARSE_BAD_LONG_STRING
FNRCR0062E
RETRIEVE_PARSE_BAD_LONG_STRING Long string property {0} not allowed with given operator.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PARSE_BAD_ROOT_CHILD
FNRCR0063E
RETRIEVE_PARSE_BAD_ROOT_CHILD The child of the root query node is unrecognized.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PARSE_CANT_COMPARE_CONSTANTS
FNRCR0064E
RETRIEVE_PARSE_CANT_COMPARE_CONSTANTS An attempt was made to compare two constants that are dates, booleans, or GUIDs.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PARSE_CONSTANT_NOT_ALLOWED
FNRCR0065E
RETRIEVE_PARSE_CONSTANT_NOT_ALLOWED Constant not allowed with operator {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PARSE_EXPRESSION_NOT_ALLOWED
FNRCR0066E
RETRIEVE_PARSE_EXPRESSION_NOT_ALLOWED Expression not allowed with operator {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PARSE_INVALID_ACCESSGRANTED
FNRCA0128E
RETRIEVE_PARSE_INVALID_ACCESSGRANTED The access granted search keyword is not allowed in a {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PARSE_INVALID_CBR_SUBQUERY
FNRCA0124E
RETRIEVE_PARSE_INVALID_CBR_SUBQUERY A CBR search cannot be performed in a subquery.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PARSE_INVALID_FOLDER_SYNTAX
FNRCR0067E
RETRIEVE_PARSE_INVALID_FOLDER_SYNTAX Invalid folder syntax: {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PARSE_INVALID_FREETEXT_PROPERTY
FNRCR0068E
RETRIEVE_PARSE_INVALID_FREETEXT_PROPERTY The property used as the first argument of the FREETEXT operator is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PARSE_INVALID_NODE_TYPE
FNRCR0069E
RETRIEVE_PARSE_INVALID_NODE_TYPE Invalid node type: "{0}".
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PARSE_INVALID_OBJECT_FUNCTION
FNRCR0070E
RETRIEVE_PARSE_INVALID_OBJECT_FUNCTION Invalid argument to object function: {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PARSE_INVALID_QUERY_PROPERTY
FNRCR0071E
RETRIEVE_PARSE_INVALID_QUERY_PROPERTY Invalid property in query: {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PARSE_INVALID_RHS_FOLDER_OPERAND
FNRCR0072E
RETRIEVE_PARSE_INVALID_RHS_FOLDER_OPERAND The operand on the right side of INFOLDER is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PARSE_NO_COLUMN_DEFINED
FNRCR0073E
RETRIEVE_PARSE_NO_COLUMN_DEFINED Property searched for ({0}) has no column defined.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PARSE_NO_FROM_CLAUSE
FNRCR0074E
RETRIEVE_PARSE_NO_FROM_CLAUSE No FROM clause was specified in the query.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PARSE_OBJECT_IN_FROM
FNRCR0075E
RETRIEVE_PARSE_OBJECT_IN_FROM The OBJECT function is not allowed in a FROM clause.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PARSE_PROPERTY_NEEDS_CLASS
FNRCR0076E
RETRIEVE_PARSE_PROPERTY_NEEDS_CLASS Property {0} must be qualified by a class name.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PARSE_PROPERTY_NOT_ALLOWED
FNRCR0077E
RETRIEVE_PARSE_PROPERTY_NOT_ALLOWED Property {0} not allowed with operator {1}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PARSE_UNEXPECTED_NODE
FNRCR0078E
RETRIEVE_PARSE_UNEXPECTED_NODE Unexpected node type in "{0}".
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PARSE_UNEXPECTED_OPERATOR_DATATYPE
FNRCR0079E
RETRIEVE_PARSE_UNEXPECTED_OPERATOR_DATATYPE Unexpected datatype for operator: {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PATH_SLASH
FNRCR0080E
RETRIEVE_PATH_SLASH The path "path_name" does not start with the required forward or reverse slash.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PROPERTY_NOT_DEFINED
FNRCR0081E
RETRIEVE_PROPERTY_NOT_DEFINED The property {0} is not defined.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_PROPERTY_NOT_ORDERABLE
FNRCR0082E
RETRIEVE_PROPERTY_NOT_ORDERABLE Property not orderable: {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_ADD_ITEM_VALUES_NOT_SET
FNRCA0111E
RETRIEVE_SEARCH_ADD_ITEM_VALUES_NOT_SET An item to be added to the search XML does not have all of the required attribute values set.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_CANNOT_MODIFY_NONEXISTENT_ITEM
FNRCA0112E
RETRIEVE_SEARCH_CANNOT_MODIFY_NONEXISTENT_ITEM An item to be modified was not found in the search XML.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_CLAUSE_NOT_FOUND
FNRCA0103E
RETRIEVE_SEARCH_CLAUSE_NOT_FOUND The XML to use for the search is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_EXCLUDE_TARGET_NOT_PRESENT
FNRCA0110E
RETRIEVE_SEARCH_EXCLUDE_TARGET_NOT_PRESENT An object specified to be excluded from the search XML does not exist.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_FOLDER_NOT_FOUND
FNRCA0104E
RETRIEVE_SEARCH_FOLDER_NOT_FOUND The XML to use for the search is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_INVALID_ATTRIBUTE
FNRCA0113E
RETRIEVE_SEARCH_INVALID_ATTRIBUTE An attribute in search XML was assigned an invalid value.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_INVALID_GROUPING
FNRCA0114E
RETRIEVE_SEARCH_INVALID_GROUPING A range for the search modifier was not specified in the search XML.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_INVALID_MIMETYPE
FNRCA0106E
RETRIEVE_SEARCH_INVALID_MIMETYPE The XML to use for the search is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_INVALID_PARAMETER_QUERY_FROM_CLASS
FNRCA0108E
RETRIEVE_SEARCH_INVALID_PARAMETER_QUERY_FROM_CLASS The searchClauseFromClass parameter for the SearchScope method to execute the stored search is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_INVALID_SORT_LEVEL
FNRCA0116E
RETRIEVE_SEARCH_INVALID_SORT_LEVEL The sort level specified in the search XML is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_INVALID_VERSION
FNRCA0117E
RETRIEVE_SEARCH_INVALID_VERSION The version specified in the search XML is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_INVALID_XML
FNRCA0115E
RETRIEVE_SEARCH_INVALID_XML The search XML is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_INVALID_XML_QUERY_FROM_CLASS
FNRCA0107E
RETRIEVE_SEARCH_INVALID_XML_QUERY_FROM_CLASS The XML to use for the search is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_REQUIRED_MERGE_DATA_NOT_PRESENT
FNRCA0109E
RETRIEVE_SEARCH_REQUIRED_MERGE_DATA_NOT_PRESENT The templateData parameter for the SearchScope method to execute the stored search is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_SUBCLASS_NOT_FOUND
FNRCA0105E
RETRIEVE_SEARCH_SUBCLASS_NOT_FOUND The XML to use for the search is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_XML_INVALID_ATTRIBUTE_VALUE
FNRCA0096E
RETRIEVE_SEARCH_XML_INVALID_ATTRIBUTE_VALUE The XML to use for the search is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_XML_INVALID_CHILD_NODE_COUNT
FNRCA0097E
RETRIEVE_SEARCH_XML_INVALID_CHILD_NODE_COUNT The XML to use for the search is not well-formed.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_XML_INVALID_CONTENT_ITEM_COUNT
FNRCA0098E
RETRIEVE_SEARCH_XML_INVALID_CONTENT_ITEM_COUNT The XML to use for the search is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_XML_INVALID_FUZZY_MODIFIER
FNRCA0118E
RETRIEVE_SEARCH_XML_INVALID_FUZZY_MODIFIER Invalid value for fuzzy search parameter, must be greater then 0.0 and less then 1.0, value = {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_XML_INVALID_GROUPACTION_ATTRIBUTE
FNRCA0101E
RETRIEVE_SEARCH_XML_INVALID_GROUPACTION_ATTRIBUTE The XML to use for the search is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_XML_INVALID_PROXIMITY_MODIFIER
FNRCA0119E
RETRIEVE_SEARCH_XML_INVALID_PROXIMITY_MODIFIER Invalid value for proximity search parameter, value = {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_XML_INVALID_RESET_OF_CONTENT_ITEM
FNRCA0099E
RETRIEVE_SEARCH_XML_INVALID_RESET_OF_CONTENT_ITEM The XML to use for the search is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_XML_INVALID_RETRIEVE_OF_CONTENT_ITEM
FNRCA0100E
RETRIEVE_SEARCH_XML_INVALID_RETRIEVE_OF_CONTENT_ITEM The XML to use for the search is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_XML_INVALID_WORKVARIATION_ATTRIBUTE
FNRCA0102E
RETRIEVE_SEARCH_XML_INVALID_WORKVARIATION_ATTRIBUTE The XML to use for the search is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_XML_REQUIRED_ELEMENT_OR_ATTRIBUTE_HAS_NO_VALUE
FNRCA0095E
RETRIEVE_SEARCH_XML_REQUIRED_ELEMENT_OR_ATTRIBUTE_HAS_NO_VALUE The XML to use for the search is invalid.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SEARCH_XML_REQUIRED_ELEMENT_OR_ATTRIBUTE_NOT_PRESENT
FNRCA0094E
RETRIEVE_SEARCH_XML_REQUIRED_ELEMENT_OR_ATTRIBUTE_NOT_PRESENT The XML to use for the search is incomplete.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_SQL_SYNTAX_ERROR
FNRCR0083E
RETRIEVE_SQL_SYNTAX_ERROR There was a syntax error in an SQL query or filter expression at line {0}, position {1}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_UNEXPECTED_PROP_CONSTRAINT
FNRCR0084E
RETRIEVE_UNEXPECTED_PROP_CONSTRAINT Unexpected property has constraint: {0}.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_UNEXPECTED_SELECTION
FNRCR0085E
RETRIEVE_UNEXPECTED_SELECTION The object property selection was unexpected.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_UNRECOGNIZED_QUERY_DATE
FNRCR0086E
RETRIEVE_UNRECOGNIZED_QUERY_DATE Unrecognized query date "{0}".
|
static ExceptionCode |
ExceptionCode.RETRIEVE_UNSELECT_ORDER_BY
FNRCR0087E
RETRIEVE_UNSELECT_ORDER_BY An unselected property in the ORDER BY clause can be only the id column.
|
static ExceptionCode |
ExceptionCode.RETRIEVE_UNSUPPORTED_OBJECT_RETRIEVAL
FNRCA0126E
RETRIEVE_UNSUPPORTED_OBJECT_RETRIEVAL The object cannot be retrieved because its class is unsupported for object retrieval.
|
static ExceptionCode |
ExceptionCode.SCRIPT_ERROR
FNRCZ0001E
SCRIPT_ERROR There was an error running the script.
|
static ExceptionCode |
ExceptionCode.SCRIPT_LOAD_INVOKE_ERROR
FNRCZ0002E
SCRIPT_LOAD_INVOKE_ERROR There was an error loading or invoking the script engine.
|
static ExceptionCode |
ExceptionCode.SCRIPT_NO_SUCH_METHOD
FNRCZ0003E
SCRIPT_NO_SUCH_METHOD No such method in script: {0}
The method specified does not exist in the indicated script.
|
static ExceptionCode |
ExceptionCode.SCRIPT_SYNTAX_ERROR
FNRCZ0004E
SCRIPT_SYNTAX_ERROR There was an error loading the script.
|
static ExceptionCode |
ExceptionCode.SECURITY_ANONYMOUS_DISALLOWED
FNRCS0001E
SECURITY_ANONYMOUS_DISALLOWED Access to Content Platform Engine was not allowed because the request was made anonymously instead of by an authenticated user.
|
static ExceptionCode |
ExceptionCode.SECURITY_BAD_DOMAIN_REALM
FNRCS0069E
SECURITY_BAD_DOMAIN_REALM A user {0} from realm {1} tried to access domain {2} but that realm is not allowed by that domain.
|
static ExceptionCode |
ExceptionCode.SECURITY_DEFAULT_CONFIG_EXCEPTION
FNRCS0021E
SECURITY_DEFAULT_CONFIG_EXCEPTION An unexpected exception occurred while parsing the default JAAS configuration file.
|
static ExceptionCode |
ExceptionCode.SECURITY_DEFAULT_CONFIG_EXPAND_ERROR
FNRCS0022E
SECURITY_DEFAULT_CONFIG_EXPAND_ERROR Cannot expand Java system property property_name in the default JAAS configuration file.
|
static ExceptionCode |
ExceptionCode.SECURITY_DEFAULT_CONFIG_PARSE_ERROR
FNRCS0023E
SECURITY_DEFAULT_CONFIG_PARSE_ERROR Error parsing the default JAAS configuration file.
|
static ExceptionCode |
ExceptionCode.SECURITY_DOMAIN_ENCRYPTION_UNDEFINED
FNRCS0020E
SECURITY_DOMAIN_ENCRYPTION_UNDEFINED The {0} property is undefined for this domain.
|
static ExceptionCode |
ExceptionCode.SECURITY_EXCEPTION_READING_OBJECT
FNRCS0002E
SECURITY_EXCEPTION_READING_OBJECT An exception occurred while reading a SecurityDescriptor (ACE or ACL).
|
static ExceptionCode |
ExceptionCode.SECURITY_EXCEPTION_WRITING_OBJECT
FNRCS0003E
SECURITY_EXCEPTION_WRITING_OBJECT An exception occurred while writing a SecurityDescriptor (ACE or ACL).
|
static ExceptionCode |
ExceptionCode.SECURITY_INVALID_CONFIGURATION
FNRCS0004E
SECURITY_INVALID_CONFIGURATION One or more Content Engine directory configurations are missing or invalid.
|
static ExceptionCode |
ExceptionCode.SECURITY_INVALID_CREDENTIALS
FNRCS0005E
SECURITY_INVALID_CREDENTIALS Access to the Content Engine was not allowed because the Content Engine API library or the Web Service Interface (WSI) Listener could not find the required security context information.
|
static ExceptionCode |
ExceptionCode.SECURITY_INVALID_DN
FNRCS0006E
SECURITY_INVALID_DN Invalid Distinguished Name: {0}
A Distinguished Name with invalid string format as defined by the standard LDAP protocol is found.
|
static ExceptionCode |
ExceptionCode.SECURITY_INVALID_INHERITANCE
FNRCS0024E
SECURITY_INVALID_INHERITANCE This object {0} was designated as one that has inherited security and has no inheritable security object values.
|
static ExceptionCode |
ExceptionCode.SECURITY_INVALID_SECURITY_DESCRIPTOR
FNRCS0007E
SECURITY_INVALID_SECURITY_DESCRIPTOR An invalid security descriptor was found
|
static ExceptionCode |
ExceptionCode.SECURITY_INVALID_SID_STRING
FNRCS0009E
SECURITY_INVALID_SID_STRING The Security Id string {0} is not a valid Security Id.
|
static ExceptionCode |
ExceptionCode.SECURITY_LDAP_AUTHENTICATION_FAILED
FNRCS0027E
SECURITY_LDAP_AUTHENTICATION_FAILED LDAP authentication failed when performing 'Operation' for principal 'principalIdOrName'.
|
static ExceptionCode |
ExceptionCode.SECURITY_LDAP_PROVIDER_FAILED
FNRCS0025E
SECURITY_LDAP_PROVIDER_FAILED The server was not able to access the LDAP provider while attempting the operation Operation for the security principal principalIdOrName.
|
static ExceptionCode |
ExceptionCode.SECURITY_LDAP_UNSUPPORTED_OPERATION
FNRCS0026E
SECURITY_LDAP_UNSUPPORTED_OPERATION LDAP operation 'Operation' not supported for principal 'principalIdOrName'.
|
static ExceptionCode |
ExceptionCode.SECURITY_MISSING_DEFAULT_INSTANCE_SECURITY
FNRCS0010E
SECURITY_MISSING_DEFAULT_INSTANCE_SECURITY The default instance security for class {0} is missing
The default instance security for the indicated class is missing.
|
static ExceptionCode |
ExceptionCode.SECURITY_MISSING_IMPERSONATION_REGION_ID
FNRCS0068E
SECURITY_MISSING_IMPERSONATION_REGION_ID The CE isolated region object was not found.
|
static ExceptionCode |
ExceptionCode.SECURITY_MISSING_REQUIRED_LDAP_ATTRIBUTE_VALUE
FNRCS0067E
SECURITY_MISSING_REQUIRED_LDAP_ATTRIBUTE_VALUE A null or empty value encountered during retrieval of a required LDAP attribute value.
|
static ExceptionCode |
ExceptionCode.SECURITY_MISSING_SECURITY_ID
FNRCS0011E
SECURITY_MISSING_SECURITY_ID The security ID securityId cannot be found in the security descriptor table.
|
static ExceptionCode |
ExceptionCode.SECURITY_SID_ATTRIBUTE_VALUE_SIZELIMIT_EXCEEDED
FNRCS0066E
SECURITY_SID_ATTRIBUTE_VALUE_SIZELIMIT_EXCEEDED The size of SID attribute SIDAttributeValue exceeded limitation of sizelimit bytes.
|
static ExceptionCode |
ExceptionCode.SECURITY_SORT_TYPE_DESCENDING_NOT_SUPPORTED
FNRCS0013E
SECURITY_SORT_TYPE_DESCENDING_NOT_SUPPORTED Sort type specified {0} is not supported in eDirectory.
|
static ExceptionCode |
ExceptionCode.SECURITY_TOO_MANY_MATCHES
FNRCS0014E
SECURITY_TOO_MANY_MATCHES More than one user or group {0} was found in the configured realms for the given attribute {1} and value {2}.
|
static ExceptionCode |
ExceptionCode.SECURITY_UNEXPECTED_ACE_TYPE
FNRCS0015E
SECURITY_UNEXPECTED_ACE_TYPE Unexpected ACE type {0}.
|
static ExceptionCode |
ExceptionCode.SECURITY_UNEXPECTED_VERSION
FNRCS0016E
SECURITY_UNEXPECTED_VERSION Unexpected Security Descriptor, ACL or ACE version {0}.
|
static ExceptionCode |
ExceptionCode.SECURITY_WSI_KERBEROS_CREDENTIAL_INVALID
FNRCS0018E
SECURITY_WSI_KERBEROS_CREDENTIAL_INVALID Web services Kerberos credential invalid: {0}.
|
static ExceptionCode |
ExceptionCode.SECURITY_WSI_KERBEROS_LOGIN_FAILED
FNRCS0019E
SECURITY_WSI_KERBEROS_LOGIN_FAILED Web services Kerberos login failed: {0}.
|
static ExceptionCode |
ExceptionCode.SECURITY_WSI_NO_LOGIN_MODULES_SUCCEEDED
FNRCS0017E
SECURITY_WSI_NO_LOGIN_MODULES_SUCCEEDED The Content Engine Web Services login failed since no login modules succeeded.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_CALL_CONTEXT_ALREADY_SETUP
FNRCT0001E
TRANSPORT_CALL_CONTEXT_ALREADY_SETUP The current thread already has a call context associated with it.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_CALL_CONTEXT_NOT_SETUP
FNRCT0002E
TRANSPORT_CALL_CONTEXT_NOT_SETUP The current thread has no call context associated with it.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_CORRELATION_ID_MISSING
FNRCT0003E
TRANSPORT_CORRELATION_ID_MISSING The server returned a response and the correlation ID is missing.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_EJB_UNABLE_TO_CONNECT
FNRCT0066E
TRANSPORT_EJB_UNABLE_TO_CONNECT Unable to connect to Content Engine.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_EJB_UNABLE_TO_CREATE_CONTENT_DOWNLOAD_EJB
FNRCT0065E
TRANSPORT_EJB_UNABLE_TO_CREATE_CONTENT_DOWNLOAD_EJB Enterprise Java Bean (EJB) cannot be created to retrieve content.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_EJB_UNABLE_TO_CREATE_CONTENT_UPLOAD_EJB
FNRCT0064E
TRANSPORT_EJB_UNABLE_TO_CREATE_CONTENT_UPLOAD_EJB Enterprise Java Bean (EJB) cannot be created to upload content.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_EXECUTE_CHG_MISSING_RESPONSE
FNRCT0004E
TRANSPORT_EXECUTE_CHG_MISSING_RESPONSE The server did not return a response to a Content Engine Web Services execute change request call.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_EXPECTED_CLASS_DESCRIPTION
FNRCT0005E
TRANSPORT_EXPECTED_CLASS_DESCRIPTION The server was expected to return a class description set result for a metadata search request.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_EXPECTED_ENGINEOBJECT_RESPONSE
FNRCT0007E
TRANSPORT_EXPECTED_ENGINEOBJECT_RESPONSE The request to the server for an engine object returned no information.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_EXPECTED_ENGINEOBJECTCOLLECTION_RESPONSE
FNRCT0006E
TRANSPORT_EXPECTED_ENGINEOBJECTCOLLECTION_RESPONSE The request to the server for an engine object collection did not return an engine object collection.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_EXPECTED_PROPERTY_RESPONSE
FNRCT0008E
TRANSPORT_EXPECTED_PROPERTY_RESPONSE The server was expected to return the value of the specified property {0}.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_EXPECTED_REPOSITORYROWCOLLECTION_RESPONSE
FNRCT0009E
TRANSPORT_EXPECTED_REPOSITORYROWCOLLECTION_RESPONSE The request to the server for a repository row collection did not return a repository row collection.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_FAILED_SERVER_CALL_CONTEXT_CREATE
FNRCT0010E
TRANSPORT_FAILED_SERVER_CALL_CONTEXT_CREATE The server can not create the internal call context.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_INVALID_CORRELATION_ID
FNRCT0011E
TRANSPORT_INVALID_CORRELATION_ID The server returned a correlation id of {0} and there is no corresponding request.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_INVALID_SEARCH_REQUEST
FNRCT0012E
TRANSPORT_INVALID_SEARCH_REQUEST Invalid search request {0}.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_MISSING_SERVER_RESPONSE
FNRCT0013E
TRANSPORT_MISSING_SERVER_RESPONSE The server failed to return a response for each request.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_MUST_BE_SUBCLASS
FNRCT0014E
TRANSPORT_MUST_BE_SUBCLASS The class {0} must be a subclass of {1}.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_NO_INITIAL_CONTEXT
FNRCT0015E
TRANSPORT_NO_INITIAL_CONTEXT A J2EE JNDI initial context could not be created.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_SCC_CANNOT_GET_USER_TRANSACTION
Deprecated.
This exception code is not used as of CE 4.5.1
|
static ExceptionCode |
ExceptionCode.TRANSPORT_SCC_DISALLOWED_MULTIPLE_TX_SUSPENSION
FNRCT0017E
TRANSPORT_SCC_DISALLOWED_MULTIPLE_TX_SUSPENSION The attempted suspension of multiple transaction was not allowed.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_SCC_FAILED_REGISTER_SYNC
FNRCT0018E
TRANSPORT_SCC_FAILED_REGISTER_SYNC The attempt to register the synchronization listener failed.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_SCC_NO_TRANSACTION
FNRCT0019E
TRANSPORT_SCC_NO_TRANSACTION No transaction exists in the current context.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_UNABLE_TO_LOCATE_EJB
FNRCT0020E
TRANSPORT_UNABLE_TO_LOCATE_EJB Unable to locate the servers EJB interface given the end point {0}.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_UNABLE_TO_LOCATE_EJB_SESSION
Deprecated.
This exception code is not used as of CE 4.5.1
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WAITING_QUEUE_FULL
FNRCT0022E
TRANSPORT_WAITING_QUEUE_FULL Waiting queue exceeds upper limit {0}.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_CLASS_MISSING
Deprecated.
This exception code is not used as of CE 5.0
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_COLLECTION_RESPONSE_EXPECTED
Deprecated.
This exception code is not used as of CE 4.5.1
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_CONTENT_EXPECTED
Deprecated.
This exception code is not used as of CE 4.5.1
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_CONTENT_GET_FAILED
FNRCT0025E
TRANSPORT_WSI_CONTENT_GET_FAILED An error occurred while retreiving content data for property {0}.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_CONTENT_RETRIEVAL_FAILED
Deprecated.
This exception code is not used as of CE 4.5.1
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_CONTENT_SEND_FAILED
Deprecated.
This exception code is not used as of CE 4.5.1
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_CREATE_ACTION_TYPE_FAILURE
FNRCT0028E
TRANSPORT_WSI_CREATE_ACTION_TYPE_FAILURE An error occurred creating action type {0}.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_DESERIALIZATION_ERROR
FNRCT0029E
TRANSPORT_WSI_DESERIALIZATION_ERROR A web services instance of element_name could not be deserialized.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_DIME_UNSUPPORTED
Deprecated.
This exception code is not used as of CE 5.1.1
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_END_TOKEN_EXPECTED
FNRCT0030E
TRANSPORT_WSI_END_TOKEN_EXPECTED A Java object from a Content Engine Web Services XML element could not be deserialized.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_FNCEWS35_UNSUPPORTED
FNRCT0067E
TRANSPORT_WSI_FNCEWS35_UNSUPPORTED The FNCEWS35 endpoints are not supported for CEWS.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_HEADER_REGISTRATION_FAILURE
Deprecated.
This exception code is not used as of CE 4.5.1
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_HTTPS_REQUIRED
FNRCT0060E
TRANSPORT_WSI_HTTPS_REQUIRED A connection cannot be made to the server using the specified URI 'connectionURI'.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_INVALID_CONTENT_RESPONSE_TYPE
FNRCT0055E
TRANSPORT_WSI_INVALID_CONTENT_RESPONSE_TYPE The ContentResponse type content_response_type is not recognized.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_INVALID_CONTENT_TYPE
FNRCT0054E
TRANSPORT_WSI_INVALID_CONTENT_TYPE The content attachment type attachment_type is not recognized.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_INVALID_DEPENDENT_OBJ_ACTION
FNRCT0032E
TRANSPORT_WSI_INVALID_DEPENDENT_OBJ_ACTION An invalid dependent object action type update_type was detected.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_INVALID_ENUM_VALUE
FNRCT0053E
TRANSPORT_WSI_INVALID_ENUM_VALUE The value value specified for the web services XML attribute {1} is not one of the permitted values in the WSDL
valueThe name of the attribute.
The value specified for the web services XML attribute is not one of the permitted values in the WSDL.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_INVALID_HEADER_VALUE
FNRCT0033E
TRANSPORT_WSI_INVALID_HEADER_VALUE The SOAP header or XML element element_name must have a value.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_INVALID_INDEPENDENT
Deprecated.
This exception code is not used as of CE 4.5.1
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_INVALID_LIST_UPDATE_MODS
FNRCT0035E
TRANSPORT_WSI_INVALID_LIST_UPDATE_MODS The list of dependent objects was not correctly represented by the internal update list class during an execute change call.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_INVALID_MESSAGE_CONTEXT
Deprecated.
This exception code is not used as of CE 4.5.1
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_INVALID_OBJECT_VALUE_TYPE
FNRCT0037E
TRANSPORT_WSI_INVALID_OBJECT_VALUE_TYPE An invalid object value of type {0} was received from the server for property {1}.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_INVALID_RESPONSE_NO_EO
FNRCT0038E
TRANSPORT_WSI_INVALID_RESPONSE_NO_EO The server response was invalid.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_INVALID_SEARCH_REQUEST_TYPE
FNRCT0039E
TRANSPORT_WSI_INVALID_SEARCH_REQUEST_TYPE An ExecuteSearchRequest has an unrecognized search type: search_type.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_LOOKUP_FAILURE
Deprecated.
This exception code is not used as of CE 4.5.1
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_MALFORMED_VALUE
FNRCT0062E
TRANSPORT_WSI_MALFORMED_VALUE The deserialization parsing of data type data_type failed for the value value.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_MISSING_ACTION_TYPE
FNRCT0041E
TRANSPORT_WSI_MISSING_ACTION_TYPE The PendingAction {0} does not have a corresponding ActionType
The PendingAction specified during an execute change request is not supported by the Content Engine Web Services interface.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_MULTIPART_PROBLEM
FNRCT0057E
TRANSPORT_WSI_MULTIPART_PROBLEM A multipart SOAP request or response could not be deserialized.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_NETWORK_ERROR
FNRCT0042E
TRANSPORT_WSI_NETWORK_ERROR A network error occurred when processing a Web service request or response.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_NO_RUNTIME
FNRCT0061E
TRANSPORT_WSI_NO_RUNTIME The operation cannot be completed because a supported web service runtime is not present.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_SERIALIZATION_ERROR
FNRCT0043E
TRANSPORT_WSI_SERIALIZATION_ERROR Error serializing a web services instance of element_name.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_SERIALIZATION_HANDLER_NOT_FOUND
FNRCT0044E
TRANSPORT_WSI_SERIALIZATION_HANDLER_NOT_FOUND The web services serialization handler for the XML element element_name was not found.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_SERIALIZATION_REGISTRY_NOT_FOUND
FNRCT0045E
TRANSPORT_WSI_SERIALIZATION_REGISTRY_NOT_FOUND The Content Engine Web Services WSDL URI uri is not registered for Java-to-XML serialization.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_SOAP_HEADER_NOT_UNDERSTOOD
FNRCT0059E
TRANSPORT_WSI_SOAP_HEADER_NOT_UNDERSTOOD A SOAP request included a header soap_header with the mustUnderstand attribute, but that SOAP header is not understood by Content Engine Web Services (CEWS).
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_START_TOKEN_EXPECTED
FNRCT0046E
TRANSPORT_WSI_START_TOKEN_EXPECTED The web services opening element was expected, but it was not found.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_UNEXPECTED_REQUEST
FNRCT0058E
TRANSPORT_WSI_UNEXPECTED_REQUEST An unexpected CEWS request of object type request_type was received from a client.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_UNEXPECTED_RESPONSE
FNRCT0047E
TRANSPORT_WSI_UNEXPECTED_RESPONSE An unexpected CEWS response of object type response_type was received from the server.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_UNKNOWN_LIFECYCLE_CHANGE_TYPE
FNRCT0048E
TRANSPORT_WSI_UNKNOWN_LIFECYCLE_CHANGE_TYPE Unknown life cycle action type {0}.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_UNKNOWN_RESERVATION_TYPE
FNRCT0049E
TRANSPORT_WSI_UNKNOWN_RESERVATION_TYPE Unknown reservation type {0}.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_UNSUPPORTED_PROPERTY_TYPE
FNRCT0050E
TRANSPORT_WSI_UNSUPPORTED_PROPERTY_TYPE Unsupported property type {0}.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_VALUE_EXPECTED
FNRCT0051E
TRANSPORT_WSI_VALUE_EXPECTED A required value for an XML element or attribute was missing: {0}
A required value for an XML element or attribute was missing.
|
static ExceptionCode |
ExceptionCode.TRANSPORT_WSI_WSDL_FILE_NOT_FOUND
Deprecated.
This exception code is not used as of CE 4.5.1
|
Modifier and Type | Method and Description |
---|---|
ExceptionCode |
ErrorStack.getExceptionCode()
Gets the
ExceptionCode object for the current exception. |
ExceptionCode |
EngineRuntimeException.getExceptionCode()
Gets the
ExceptionCode object specified for this instance. |
static ExceptionCode |
ExceptionCode.getExceptionCode(java.lang.String key)
Gets the
ExceptionCode object referenced by the specified resource key (ExceptionCode
field name). |
Constructor and Description |
---|
EngineRuntimeException(ExceptionCode code)
Use this to specify only the
ExceptionCode object for this exception. |
EngineRuntimeException(ExceptionCode code,
java.lang.Object codeArg0)
Use this to specify the
ExceptionCode object and the specific value in use (code argument) when
the error occurred for this exception. |
EngineRuntimeException(ExceptionCode code,
java.lang.Object[] codeArgs)
Use this to specify the
ExceptionCode object and an array of specific values (code arguments) in use
when the error occurred for this exception. |
EngineRuntimeException(ExceptionCode code,
java.lang.Object[] codeArgs,
com.filenet.apiimpl.exception.ExceptionContext ctx,
java.lang.Object[] ctxArgs)
(FileNet internal use only)
Specifies exception code and context.
|
EngineRuntimeException(ExceptionCode code,
java.lang.Object[] codeArgs,
com.filenet.apiimpl.exception.ExceptionContext ctx,
java.lang.Object[] ctxArgs,
com.filenet.apiimpl.exception.ExceptionContext addlCtx,
java.lang.Object[] addlCtxArgs)
(FileNet internal use only)
Specifies exception code and context.
|
EngineRuntimeException(ExceptionCode code,
java.lang.Object codeArg0,
com.filenet.apiimpl.exception.ExceptionContext ctx,
java.lang.Object[] ctxArgs)
Use this to specify the
ExceptionCode object and the specific value in use (code argument) when
the error occurred for this exception. |
EngineRuntimeException(java.lang.Throwable cause,
ExceptionCode code,
java.lang.Object[] codeArgs)
Use this for exception chaining.
|
EngineRuntimeException(java.lang.Throwable cause,
ExceptionCode code,
java.lang.Object[] codeArgs,
com.filenet.apiimpl.exception.ExceptionContext ctx,
java.lang.Object[] ctxArgs)
(FileNet internal use only)
Specifies Throwable cause, exception code, and context.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.