XML Encoding Errors

From Meta Data Services Programming

Meta Data Services Programming

XML Encoding Errors

The following table lists the error codes and messages returned by the XML Interchange Format methods. A workaround or an explanation follows each error.

Error number Error text Description
0x80042000 E_REPXML_REPNOTINITIALIZED
Repository is not initialized.
0x80042001 E_REPXML_INVALIDFILE
XML format for the importer is not valid.
0x80042002 E_REPXML_LIBNOTFOUND
Could not find type library associated with tag - (%s).
0x80042003 E_REPXML_TXNCREATE
Could not create a transaction.
0x80042004 E_REPXML_OBJNOTFOUND
Object was not found.
0x80042005 E_REPXML_IMPORT_INVALIDFLAG
Invalid flag or combination of import flags was used.
0x80042006 E_REPXML_EXPORT_INVALIDFLAG
Invalid flag or combination of export flags was used.
0x80042007 E_REPXML_INVALIDFILENAME
File name "%s" is not valid.
0x80042008 E_REPXML_CANTCREATEFILE
Error creating file.
0x80042009 E_REPXML_ITEMEXISTS
Item with transfer ID %s already exists in database and overwrite is not allowed.
0x8004200a E_REPXML_ERRORPARSING
Error parsing XML file.
0x8004200b E_REPXML_ERROREXPORTING
Error occurred while exporting XML.
0x8004200c E_REPXML_ERRORADDINGOBJ
Error occurred while adding an object.
0x8004200d E_REPXML_ERRORGETITEM
Error occurred while getting an object.
0x8004200e E_REPXML_ERRORREMOVEOBJ
Error occurred when removing an object.
0x8004200f E_REPXML_INVALIDBINARY
Binary property %s of object with transfer ID %s contains a character that is not valid.
0x80042010 E_REPXML_COLADDERROR
Error adding to collection with relationship name %s.
0x80042011 E_REPXML_IMPORTOBJECT
Error creating new object/version of object with transfer ID %s.
0x80042012 E_REPXML_NOTRANSID
Object does not contain a transfer ID. (oim:ID)
0x80042013 E_REPXML_ERRORSETTINGPROP
Error setting property %s of object with transfer ID %s.
0x80042014 E_REPXML_EXPORTOBJEXIST
Object already exists in export collection.
0x80042015 E_REPXML_DUPEPREFIX
Prefix %s of model %s already exists in the export list.
0x80042016 E_REPXML_WRITEFILE
Error writing file.
0x80042017 E_REPXML_RETURNCOLERROR
Error occurred adding to return collection.
0x80042018 E_REPXML_READINGTIM
An error occurred reading information model.
0x80042019 E_REPXML_CANTGETCOL
Error getting collection off relationship %s.
0x8004201a E_REPXML_ERROROPENFILE
Error opening file %s.
0x8004201b E_REPXML_ERROROPENTEMPFILE
Error opening temporary log file.
0x8004201c E_REPXML_ERRORWRITETEMPFILE
Error writing to temp file.
0x8004201d E_REPXML_UNMAPPEDOBJECT
Name %s is unmapped.
0x8004201e E_REPXML_NOOBJECSTTOEXPORT
No objects to export.

See Also

Using XML Encoding

XML Encoding Reference

XML in Meta Data Services