In this Document

  Symptoms
  Cause
  Solution
  References

APPLIES TO:

Oracle Cost Management - Version 12.1.3 and later
Information 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:

      select DEVELOPER_PARAMETERS from FND_CP_SERVICES 
      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:

      update FND_CP_SERVICES 
      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

      Note that these property values, set at the Data Definition level, take precedence over values set at the Site level.

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

Detailed Item Cost Report (XML) timed out waiting for the Output Post-processor to finish的更多相关文章

  1. java.io.IOException: Timed out waiting 20000ms for a quorum of nodes to respond

    16-11-14 21:23:41,540 FATAL org.apache.hadoop.hdfs.server.namenode.FSEditLog: Error: starting log se ...

  2. timed out waiting for input: auto-logout

    The ssh "timed out waiting for input: auto-logout" messages is generated by ssh upon reach ...

  3. OpenStack报错:MessagingTimeout: Timed out waiting for a reply to message ID

    L3.agent中出现大量消息超时错误,对网络的操作各种异常. 报错如下: -- :: ERROR neutron.agent.l3.agent [req-db9207e6--4f23-8c19-0d ...

  4. MessagingTimeout: Timed out waiting for a reply to message ID

    l3中出现大量消息超时错误,对网络的操作各种异常. 报错如下: 2016-02-25 05:54:59.886 15110 ERROR neutron.agent.l3.agent [req-db92 ...

  5. DHCP request error:Timed out waiting for dhcpcd to start【转】

    本文转载自:http://blog.csdn.net/zvivi521/article/details/9166899 [init.svc.dhcpcd_eth0]: [stopped] I/Serv ...

  6. Java连接ArtemisMQ,出现Timed out waiting to receive cluster topology. Group:null异常

    完整异常内容:org.springframework.jms.UncategorizedJmsException: Uncategorized exception occurred during JM ...

  7. (adhoc) process launch failed: timed out waiting for app to launch

    I had a similar issue when trying to debug an App with Ad-Hoc provisioning... Check which provisioni ...

  8. Xcode Coule not launch "aaa" press launch failed:timed out waiting for app launch

    遇见这个问题 可能是 由于 runapp 的时候设置里面 设置为release了. 解决办法是:见图 build configuration 设置成 debug 状态就OK了. 要是上面的不行就试一下 ...

  9. A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header

    使用arduino烧写esp32模块遇到的无法烧录问题,时钟无法烧录遇到如下提示 后来搜索在如下连接找到解决方法: https://github.com/espressif/esptool/issue ...

随机推荐

  1. 【转】如何使用slave_exec_mode优雅的跳过1032 1062的复制错误

    今天线上的主从复制发生1062的错误,使用sql_slave_skip_counter跳过之后,由于后面的事务需要对刚刚的数据进行update,后续造成了新的1032的错误. 后来,无意中发现还有更好 ...

  2. 学习HTML的第一次课

    1.母板中的标签的含义 1.1< Doctype html/ > 声明文档类型为HTML 1.2< meta charset="UTF-8"/ > 设当前网 ...

  3. 【python进阶】详解元类及其应用1

    前言 元类在python中是很重要的一部分,我将分两次去讲解元类及其应用,此篇为详解元类及其应用第一篇,下面开始今天的说明~~~ 1. 类也是对象 在⼤多数编程语⾔中,类就是⼀组⽤来描述如何⽣成⼀个对 ...

  4. ionic轮播图

    根据自带的滑动图,只需要添加加红字体 <ion-view view-title="活动详情" class="align-title-center"> ...

  5. [LeetCode] Split Linked List in Parts 拆分链表成部分

    Given a (singly) linked list with head node root, write a function to split the linked list into k c ...

  6. 对于IO流的个人理解

    Samuel 2018-04-21 在这之前,我给你们构造这样一个生活用水的场景: 人们日常生活需要生活用水,那么,水从哪里来呢? 大家都学过初中的物理常识,水在地表,通过蒸发,变成水蒸气去到空中,在 ...

  7. 51nod 1673 树有几多愁

    lyk有一棵树,它想给这棵树重标号. 重标号后,这棵树的所有叶子节点的值为它到根的路径上的编号最小的点的编号. 这棵树的烦恼值为所有叶子节点的值的乘积. lyk想让这棵树的烦恼值最大,你只需输出最大烦 ...

  8. ●BZOJ 2337 [HNOI2011]XOR和路径

    题链: http://www.lydsy.com/JudgeOnline/problem.php?id=2337题解: 概率dp, 因为异或的每一位之间没有关系,我们就依次考虑每一位k.(即边权要么为 ...

  9. [BZOJ]4405: [wc2016]挑战NPC(带花树)

    带花树模板 #include<cstdio> #include<cstring> #include<algorithm> using namespace std; ...

  10. hdu 4052 线段树扫描线、奇特处理

    Adding New Machine Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Othe ...