Steps to enable trace for concurrent programs in oracle EBS apps R12

Introduction: –Steps to enable trace | As we know that tracing the Concurrent program is very mandatory option to Debug any issue while running the concurrent program long. Here we will discuss about how to enable trace for concurrent programs in oracle apps r12 and generate tkprof file to diagnose the ongoing issue. What does … Read more

Simple steps to resolve AuthInfoRequired username password cups printing

Introduction:- AuthInfoRequired username password cups printing| While doing printing using SMB printer, authentication are not being passed automatically. so that cups print job ‘hold for authentication’ because of  AuthInfoRequired username password  while CUPS printing. The print job stucked in print queue with status ‘Held for authentication‘. It will print,Once we will manually click on release. … Read more

How to fix unable to start up the managed server forms server1.

Introduction: – Here we will see how to resolve ‘ERROR: Unable to start up the managed server forms_server1’. After that fixed the issue and started it as normally.   Identify the unable to start up the managed server. While forms_server1 failed to start below errors was showing in logs. Here we can see Unable to … Read more

Simple steps to resolve ORA-14287: cannot REBUILD a partition.

Introduction:- In this post we will cover ORA 14287 cannot REBUILD a partition. If any index status is unusable then we will have to identify the same and rebuilt as mentioned below. How to resolve ORA 14287 cannot REBUILD a partition?   SQL>SELECT OWNER, INDEX_NAME,” FROM DBA_INDEXES WHERE STATUS = ‘UNUSABLE’ UNION SELECT INDEX_OWNER, INDEX_NAME, PARTITION_NAME FROM … Read more

How to fix Import Standard Purchase Orders Error cannot read the file PO_PDOI_GRP.start_process issue.

In this post we will fix this error with very simple steps. While running  “Import Standard Purchase Orders”, showing below error cannot read PO_PDOI_GRP.start_process. Import standard purchase orders:- Our programs failing with below error, You may check the concurrent request logs, Will see the error as below. Concurrent Request logs:- You can check the concurrent … Read more

How to fix Adop cutover failed pre_cutover_checks_completed.

ADOP Cutover failed

Introduction:- In this post we going to cover the ‘How to fix ADOP Cutover failed PRE_CUTOVER_CHECKS_COMPLETED’ while applying the adop patch in our EBS. After applying a patch with adop: (prepare/apply/finalize), the cutover failed. 👉Why ADOP Cutover failed PRE_CUTOVER_CHECKS?. The services on primary node possibly partially up, but services down on the secondary node due … Read more

How to fix WARNING: Oracle executable binary mismatch detected.

oracle executable binary mismatch

In this post we will ensure how to fix warning: oracle executable binary mismatch. In alert log file message showing repeatedly as oracle binary mismatch. Error:- WARNING: Oracle executable binary mismatch detected WARNING: Oracle executable binary mismatch detected. Binary of new process does not match binary which started instance issue alter system  set “_disable_image_check” = true … Read more

How to fix EBS 12.2 adcfgclone pl Error in APPS Tier.

Introduction:- In this article, we will discuss and resolve the adcfgclone pl on apps tier failed R12 failure in R12.2. We are facing this issue while executing adcfgclone.pl. In: 12.2 version, Rapidclone When attempting to clone in  appsTier, the following error occurs.   ERROR:- adcfgclone pl on apps tier failed R12 failed with ERROR: Script failed, … Read more