Samir
22 hours agoNew Member
Creating a package using the innovator admin
Hi everyone,
I'm trying to create a package using Innovator Admin to capture a set of changes I've made to an Aras instance. The changes include custom ItemTypes, RelationshipTypes, Forms, Sequences, and various other modifications.
My current approach is using the "Recently Modified" filter with "Modified By = Innovator Admin" and selecting everything that comes up. I then follow a rough dependency order when building the package (ItemTypes before Properties, Properties before Forms etc).
However when I try to install the package to a fresh database I get errors. The main ones I've run into are:
- System.InvalidOperationException: Sequence contains no matching element in FixPropertyReferencesToSystemProperties
- An item with the same key has already been added for certain RelationshipTypes
- Foreign key constraint failures on the MORPHAE table when a referenced ItemType hasn't been installed yet
A couple of specific questions:
- Is there a correct and reliable export order for package items in Innovator Admin?
- Are Properties bundled automatically with their parent ItemType on export, or do they need to be added explicitly?
- Is there a better way to capture all changes made in a given period, ideally something more reliable than the Recently Modified filter?
Any guidance appreciated. Thanks