Forum Discussion

GrégoryRabillon's avatar
9 years ago

Error Move Archive with evmovearchivetask.exe.config

Hello,

I need to move an archive on another Vault store on the same site. I setup the evmovearchivetask.exe.config file with this parameters :

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <runtime>
        <generatePublisherEvidence enabled="false"/>
    <AllowedNoOfCopyBackupCycles value="5" />
    <LogLevel value="Failures" />
    <LogPrivacyEnabled value="True" />
    <MaxLogSizeKB value="1024" />
    <ProcessorThreadsCount value="8" />
    <ReportVersions value="3" />
    <RescheduleIntervalInMins value="5" />
    <SkipDuplicateItems value="1" />
    <WaitforBackupMode value="2" />
  </runtime>
</configuration>

 

but The process do not apply this parameters after a restart of the move archive task. it always the default parameters. i need to pass the control backup and decrease the schedule intervall.

thank you for you help.

 

grégory

 

 

 

  • i resolved the issue with the following technote : https://www.veritas.com/support/en_US/article.TECH142158

     

    Many thanks