Backward compatibility Issue while migrating ACL package from AEM 6.1 to 6.0 | Community
Skip to main content
New Participant
November 2, 2015
Solved

Backward compatibility Issue while migrating ACL package from AEM 6.1 to 6.0

  • November 2, 2015
  • 1 reply
  • 567 views

1.We had created a new system user with the following node structure:

/home/users/system/iea/ieaadmin

This was used to get s session object and used further.

All this was done on AEM 6.1 with Java 1.8

2. Now we wanted to test out our code on AEM 6.0 Service Pack 1 with Java 1.8.

The first issue we faced was that the package manger did not allow the upload of this old ACL package. It says that the authorizableFolder "iea" was not found and so cannot upload.

3. The idea behind having our project specific user inside a separate folder was to manage the vlt filter.xml inclusions.

Can we know what is the issue and the best way to handle this so that a common ACL package will work for both instances?

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 Lokesh_Shivalingaiah

did you try creating the iea and ieaadmin folder manually and then try to import ?? Ideally it should create when you import the package but I am just seeing if that helps !

1 reply

Lokesh_Shivalingaiah
Lokesh_ShivalingaiahAccepted solution
New Participant
November 2, 2015

did you try creating the iea and ieaadmin folder manually and then try to import ?? Ideally it should create when you import the package but I am just seeing if that helps !