Logging ATNA Messages - IHE - English - Foundation 22.1 - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

IHE Solutions

Platform
OnBase
Product
IHE
Release
Foundation 22.1
License
Premier
Standard
Essential

The IHE Service can create a log file for each audit record message it sends to the Audit Record Repository. The name of each log file includes the type of event that triggered the message. File names are in the following format:

ATNALogFile<yyyymmddhhmmss><EventType>.xml

To log audit messages:

  1. Open the IHE Service configuration file (Hyland.Integrations.IHE.NTService.exe.config).
  2. In the configuration file's <appSettings> section, add the following line:

    <add key="ATNALogPath" value="path" />

    Where path is the path to the folder where audit message logs should be stored. Make sure the account running the IHE Service has sufficient permissions to write to this location.

  3. Save the configuration file.