No such file or directory - error in Host type concurrent program
Hi Team,
I have requirement to email the output of concurrent request. So i am using unix script to achieve this.
But i am getting error message as '/fh02/DBU1D/conc/out/o46216809.out: No such file or directory' while running the conc program.
Also i am getting the mail from the script but attachment is missing. Can anybody please help.
sample code of the script-
V_FROM_MAIL_ID=$5
V_OUT_PATH=$6
V_TO_MAIL_ID=$7
V_FILE_NAME=$8
# The name under which the report will be emailed
V_FILE="Cgt_Invoices.PDF"
echo ""
echo "Mailing output file."