There could be 2 reasons this error could arise,
1. No Proper Symbolic link created or
To resolve this create a Symbolic Link as below, without the file extension
ln –s $FND_TOP/bin/fndcpesr $XXXX_TOP/bin/XXXXXXX
XXXX – Custom TOP Name
XXXXXXX – Executable name of the Program
2. The PROG File that’s created might have accidentally converted to DOS due to File Copy Mode.
To resolve this, Convert the File to UNIX fileformat as below,
dos2unix <FileName>.txt
Print This Post
1. No Proper Symbolic link created or
To resolve this create a Symbolic Link as below, without the file extension
ln –s $FND_TOP/bin/fndcpesr $XXXX_TOP/bin/XXXXXXX
XXXX – Custom TOP Name
XXXXXXX – Executable name of the Program
2. The PROG File that’s created might have accidentally converted to DOS due to File Copy Mode.
To resolve this, Convert the File to UNIX fileformat as below,
dos2unix <FileName>.txt
super its working
ReplyDelete