Activating the log file setting changes

  1. Open a command window and change directory to/MSCMDirectory/config.
  2. Run the log4graft script. At the command line, type

    log4graft.bat (Windows)

    log4graft.sh (UNIX)

    The ADT log files will be in a file location on the WebSphere instance. The path to the log file is created by the concatenation of the WebSphere root, WebSphere profile root, and the WebSphere profile.

    For example:

    D:\was\IBM\WebSphere\AppServer\profiles\AppSrv01\logs

    The names of the files are adtevent.log*

    Error records indicate just that: An error has occurred. The severity of each error is different and should be looked at on a case by case basis.

    Apart from the adtevent.log another log file will be created per ADT HL7 file that is processed by POU. The log will be saved in the ADT folder define in the filter.properties under the folder log and will have a filename the same as the ADT HL7 file with the extension log. It will contain a summary of the parse like what is listed below: the name of the logfile from the example below would be ADTHL7_1.log.

    1	<===========================================================>
    2  < ADT SUMMARY								       > 
    3  < Filename					                    : ADTHL7_1.hl7		 >
    4  < No of supported messages read		  :<n>   >
    5  < No of messages without errors 			:<n>   >
    6  < No of messages with errors       :<n>   >
    7	<===========================================================>
    8   <datetime>ERROR  MESSAGE CONTROL ID: <message control id>
    9   <datetime>ERROR <error>
    ...
    n   <datetime>ERROR  MESSAGE CONTROL ID: <message control id>
    n+1 <datetime>>ERROR <error>