Notes.ini Entry



Name:

    Num_Compact_Rename_Retries

Syntax

    Num_Compact_Rename_Retries=Number

Applies to:

    Servers

Add-on:


    First Release:

      6.0

    Obsolete since:


      Category:

        Compact

      Default:

        No default entry, but in the absence of the setting, Domino attempts just once to rename a database that was copy-style compacted.

      UI equivalent:

        None

      Description:
      The compact task usually only tries once to rename a database during a compact operation. To try more, use this keyword but see the links to determine the maximum number of times attempted and the time delay.

      Domino enforces the following upper limit when trying to rename a copy-style compacted database:

      Num_Compact_Rename_Retries x Compact_Retry_Rename_Wait <= 60 minutes.

      See also Compact_Retry_Rename_Wait

      Domino attempts only once to rename a database that was copy-style compacted. You can request additional attempts by specifying a value in the Num_Compact_Rename_Retries setting in the NOTES.INI file.

      Domino tries to rename until it succeeds or the number of retries is exhausted.

      For example, to request that Domino try once again to rename, specify

      Num_Compact_Rename_Retries=1

      to request that Domino try 5 more times to rename, specify

      Num_Compact_Rename_Retries=5.