Posts

Showing posts from 2012

RC-50014: Fatal: Execution of AutoConfig was failed Raised by oracle.apps.ad.clone.ApplyDBTechStack

Image
OS: OEL 5.7 Application : R12.1.3 DB 11.2.0.3 adcfgclone on dbtier fails with RC-00110 - error displayed on terminal RC-50014: Fatal: Execution of AutoConfig was failed Raised by oracle.apps.ad.clone.ApplyDBTechStack - from ApplyDBTier_%.log file Post cloning process of dbtier with adcfgclone kept giving me this error RC-00110: Erro occurred while relinking of ApplyDBTechStack    The log files was showing the error : Autoconfig could not successfully instantiate the following files Adcrdb.sh INSTE8 RC-50014:   Checked the location shown in the log file and found the file was available   /u04/oracle/ERPCLONE/db/tech_st/11.2.0/appsutil/install/ERPCLONE_bkp Digging further showed me  that the script autoconfig complaining about  “adcrdb.sh”   is not available on the target system $db_home/ appsutil/template direcotry . I don’t know how it got missed from copying the source to target ! bash-3.2$ pwd /u04/oracle/ERPCLONE/db/tech_st/11.2.0/appsu

APP-OFA-47230 Set up the retirement convention for this retirement date - R12 FA

Image
Retiring   asset showed this error “Set up the retirement convention for this retirement date” The prorate daily calendar was not entered for the current financial year, once we entered the program completed successfully

Mass Additions Post program completes with errors - Oracle R12 FA

Image
The request log show the following error message The prorate calendar and prorate convention are not set up for this date. Mass Addition ID: 12730 ==> ** Failed ** The prorate daily calendar was not entered for the current financial year, once we entered the program completed successfully

Failed to create The VirtualBox COM object

Image
Trying to start virtual box ended up giving this error on fedora 17. There is a file called VirtualBox.xml in the location cd [home_dir]/ .VirtualBox.xml In the same location there is another file called VirtualBox.xml-prev which is kind of backup of the VirtualBox.xml.  I just renamed the  VirtualBox.xml to something and made a new copy of VirtualBox.xml-prev with the name VirtualBox.xml. This just fixed the issue and i can start virtual box now :)

Setting default template for concurrent requests with xml reports oracle R12

Image
Setting default template for concurrent requests with xml reports   Go to System Administrator > System Administration > Concurrent > Programs Enter the name of the concurrent program and click go Click the Update Go to Onsite Setting Tab Select the template you want to default from the template list box

Fixing Grub 2 dual boot issue with windows 7 - Fedora 17

Image
Pc is configured dual boot with windows 7 and fedora 17.   Windows boot manger got corrupted and unable to boot. Grub2 boot loader comes up with windows 7 boot entry but selecting to boot to windows 7 started giving boot mgr error. I fixed windows boot issue first with win 7 cd then reinstalled grub2 using Fedora 17 live cd Fix windows 7 boot mgr Use windows 7 installation cd to fix the win 7 boot issue Boot from the windows 7 cd Repair Your Computer Select User Recovery tools Startup Repair This will find the installed windows and fix windows 7 boot issue. Windows 7 will erase grub 2 boot loader and install windows 7 boot manager so we will not be able to access  fedora. Now we have to install grub again to be able to dual boot properly. 2. Reconfigure Grub 2 for dual boot Start the pc with fedora 17 live cd Start a terminal Change user to root su - root Mount the root partition mount /dev/sda2 /mnt

Physical Machine to Virtual Machine converting – Linux P2V (Unable to access resume device)

Image
Unable to access resume device  mount: could not find file system /dev/root setuproot : error mounting /proc: No such file or directory Kernel panic - not syncing: attempted to kill init! Convert Linux Physical Machine to Virtual machine (vmware  and Virtualbox). Same procedure is working on vmware and virtual box A fine morning started with a new question in mind, what if I could convert our Linux physical server to vm. This lead me to finishing the task and documenting it. The  complete migration process of Linux physical machine to virtual machine. The following steps have been tested on oracle enterprise Linux 5. I will be sticking to OEL 5 during complete process. The process comprises of taking a backup of physical machine and restoring it on a virtual machine Back up the physical server Startup a terminal on the physical server and change to maintenance mode shutdown -y -g1 (in 1 minutes system will go to single user mode)