Forum Discussion
MarcusH
20 hours agoContributor III
T_Kress is on the right track - the problem is that the Framework database in your 2 environments are not the same (and that is normal). The problem though is that the metadata security groups are stored in the database using their unique ids not the name and while the security groups might be in both environments, they have different unique ids. The way to solve this is to update the security groups in DEV with the PRD groups but you need to select 'Extract Unique IDs':
That will load/update the security groups using the same unique IDs as PRD.
It might also mess up the user security assignments in DEV. So the steps you need are:
- extract DEV security without Unique IDs
- extract PRD security with unique IDs
- load PRD security extract into DEV
- load DEV security extract into DEV to reset the user assignments
I think that will do it but I haven't tested it.
Related Content
- 11 months ago
- 12 months ago
- 5 months ago
- 4 months ago