Search This Blog

Wednesday, November 16, 2016

Unable to locate 'make' utility in path

Issue :

bash-3.2$ perl adcfgclone.pl dbTechStack

                     Copyright (c) 2011 Oracle Corporation
                        Redwood Shores, California, USA

                        Oracle E-Business Suite Rapid Clone

                                 Version 12.2

                      adcfgclone Version 120.63.12020000.7.1202010.2

Enter the APPS password :

Checking for make...
 Unable to locate 'make' utility in path
 Checking for ld...
 Unable to locate 'ld' utility in path
 Checking for ar...
 Unable to locate 'ar' utility in path
 Unable to locate all utilities with system path.

 PATH = /d01/oraclone/UAT/11.2.0/appsutil/clone/bin/../jre/bin:/usr/bin:/bin


WARNING: Could not find all the required OS utilities in the $PATH. Please review the checks above

Fix :

export PATH=/usr/ccs/bin:$PATH




Tuesday, November 8, 2016

Could not chdir to home directory /home/btbs: No such file or directory

Error :


Could not chdir to home directory /home/btbs: No such file or directory


Fix :

This error is due to home path is set incorrectly in passwd file. Please do the below :

create home directory for user /export/home/username (Its for solaris). You can create /home or /export/home depends on your configuration.

cat /etc/passwd

Pleae check the home path for user.

btbs:x:101:1::/home/username/bin/sh

Update your actual home path as below,

btbs:x:101:1::/export/home/username:/bin/sh

It fixed the issue.


You cannot complete this task because one of the following events caused a loss of page data: A system failure has occurred "Front end is locked after 12.2 upgrade"

  If you have upgraded to Oracle E-Business Suite 12.2.10 Release Update Pack from Oracle E-Business Suite 12.2.6 Release Update Pack (or ea...