Sunday, 22 January 2017

How To Recreate the /appsutil/scripts/ directory,after copying or FTP appsutil from application.


Error: 

 

How To Recreate the /appsutil/scripts/ directory,after copying or FTP appsutil from application.

Solution:

 

    1. On the Application Tier (as the APPLMGR user)

    2. Log in to the APPL_TOP environment (source the environment file)

    3. Create appsutil.zip file

    4. perl /bin/admkappsutil.pl - /u01/OGSUAT/apps/apps_st/appl/ad/12.0.0/bin/admkappsutil.pl

    5. This will create appsutil.zip in $APPL_TOP/admin/out

    6. On the Database Tier (as the ORACLE user)

    7. Copy or FTP the appsutil.zip file to the RDBMS ORACLE_HOME

    8. cd RDBMS_ORACLE_HOME

    9. unzip -o appsutil.zip

    10. Generate your Database Context File follow the steps below:
        On UNIX cd . .env
        cd /appsutil/bin perl adbldxml.pl
        Enter the apps user password : apps
        Enter the Display variable   : apps
        This will create a .xml file under cd $ORACLE_HOME/appsutil

    11. On UNIX cd /appsutil/bin, run adconfig.sh,
        After running adconfig.sh,the scripts directory "/appsutil/scripts//" is created in appsutil directory.

No comments:

Post a Comment