Technology Stack - EBS (MOSC)

MOSC Banner

How to run .sh file as Concurrent Program.

edited Jun 19, 2016 11:49PM in Technology Stack - EBS (MOSC) 6 commentsAnswered

I am having below sh file I need to run it as concurrent program.

---------report.sh-------------

#!/bin/sh

( cat /appfin/report/text.txt ; uuencode /appfin/report/Ofclone_Report_on_$(date +"%d-%m-%y").htm

l /appfin/report/Ofclone_Report_on_$(date +"%d-%m-%y").html ) | mailx -s 'Clone Report' suryaprak

ashrokz@gmail.com

-----------------------------------

I have done below steps but still I am error while running this program.

1) Written the script and stored as report.prog

2) Created symbolic link from your script to $FND_TOP/bin/fndcpesr ( ln -s $FND_TOP/bin/fndcpesr report )

3) Registered concurrent program with execution method of 'Host'.

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