Solution
-- To implement the solution, please execute the following steps:
- Login to Apps with Sysadmin responsibility
- Navigate to Profile -> Site
- Query for profile option 'RRA:enabled'
- Set Profile Option 'RRA:enabled' to 'yes'
- Bounce the concurrent managers
- Logout of apps client and re-login
Applies to:
Oracle Application Object Library - Version: 12.0
This problem can occur on any platform.
Symptoms
-- Problem Statement:
On 12.0 in Production:
When attempting to view concurrent managers log/out files the following error occurs:
APP-FND-01636: No report available for this concurrent process
Cause: There is no report available for this concurrent process.
The report file <your_path>/o123456.out
either does not exist or this program is restricted from reading it. In
some cases, a concurrent program may not be intended to produce a report files, and it may generate only a log file.
Action: Verify the the concurrent request has completed
Action: Check the log file for this Request.....
.....
.....
-- Steps To Reproduce:
The issue can be reproduced at will with the following steps:
1. run concurrent request
2. view out/log files
Changes
upgrade to R12
Cause
The issue is caused by the following setup:
Profile Option 'RRA:Enabled' was set to 'no'
The setup causes the issue because there was not RRA agent to retrieve the out/log file.
(RRA= Report Review Agent)