Oracle eBS Concurrent Request Host Program Issue Resolution
Oracle eBS Concurrent Request Host Program Issue Resolution
Steps Taken
1) Write the host script (e.g. scriptname.prog)
2) Transferred the host script to the correct applications directory and changed permissions to
allow execution (i.e. 775)
3) Create a symbolic link:
ln -s $FND_TOP/bin/fndcpesr scriptname
4) Set up the concurrent program using standard processes
Solution
The script was written on a Windows system before transferring to the Linux system. The script
needs to be converted to a unix format.
See: https://en.wikipedia.org/wiki/Unix2dos
Run:
dos2unix scriptname.prog