When we run the shell script as a concurrent program and its completed with error as follows,
ERROR:
The executable file /devapp/apps/apps_st/appl/XXHN/1.0.0/bin/XXHNMVFILEINT1for this concurrent program cannot be executed.
Contact your system administrator or support representative.
Verify that the execution path to the executable file
Cause:
The program has not soft linked with Fnd executable
Solution:
Create a soft link with the program name and fnd_executable.
--> Go to XXHNMVFILEINT1.prog and create the below link as follows,
ln -s -f $FND_TOP/bin/fndcpesr XXHNMVFILEINT1
Now, Try to re-run the program and check...