Thursday 19 February 2015

EBS : Create Accounting - Cost Management Errs with Out of Memory Exception retry with scalable option or modify the Data template

Concurrent log error:

Calling XDO Data Engine...
****Warning!!! Due to high volume of data, got out of memory exception...***
****Please retry with scalable option or modify the Data template to run in scalable mode...***


Solution:
1. SYSADMIN --> Concurrent --> Program --> Define

2. Query for concurrent program with the short name = CSTCRACC

   In the 'Options' field change the value to -Xmx1024M. (or higher).  You can change the value to -Xmx2048M,  and possibly even -Xmx4096M.  Ultimately, you may exceed the heap size.

3. Restart the OPP concurrent manager so that changes take effect


Note: Enabling the scalability feature and changing the heap size to -Xmx1024M' is not recommended to be on the global level,  only on the concurrent program level.

Reference : (Doc ID 873774.1)

No comments:

Post a Comment

SQL Developer displaying Junk characters (??????)

Change the Encoding in SQL Developer Preferences as below Tools --> Preferences --> Environment --> Encoding --> UTF...