At my work site, we got this error many time. This error occurred when we executed shell script using Concurrent Program. Fix was very simple in our case.
View the file using cat -v <filename>.prog
In all the cases, file showed control M characters at the end of each line. i did ftp from Linux to Window as Text and then Window to Linux as Binary. Problem was solved. dos2unix command too was useful.
Monday, July 08, 2013
Error: FND-CP-ESP: Child: exec:: No such file or directory
Labels:
FND (Application Object Library)
Subscribe to:
Post Comments (Atom)
Thanks, it worked.
ReplyDeleteSolved my issue -- thanks!
ReplyDeleteI am using SSL tool for file transfer from windows to unix.here not showing binary format to move file.
ReplyDeleteKindly suggest .