Posts by Sundaraiya Balu

Oracle Forms and Reports 11.1.2.2.0 Installation: “invoking target agent” Error

Description: During installation of Oracle Forms and Reports 11.1.2.2.0 on Oracle Linux 7.2 the following error occurs at 92% of progress. Cause: This is a bug occurs on EM Agent…

Read More

Forms and Report 11gR2 Configuration: Report Component Failed

Description: During configuration of forms and report, component of report configuration failed with the below Error. Step Executing: opmnctl startproc ias-component=RptSvr_xxxxxx_asinst_1 failed Configuration Action ‘Executing: opmnctl startproc ias component=RptSvr_xxxxxx_asinst_1’ has…

Read More

WebLogic AdminServer Error-“unable to get file lock, will retry”

Cause: When WebLogic Server Starts,it creates a lock file with .lok extension under           $DOMAIN_HOME/server/<Server_Name>/tmp location It cleans .lok file when weblogic server stops If OS or Server abnormally rebooted during…

Read More

EBS-R12.2.5:adpreclone.pl Fails with Error Message – Edit session is enabled in domain

Getting ”edit session is enabled error” when running adpreclone.pl command in ebs R12.2.5 Cause: Lock&Edit session is enabled in weblogic console. Solution: Login to weblogic console Click Release configuration on…

Read More

Oacore & Forms Servers Are Stuck at ADMIN State in EBS R12.2.5

Not able to bring up oacore and forms managed servers after clone. These managed servers are stuck at ADMIN state while trying to start the services. CAUSE: Credentials Missing in…

Read More

adcfgclone.pl error :RC-50014: Fatal: Execution of AutoConfig was failed in R12

While R12.2.5 cloning autoconfig failed with the below error AutoConfig is exiting with status 1 ERROR: RC-50014: Fatal: Execution of AutoConfig was failed Raised by oracle.apps.ad.clone.ApplyApplTop END: Executed runAutoConfig… ERROR:…

Read More

APP-AR-11526: ORA-00054: resource busy and acquire with NOWAIT specified or timeout

The issue  reproduced when AutoInvoice is run in parallel by 2 different users and from 2 different machines in apps R12.1.3. IMPACT: Due to this issue, users cannot run autoinvoice…

Read More

shell script to compile multiple form files in oracle apps

The Below  script useful to compile multiple .fmb files from single script. SCRIPT: vi fmcmp.sh #!/bin/bash .  APPS_XXXX.env LOGFILE=/d01/backup/fmcmp_`date +%d%b%Y`.log function FCMD { j=”${i//.fmb}” cd $AU_TOP/forms/US frmcmp_batch userid=apps/XXXX module=$i output_file=$AR_TOP/forms/US/$j.fmx…

Read More

TNS-01151: Missing listener name, APPS_XXX, in LISTENER.ORA

Problem Description: In Apps R12.1.3 cloning perl adcfgclone.pl appsTier configuration successfully completed and all the services started except listener service. when starting listener service listener process exists with status 1.…

Read More

Apps listener fails to start on cloned instance with TNS-12533

Apps listener fails to start on cloned R12.1.3 instance with the following error. Cause: This error occurs when a host names in the tcp.invited_nodes list is invalid Solution: Remove invalid…

Read More