I am facing an issue w.r.t giving access to our authors. I have given them replicate access for /content/dam path, but when they are creating a content fragment using the fragment model and trying to replicate it.
AEM is trying to re-publish the fragment model too, even though they are already activated. Because of this replication action is failing with 403 as /conf/ replicate access is not given to authors.
Any idea, why AEM is trying to activate the fragment model again?
Solved! Go to Solution.
Views
Replies
Total Likes
@ashish_mishra1
When you create a content fragment using a fragment model, it creates a reference to the model in the content fragment metadata. When you publish CF, AEM needs to ensure that CF Model (CFM) is also available on publish instance.
If the model is not available on publisher or is not activated, then AEM will try to replicate the model along with the content fragment, which is resulting in the 403 error because the authors don't have replicate access to /conf path.
You may try either of the below options.
Check-in replication logs if CFM itself has some references to resources outside of /content/dam
@ashish_mishra1
When you create a content fragment using a fragment model, it creates a reference to the model in the content fragment metadata. When you publish CF, AEM needs to ensure that CF Model (CFM) is also available on publish instance.
If the model is not available on publisher or is not activated, then AEM will try to replicate the model along with the content fragment, which is resulting in the 403 error because the authors don't have replicate access to /conf path.
You may try either of the below options.
Check-in replication logs if CFM itself has some references to resources outside of /content/dam
Views
Likes
Replies
Views
Likes
Replies