Ashwin_Raju
Ashwin_Raju
12-10-2017
Hi,
We are trying a scenario where unlocking a page in AEM 6.3 is failing. PFB the steps followed in a vanilla AEM instance.
Please let me know if this is the intended behavior in AEM 6.3 and what will be an alternate solution for the same.
arjun07180302
arjun07180302
12-10-2017
From my experience in my project, either admin OR user with admin rights will be able to unlock the page. A mere impersonation of the person who locked the page does not give you all the access to unlock the page.
Also, did you get a chance looking into some of the options that were discussed in this thread. Unlocking Pages - Alternative to "admin" Account?
Ashwin_Raju
Ashwin_Raju
27-10-2017
Ideally impersonating as a locked user and unlocking the page was working until before AEM 6.3 but apparently not working now in AEM 6.3. Not sure if there is any change or is it a bug in AEM 6.3. There are other options as well as you had mentioned but the mentioned behavior after impersonating is the one which the customer needed and was working until AEM 6.2.
Ashwin_Raju
Ashwin_Raju
19-12-2017
Is there any hotfix available for the same from Adobe? Error log -
Unable to unlock page.
com.day.cq.wcm.api.WCMException: Unable to unlock page.
Caused by: javax.jcr.lock.LockException: Not an owner of the lock
jbrar
Employee
jbrar
Employee
16-01-2018
For AEM 6.3, Impersonating and unlocking a page is not allowed and can be treated as a product limitation.
jverheyen
jverheyen
17-01-2018
If it is indeed a product limitation, the canUnlock() method on the Page class should return false when checked with an impersonated user; which it doesn't.
So it seems like there's either a bug in the unlock functionality itself, or in the canUnlock() method.
Correct me if I'm wrong.
sureshr19072451
sureshr19072451
14-05-2018
I feel it's good to have this doc updated with all AEM versions that this issue applies to - How to unlock a locked page
Applies to is still referring to AEM 5.2.x.
sureshr19072451
sureshr19072451
29-05-2018
Latest update we received from Adobe on this through day care -
We have confirmed from the engg team and same has been written in the docs And an evaluation for improvement on this feature is been checked on this JIRA (CQ-4236738).
Locking a page can be performed when impersonating a user. However a page locked in this way can only then be unlocked as the user who was impersonated or a user with administrator privileges.
Pages cannot be unlocked by impersonating the user who locked the page.
Also same has been written under[1].
https://helpx.adobe.com/experience-manager/6-3/sites/authoring/using/editing-content.html
Thanks.