Monday, July 08, 2013

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


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.


3 comments: