ECM

ECM0001I: Starting adapter.
Explanation: Starting adapter.
User Action: No action required.

 

ECM0002E: Unable to retrieve events.
Explanation: Attempted to retrieve events from the event store, but failed.
User Action: Check the status of the EventStore.

 

ECM0003E: Unable to delete event: {0}.
Explanation: Attempted to delete an event from the event store, but failed.
User Action: Check the status of the EventStore.

 

ECM0004E: Communication failure.
Explanation: Communication failure.
User Action: Check the ECMAdapter Server.

 

ECM0005E: Unable to connect to ECMAdapter Server: {0}.
Explanation: Unable to connect to the ECMAdapter Server.
User Action: Check the ECMAdapter Server.

 

ECM0006E: Unable to update event: {0}.
Explanation: Unable to update event.
User Action: Check the Event Store.

 

ECM0007E: Unable to retrieve an event from the eventStore: {0}.
Explanation: Attempted to retrieve an event from the event store, but failed.
User Action: Check the status of the EventStore.

 

ECM0008E: Unable to retrieve the complete event: {0}.
Explanation: Attempted to retrieve the entire object, but failed.
User Action: Check the object keys in ECMAdapter to see if they match.

 

ECM0009E: Unable to create a business object: {0}.
Explanation: Could not find the schema for the business object.
User Action: Verify that the business object schema exists, and is in the correct location.

 

ECM0010E: An exception occured while processing the business object : {0}.
Explanation:
User Action: Check the previous log messages to determine the cause.

 

ECM0011E: Unable to commit the transaction.
Explanation: Operation failed in the middle of "COMMIT" operation.
User Action: Check the status of the database.

 

ECM0012E: Unable to rollback the transaction.
Explanation: Operation failed in the middle of "ROLLBACK" operation.
User Action: Check the status of the database.

 

ECM0013E: Unable to update the object. Key: {0}
Explanation: The update operation failed.
User Action: Verify that the object exists in the database

 

ECM0014E: Unable to create the object.
Explanation: The create operation failed.
User Action: Verify the status of the database

 

ECM0015E: Unable to delete the object. Key: {0}
Explanation: The delete operation failed.
User Action: Verify that the object exists in the database

 

ECM0016E: Unable to retrieve the object. Key: {0}
Explanation: The retrieve operation failed.
User Action: Verify that the object exists in the database

 

ECM0017E: ECMResourceAdapterMetadata is null.
Explanation: ECMResourceAdapterMetadata is null.
User Action: Verify your ECMResourceAdapterMetadata has been implemented correctly

 

ECM2001E: The interactionspec specified is not valid. It is not a valid instance of ECMInteractionSpec.
Explanation: The specified interactionspec is not valid.
User Action: Verify that the interactionspec instance is a valid instance of ECMInteractionSpec

 

ECM2002E: The input record specified is either null or not a valid instance of ECMStructuredRecord.
Explanation: The input record specified is either null or not a valid instance of ECMStructuredRecord.
User Action: Verify that the input record is an instance of ECMStructuredRecord

 

ECM2003E: RepositoryID is not specified
Explanation: RepositoryID is not specified
User Action: Specify the RepositoryID of the repository in the ECM server.

 

ECM2004E: Neither document ID nor document name properties are specified.
Explanation: Neither document ID nor document name properties are specified.
User Action: Specify the document name and target folder name of the document. Alternatively specify the document ID of the document.

 

ECM2005E: The value specified for the property 'cmisU58objectTypeId'= {1} does not match the type of the specified document. The document type of the document = {0}.
Explanation: The value for the 'cmisU58objectTypeId' does not match the value of the document type of the specified document.
User Action: Specify the value of property 'cmisU58objectTypeId' with the document type of the document.

 

ECM2006E: TargetFolder is not specified
Explanation: The value for TargetFolder is not specified
User Action: Specify the TargetFolder name as a path where the document has to be created

 

ECM2007E: DocumentName is not specified
Explanation: The value for DocumentName is not specified
User Action: Specify the name of the document to be created in the ECM system in the DocumentName property.

 

ECM2008E: The value for the property 'cmisU58objectTypeId' is not specified
Explanation: The value for property 'cmisU58objectTypeId' is not specified
User Action: Specify the value of property 'cmisU58objectTypeId' with the document type of the document.

 

ECM2009E: The number of objects retrieved from the ECM system is {0}. It exceeds the maximum records configured, {1}, for the input object, {2}. The RetrieveAll operation cannot be completed.
Explanation: The number of instances retrieved from the enterprise information system (EIS) exceeds the configured maximum record count in the InteractionSpec.
User Action: Increase the filtering criteria by populating more properties in the business object. If the problem persists, increase the number of maximum records allowed in the InteractionSpec.

 

ECM2010E: RetrieveCriteria is not specified
Explanation: RetrieveCriteria is not specified in the input record
User Action: Specify the RetrieveCriteria in the input record

 

ECM2011E: Neither folder ID nor folder path properties are specified.
Explanation: Neither folder ID nor folder path properties are specified.
User Action: Specify the folder ID of the folder. Alternatively specify the complete path of the folder.

 

ECM2012E: Neither parent folder ID nor parent folder path properties are specified.
Explanation: Neither parent folder ID nor parent folder path properties are specified.
User Action: Specify the ID of the parent folder where the folder is to be created. Alternatively specify the complete path of the parent folder.

 

ECM2013E: The value specified for the property 'cmisU58objectTypeId'= {1} does not match the type of the specified folder. The folder type of the folder = {0}.
Explanation: The value for the 'cmisU58objectTypeId' does not match the value of the folder type of the specified folder.
User Action: Specify the value of property 'cmisU58objectTypeId' with the folder type of the folder.