Disabling IP Address Masking - Connector for use with SAP ArchiveLink - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

Connector for use with SAP ArchiveLink

Platform
OnBase
Product
Connector for use with SAP ArchiveLink
Release
Foundation 23.1
License
Premier
Standard
Essential

In the Diagnostics Console, the IP address of the workstation is displayed in certain tabs. By default, the source IP address is obfuscated so that it cannot be identified. To display the full source IP address of the workstation, a tag must be entered into the diagnostics route in the Hyland.Logging section of the .config file of the .NET-based application being used by the workstation.

To enter the tag into the .config file of the application:

  1. Open the .config file.
  2. Locate the Hyland.Logging section of the file.
  3. In Route sub-section for the diagnostics route you want to configure, enter the following tag:

    <add key="DisableIPAddressMasking" value="true"/>

  4. Save the file and restart the application.