What does mds-00039 mean?

What does mds-00039 mean?

MDS-00039: error while attempting to parse the document {0} using SAX. Cause: A SAX parsing exception occurred while trying to parse a document. Action: Record the accompanying error and contact the developers of the application. MDS-00040: There are no namespaces registered.

What is the difference between mds-00084 and MDS -00085?

MDS-00084: Parameter {0} is invalid. Cause: The supplied parameter was not of the expected type. Action: Ensure the parameter is of the expected type. MDS-00085: Parameter {0} is missing. Cause: The named parameter was not supplied. Action: Ensure that the named parameter is supplied.

What is the cause of the mds-00010 error?

MDS-00010: DuplicateRefException. In document {0} there are multiple elements with the same ID {1}. Cause: Either an element was being added with an ID that already existed within the document, or a preexisting document had multiple elements with the same ID.

How do I commit changes to the mdssession in MDS?

MDS-00047: Use the flushChanges method on the MDSSession to commit the changes. Cause: Commit was disabled in the PTransaction that was being used. Action: Use the flushChanges method on the MDSSession to commit the changes.