Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

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

Avatar

Level 2

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?

1 Accepted Solution

Avatar

Correct answer by
Level 10

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 !

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

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 !