Notes.ini Entry



Name:

    Debug_DbOpen

Syntax

    Debug_DbOpen=0 / 1

Applies to:

    Servers

Add-on:


    First Release:

      5

    Obsolete since:


      Category:

        Debug

      Default:

        None

      UI equivalent:

        None

      Description:
      The Debug_DBOpen parameter was not implemented in Domino 6.x. In Domino 5.x, this parameter was useful for problem determination, especially with server task performance or corruption-related server failures. The main advantage of this debug is that the output is triggered by the DBOpen function and it aggregates the ref counts.

      A possible workaround in release 6.x:

      - From a performance standpoint, the console log, statrep.nsf and Activity Logging can help pinpoint the cause.

      - From a corruption standpoint, Debug_NoteOpen=5 and debug_threadid=1 can help for databases opened by users. It will not show databases opened by tasks.

      Note: Caution should be used when implementing any debug parameter as it will cause additional load on the Domino server