Friday, March 1, 2013

E-Business 11i/12.1/12.2 Concurrent Request LOG & OUT Files

E-Business 11i/12.1/12.2 Concurrent Request LOG & OUT Files
Michael Barone, E-Business Suite DBA  Michael.Barone@oatcinc.com

If the environment variable $APPLCSF. is set, the OUTPUT and LOG files are created in:
$APPLCSF/$APPLLOG               Log Files
$APPLCSF/$APPLOUT               Output Files

Note that $APPLCSF must be a full, absolute path, and $APPLLOG and $APPLOUT are directory names.

If $APPLCSF is not set, it places the files under the product top of the application associated with the request. For example, a PO report would go under $PO_TOP/$APPLLOG and $PO_TOP/$APPLOUT.
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.

Log file Format:
Request logfiles:                         l######.req


Output files Format If $APPCPNAM is not set: .
If $APPCPNAM = REQID: o.out
If $APPCPNAM = USER: .out
REQID is the request id of the concurrent request.
USER   is the id of the user that submitted the request.

Custom Output file Format:       APPCPNAM=USER.REQID
Manager logfiles:
ICM logfile: Default is std.mgr, can be changed with the mgrname startup parameter
Concurrent Manager log: w.mgr
Transaction Manager log: t.mgr
Conflict Resolution Manager log: c.mgr

No comments:

Post a Comment