Hi folks,
First time using the JAVA RolloutManagerImpl. I'm creating a script to import a bunch of vanity URLs which need to be rolled-out to all markets. My code looking something like:
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @chebwin,
I think, the issue not with the rollout() call, but with MSM configuration or my assumptions about the structure.
The rollout() API does not create live copies - it only triggers a rollout on existing live copies of the master page. - If the target paths do not already have live copies mapped to your internal-vanities master, nothing will happen, even though the log shows it tried.
Can you check - if rollout config actually attached to the master node?:
Check /jcr:content/cq:rolloutConfigs under /content/master/en/internal-vanities and ensure it's correctly set.
Also verify the live copies have a cq:LiveSyncConfig.
Lastly, check Service User Permissions
Read access to the master
Modify access to the targets
Rights to execute rollout actions (wcm/msm/components/rollout paths)
Views
Replies
Total Likes
Hi @chebwin,
I think, the issue not with the rollout() call, but with MSM configuration or my assumptions about the structure.
The rollout() API does not create live copies - it only triggers a rollout on existing live copies of the master page. - If the target paths do not already have live copies mapped to your internal-vanities master, nothing will happen, even though the log shows it tried.
Can you check - if rollout config actually attached to the master node?:
Check /jcr:content/cq:rolloutConfigs under /content/master/en/internal-vanities and ensure it's correctly set.
Also verify the live copies have a cq:LiveSyncConfig.
Lastly, check Service User Permissions
Read access to the master
Modify access to the targets
Rights to execute rollout actions (wcm/msm/components/rollout paths)
Views
Replies
Total Likes
Thanks Santosh, this is it.
Makes sense and I'm able to work with these limitations, users can manually rollout the top level page with all subpages in MSM after running my script.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies