Note that there are some explanatory texts on larger screens.

plurals
  1. POhow to reverse replicate form data and user profile in CQ 5.5
    primarykey
    data
    text
    <p>I am creating reverse replication in CQ 5.5 for replicating the Form data and User profile from CQ5 publish to the author instance. </p> <p>(following the link - [http://www.wemblog.com/2011/10/how-to-set-up-usergroupprofile-reverse.html][1]</p> <p>Below is the problem scenario : </p> <ol> <li>Created <strong>2 Launchers</strong> in author instance for <strong>user</strong> and <strong>group</strong>.</li> <li>In Publish instances's CRXDE, Added properties for the new created User profile under the Profile folder : Path = /home/user/*/profile Properties are : i). cq:distribute=true ii). source=authorname (as key=value )</li> <li>Created 1 more launcher in Publish instance :Add Workflow Launcher Configuration as</li> </ol> <blockquote> <p>Event Type: Modified Nodetype: sling:Folder Path: /home/users/(.*)/profile Condition: cq:distribute!= Workflow: /etc/workflow/models/reverse_replication Run Mode: publish</p> </blockquote> <ol> <li>Created 1 more launcher in Author instance : Create Workflow Model as</li> </ol> <blockquote> <p>One process step Implementation: com.day.cq.wcm.workflow.process.ActivatePageProcess Add Workflow Launcher Configuration: Event Type: Modified Nodetype: sling:Folder Path: /home/users/(.*)/profile Condition: source!= Workflow: select your model created above Run Mode: author</p> </blockquote> <p>After following all the steps, the reverse replication is not happening. It is giving the Error 200 page after creating a new user in publish instance.</p> <p>Please help and correct me if I am missing any step or What is the solution for this Reverse replication or there is some compatibility issue of CQ version 5.5 and 5.4. Currently I am working on 5.5. </p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload