Concurrent Executable Error: FND-CP-ESP Child: exec:: No such file or directory

Problem


You're getting "FND-CP-ESP Child: exec:: No such file or directory" in the concurrent log.
You know that the shell script is in the right place. You know that it has the right permissions.
You've run your command to link the executable so that it can be seen and run by EBS:
ln -s $FND_TOP/bin/fndcpesr $XX_TOP/bin/XX_INTERFACE

Solution


Check that your executable has not accidently been converted to DOS by your editor.
In Ultraedit I did a Dos to Unix conversion and the issue was fixed.
On some boxes you could also run a dos2unix command.

Acknowledgment


http://oracle.ittoolbox.com/groups/technical-functional/oracle-appserver-l/error-fndcpesp-child-exec-no-such-file-or-directory-1040185


Comments