Oracle EBS Troubleshooting

TXK Delta 13 failed due to missing files

TXK Delta 13(32392507) plus critical TXK patches 33550674, 33535778 failed because of missing files adsign.txt and adkeystore.dat under $APPL_TOP_NE/ad/admin The Solution: The apply phase failed twice, once when looking for…

Read More

Adop Phase=cutover Failing With AutoPatch – AidafoGetFileDbVersion: INFO: ORA-01403: No Data Found

AutoPatch – aidafoGetFileDbVersion: INFO: ORA-01403: no data found when apply adop phase=cutover failing with AutoPatch Please follow below steps to overcome this issue Confirm that value for READ_ONLY_FLAG and ENABLED_FLAG…

Read More

Sometimes the Formsapp.ear deployment fails on Application startup after applying Patches

Error while executing the perl script txkChkFormsDeployment.pl We have determined that you need to redeploy Forms (using txkChkFormsDeployment.pl). But could not do it automatically for you, due to some issues.…

Read More

Failed to start a managed process after the maximum retry limit

Posted by Saravana Kumar Scenario: ======== We have copied the Ias from different machine and while starting opmn we get the following error Error : ====== [oracle@doyen ~]$ opmnctl startall opmnctl:…

Read More

REP-3000: Internal error starting Oracle Toolkit

Posted by Sundaravel Ramasubbu  Issue: Recently we had issue with Concurrent requests which having print format of PDF or XML, and the exact error is “REP-3000: Internal error starting Oracle Toolkit”…

Read More

Adpreclone.pl fails with RC-50007: Could not create cloning stage area

Posted by : Sundaravel Ramasubbu   Introduction This Post demonstrates about Adpreclone.pl fails with RC-50007: Could not create cloning stage area Issue : adpreclone.pl fails with RC-50007: Could not create cloning…

Read More

The field PARAMETER.CONFIG could not be located or read

Posted by : Saravanan Introduction The field PARAMETER.CONFIG could not be located or read Problem Summary In R12.2.4 After clone , the concurrent ouput/log file shows the error Cannot read…

Read More

Untitled

                  Workflow notification mailer not sending emails in Oracle Apps We often find issues in Oracle Apps where our Workflow notification mailer…

Read More

How to Cancel a Concurrent Request Stuck in the Queue

Some times we get a Request from customers that they are not able to cancel their request because of the following error. “The concurrent manager process that was running this…

Read More

Given a Patch number – To find if a patch is applied or n

i.   To verify whether the patch has been already applied query for the patch number in ad_applied_patches as follows, select APPLIED_PATCH_ID, PATCH_NAME, PATCH_TYPE, CREATION_DATE from ad_applied_patches where patch_name=’patch_number; ii.   Or…

Read More