Forum Discussion

JuanAntonio's avatar
11 years ago

Moving archives

Hi all, We're currently running EV 9.0.4 on Windows 2008. I've moved 41 archives (mailboxes) from one Vault Store to another and then (for several reasons) back again to their original location. ...
  • JuanAntonio's avatar
    11 years ago

    Finally I did it! I could change the Move Archive Status of those 3 mailboxes being moved and go to the 5th step, finishing the process. What I did was to configure this parameter:

    "WaitForBackupMode" value="2"

    in  the " EVMoveArchiveTask.exe.config" file. 

    Then you have to restart the Enterprise Vault Storage Services.

    I was trying that before but without sucess. At last I got with the right sintaxis:

    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
    <configSections>
     <sectionGroup name="MoveArchive">
      <section name="common" type="System.Configuration.DictionarySectionHandler"/>
       </sectionGroup>
    </configSections>
    <runtime>
     <generatePublisherEvidence enabled="false"/>
    </runtime>
     
    <MoveArchive>
     <common>
      <add key="WaitForBackupMode" value="2" />
     </common>
     </MoveArchive> 
    </configuration>

     

    And it worked.

    Regards.

    //JA