Shipping Execution - EBS (MOSC)

MOSC Banner

Not able to generate the FTP logs using the unix code in concurrent request.

edited Jan 20, 2019 4:03AM in Shipping Execution - EBS (MOSC) 1 commentAnswered

Hi Team,

I am not able to generate the FTP logs using the Unix code in my concurrent program.

Please help me out for the same.

Please find the below unix code and let me know if anything uncorrect:

USER="******"

PASSWD="*******"

localFile="/applglobal/apps/apps_st/appl/xxtwl/custom/outbound/dms/shipment"

remoteFile="/Shipment/dms"

ftplog="/applglobal/apps/apps_st/appl/xxtwl/custom/outbound/dms/shipment/ack.log"

echo "$(date "+%H:%M:%S") - Attempt to FTP $localFile to $remoteFile" > $ftplog

# do the FTP put

cd $localFile

ftp -in ******** <<EOF >> $ftplog

quote USER $USER

quote PASS $PASSWD

cd $remoteFile

prompt

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center