<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Migrate repository with replication service in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/migrate-repository-with-replication-service/m-p/291613#M244743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the missing namespace issue is most likely related to a removal of the model for the workflow. Unless the model is made available, Alfresco can't convert the workflow definition to its specific abstract object type and the web script that fills the dropdown fails.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The admin should never have access problems like this unless it has been messed with, e.g. admin removed from the ALFRESCO_ADMINISTRATORS group. Have you tried setting the *.defaultAdministratorUserNames property in one of your authentication subsystem configurations to force the admin to be treated as one even if he does not belong to the ALFRESCO_ADMINISTRATORS group?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the GetNodeMetaData 500-error it is imported to know what happens on the Repository tier. Do you have any log information for that? The excerpt posted is from the SOLR log.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Oct 2013 08:07:10 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2013-10-08T08:07:10Z</dc:date>
    <item>
      <title>Migrate repository with replication service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/migrate-repository-with-replication-service/m-p/291610#M244740</link>
      <description>Hi,I am trying to migrate data from one instance of Alfresco to another. I can't use standard backup procedure, because the DB and filesystem contains some inconsistent data and I want to make a "clean" copy.I have tried to transfer data using the replication service. When transferring one site from</description>
      <pubDate>Tue, 24 Sep 2013 15:14:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/migrate-repository-with-replication-service/m-p/291610#M244740</guid>
      <dc:creator>martin_nedved</dc:creator>
      <dc:date>2013-09-24T15:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate repository with replication service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/migrate-repository-with-replication-service/m-p/291611#M244741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if you want to move one instance of Alfresco to another with all data intact and unchanged, the only proper way to do this is a backup with data sanitation / correction of inconsistent state. You already seem to know about the consistency issues so why can't you write up a script to correct these?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 11:35:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/migrate-repository-with-replication-service/m-p/291611#M244741</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2013-09-26T11:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate repository with replication service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/migrate-repository-with-replication-service/m-p/291612#M244742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Axel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you for your reply. I just thing, but I am not sure, that the problem is in database. I did Full SOLR reindex, during reindexing, there was many errors in log like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt;2013-09-18 07:41:47,716&amp;nbsp; WARN&amp;nbsp; [solr.tracker.CoreTracker] [SolrTrackingPool-archive2] Node index failed and skipped for 26412 in Tx 31764&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; org.alfresco.error.AlfrescoRuntimeException: 08180000 GetNodeMetaData return status is 500&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.solr.client.SOLRAPIClient.getNodesMetaData(SOLRAPIClient.java:770)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.solr.tracker.CoreTracker.indexNode(CoreTracker.java:2341)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.solr.tracker.MultiThreadedCoreTracker$NodeIndexWorkerRunnable.doWork(MultiThreadedCoreTracker.java:812)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.solr.tracker.MultiThreadedCoreTracker$AbstractWorkerRunnable.run(MultiThreadedCoreTracker.java:753)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.lang.Thread.run(Thread.java:724)&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The biggest problem with my instalation, is that I cannot access trash can items, I get only message "Error loading items". When I try to access trashcan as admin, the folowing error is logged:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: org.alfresco.repo.security.permissions.AccessDeniedException: 0826113111 Access Denied.&amp;nbsp; You do not have the appropriate permissions to perform this operation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:50)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:161)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.transaction.RetryingTransactionInterceptor$1.execute(RetryingTransactionInterceptor.java:79)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:447)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.transaction.RetryingTransactionInterceptor.invoke(RetryingTransactionInterceptor.java:69)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at com.sun.proxy.$Proxy9.getProperties(Unknown Source)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.web.scripts.archive.ArchivedNodeState.create(ArchivedNodeState.java:66)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.web.scripts.archive.ArchivedNodesGet.executeImpl(ArchivedNodesGet.java:79)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:64)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;… 30 more&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: net.sf.acegisecurity.AccessDeniedException: Access is denied.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at net.sf.acegisecurity.vote.AffirmativeBased.decide(AffirmativeBased.java:86)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at net.sf.acegisecurity.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:398)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:77)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:46)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;… 42 more&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Other problem is that workflows aren't available.(click on "start workflow" button opens a empty dropdown menu).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: org.alfresco.service.namespace.NamespaceException: Namespace prefix wswf is not mapped to a namespace URI&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.service.namespace.QName.createQName(QName.java:99)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.service.namespace.QName.createQName(QName.java:121)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.workflow.WorkflowQNameConverter.convertNameToQName(WorkflowQNameConverter.java:103)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.workflow.WorkflowQNameConverter.convertNameToQName(WorkflowQNameConverter.java:85)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;……&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I thing too, that the best way is to sort out errors, instead of migrating data.. But I haven't found any solution for these errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for any help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 18:17:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/migrate-repository-with-replication-service/m-p/291612#M244742</guid>
      <dc:creator>martin_nedved</dc:creator>
      <dc:date>2013-09-26T18:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate repository with replication service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/migrate-repository-with-replication-service/m-p/291613#M244743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the missing namespace issue is most likely related to a removal of the model for the workflow. Unless the model is made available, Alfresco can't convert the workflow definition to its specific abstract object type and the web script that fills the dropdown fails.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The admin should never have access problems like this unless it has been messed with, e.g. admin removed from the ALFRESCO_ADMINISTRATORS group. Have you tried setting the *.defaultAdministratorUserNames property in one of your authentication subsystem configurations to force the admin to be treated as one even if he does not belong to the ALFRESCO_ADMINISTRATORS group?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the GetNodeMetaData 500-error it is imported to know what happens on the Repository tier. Do you have any log information for that? The excerpt posted is from the SOLR log.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 08:07:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/migrate-repository-with-replication-service/m-p/291613#M244743</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2013-10-08T08:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate repository with replication service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/migrate-repository-with-replication-service/m-p/291614#M244744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Axel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have a alfresco 4.1.5 Pilot (User Testing) environment with content on windows server and metadata on oracle db. Could you please tell me the best approach to set up the same environment on production from scratch and copy the content, metadata, users, groups, all the sites configuration, folder structures and content. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rajesh&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 19:09:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/migrate-repository-with-replication-service/m-p/291614#M244744</guid>
      <dc:creator>rajeshdk</dc:creator>
      <dc:date>2014-01-02T19:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate repository with replication service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/migrate-repository-with-replication-service/m-p/291615#M244745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm wondering how I could/should use the replication jobs for a backup purpose.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me try to explain …&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. I set up some replication tasks or jobs from a source (PROD) to a target (BACKUP)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. I plan the replication to be executed every 24h&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. When I backup my PROD to Day-24H (for any reason) I use the target to restore the gap&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Few questions here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Is the replication incremental ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- How to reverse the content of the Target into the PROD repository&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- During replication do we keep the same documents id ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your answers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Guillaume&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 08:02:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/migrate-repository-with-replication-service/m-p/291615#M244745</guid>
      <dc:creator>gvola</dc:creator>
      <dc:date>2014-04-10T08:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Migrate repository with replication service</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/migrate-repository-with-replication-service/m-p/291616#M244746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The replication service is not intended to be used for backup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Answers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No its not incremental,&amp;nbsp; however its got enough brains not to transfer content un-neccessarily.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can't reverse the replication&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;yes it will maintain docid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 09:03:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/migrate-repository-with-replication-service/m-p/291616#M244746</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2014-04-10T09:03:42Z</dc:date>
    </item>
  </channel>
</rss>

