When using symbolic link as File Resource:
- If the target file exists, the resource condition works as expected;
- If the target file does not exist, the condition does not get satisfied and Uproc remains in Event Wait.
Resource log show:
2017-04-04 14:22:01 | THT_RES1.00000000 | 0000006 | Scan Number 1 | Checking resource THT_RES1...
2017-04-04 14:22:01 | THT_RES1.00000000 | 0000006 | Scan Number 1 | Found 1 file matching filter [/apps/orsyp/du/DUTEST/temp],[test2.txt]
Release:6.x
Component: Automic Dollar Universe
OS: Unix and Linux
The issue comes from that the fact that EEP server tests if a file can be accessed, but according to the documentation, it will now test only if file exists (symbolic link exists) and not if it can access the file (right ...)