Detailed Item Cost Report (XML) timed out waiting for the Output Post-processor to finish
In this Document
Symptoms |
Cause |
Solution |
References |
APPLIES TO:
Oracle Cost Management - Version 12.1.3 and laterInformation in this document applies to any platform.
SYMPTOMS
"Detailed Item Cost Report (XML)" runs for 31 hours, when "Detailed Item Cost Report" completes in 4 min for the same parameters.
STEPS
1. Navigator -> Cost Management -> View (M) -> Requests -> Submit a New Request (B) -> Single Request -> Detailed Item Cost Report (XML)
2. View the output
3. Encounter the issue
CAUSE
Detailed Item Cost Report (XML) - the incorrect setup for OPP parameters
SOLUTION
1. Increase the number of Output Post Processor as follows:
* Logon to Applications with "System Administrator" responsibility
* Navigate to Concurrent -> Manager -> Define
* Query for "Output Post Processor"
* Click on "Work Shifts" and Increase the number of processes.
(If you have 2 processes then make them 4 if required to 8).
* make sure that you have oracle.apps.fnd.cp.opp.OPPServiceThread:2:0:max_threads=5 under Parameters
2. Please ensure the following settings:
* Logon to Applications with "XMLPublisher Administrator" responsibility .
* On the admin tab ensure the following settings:
- Use XML Publisher's XSLT processor TRUE
- Enable scalable feature of XSLT processor TRUE
- Enable XSLT runtime optimization TRUE
* Set the Temporary Directory to a valid path
Make sure that the tmp directory is at least 5GB or 20x larger than largest data file running
See also <Note 406195.1> XML Publisher Temp Directory.
3. Increase the value of the Concurrent:OPP Process Timeout as follows:
-Logon to Applications with "System Administrator" responsibility
- Navigate to Profile -> System
- Query for "Concurrent:OPP Response Timeout".
If the value of the Concurrent:OPP Response Timeout is 120 increase it to 240. (Value * 2)
- Query for "Concurrent:OPP Process Timeout".
Set the value to 10800 sec (3 hours)
4. Determine the heap size per OPP process:
where SERVICE_ID = (select MANAGER_TYPE from FND_CONCURRENT_QUEUES
where CONCURRENT_QUEUE_NAME = 'FNDCPOPP');
The default is: J:oracle.apps.fnd.cp.gsf.GSMServiceController:-mx512m
You can increase the heap space per process to 1024 (or another value like 2048 depending on the java capabilities on the concurrent server)
For example, to increase to 1024:
set DEVELOPER_PARAMETERS = 'J:oracle.apps.fnd.cp.gsf.GSMServiceController:-mx1024m'
where SERVICE_ID = (select MANAGER_TYPE from FND_CONCURRENT_QUEUES
where CONCURRENT_QUEUE_NAME = 'FNDCPOPP');
Things to be checked for each concurrent program:
A. In XML Publisher Administrator responsibility navigate to Data Definition
Although the scalable feature of the XSLT can be set at the Site level, it is recommended to enable it rather at the Data Definition level for those concurrent programs that are expected to produce large XML data files.
Navigation Path : XML Publisher Administrator responsibility
- query the data definition
- on the View Data Definition page select Edit Configuration button
(similar navigation path for Templates)
The XSLT related properties are stored under Properties > FO Processing
- set 'Use XML Publisher's XSLT processor' to True
- set 'Enable scalable feature of XSLT processor' to True
- set 'Enable XSLT runtime optimization' to True
B. Under Concurrent > Program > Define, query for Detailed Item Cost Report (XML) that is receiving the error.
(Only for two step method when not using the OPP)
* In the 'Options' field changed the value to -Xmx1024M.
Once the changes are done please Restart the concurrent manager so that changes take effect.
REFERENCES
BUG:19678099 - DETAILED ITEM COST REPORT COMPLETED WARNING WITH OUTPUT IN XML相關文章
- oracle11gR2 Timed out waiting for the CRS stack to startOracleAI
- Failed to connect to ESP8266: Timed out waiting for packet headerAIHeader
- java.io.IOException: Timed out waiting 20000ms for a quorum of nodes to respondJavaExceptionAI
- Oracle RAC root.sh 報錯 Timed out waiting for the CRS stack to start 解決方法OracleAI
- oracle gcr sleep in the Top Timed Events in reportOracleGC
- grid安裝執行root.sh時Timed out waiting for the CRS stack to start - 解除安裝gridAI
- [Clickhouse] Clickhouse 報SQLException : Read timed outSQLException
- sqlnet.log error - Operation timed outSQLError
- ORA-13639: The CURRENT operation was interrupted because it timed OUT
- BLOCKED,WAITING,TIMED_WAITING有什麼區別?-用生活的例子解釋BloCAI
- oracle 11.2.0.3 grid ons 程式 checked timed outOracle
- 【Oracle】 inbound connection timed out (ORA-3136)Oracle
- pip安裝selenium報錯:Read timed out
- Android-問題-obtainBuffer timed out (is the CPU pegged?)AndroidAI
- 報錯(已解決)Command timed out after no timeout
- java.sql.SQLException:IO 錯誤:Socket read timed out !JavaSQLException
- 執行systemctl status ssh返回“Failed to get properties: Connection timed out”AI
- 【解決】io.lettuce.core.RedisCommandTimeoutException: Command timed outRedisException
- 解決 connect to host github.com port 22 operation timed outGithub
- java.sql.SQLRecoverableException: IO Error: Socket read timed out 排查歷程JavaSQLExceptionError
- oozie.action.hadoop.LauncherException: IO error Connection timed out: no further informationHadoopExceptionErrorORM
- java.net.SocketTimeoutException: Read timed out異常解決方法JavaException
- WARNING: inbound connection timed out (ORA-3136)錯誤分析
- ORA-3136錯誤分析——WARNING Inbound Connection Timed Out
- io.lettuce.core.RedisCommandTimeoutException: Command timed out 解決辦法RedisException
- jdbc訪問KingbaseES資料庫SocketTimeoutException Read timed outJDBC資料庫Exception
- Feign,HTTP連線超時問題SocketTimeoutException: Read timed outHTTPException
- eclipse 線上安裝android包:Download interrupted: Read timed outEclipseAndroid
- kernel: ide-cd: cmd 0x1e timed out -- LinuxIDELinux
- 資料庫日誌中出現啟動JOB程式的TIMED OUT資訊資料庫
- RetryableException: Read timed out executing導致服務假死無響應Exception
- ORA-25254: time-out in LISTEN while waiting for a message 解決WhileAI
- Error waiting for a debug connection: ProcessException: adb did not report forwarded portErrorAIExceptionForward
- Loadrunner 伺服器壓力上不去,客戶端出現大量timed out伺服器客戶端
- jQuery finish()jQuery
- Beautifulreport 使用中報 line380,in report self.output_report () 等錯誤,麻煩大家幫忙解決
- Detailed Information on ODS and DSO objectAIORMObject
- CM agent 傳送heartbeat給CM server 不斷髮生 connection refused:timed outServer