Replicate content using Replication Job and edit it on destination server???

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2014 08:29 AM
Hi all,
is it possible to replicated document library from Share site from one server to another using Replication Jobs and after that to edit replicated content on destination server directly?
So I would like to replicate content from one server to another, to "disconnect those servers" afterwords and after that to be able to edit replicated content and add new content on destination server (not on source).
Is that possible and if it is how to do that?
Also is it possible to remove icon 'Transferred from another Repository' that is placed beside each item that has be replicated on destination server?
FYI, I am using Alfresco Enterprise v4.1.2
Thanks…
is it possible to replicated document library from Share site from one server to another using Replication Jobs and after that to edit replicated content on destination server directly?
So I would like to replicate content from one server to another, to "disconnect those servers" afterwords and after that to be able to edit replicated content and add new content on destination server (not on source).
Is that possible and if it is how to do that?
Also is it possible to remove icon 'Transferred from another Repository' that is placed beside each item that has be replicated on destination server?
FYI, I am using Alfresco Enterprise v4.1.2
Thanks…
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2014 01:27 AM
Yes It is possible to replicate document library from Share site from one server to another using Replication Jobs.
And as per the documentation from alfresco it is the source repository which gets locked up during job not the target repository so you should be able to add content to target repository after replication.
And as per the documentation from alfresco it is the source repository which gets locked up during job not the target repository so you should be able to add content to target repository after replication.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2014 05:03 AM
Hi mitpatoliya,
thanks for your answer.
It is not problem for me in which state is content during job execution. I have "problem" with default behavior of the content after job finishes. You are right I can add content on target server, edit it and delete it, but I can not edit, change metadata, delete content that was replicated from source server.
So my goal is to replicate content from source to destination and after that to use that content on destination (target) server normally (to edit it, delete it…). I don't want users to have experience that this content was replicated from another server at all, is that possible with replication jobs?
Thanks…
thanks for your answer.
It is not problem for me in which state is content during job execution. I have "problem" with default behavior of the content after job finishes. You are right I can add content on target server, edit it and delete it, but I can not edit, change metadata, delete content that was replicated from source server.
So my goal is to replicate content from source to destination and after that to use that content on destination (target) server normally (to edit it, delete it…). I don't want users to have experience that this content was replicated from another server at all, is that possible with replication jobs?
Thanks…

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2014 07:33 AM
Yes, before start replication from source server to target server, you need to change one property in replication.properties(/alfresco/subsystems/Replication) file.
replication.transfer.readonly=false
By making this property as false, your target server will have replicated content as normal content (with all available actions).
Hope this helps.
Thanks,
If this post helps, please comment as "mark comment as useful".
replication.transfer.readonly=false
By making this property as false, your target server will have replicated content as normal content (with all available actions).
Hope this helps.
Thanks,
If this post helps, please comment as "mark comment as useful".
