Include relationship when exporting ItemType?

Why aren't my RelationshipTypes on my custom ItemType exported when I run Aras's export.exe program? It renders it useless if it doesn't include *everything*.

  • I exported the RelationshipType items. But when trying to load them I'm getting the error:

              ****ErrorMessage****
           Internal Error: the relationship type is corrupted.ItemType inside relationship_id tag is corrupted
          ******Error message******
    Internal Error: the relationship type is corrupted.ItemType inside relationship_id tag is corrupted
          ************************
              ****ErrorMessage****
           Internal Error: the relationship type is corrupted.ItemType inside relationship_id tag is corrupted
    ConsoleUpgrade.exe failed with 1.
  • Hi Tottenham,

    Are you attempting to export both the RelationshipType item as well as the ItemType item for the same relationship? Attempting to export/import both of these will result in a redundancy in the target system. From my experience, exporting only the RelationshipType will accomplish the goal you're trying to achieve. All of the data stored within the relationship ItemType is stored within the XML for the RelationshipType item which is created upon export. Upon import the tool will create both Items which should be configured properly.

    AJ

  • thakns, that did the trick!! i love this company