Job processes but fails due to the following error:
cat: /opt/CA/oasg/jdata/temp/SOME_FILE_20250512.txt: No such file or directory
The file exists in the location specified with appropriate permissions.
[root ~]$ ls -ltr /opt/CA/oasg/jdata/temp/SOME_FILE_20250512.txt-rwxrwxrwx. 1 autosys autosys 18 May 12 18:13 /opt/CA/oasg/jdata/temp/SOME_FILE_20250512.txt
Predecessor job was placing the required file in an NFS mount location. But, the job was trying to pick it up from a different NFS server.
Update the job definition to point to the proper NFS location where the file exists.