Editing the Registry - Diagnostics Service and Diagnostics Console - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - external

Diagnostics Service and Diagnostics Console

Platform
OnBase
Product
Diagnostics Service and Diagnostics Console
Release
Foundation 23.1
License

For some applications, you can set logging options by editing the Log Profile value manually through the registry. Editing the registry is the only way to enable logging for VB script messages.

Note:

Edit the registry only for messages that cannot have logging enabled through any other means.

CAUTION:

Modify the registry at your own risk. Incorrectly editing the Windows registry can cause serious problems that may require you to reinstall your operating system. Be sure to back up the registry before making any changes to it. For more registry information, see the following Microsoft articles: http://support.microsoft.com/kb/256986 and http://technet.microsoft.com/en-us/library/cc725612.aspx

  1. Select Start | Run.
  2. Type regedt32 and click OK. The Registry Editor is opened
  3. For 32-bit systems, browse to \HKEY_LOCAL_MACHINE\SOFTWARE\Hyland\Diagnostics. For 64-bit systems, browse to \HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Hyland\Diagnostics.
  4. Double-click Log Profile from the right pane. The Edit DWORD Value dialog box is displayed.
  5. Select Decimal.
  6. Type one of the following values in the Value data field. To enable logging for a combination of message types, add the values together and enter the sum. For example, to enable logging for database, error, and LDAP/NT Authentication messages, type 11 (1+2+8).

    Value

    Messages Logged

    1

    Database

    2

    Errors

    4

    File/disk group access

    8

    LDAP/NT authentication

    32

    WorkView VBScript messages

    64

    OnBase Client processes running as Windows services and OnBase(Thick) Client verbose output.

    Note:

    Error logging is always enabled, regardless of the Log Profile value.

  7. Click OK.
  8. Close the Registry Editor.