FileAccessError |
EVENT - FileAccessError Parent Object - HL7FolderProcessor Name: FileAccessError Parameters: 1. strFileName (String - Full Path/Filename)
Description: A file was detected and the object could not access that file for some reason (typically it's locked by another process or is read-only for some reason). Since it is very important to process files in filedate/time order, the current polling cycle is canceled until this situation is resolved. What this means is that if this error occurs, the processor will NOT just skip this file and proceed to the next one. It will keep trying to access this file until it either successfully accesses it OR it's removed from the folder.
|