This page was last edited on September 26, 2022, at 10:54.
Comments or questions about this documentation? Contact us for support!
The .yaml configuration file provides:
On startup, History Node attempts to read it from a default location:
${INSTALLATION DIRECTORY}/config/iwd_history.yaml
However, different .yaml configuration file can be provided by using the -config command-line option.
logging: level: INFO appenders: - type: console - type: file currentLogFilename: /var/log/historynode.log threshold: ALL archive: true archivedLogFilenamePattern: /var/log/historynode-%i.log archivedFileCount: 5 timeZone: UTC maxFileSize: 100MB event-log-migration: solutionId: SLT1 fetchSize: 10 interaction-server: driverClass: com.microsoft.sqlserver.jdbc.SQLServerDriver url: jdbc:sqlserver://<db_host>:<db_port>;databaseName=inx_db user: <db_username> password: <db_password> eventlog: driverClass: com.microsoft.sqlserver.jdbc.SQLServerDriver url: jdbc:sqlserver://<db_host>:<db_port>;databaseName=eventlog_db user: <db_username> password: <db_password> httpDisabledMethods: null adminHttpDisabledMethods: null
where:
History Node can provide data for iWD Manager or iWD Data Mart or both. By default both event types are processed; however you can change this with following options:
1. iWD Manager will not connect to a History Node application unless the process-gtl option is explicitly set to true.
If you plan to use UTF-8 encoded characters in the task updates (for example, in task attributes values), you must enable the UTF-8 encoding support.
To do this for Windows, add -Dfile.encoding=utf-8 to JavaServerStarter.ini under the [JavaArgs] section.
To do this for UNIX, add -Dfile.encoding=utf-8 to JAVA_OPTS in iwd_history.sh.
Then restart History Node.