We have observed many requests of couple of concurrent prorgams in our R12 instance go into error with below kind of message:
Enter Password:
MSG-01001: Entering AfterPForm
MSG-01001: Starting to retrive former request parameter by request ID
MSG-01001: Exiting AfterPForm
MSG-01010: :S_BATCH_COUNT = 0
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-54002: file : Cache item is no longer valid
<property name="cacheSize" value="0"/> <property name="noVoidedOutputError" value="yes"/>
mkdir $FND_TOP/admin/template/custom
<property name="cacheSize" value="0"/> <property name="noVoidedOutputError" value="yes"/>
<cache class="oracle.reports.cache.RWCache"> <property name="cacheSize" value="0"/> <property name="noVoidedOutputError" value="yes"/> <property name="cacheDir" value="%s_logs_dir%/ora/10.1.2/reports/cache"/> <!--property name="maxCacheFileNumber" value="max number of cache files"/--> <!--property name="ignoreParameters" value="parameter names to be ignored in constructing cache key, separated by comma ','"/--> </cache>
Reference:
Metalink Doc : Intermittent Oracle Reports REP-0069: REP-57054: Error (Doc ID 1237834.1)
- Oracle Multitenant DB 4 : Parameters/SGA/PGA management in CDB-PDB - July 18, 2020
- Details of running concurrent requests in Oracle EBS - May 26, 2020
- Oracle Multitenant DB 3 : Data Dictionary Architecture in CDB-PDB - March 20, 2020
