When adadmin is invoked from app server we see below issue
APPSERVER[appuser]_> adadmin
Copyright (c) 2002, 2012 Oracle Corporation
Redwood Shores, California, USA
Oracle E-Business Suite AD Administration
Version 12.2.0
NOTE: You may not use this utility for custom development
unless you have written permission from Oracle Corporation.
Failed to make directory /a01 in adumd().
Unable to create out directory '/a01/<dbSID>/oracle/product/fs_ne/inst/<dbSID_<APPSERVER>/logs/appl/conc/out'.
Failed to make directory /a01 in adumd().
Unable to create admin log directory.
APPSERVER[appuser]_>
SOLUTION :
Check the location of APPLCSF in CONTEXT_FILE
APPSERVER[APPOSUSER]_> env|grep -i applcsf
APPLCSF=/a01/<dbSID>/oracle/product/fs_ne/inst/<dbSID_<APPSERVER>/logs/appl/conc/out
APPSERVER[APPOSUSER]_> grep -i APPLCSF $CONTEXT_FILE
<APPLCSF oa_var="s_applcsf">/a01/<dbSID>/oracle/product/fs_ne/inst/<dbSID_<APPSERVER>/logs/appl/conc/out</APPLCSF>
APPSERVER[APPOSUSER]_>
APPSERVER[APPOSUSER]_> grep -i APPLCSF $APPL_TOP/ARPSYSM2_alpc4khkapm2.env
# APPLCSF is the top-level directory in which the Concurrent Manager
APPLCSF="/a01/<dbSID>/oracle/product/fs_ne/inst/<dbSID_<APPSERVER>/logs/appl/conc/out"
if test "$APPLCSF" != ""
export APPLCSF
APPSERVER[APPOSUSER]_>
Change APPLCSF path in Application node context file and then in $APPL_TOP/$CONTEXT_NAME.env to the correct path .
execute Autoconfig on App node
now try to run adadmin again
No comments:
Post a Comment