Posts by Sundaraiya Balu

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

Alert Log:Warning: VKTM detected a time drift,Time drifts can result in an unexpected behavior such as time-outs.

Below message keeps repeating in Alert-log. Warning: VKTM detected a time drift. Time drifts can result in an unexpected behavior such as time-outs. Please check trace file for more details.…

Read More

To Re-build database tier context file in r12.2

adbldxml.pl perl command used to re-create database tier context file. To re-create database tier context file follow the below steps. STEPS : 1. Run adbldxml.pl on <RDBMS ORACLE_HOME> perl <RDBMS…

Read More