R12.2 Apps DBA. Powered by Blogger.

REP-56093:File:Cached Output For Job 1 is No Longer Valid 12.2

No comments :
(Doc ID 1321342.1)REP-0069: Internal error
REP-57054: In-process job terminated:Executed successfully but there were some errors when distribute the output
REP-50159: Executed successfully but there were some errors when distribute the output
REP-56093: file : Cached output for job 1 is no longer valid
Solution
To implement the solution, please execute the following steps:
1. Ensure that you have taken a backup of report server configuration file rwbuilder.conf under $INST_TOP/ora/10.1.2/reports/conf:
- Telnet to application tier server via OS user <applmgr>
- Source application tier environment file <APPL_TOP>/APPS<SID>_<hostname>.env
- Change directory to $INST_TOP/ora/10.1.2/reports/conf
# cd $INST_TOP/ora/10.1.2/reports/conf
- Backup file rwbuilder.conf
# cp rwbuilder.conf rwbuilder.conf.bk
2. Provide a larger cache space:
- Edit rwbuilder.conf
# vi rwbuilder.conf
- Replace the record :
<property name="cacheSize" value="0"/>
- To
<property name="cacheSize" value="50"/>
Notes: in this instance, 50M is enough. This value could be tune according to the real demand.  Internal Bug 8602992 reflects that the default value of "0" is the proper value for the cache size.
3. Bounce concurrent processing server via script $ADMIN_SCRIPTS_HOME/adcmctl.sh
4. If you are satisfied that the issue is resolved, migrate the solution as appropriate to other environments.

No comments :

Post a Comment

Note: only a member of this blog may post a comment.