cancel
Showing results for 
Search instead for 
Did you mean: 

Error executing transfer - Unable to transfer, orphans exist

alfwasagreatsho
Champ in-the-making
Champ in-the-making
Hi,

I've set up a Replication Job to migrate a folder containing several thousand pdf's from one server to another.  I've run this exact job twice from Server_A to Server_B.  I'm now running it from Server_A to Server_C:

02310193 Error executing transfer - 02310191 Unable to transfer, orphans exist

The source server has not been actively modified in any way since its last successful run.  I've restarted Alfresco, rebuilt the indexes, and purged the deleted items, all to no avail.

Does anyone know how this is possible?

EDIT: The replication job now fails when running from Server_A to Server_B as well.

Thanks in advance.
5 REPLIES 5

sameer1sharma
Champ in-the-making
Champ in-the-making
Hi,
    I am facing the same issue. Please resolve the issue.
    Do i have to make call synchronous?

10:56:32,550 ERROR [org.alfresco.repo.transfer.RepoPrimaryManifestProcessorImpl] 05150001 Unable to transfer, orphans exist
org.alfresco.repo.transfer.TransferProcessingException: 05150001 Unable to transfer, orphans exist
   at org.alfresco.repo.transfer.RepoPrimaryManifestProcessorImpl.error(RepoPrimaryManifestProcessorImpl.java:863)
   at org.alfresco.repo.transfer.RepoPrimaryManifestProcessorImpl.endManifest(RepoPrimaryManifestProcessorImpl.java:124)
   at org.alfresco.repo.transfer.AbstractManifestProcessorBase.endTransferManifest(AbstractManifestProcessorBase.java:68)
   at org.alfresco.repo.transfer.manifest.XMLTransferManifestReader.endDocument(XMLTransferManifestReader.java:95)
   at org.apache.xerces.parsers.AbstractSAXParser.endDocument(Unknown Source)
   at org.apache.xerces.impl.XMLDocumentScannerImpl.endEntity(Unknown Source)
   at org.apache.xerces.impl.XMLEntityManager.endEntity(Unknown Source)
   at org.apache.xerces.impl.XMLEntityScanner.load(Unknown Source)
   at org.apache.xerces.impl.XMLEntityScanner.skipSpaces(Unknown Source)
   at org.apache.xerces.impl.XMLDocumentScannerImpl$TrailingMiscDispatcher.dispatch(Unknown Source)
   at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
   at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
   at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
   at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
   at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
   at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
   at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
   at javax.xml.parsers.SAXParser.parse(SAXParser.java:331)
   at org.alfresco.repo.transfer.RepoTransferReceiverImpl$4.execute(RepoTransferReceiverImpl.java:903)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:381)
   at org.alfresco.repo.transfer.RepoTransferReceiverImpl.commit(RepoTransferReceiverImpl.java:922)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
   at org.alfresco.repo.security.permissions.impl.AlwaysProceedMethodInterceptor.invoke(AlwaysProceedMethodInterceptor.java:34)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:44)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.alfresco.repo.audit.AuditMethodInterceptor.proceed(AuditMethodInterceptor.java:167)
   at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:137)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
   at $Proxy113.commit(Unknown Source)
   at org.alfresco.repo.transfer.TransferCommitActionExecuter.executeImpl(TransferCommitActionExecuter.java:55)
   at org.alfresco.repo.action.executer.ActionExecuterAbstractBase.execute(ActionExecuterAbstractBase.java:133)
   at org.alfresco.repo.action.ActionServiceImpl.directActionExecution(ActionServiceImpl.java:749)
   at org.alfresco.repo.action.ActionServiceImpl.executeActionImpl(ActionServiceImpl.java:675)
   at org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl$ActionExecutionWrapper$1$1.execute(AsynchronousActionExecutionQueueImpl.java:443)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:381)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:253)
   at org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl$ActionExecutionWrapper$1.doWork(AsynchronousActionExecutionQueueImpl.java:452)
   at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:508)
   at org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl$ActionExecutionWrapper.run(AsynchronousActionExecutionQueueImpl.java:455)
   at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
   at java.lang.Thread.run(Thread.java:619)
10:56:33,288 ERROR [org.alfresco.repo.action.AsynchronousActionExecutionQueueImpl] Failed to execute asynchronous action: Action[ id=bec743f2-7da7-4786-bb96-e52c109993ae, node=null ]

sharifu
Confirmed Champ
Confirmed Champ
I am facing this same issue, has this been solved?

This same error I am getting on a replication job that has been running fine, so to test it i created another replication job and run it manually with many folders and files same error.

i made another replication job with 1 folder and it ran fine.

what could be this problem?

the directory structure is the same


<?xml version="1.0" encoding="UTF-8"?>
<report:transferReport xmlns:report="http://www.alfresco.org/model/transferReport/2.0">
   <report:target name="UKtoUSA" endpointHost="tanaga.usa.domain.com" endpointPort="8080"></report:target>
   <report:definition isReadOnly="true" isSync="true" numberOfNodes="3050"></report:definition>
   <report:exception type="org.alfresco.repo.transfer.TransferProcessingException" message="03273462 Unable to transfer, orphans exist"></report:exception>
   <report:events>
      <report:eventStartState date="2012-04-27T16:09:57.746+01:00" state="START">Enter State: START</report:eventStartState>
      <report:eventBegin date="2012-04-27T16:10:12.741+01:00" transferId="workspace://SpacesStore/60db5615-6024-4b9d-ab58-8b46841fe500">begin transferId:workspace://SpacesStore/60db5615-6024-4b9d-ab58-8b46841fe500</report:eventBegin>
      <report:eventEndState date="2012-04-27T16:10:12.741+01:00" state="START"></report:eventEndState>
      <report:eventStartState date="2012-04-27T16:10:12.741+01:00" state="SENDING_SNAPSHOT">Enter State: SENDING_SNAPSHOT</report:eventStartState>
      <report:eventSendSnapshot date="2012-04-27T16:10:12.741+01:00"></report:eventSendSnapshot>
      <report:eventEndState date="2012-04-27T16:11:14.048+01:00" state="SENDING_SNAPSHOT"></report:eventEndState>
      <report:eventStartState date="2012-04-27T16:11:14.048+01:00" state="SENDING_CONTENT">Enter State: SENDING_CONTENT</report:eventStartState>
      <report:eventSendContent date="2012-04-27T16:11:14.048+01:00" position="1" range="3050" size="6205"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:14.048+01:00" position="2" range="3050" size="1785770"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:14.048+01:00" position="3" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:16.034+01:00" position="4" range="3050" size="13623402"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:19.748+01:00" position="5" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:19.748+01:00" position="6" range="3050" size="1646605"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:19.748+01:00" position="7" range="3050" size="128202"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:19.748+01:00" position="8" range="3050" size="747971"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:19.748+01:00" position="9" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:22.264+01:00" position="10" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:22.264+01:00" position="11" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:22.264+01:00" position="12" range="3050" size="3309119"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:22.264+01:00" position="13" range="3050" size="5695"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:22.264+01:00" position="14" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:22.264+01:00" position="15" range="3050" size="9235"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:22.264+01:00" position="16" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:22.264+01:00" position="17" range="3050" size="6794"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:22.264+01:00" position="18" range="3050" size="208517"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:22.264+01:00" position="19" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:22.264+01:00" position="20" range="3050" size="11026"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:22.264+01:00" position="21" range="3050" size="96304"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:22.264+01:00" position="22" range="3050" size="448"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:22.264+01:00" position="23" range="3050" size="513522"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:22.264+01:00" position="24" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:24.674+01:00" position="25" range="3050" size="2082558"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:24.674+01:00" position="26" range="3050" size="448"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:26.096+01:00" position="27" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:26.097+01:00" position="28" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:26.097+01:00" position="29" range="3050" size="968437"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:26.097+01:00" position="30" range="3050" size="155844"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:26.910+01:00" position="31" range="3050" size="14631675"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:35.706+01:00" position="32" range="3050" size="685337"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:35.706+01:00" position="33" range="3050" size="78751"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:35.706+01:00" position="34" range="3050" size="1535419"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:35.706+01:00" position="35" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:35.706+01:00" position="36" range="3050" size="38454"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:37.053+01:00" position="37" range="3050" size="748126"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:37.053+01:00" position="38" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:37.053+01:00" position="39" range="3050" size="118736"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:37.053+01:00" position="40" range="3050" size="448"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:37.053+01:00" position="41" range="3050" size="1279901"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:37.053+01:00" position="42" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:37.053+01:00" position="43" range="3050" size="5528"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:38.366+01:00" position="44" range="3050" size="5631672"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:41.612+01:00" position="45" range="3050" size="237602"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:41.612+01:00" position="46" range="3050" size="798876"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:42.318+01:00" position="47" range="3050" size="528651"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:42.318+01:00" position="48" range="3050" size="2343"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:42.318+01:00" position="49" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:42.318+01:00" position="50" range="3050" size="504610"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:42.318+01:00" position="51" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:44.216+01:00" position="52" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:44.216+01:00" position="53" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:44.216+01:00" position="54" range="3050" size="3311"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:44.216+01:00" position="55" range="3050" size="6252"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:44.216+01:00" position="56" range="3050" size="3784085"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:44.216+01:00" position="57" range="3050" size="3518"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:44.217+01:00" position="58" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:44.217+01:00" position="59" range="3050" size="2426"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:44.217+01:00" position="60" range="3050" size="498625"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:44.217+01:00" position="61" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:44.217+01:00" position="62" range="3050" size="448"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:47.307+01:00" position="63" range="3050" size="448"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:47.307+01:00" position="64" range="3050" size="3090"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:47.307+01:00" position="65" range="3050" size="448"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:47.308+01:00" position="66" range="3050" size="257497"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:47.308+01:00" position="67" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:47.308+01:00" position="68" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:47.308+01:00" position="69" range="3050" size="337866"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:47.308+01:00" position="70" range="3050" size="642289"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:47.308+01:00" position="71" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:48.268+01:00" position="72" range="3050" size="6729"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:48.268+01:00" position="73" range="3050" size="176874"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:48.268+01:00" position="74" range="3050" size="67098"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:48.268+01:00" position="75" range="3050" size="573385"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:48.268+01:00" position="76" range="3050" size="178109"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:48.268+01:00" position="77" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:48.268+01:00" position="78" range="3050" size="2316"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:49.055+01:00" position="79" range="3050" size="53444"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:49.055+01:00" position="80" range="3050" size="2285088"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:49.055+01:00" position="81" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:50.644+01:00" position="82" range="3050" size="696300"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:50.644+01:00" position="83" range="3050" size="4079895"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:53.892+01:00" position="84" range="3050" size="10071781"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:53.892+01:00" position="85" range="3050" size="448"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:53.892+01:00" position="86" range="3050" size="393339"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:53.892+01:00" position="87" range="3050" size="427472"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:53.892+01:00" position="88" range="3050" size="448"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:53.892+01:00" position="89" range="3050" size="136720"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:11:58.847+01:00" position="90" range="3050" size="2336286"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:01.393+01:00" position="91" range="3050" size="714251"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:01.393+01:00" position="92" range="3050" size="130553"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:01.393+01:00" position="93" range="3050" size="113819"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:01.393+01:00" position="94" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:01.393+01:00" position="95" range="3050" size="74574"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:03.162+01:00" position="96" range="3050" size="687750"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:03.162+01:00" position="97" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:03.162+01:00" position="98" range="3050" size="2384908"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:05.057+01:00" position="99" range="3050" size="343579"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:05.057+01:00" position="100" range="3050" size="4287947"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:08.077+01:00" position="101" range="3050" size="348053"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:08.077+01:00" position="102" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:08.077+01:00" position="103" range="3050" size="2963976"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:08.077+01:00" position="104" range="3050" size="101119"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:08.077+01:00" position="105" range="3050" size="50056"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:08.077+01:00" position="106" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:10.332+01:00" position="107" range="3050" size="523228"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:10.332+01:00" position="108" range="3050" size="402954"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:10.332+01:00" position="109" range="3050" size="220390"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:11.133+01:00" position="110" range="3050" size="616197"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:11.133+01:00" position="111" range="3050" size="863197"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:12.146+01:00" position="112" range="3050" size="1330107"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:13.085+01:00" position="113" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:13.085+01:00" position="114" range="3050" size="154739"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:13.085+01:00" position="115" range="3050" size="307760"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:13.085+01:00" position="116" range="3050" size="5420"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:13.085+01:00" position="117" range="3050" size="12839"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:13.085+01:00" position="118" range="3050" size="336716"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:13.085+01:00" position="119" range="3050" size="781150"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:13.085+01:00" position="120" range="3050" size="44791"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:13.085+01:00" position="121" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:14.130+01:00" position="122" range="3050" size="3300658"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:16.130+01:00" position="123" range="3050" size="41031"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:16.130+01:00" position="124" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:16.130+01:00" position="125" range="3050" size="109974"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:16.130+01:00" position="126" range="3050" size="377760"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:16.130+01:00" position="127" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:16.130+01:00" position="128" range="3050" size="26837"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:16.130+01:00" position="129" range="3050" size="797832"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:16.130+01:00" position="130" range="3050" size="305681"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:16.130+01:00" position="131" range="3050" size="5950"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:17.182+01:00" position="132" range="3050" size="21405"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:17.182+01:00" position="133" range="3050" size="1043057"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:18.076+01:00" position="134" range="3050" size="7190902"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:22.242+01:00" position="135" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:22.242+01:00" position="136" range="3050" size="16043"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:22.242+01:00" position="137" range="3050" size="2748"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:22.242+01:00" position="138" range="3050" size="690420"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:22.242+01:00" position="139" range="3050" size="589037"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:23.201+01:00" position="140" range="3050" size="116790"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:23.201+01:00" position="141" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:23.201+01:00" position="142" range="3050" size="448"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:23.201+01:00" position="143" range="3050" size="262965"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:23.201+01:00" position="144" range="3050" size="149454"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:23.201+01:00" position="145" range="3050" size="6484"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:23.201+01:00" position="146" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:23.201+01:00" position="147" range="3050" size="1853041"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:24.878+01:00" position="148" range="3050" size="1060063"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:24.878+01:00" position="149" range="3050" size="177782"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:24.878+01:00" position="150" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:24.878+01:00" position="151" range="3050" size="682072"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:26.184+01:00" position="152" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:26.184+01:00" position="153" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:26.184+01:00" position="154" range="3050" size="448"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:26.184+01:00" position="155" range="3050" size="296972"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:26.184+01:00" position="156" range="3050" size="939697"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:26.184+01:00" position="157" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:27.143+01:00" position="158" range="3050" size="6439"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:27.143+01:00" position="159" range="3050" size="77049"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:27.143+01:00" position="160" range="3050" size="149769"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:27.143+01:00" position="161" range="3050" size="814736"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:27.143+01:00" position="162" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:27.988+01:00" position="163" range="3050" size="4477"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:27.988+01:00" position="164" range="3050" size="4821"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:27.988+01:00" position="165" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:27.988+01:00" position="166" range="3050" size="111683"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:27.988+01:00" position="167" range="3050" size="448"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:27.988+01:00" position="168" range="3050" size="29373"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:27.988+01:00" position="169" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:27.988+01:00" position="170" range="3050" size="44124"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:27.988+01:00" position="171" range="3050" size="171930"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:27.988+01:00" position="172" range="3050" size="1017877"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:27.988+01:00" position="173" range="3050" size="352450"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:27.988+01:00" position="174" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:27.988+01:00" position="175" range="3050" size="7862"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:27.988+01:00" position="176" range="3050" size="72780"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:27.988+01:00" position="177" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:27.988+01:00" position="178" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:29.288+01:00" position="179" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:29.288+01:00" position="180" range="3050" size="306365"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:29.288+01:00" position="181" range="3050" size="448"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:29.288+01:00" position="182" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:29.288+01:00" position="183" range="3050" size="435"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:29.288+01:00" position="184" range="3050" size="82066"></report:eventSendContent>
      <report:eventSendContent date="2012-04-27T16:12:29.288+01:00" position="185" range="3050" size="435"></report:eventSendContent>
      <report:eventEndState date="2012-04-27T16:12:29.653+01:00" state="SENDING_CONTENT"></report:eventEndState>
      <report:eventStartState date="2012-04-27T16:12:29.653+01:00" state="PREPARING">Enter State: PREPARING</report:eventStartState>
      <report:eventEndState date="2012-04-27T16:12:30.029+01:00" state="PREPARING"></report:eventEndState>
      <report:eventStartState date="2012-04-27T16:12:30.029+01:00" state="COMMITTING">Enter State: COMMITTING</report:eventStartState>
      <report:eventCommittingStatus date="2012-04-27T16:12:30.860+01:00" position="3051" range="3051">committing 3051 of 3051</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:12:33.228+01:00" position="3120" range="6101">committing 3120 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:12:35.589+01:00" position="3200" range="6101">committing 3200 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:12:37.972+01:00" position="3280" range="6101">committing 3280 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:12:40.334+01:00" position="3360" range="6101">committing 3360 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:12:42.723+01:00" position="3480" range="6101">committing 3480 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:12:45.082+01:00" position="3600" range="6101">committing 3600 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:12:47.474+01:00" position="3700" range="6101">committing 3700 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:12:49.957+01:00" position="3800" range="6101">committing 3800 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:12:52.346+01:00" position="3880" range="6101">committing 3880 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:12:54.714+01:00" position="3960" range="6101">committing 3960 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:12:57.077+01:00" position="4080" range="6101">committing 4080 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:12:59.478+01:00" position="4200" range="6101">committing 4200 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:01.862+01:00" position="4280" range="6101">committing 4280 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:04.226+01:00" position="4360" range="6101">committing 4360 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:06.610+01:00" position="4440" range="6101">committing 4440 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:08.974+01:00" position="4560" range="6101">committing 4560 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:11.334+01:00" position="4680" range="6101">committing 4680 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:13.713+01:00" position="4800" range="6101">committing 4800 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:16.096+01:00" position="4900" range="6101">committing 4900 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:18.456+01:00" position="4940" range="6101">committing 4940 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:20.845+01:00" position="5040" range="6101">committing 5040 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:23.212+01:00" position="5160" range="6101">committing 5160 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:25.596+01:00" position="5280" range="6101">committing 5280 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:27.988+01:00" position="5380" range="6101">committing 5380 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:30.348+01:00" position="5460" range="6101">committing 5460 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:32.751+01:00" position="5540" range="6101">committing 5540 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:35.113+01:00" position="5640" range="6101">committing 5640 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:37.473+01:00" position="5760" range="6101">committing 5760 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:39.860+01:00" position="5880" range="6101">committing 5880 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:42.229+01:00" position="6000" range="6101">committing 6000 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:44.614+01:00" position="6080" range="6101">committing 6080 of 6101</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:47.033+01:00" position="6140" range="9151">committing 6140 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:49.395+01:00" position="6260" range="9151">committing 6260 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:51.784+01:00" position="6380" range="9151">committing 6380 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:54.147+01:00" position="6500" range="9151">committing 6500 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:56.539+01:00" position="6640" range="9151">committing 6640 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:13:58.926+01:00" position="6780" range="9151">committing 6780 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:01.288+01:00" position="6900" range="9151">committing 6900 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:03.647+01:00" position="7020" range="9151">committing 7020 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:06.018+01:00" position="7140" range="9151">committing 7140 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:08.377+01:00" position="7260" range="9151">committing 7260 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:10.752+01:00" position="7380" range="9151">committing 7380 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:13.130+01:00" position="7500" range="9151">committing 7500 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:15.491+01:00" position="7620" range="9151">committing 7620 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:17.851+01:00" position="7740" range="9151">committing 7740 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:20.236+01:00" position="7860" range="9151">committing 7860 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:22.598+01:00" position="7980" range="9151">committing 7980 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:24.971+01:00" position="8100" range="9151">committing 8100 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:27.334+01:00" position="8220" range="9151">committing 8220 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:29.720+01:00" position="8340" range="9151">committing 8340 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:32.086+01:00" position="8500" range="9151">committing 8500 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:34.457+01:00" position="8640" range="9151">committing 8640 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:36.821+01:00" position="8760" range="9151">committing 8760 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:39.184+01:00" position="8880" range="9151">committing 8880 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:41.571+01:00" position="9040" range="9151">committing 9040 of 9151</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:43.930+01:00" position="9151" range="12201">committing 9151 of 12201</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:46.315+01:00" position="9260" range="12201">committing 9260 of 12201</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:48.831+01:00" position="9380" range="12201">committing 9380 of 12201</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:51.192+01:00" position="9500" range="12201">committing 9500 of 12201</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:53.582+01:00" position="9620" range="12201">committing 9620 of 12201</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:55.943+01:00" position="9740" range="12201">committing 9740 of 12201</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:14:58.331+01:00" position="9860" range="12201">committing 9860 of 12201</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:15:00.706+01:00" position="10080" range="12201">committing 10080 of 12201</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:15:03.068+01:00" position="10220" range="12201">committing 10220 of 12201</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:15:05.428+01:00" position="10340" range="12201">committing 10340 of 12201</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:15:07.814+01:00" position="10460" range="12201">committing 10460 of 12201</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:15:10.177+01:00" position="10580" range="12201">committing 10580 of 12201</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:15:12.564+01:00" position="10700" range="12201">committing 10700 of 12201</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:15:14.932+01:00" position="10820" range="12201">committing 10820 of 12201</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:15:17.316+01:00" position="11020" range="12201">committing 11020 of 12201</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:15:19.679+01:00" position="11180" range="12201">committing 11180 of 12201</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:15:22.064+01:00" position="11300" range="12201">committing 11300 of 12201</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:15:24.440+01:00" position="11420" range="12201">committing 11420 of 12201</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:15:26.801+01:00" position="11540" range="12201">committing 11540 of 12201</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:15:29.191+01:00" position="11660" range="12201">committing 11660 of 12201</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:15:31.553+01:00" position="11780" range="12201">committing 11780 of 12201</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:15:33.918+01:00" position="12020" range="12201">committing 12020 of 12201</report:eventCommittingStatus>
      <report:eventCommittingStatus date="2012-04-27T16:15:36.300+01:00" position="12140" range="12201">committing 12140 of 12201</report:eventCommittingStatus>
      <report:eventError date="2012-04-27T16:15:38.667+01:00">03273462 Unable to transfer, orphans exist</report:eventError>
      <report:eventEndState date="2012-04-27T16:16:16.040+01:00" state="COMMITTING"></report:eventEndState>
      <report:eventStartState date="2012-04-27T16:16:16.040+01:00" state="ERROR">Enter State: ERROR</report:eventStartState>
      <report:eventReport date="2012-04-27T16:16:16.040+01:00" nodeRef="workspace://SpacesStore/18ea9e92-a22f-4c05-8e71-08e9e6495d6a" reportType="DESTINATION"></report:eventReport>
   </report:events>
</report:transferReport>

sharifu
Confirmed Champ
Confirmed Champ
I have same problem

yogeshpj
Star Contributor
Star Contributor
Facing same issue ? Does anyone find any solution?

sharifu
Confirmed Champ
Confirmed Champ
The remote xml file does not pinpoint what file is causuing the problem or is not clear