Enabling Logging

You can use the ActiveMatrix BusinessWorks Plug-in for HL7 with FHIR plug-in to enable logging to troubleshoot errors that are generated by the plug-in.

Note: Before deploying the application in TIBCO Enterprise Administrator, you need to add the Log Properties listed in the Properties Added in the INI File column to the config.ini file to enable logging.

The config.ini file is located in the TIBCO_HOME\bw\domains\mydomain\appnodes\myappspace\myappnode directory.

Procedure

  1. Start TIBCO Business Studio.
  2. Click Run > Run Configurations.
  3. Click BusinessWorks Application > BWApplication in the left panel.
  4. Click the (x)=Arguments tab in the right panel.
  5. In the VM arguments panel, type the following properties:
    -Dcom.tibco.plugin.as.filelog.enable=True
    -Dcom.tibco.plugin.as.filelog.level=FINEST
    -Dcom.tibco.plugin.as.filelog.directory=d:/logs/Loging_0107
    -Dcom.tibco.plugin.as.filelog.filename=FINEST.log

    For more details about the value of each property, see Log Properties.

  6. Click Apply.