I’m attempting to create a sequence that in the end of process checks certain info events from log file and then posts them to monitoring service. I’ve seen several log parser examples including the LogFile_Parser -package but have the same issue on all of them: The Read Text File or ReadLines activities fail because of process cannot access the log file because it is being used by another process.
In other examples of that issue the generic advice is to kill the other process first, but with logging I don’t have that option. Is there a workaround for the file access being blocked?