Where do concurrent request log files and output files go?

The concurrent manager first looks for the environment variable $APPLCSF
If this is set, it creates a path using two other environment variables:
$APPLLOG and $APPLOUT
It places log files in $APPLCSF/$APPLLOG
Output files go in $APPLCSF/$APPLOUT
So for example, if you have this environment set:
$APPLCSF = /u01/appl/common
$APPLLOG = log
$APPLOUT = out
The concurrent manager will place log files in /u01/appl/common/log, and
output files in /u01/appl/common/out
Note that $APPLCSF must be a full, absolute path, and the other two are
directory names.
If $APPLCSF is not set, it places the files under the product top of the application associated with the request. So for example, a PO report would go under $PO_TOP/$APPLLOG and $PO_TOP/$APPLOUT
Logfiles go to: /u01/appl/po/9.0/log
Output files to: /u01/appl/po/9.0/out
Of course, all these directories must exist and have the correct permissions.
Note that all concurrent requests produce a log file, but not necessarily an output file.

  
Showing Answers 1 - 5 of 5 Answers

raghav

  • Jun 11th, 2005
 

The solutions provided are very informative and crisp . HIghly for beginners and for experts .

  Was this answer useful?  Yes

raghavendran

  • Jul 6th, 2005
 

solution is good at the beginnner level .  
 
can be still more infromative

  Was this answer useful?  Yes

Saurabh Sarkar

  • Dec 9th, 2006
 

The output of the command below is the answer

select LOGFILE_NAME, OUTFILE_NAME

from fnd_concurrent_requests

Saurabh

Hindalco

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions