EmptyFileDetected |
EVENT - EmptyFileDetected Parent Object - HL7FolderProcessor Name: EmptyFileDetected Parameters: 1. strFileName (String - Full Path/Filename)
Description: A file was detected with 0 Bytes. The processor object ignores these files (maybe they're waiting to be filled up by some other process) but raises this event. You should take appropriate action (ie delete the file if it's an error). If the MessageFolder gets cluttered with an abundance of 0 byte files it can slow down your processor object.
|