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.