problem migrating users/groups aem 6.1 | Community
Skip to main content
Employee
November 9, 2015
Solved

problem migrating users/groups aem 6.1

  • November 9, 2015
  • 6 replies
  • 3370 views

hello, when trying to migrate a set of users and groups I get this error in package manager:

"org.apache.jackrabbit.vault.packaging.PackageException: javax.jcr.nodetype.ConstraintViolationException: OakConstraint0027: The admin user cannot be removed.

 

Am hoping someone has a set of guidelines for migrating users from one 6.1 author to another.

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kautuk_sahni

This is a constraint, please have a look at the documentation :- https://jackrabbit.apache.org/oak/docs/security/user.html

 and as mentioned by Sham and Opkar, exclude admin user and tokens using Package Manager filter.

I hope this would help you.

Thanks and Regards

Kautuk Sahni

6 replies

Employee
September 19, 2016
Employee
September 19, 2016

Something like this should be followed

Below are the exclude filters

Exclude tokens, excluding admin and anonymous user

     
exclude/home/users/.*/.tokens
     
exclude/home/users/Q/QY5FIMXeQIbGpwZtQ3Dv
     
exclude/home/users/K/Kj1406Qo9IDODc_nk5Ib

 
/home/users/Q/QY5FIMXeQIbGpwZtQ3Dv – admin user on the system where I am creating the package
/home/users/K/Kj1406Qo9IDODc_nk5Ib – anonymous user on the system where I am creating the package 
 
New Participant
September 19, 2016

Do you have a definitive guideline over it?

kautuk_sahni
kautuk_sahniAccepted solution
Employee
November 10, 2015

This is a constraint, please have a look at the documentation :- https://jackrabbit.apache.org/oak/docs/security/user.html

 and as mentioned by Sham and Opkar, exclude admin user and tokens using Package Manager filter.

I hope this would help you.

Thanks and Regards

Kautuk Sahni

Kautuk Sahni
Employee
November 9, 2015

Also, make sure ".tokens" are excluded from all the user folders

Regards,

Opkar

Sham_HC
New Participant
November 9, 2015

Exclude admin user using package manager filter.