Replication Service – how to delete replicated content
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2012 01:59 PM
I set up a replication job to move a folder that contains a few files to another repository. That works well. The nodes on the target system are locked as expected (the transferred icon appears in the document library). I now want to delete the nodes from the target system since the replication is no longer needed. They can’t be deleted, even as the admin, since the nodes are locked.
How do you undo the replication so that the nodes no longer appear in the target system?
I don’t see anything in the UI. I tried to remove the transferred aspect, but that is not possible either.
How do you undo the replication so that the nodes no longer appear in the target system?
I don’t see anything in the UI. I tried to remove the transferred aspect, but that is not possible either.
Labels:
- Labels:
-
Archive
4 REPLIES 4

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2012 04:17 AM
Based on the principles of replication, if you want a node to be deleted in the target repository, you need to delete it in the source repository and then run the replication job.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2012 08:09 AM
Thank you for the reply.
Yes, that is how I understand it works, but in my case we don't want to delete the source files. We want to remove the replication job and the files on the target since we no longer want to replicate this set of files. I was looking for a quick way to accomplish this without deleting and then creating the source files. Looks that is what I will have to do, however.
I have created an enhancement Jira - https://issues.alfresco.com/jira/browse/ALF-13182?page=com.atlassian.jira.plugin.system.issuetabpane...
Yes, that is how I understand it works, but in my case we don't want to delete the source files. We want to remove the replication job and the files on the target since we no longer want to replicate this set of files. I was looking for a quick way to accomplish this without deleting and then creating the source files. Looks that is what I will have to do, however.
I have created an enhancement Jira - https://issues.alfresco.com/jira/browse/ALF-13182?page=com.atlassian.jira.plugin.system.issuetabpane...
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2013 12:39 PM
You need to first unlock the contents before deleting it.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2013 07:41 AM
Hi, I'm using transfer service implemented with activiti workflow.
I have a workflow to transfer content (JavaScript develope): transfer.transfer("reponName", nodeToTransfer);
and other workflow to remove previews transfer files: transfer.remove("repoName", nodeToRemove)
The firs step works ok, but the second process it's broken:
Exception message: org.alfresco.service.cmr.transfer.TransferFailureException: 03161523
What's wrong?
Thank you at all.
I have a workflow to transfer content (JavaScript develope): transfer.transfer("reponName", nodeToTransfer);
and other workflow to remove previews transfer files: transfer.remove("repoName", nodeToRemove)
The firs step works ok, but the second process it's broken:
Exception message: org.alfresco.service.cmr.transfer.TransferFailureException: 03161523
What's wrong?
Thank you at all.
