DMNO

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

 

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

 

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

 

DMNO0004E: Communication failure.
Explanation: Communication failure.
User Action: Check the Domino Server.

 

DMNO0005E: Unable to connect to Domino server: {0}:{1} with the user name: {2}.
Explanation: Unable to connect to Domino Server.
User Action: Check the Domino server address, DIIOP port number, user name and password.

 

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

 

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

 

DMNO0008E: Unable to retrieve a complete event: {0}.
Explanation: Attempted to retrieve the entire object, but failed.
User Action: Check object keys in IBM WebSphere Adapter for Lotus Domino to see if they match.

 

DMNO0009E: Unable to create 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.

 

DMNO0010E: An exception occurred while processing the business object : {0}.
Explanation:
User Action: View the previous log messages to determine the cause

 

DMNO0011E: Unable to commit the transaction.
Explanation: We were in the middle of a "COMMIT" operation, but the operation failed.
User Action: Check the status of the database.

 

DMNO0012E: Unable to rollback the transaction.
Explanation: We were in the middle of a "ROLLBACK" operation, but the operation failed.
User Action: Check the status of the database.

 

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

 

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

 

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

 

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

 

DMNO0017E: DominoResourceAdapterMetadata is null.
Explanation: DominoResourceAdapterMetadata is null.
User Action: Verify if the DominoResourceAdapterMetadata has been implemented correctly

 

DMNO10001E: EMD tool throws an exception during EMD processing. Exception information: {0}
Explanation: The EMD tool throws an exception.
User Action: View your EMD tool log and user guide to troubleshoot the exception error.

 

DMNO10002E: Domino driver throws exception during EMD processing. Exception information: {0}
Explanation: The Domino driver throws an exception because of server problem or network connection problem.
User Action: Check the Domino server and network connection to the Domino server.

 

DMNO10003E: Database: {0} cannot be opened and is neglected in metadata tree.
Explanation: The database is not valid or the user has no privilege to open the database.
User Action: No user action is needed

 

DMNO10004E: The Domino driver throws an exception when creating MetadataObject from the location ID: {0}. Exception information: {1}
Explanation: Domino driver throws an exception because of a problem with the server or with the network connection.
User Action: Check the the Domino server and the network connection to the Domino server

 

DMNO10005E: EMD tool throws an exception when creating MetadataObject from location ID: {0}. Exception information: {1}
Explanation: The location ID format is wrong.
User Action: Check location ID format.

 

DMNO10006E: EMD tool throws an exception when creating property. Exception information: {0}
Explanation: The EMD tool throws an exception.
User Action: View your EMD tool log and user guide to troubleshoot the exception.

 

DMNO2001E: The InteractionSpec specified is not valid. It is either null or not a valid instance of DominoInteractionSpec.
Explanation: The specified InteractionSpec is either null or not valid.
User Action: Specify a valid InteractionSpec argument. The InteractionSpec passed as an argument to the execute method of the interaction should not be null and should be a valid instance of DominoInteractionSpec.

 

DMNO2002E: An error occurred while validating the function name: {0}. It is not a valid value.
Explanation: None of the valid function names (Create, Update, Retrieve, Delete, Exists, RetrieveAll) have been specified in the Interaction specification.
User Action: Ensure that the function name is correct and is one of the supported function names, namely, Create, Update, Retrieve, Delete, Exists, RetrieveAll.

 

DMNO2003E: The specified input record is not valid.
Explanation: The input record passed as an argument to the execute method of the interaction should not be null and should be an instance of DominoStructuredRecord.
User Action: Specify a valid input record (DominoStructuredRecord) argument.

 

DMNO2004E: The input is not set to perform the {0} operation. Either the UniversalID or the NoteID should be set with a valid value.
Explanation: None of the required business object properties UniversalID, NoteID are set with valid value.
User Action: Ensure that either the UniversalID or the NoteID attributes in the business object are set with a valid value.

 

DMNO2005E: Error occurred during Create operation. Database name : {0} , form name : {1}, error message : {2}
Explanation: An error occurred while creating a document in the domino database.
User Action: Check the database access in the domino server and input data of the business object used to create the document on the domino server.

 

DMNO2006E: Error occurred during Update operation. Database name : {0} , form name : {1}, input key : {2}, error message : {3}
Explanation: An error occurred while updating a document in the domino database.
User Action: Check the database access in the domino server and input data of the business object used to update the document on the domino server.

 

DMNO2007E: Error occurred during Delete operation. Database name : {0} , form name : {1}, input key : {2}, error message : {3}
Explanation: An error occurred while deleting a document in the domino database.
User Action: Check the database access in the domino server and input data of the business object used to delete the document on the domino server.

 

DMNO2008E: Error occurred during Exists operation. Database name : {0} , form name : {1}, input key : {2}, error message : {3}
Explanation: An error occurred while checking if the document exists or not in the domino database.
User Action: Check the database access in the domino server and input data of the business object used to check if the document exists on the domino server.

 

DMNO2009E: Error occurred during Retrieve operation. Database name : {0} , form name : {1}, input key : {2}, error message : {3}
Explanation: An error occurred while retrieving a document in the domino database.
User Action: Check the database access in the domino server and input data of the business object used to retrieve the document on the domino server.

 

DMNO2010E: Error occurred during RetrieveAll operation. Database name : {0} , form name : {1}, domino field name : {2}, search query : {3}, error message : {4}
Explanation: An error occurred while retrieving all documents in the domino database which match the search query.
User Action: Check the database access in the domino server and input data of the business object used to retrieve all the documents on the domino server matching the search query.

 

DMNO2011E: Error occurred while checking if the parent document exists. Database name : {0} , form name : {1}, domino field name : {2}, ParentDocumentUNID : {3}
Explanation: An error occurred while checking if the document with the specified ParentDocumentUNID exists in the domino server.
User Action: Check the database access in the domino server and input data(ParentDocumentUNID) of the business object.

 

DMNO2012E: An error occurred while validating the ASI information for the DBPath : {0}. It is not a valid value.
Explanation: Business object level application specific information, DBPath is needed to connect to the database of the Domino server.
User Action: Ensure that the business objects schema is correct and is generated using the external services wizard.