Thursday, March 7, 2013

PO: Notification Lines Display Limit




Profile to 'PO: Notification Lines Display Limit' to restrict the no of lines displace in requisition , this parameter can be set a user level.

Ref: Number of Requisition Lines in Notification Exceeds Profile Option PO: Notification Lines Display Limit Value [ID 1343304.1]

Purge Obsolete Workflow Runtime



Issue : PR Returned and Rejection notification doesnot last for more than one day in worklist

Solution : Change the age parameter in Purge Obsolete Workflow Runtime Data request to run each day with the following parameters:

Item Type = NULL
Item Key = NULL
Age = 0                                 -----7 
Persistence Type = Temporary
Core Workflow Only = Y
Commit Frequency = 500
Signed Notifications = N

with these parameter Age to 7. only  notifications older than 1 week should be purged

Thursday, February 28, 2013

ORA-20100: Error: FND_FILE failure. Unable to create file

Issue : ORA-20100: Error: FND_FILE failure. Unable to create file 
        when run any request which are in large .


Solution : check the paremeter  UTL_FILE_DIR and delete the old tmp files 

Monday, February 11, 2013

File -> Export, it flashes and then goes away, with nothing being exported

Issue : File -> Export, it flashes and then goes away, with nothing being exported in oracle EBS


Solution:
         Need to check the Alert log for any ORA-1653  temporary tablespaces, and allocate more space.
        found : ORA-1653: unable to extend table CTXSYS.DR$WAITING by 1598 in  tablespace CTXD

       so  increased the tablespace CTXD .



Ref:Information You Should Upload When Creating an SR for File Export and Attachments [ID 427964.1]


Monday, January 21, 2013

PRC: Refresh Project Summary Amounts



If you proceed with the change to an earlier PA Reporting Period when projects have been accumulated in a later PA period, you need to run the PRC: Refresh Project Summary Amounts process before viewing information in the Project Summary Inquiry (PSI) window.

Thursday, January 17, 2013

JVM tunning for Oracle EBS



Configuring various JVM tuning parameters for Oracle E-Business suite 11i and R12 [ID 567551.1]
JVM: Guidelines to setup the Java Virtual Machine in Apps Ebusiness Suite 11i and R12 [ID 362851.1]

Custom Reports with PDF output heap issue




Issue : The following issue in custom report for pdf output


"Error occurred during initialization of VM
Could not reserve enough space for object heap
"



Solution :
change all concurrent requets options from  "-Xms1024M -Xmx1024M"   to "-Xms128M -Xmx512M"


Ref:

Configuring various JVM tuning parameters for Oracle E-Business suite 11i and R12 [ID 567551.1]
JVM: Guidelines to setup the Java Virtual Machine in Apps Ebusiness Suite 11i and R12 [ID 362851.1]