Moving Identity Profile from dev to stage

Hi,
I’ve been working on moving some stuff from the our dev environment to stage with the help of Configuration hub, I’m having trouble moving the identity profile of the identities due to an error.

Not really sure what is causing the issue. Any ideas what might cause the issue?
I’ve moved over the sources which are related to the identity profile so maybe there is a certain order in which the things should be moved?

1 Like

You need to migrate your IDENTITY_OBJECT_CONFIG before you can migrate IDENTITY_PROFILE objects. The identity object config is where all of the identity attribute base definitions are found and then identity profiles sit on top of that for source mappings to those attributes. You don’t see it from the UI, but when you add a new attribute to an identity profile, it really gets created in the identity object config. All identity profiles reference the identity object config for identity attributes that can be mapped via identity profiles.

3 Likes

Just wanted to add, that yes the sequence is important. You might need to import sources as well(if any) before you import the identity profile.

Thanks,
Prash

1 Like

Seems like there is missing referenced object - since IDENTITY_PROFILE objects are referencing IDENTITY_OBJECT_CONFIG you should migrate these together .
Configuration hub should be able to resolve the references of objects when they are migrated in the same draft - if you have both objects in the draft and still get that error , please open support ticket.
You can also migrate first the referenced objects and then the Identity profile but that should not be necessary

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.