Create a Recovery Log

A recovery log allows you to export the latest revisions of documents or renditions from their streams folders to a location of your choice outside the vault in the event that the vault is unavailable. The documents can then be used normally until they can be replaced in the vault. Recovery logs should be created on a regular basis by a scheduled task similar to preparing backup files.

Important!

If errors occur during the creation of a recovery log, the log will contain error messages. An entry will also be added to the Windows Application event log with the number and types of errors that occurred and the path of the recovery log file. You should monitor the Application event log for such entries and resolve all errors found in the recovery log to ensure that the vault can be completely recovered in the case of an emergency.

ClosedBest Practices

Review the following best practices for the Recovery Log:

  • Run the Create Recovery Log Wizard once with Incremental recovery log cleared to schedule creation of a full recovery log task (meaning, containing entries for every document in the vault) to run each weekend.

    Run the Create Recovery Log Wizard a second time with Incremental recovery log enabled to schedule creation of an incremental recovery log nightly, meaning, containing only entries for documents created that day.

    The weekend will allow more time for the full recovery log task to complete, which might be difficult to schedule without conflicting with other nightly administrative tasks. Nightly incremental recovery logs will complete quickly, making it easier to coordinate with other nightly tasks.

    To further safeguard vault documents, also schedule a recovery log task to run at mid-day when the vault is least busy, reducing the number of documents at risk to those created in one half day.

  • If non-Latin characters are used in the names of documents in Meridian, add the Windows Locale corresponding to the national language on the server or workstation on which the recovery log is created. This is required to add the document names to recovery log with the correct characters.

ClosedRecovery Log Wizard

To create a recovery log with the Create Recovery Log Wizard:

  1. In the Meridian Enterprise Administrator, click EDM Server in the left pane.

    The active vaults are listed in the right pane.

  2. Select the vault in the right pane for which you want to create a recovery log.

  3. From the Action menu, point to All Tasks and select Create Recovery Log Wizard.

    The Create Recovery Log Wizard appears.

  4. Click Next.

    The Select Vault page appears.

  5. Click options or type values using the descriptions in the following table.

    Recovery log options

    Option

    Command Line Parameter

    Description

    Select the vault for which a recovery log will be created

    <VaultName>

    Click Browse and select the vault to create a recovery log for.

    Create rendition log

    /RENDITIONS

    Select this option to create a recovery log for the document renditions only. Clear this option to create a recovery log of the document native files only.

     

    Incremental recovery log

    /INCREMENTAL

    Select this option to create a recovery log of only the documents that have been added to the vault since the last recovery log was created. Clear this option if this is the first time a recovery log has been created for this vault or to create a new, complete recovery log.

  6. Click Next.

    The Specify Recovery Log Location page appears.

  7. Choose between two options:

    • Type a path and file name.

    • To choose a location:

      1. Click Browse.

      2. Select a path.

      3. Type a file name to store the recovery log.

      4. Click Save.

    Note:

    Select the vault's Backup folder so that the recovery logs will be backed up along with the vault backup files.

    Give the recovery log a descriptive name, such as MyVault Full Recovery Log.bat. When creating incremental recovery logs, use a name such as MyVault Incremental Recovery Log.bat. These names will make identifying the logs easier.

  8. Click Next.

    The When to Create Recovery Log page appears.

  9. Choose between two options:

    • Select Now to create the recovery log immediately upon finishing the wizard.

    • To schedule a job to run at a later time:

      1. Select Later.

      2. Type a user ID and password for the job to run as.

        We recommend that you specify a user account with a password that never expires. If the user account is removed or the password either expires or is changed, the scheduled task will fail and recovery logs will not be created.

      3. Click OK.

      4. Click Set Schedule to modify the job's schedule in the new dialog that appears.

        By default, the job will be repeated daily at the current time.

      5. Select options on the Schedule page to coordinate the job with other tasks running on the computer and the time when regular system backups occur.

      6. Click OK.

        A new job is created for the Windows Task Scheduler that may be modified with the normal Windows administration tools. For more information about Task Scheduler, refer to the Windows documentation.

  10. Click Next.

    The Configure Recovery Log Cleanup page appears.

  11. Click options or type values using the descriptions in the following table.

    Recovery log cleanup options

    Option

    Command Line Parameter

    Description

    Do not automatically remove old log files  

    All existing incremental recover log files are retained when the program runs.

    Automatically remove log files older than

    /DAYSTOKEEP=n

    Existing incremental recovery log files older than the number of days specified for n are purged.

  12. Click Next.

    The Completing the Create Recovery Log Wizard page appears.

  13. Click Finish.

    The recovery log is created immediately or at the scheduled time.

ClosedCreate a Recovery Log with a Command Line

To create a recovery log with a command line:

  • Run the program AMRecLog.exe with the following syntax and the parameters described in the preceding tables.

    AMRecLog.exe ["M:<ServerName>"] "<VaultName>" "<RecoveryLogfile name>" [/INCREMENTAL] [/DAYSTOKEEP=n]] [/RENDITIONS]
    Note:

    The parameter names are case-sensitive and must be specified in upper case.

    By default, the program is located in the folder C:\Program Files\BC-Meridian\Program.

2023