Adcfgclone.pl error

Hi
we are try to clone freshly installed linux server from the backup.db is over but we are try to run cfgclone in appstier we are facing this problem give below.
[AutoConfig Error Report]
The following report lists errors AutoConfig encountered during each
phase of its execution. Errors are grouped by directory and phase.
The report format is:
<filename> <phase> <return code where appropriate>
[SETUP PHASE]
AutoConfig could not successfully execute the following scripts:
Directory: /u02/apps/DEV_pipsy/admin/install
adgendbc.sh INSTE8_SETUP 1
afcpnode.sh INSTE8_SETUP 1
afgcsreg.sh INSTE8_SETUP 1
txkWfClone.sh INSTALL_SETUP 1
[PROFILE PHASE]
AutoConfig could not successfully execute the following scripts:
Directory: /u01/apps/tech_st/10.1.3/perl/bin/perl -I /u01/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u01/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /u01/apps/apps_st/appl/au/12.0.0/perl -I /u01/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /u02/apps/DEV_pipsy/admin/scripts/adexecsql.pl sqlfile=/u02/apps/DEV_pipsy/admin/install
afwebprf.sql INSTE8_PRF 1
amscmprf.sql INSTE8_PRF 1
amswebprf.sql INSTE8_PRF 1
bisadmprf.sql INSTE8_PRF 1
bisdblrp.sql INSTE8_PRF 1
clnadmprf.sql INSTE8_PRF 1
cncmprf.sql INSTE8_PRF 1
cseadmprf.sql INSTE8_PRF 1
csfadmprf.sql INSTE8_PRF 1
csiadmprf.sql INSTE8_PRF 1
eamadmprf.sql INSTE8_PRF 1
fteadmprf.sql INSTE8_PRF 1
icxwebprf.sql INSTE8_PRF 1
oksfrmprf.sql INSTE8_PRF 1
wshadmprf.sql INSTE8_PRF 1
Directory: /u02/apps/DEV_pipsy/admin/install
adadmprf.sh INSTE8_PRF 1
afadmprf.sh INSTE8_PRF 1
afcpctx.sh INSTE8_PRF 1
afcpgsm.sh INSTE8_PRF 1
ibywebprf.sh INSTE8_PRF 1
igccmprf.sh INSTE8_PRF 1
jtfictx.sh INSTE8_PRF 1
okladmprf.sh INSTE8_PRF 1
txkJavaMailerCfg.sh INSTE8_PRF 1
txkWebServicescfg.sh INSTE8_PRF 1
[APPLY PHASE]
AutoConfig could not successfully execute the following scripts:
Directory: /u01/apps/tech_st/10.1.3/perl/bin/perl -I /u01/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /u01/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /u01/apps/apps_st/appl/au/12.0.0/perl -I /u01/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /u02/apps/DEV_pipsy/admin/install
adadmat.pl INSTE8_APPLY 1
AutoConfig is exiting with status 30
ple urgement ple,,,,

Please upload AutoConfig log file to any free hosting website and post the link here.
Also, make sure you have all OS pre-req. packages installed as per these docs.
Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86 [ID 761564.1]
Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 [ID 761566.1]
Thanks,
Hussein

Similar Messages

  • EBS 12.1.3 & clone from non-shared to shared appl tier: adcfgclone.pl error

    Hi,
    we have Oracle EBS 12.1.3 with 11gR2 in IBM AIX7.1. We are now cloning it from a non-shared appl tier to a shared appl tier. Shared appl tier is located in the network drive which uses NetApp.
    I've been following these documents:
    - Cloning Oracle Applications Release 12 with Rapid Clone (Doc ID 406982.1)
    - Sharing The Application Tier File System in Oracle E-Business Suite Release 12 [ID 384248.1]
    - Using Load-Balancers with Oracle E-Business Suite Release 12 (Doc ID 380489.1)
    DB clone went without problems, but now I'm getting strange problems when trying to run adcfgclone.pl for apps tier:
    "applmgr@myhost:/d01/shared_mount/apps/apps_st/viscomn/clone/bin # perl adcfgclone.pl appsTier
    pwd: No such file or directory
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    Oracle Applications Rapid Clone
    Version 12.0.0
    adcfgclone Version 120.31.12010000.8
    ERROR: could not find source system context in /../context/db/CTXORIG.xml
    Can't open /../context/db/CTXORIG.xml:
    No such file or directory
    This file exists:
    /d01/shared_mount/apps/apps_st/viscomn/clone/context/apps/CTXORIG.xml
    I've tried to re-execute the cloning steps for app tier, but the problem persists.
    I've cloned from non-shared to non-shared app tier without problems, so I have a feeling that this might be related to the shared network drive.
    Any ideas how to solve this problem?
    BR,
    TH

    Hi Hussein,
    thanks for the reply.
    +The path is different (first path is db while the second one is apps), so copy the file from the source instance to $COMMON_TOP/clone/context/apps directory on the target instance and try then -- Troubleshooting RapidClone issues with Oracle Applications R12 [ID 603104.1]+
    What I meant to say that CTXORIG.xml already exists in the correct directory in the target system:
    $COMMON_TOP/clone/context/apps
    Anyways, I recopied the file from source to the target system $COMMON_TOP/clone/context/apps, but still the same problem. I'll continue reading "Troubleshooting RapidClone issues with Oracle Applications R12 [ID 603104.1]".
    I noticed below when running "perl adcfgclone.pl appsTier" with perl debug mode:
    Cwd::_backtick_pwd(<10.1.3 ORACLE_HOME>/perl/lib/5.8.3/aix-thread-multi/Cwd.pm:204):
    204: local @ENV{qw(PATH IFS CDPATH ENV BASH_ENV)};
    DB<1> s
    Cwd::_backtick_pwd(<10.1.3 ORACLE_HOME>/perl/lib/5.8.3/aix-thread-multi/Cwd.pm:205):
    205: my $cwd = `$pwd_cmd`;
    DB<1> s
    pwd: No such file or directory
    Cwd::_backtick_pwd(<10.1.3 ORACLE_HOME>/perl/lib/5.8.3/aix-thread-multi/Cwd.pm:207):
    207: local $/ = "\n";
    DB<1> s
    BR,
    TH

  • Adcfgclone.pl error:RC-50014: Fatal: Execution of AutoConfig was failed

    hi all,
    i got following error while cloning of R12 instance on HP UX.
    after copying from source to target i have run perl adcfgclone.pl dbTechStack.
    error...
    Starting synchronization of file system Context file and its templates with those in the database
    Database connection : Failed
    OAM Context editing support feature: Unverified
    OAM Customization support feature : Unverified
    File system template : /erpdev1/orarsu/db/tech_st/10.2.0/appsutil/template/adxdbctx.tmp
    No uploading of Context file and its templates to database. Database conection failed
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [INSTANTIATE PHASE]
    AutoConfig could not successfully instantiate the following files:
    Directory: /erpdev1/orarsu/db/tech_st/10.2.0/appsutil/install/RSU_reeldev
    adcrdb.sh INSTE8
    AutoConfig is exiting with status 1
    RC-50014: Fatal: Execution of AutoConfig was failed
    Raised by oracle.apps.ad.clone.ApplyDBTechStack
    regards,
    sandeep.

    hi,
    i already have checked <RDBMS ORACLE_HOME>/appsutil/log/<Context_name>/<MMDDhhmm>/adconfig.log location but there is no directory with <MMDDhhmm>/adconfig.log..
    can u check below update....i think i m missing some syntex
    adcfgclone.pl dbconfig /erpdev1/orarsu/db/tech_st/10.2.0/appsutil/RSU_reeldev.xml
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    Oracle Applications Rapid Clone
    Version 12.0.0
    adcfgclone Version 120.20.12000000.12
    Enter the APPS password :
    Running Rapid Clone with command:
    perl /erpdev1/orarsu/db/tech_st/10.2.0/appsutil/clone/bin/adclone.pl java=/erpdev1/orarsu/db/tech_st/10.2.0/appsutil/clone/bin/../jre mode=apply stage=/erpdev1/orarsu/db/tech_st/10.2.0/appsutil/clone component=dbconfig method=CUSTOM dbctxtg=/erpdev1/orarsu/db/tech_st/10.2.0/appsutil/RSU_reeldev.xml showProgress contextValidated=false
    Running:
    perl /erpdev1/orarsu/db/tech_st/10.2.0/appsutil/clone/bin/adclone.pl java=/erpdev1/orarsu/db/tech_st/10.2.0/appsutil/clone/bin/../jre mode=apply stage=/erpdev1/orarsu/db/tech_st/10.2.0/appsutil/clone component=dbconfig method=CUSTOM dbctxtg=/erpdev1/orarsu/db/tech_st/10.2.0/appsutil/RSU_reeldev.xml showProgress contextValidated=false
    APPS Password :
    Setting SHLIB_PATH to :/erpdev1/orarsu/db/tech_st/10.2.0/appsutil/clone/oui/lib/hpunix
    Beginning dbconfig Apply - Sat Apr 24 12:19:55 2010
    /erpdev1/orarsu/db/tech_st/10.2.0/appsutil/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=false -Doracle.installer.oui_loc=/erpdev1/orarsu/db/tech_st/10.2.0/oui -classpath /erpdev1/orarsu/db/tech_st/10.2.0/appsutil/clone/jlib/xmlparserv2.jar:/erpdev1/orarsu/db/tech_st/10.2.0/appsutil/clone/jlib/ojdbc14.jar:/erpdev1/orarsu/db/tech_st/10.2.0/appsutil/clone/jlib/java:/erpdev1/orarsu/db/tech_st/10.2.0/appsutil/clone/jlib/oui/OraInstaller.jar:/erpdev1/orarsu/db/tech_st/10.2.0/appsutil/clone/jlib/oui/ewt3.jar:/erpdev1/orarsu/db/tech_st/10.2.0/appsutil/clone/jlib/oui/share.jar:/erpdev1/orarsu/db/tech_st/10.2.0/appsutil/clone/jlib/oui/srvm.jar:/erpdev1/orarsu/db/tech_st/10.2.0/appsutil/clone/jlib/ojmisc.jar oracle.apps.ad.clone.ApplyDatabase -e /erpdev1/orarsu/db/tech_st/10.2.0/appsutil/RSU_reeldev.xml -stage /erpdev1/orarsu/db/tech_st/10.2.0/appsutil/clone -rmanstage -rmantgtloc -srcdbname -showProgress -checkDBConnection
    -e
    /erpdev1/orarsu/db/tech_st/10.2.0/appsutil/RSU_reeldev.xml
    -stage
    /erpdev1/orarsu/db/tech_st/10.2.0/appsutil/clone
    -rmanstage
    -rmantgtloc
    -srcdbname
    -showProgress
    -checkDBConnection
    Option -rmanstage can only appear once
    usage:
    java oracle.apps.ad.clone.ApplyDatabase
    -e CONTEXT [-stage STAGE_DIR]
    [-stagestub STAGE_STUB] [-verbose]
    [-rmanstage RMANSTAGE]
    [-rmantgtloc RMANTGTLOC]
    [-srcdbname SRCDBNAME]
    [-nthreads NUMBER] [-showProgress] [-pwd PASSWD]
    [-phase bits|reg|cfg|all]
    [-node initial*|add|remove] [-shared]
    [-dbmode clone*|restore|standby]
    [-checkDBConnection] [-configracnode]
    where:
    CONTEXT = Applications context file name
    STAGE_DIR = Cloning stage directory
    Only used if running 'Copy Bits' phase.
    STAGE_STUB = Custom stage sub directory
    Only used if running 'Copy Bits' phase.
    -verbose = if specified, will run in verbose mode
    NUMBER = Number of threads used in the zip action. Range [1-20]
    showProgress = Shows the progress of the process
    bits = process only the 'Copy Bits' portion of the clone
    reg = process only the 'Registration' portion of the clone
    cfg = process only the 'Configuration' portion of the clone
    all = processes 'Copy Bits', 'Registration', and 'Configuration'
    initial = (default value) runs process for creating initial node
    add = runs process for creating initial node
    remove = runs process for creating initial node
    shared = Used for shared filesystem nodes.
    Verifies and uses bits that are already present.
    Only used if running 'Copy Bits' phase.
    clone = Standard cloning mode where the new database is brought up
    with a new DBID and Global DB Name. Clean-up and setup
    processes may be started
    restore = Used to restore a database. DBID, GDBN, and
    setup information are not changed.
    standby = Used to create a standby database. Database is
    not opened and no changes are made.
    checkDBConnection = Checks for DBConnection before configuring
    configracnode = used for scale out on a RAC instance
    ERROR while running Apply...
    Sat Apr 24 12:19:56 2010
    ERROR: Failed to execute /erpdev1/orarsu/db/tech_st/10.2.0/appsutil/clone/bin/adclone.pl
    Please check logfile.
    pls help me to resolve the same...
    thanks
    sandeep

  • Adcfgclone.pl errors out

    o/s=linux 5
    database=10.2.0.3
    apps=12.12
    during cloneing on target instance adcfgclone.pl dbTier erros out logfile of the seesion shwoing below
    the main error is
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    ADX Database Utility
    getConnection() -->
    sDbHost : erpclonedata
    sDbDomain : abc.com
    sDbPort : 1528
    sDbSid : clone
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@erpclonedata.abc.com:1528:clone
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=erpclonedata.abc.com)(PORT=1528))(CONNECT_DATA=(SERVICE_NAME=clone)))
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=erpclonedata.abc.com)(PORT=1528))(CONNECT_DATA=(SERVICE_NAME=clone.abc.com)))
    Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
    if anyone have idea kindly update as soon as early

    Hi JD,
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORA-27154: post/wait create failed
    ORA-27300: OS system dependent operation:semget failed with status: 22
    ORA-27301: OS failure message: Invalid argument
    ORA-27302: failure occurred at: sskgpbitsper
    CREATE CONTROLFILE REUSE SET DATABASE "clone"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter database open resetlogs
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter tablespace TEMP1 add tempfile '/oracle/PROD/db/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter tablespace TEMP2 add tempfile '/oracle/PROD/db/apps_st/data/temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ALTER DATABASE RENAME GLOBAL_NAME TO "clone.abc.com"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Connected to an idle instance.
    ORA-27154: post/wait create failed
    ORA-27300: OS system dependent operation:semget failed with status: 22
    ORA-27301: OS failure message: Invalid argument
    ORA-27302: failure occurred at: sskgpbitsper
    BEGIN dbms_backup_restore.zeroDbid(0); END;
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ORACLE instance shut down.
    Connected to an idle instance.
    ORA-27154: post/wait create failed
    ORA-27300: OS system dependent operation:semget failed with status: 22
    ORA-27301: OS failure message: Invalid argument
    ORA-27302: failure occurred at: sskgpbitsper
    CREATE CONTROLFILE REUSE SET DATABASE "clone"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter database open resetlogs
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter tablespace TEMP1 add tempfile '/oracle/PROD/db/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01034: ORACLE not available
    alter tablespace TEMP2 add tempfile '/oracle/PROD/db/apps_st/data/temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01034: ORACLE not available
    ALTER DATABASE RENAME GLOBAL_NAME TO "clone.abc.com"
    ERROR at line 1:
    ORA-01034: ORACLE not available
    the file i showed before is Applydbtier.log

  • Adcfgclone appTier error -- afcpctx.sh              INSTE8_PRF         137

    Dear friends
    We are doing cloning from multi tier to multi tier with shared appl top, we have done the database tier cloning successfully, but for apps tier, it gave the following errors....
    /rlmapp/apps/oraapp/apps_st/comn/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true -Doracle.installer.oui_loc=/oui -classpath /rlmapp/apps/oraapp/apps_st/comn/clone/jlib/xmlparserv2.jar:/rlmapp/apps/oraapp/apps_st/comn/clone/jlib/ojdbc14.jar:/rlmapp/apps/oraapp/apps_st/comn/clone/jlib/java:/rlmapp/apps/oraapp/apps_st/comn/clone/jlib/oui/OraInstaller.jar:/rlmapp/apps/oraapp/apps_st/comn/clone/jlib/oui/ewt3.jar:/rlmapp/apps/oraapp/apps_st/comn/clone/jlib/oui/share.jar:/rlmapp/apps/oraapp/apps_st/comn/clone/jlib/oui/srvm.jar:/rlmapp/apps/oraapp/apps_st/comn/clone/jlib/ojmisc.jar oracle.apps.ad.clone.ApplyAppsTier -e /oracle/oraapp/inst/apps/ERPCLN_rlmapp/appl/admin/ERPCLN_rlmapp.xml -stage /rlmapp/apps/oraapp/apps_st/comn/clone -showProgress
    APPS Password : Log file located at /oracle/oraapp/inst/apps/ERPCLN_rlmapp/admin/log/ApplyAppsTier_03261627.log
    \ 90% completed
    ERROR while running Apply...
    Fri Mar 26 16:35:22 2010
    ERROR: Failed to execute /rlmapp/apps/oraapp/apps_st/comn/clone/bin/adclone.pl
    Please check logfile.
    ==============================
    from applyAppstier.log
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /oracle/oraapp/inst/apps/ERPCLN_rlmapp/admin/install
    afcpctx.sh INSTE8_PRF 137
    AutoConfig is exiting with status 1
    ======
    thanks in advance...
    -----

    Dear All
    We raised SR with oracle support, and issue has resolved, following was the update from oracle support.
    ==========
    1. Create a global inventory under its default locations.
    The following are the default locations for oraInst.loc under respective platforms.
    AIX and LINUX under : /etc/oraInst.loc
    Other UNIX machines : /vat/opt/oracle/oraInst.loc
    2. oraInst.loc must point to any directory location where the user has access
    3. Rename the previous global inventory :
    cd RDBMS $ORACLE_HOME>/admin/oui/$CONTEXT_NAME
    mv oraInventory oraInventory.bkp
    or (for the Applications Tier)
    cd <INST_TOP>/admin
    mv oraInventory oraInventory.bkp
    rename also inventory pointed by
    $IAS_ORACLE_HOME/oraInst.loc
    Tools $ORACLE_HOME/oraInst.loc
    4. rerun:
    adcfgclone.pl dbTier
    adcfgclone.pl appsTier
    5. Check ohclone.log logs generated.
    You should not see errors like:
    ERRORCODE = 255 ERRORCODE_END
    ==========
    hope it helps.
    best regards

  • Adcfgclone.pl error AC-00005

    Hi all,
    when iam giving perl adcfgclone.pl dbTechStack
    im getting following error
    AC-00005: No write permissions for creating the Context file - /appsutil/temp.xml
    StackTrace:
    java.lang.Exception: AC-00005: No write permissions for creating the Context file - /appsutil/temp.xml
    Raised by oracle.apps.ad.context.AppsContext
    at oracle.apps.ad.context.AppsContext.getOaEnabledValues(AppsContext.java:733)
    at oracle.apps.ad.context.CloneContext.doClone(CloneContext.java:636)
    at oracle.apps.ad.context.CloneContext.main(CloneContext.java:5023)
    RC-50004: Error occurred in CloneContext:
    AC-00005: No write permissions for creating the Context file - /appsutil/temp.xml
    Raised by oracle.apps.ad.context.AppsContext
    Context file creation not succesful

    AC-00005: No write permissions for creating the Context file - /appsutil/temp.xml
    AC-00005: No write permissions for creating the Context file - /appsutil/temp.xmlPlease make sure that applmgr and oracle users have read/write/execute permissions on this directory.
    Also, please see old threads for similar discussion -- http://forums.oracle.com/forums/search.jspa?threadID=&q=AC-00005&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Adcfgclone .pl errors out at autoconfig

    clone is successful "
    Skipping the starting of services
    INFO : Rapid Clone completed successfully , but the AutoConfig run recorded some errors.
    Please review the AutoConfig section in the logfile. If required, you can re-run AutoConfig from command line after fixing the problem
    Once Autoconfig issue is fixed , you can start services$"
    Here is the error in the autoconfig log file->
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/fatstcomn/admin/install/FATST_fatstdb
    adgendbc.sh INSTE8_SETUP 1
    AutoConfig is exiting with status 1
    I re-ran autoconfig but still it gives same error. before applyting AD.I.7 the clone was fine but now it is giving error in autoconfig...we are giving same port pool in dbtier and appstier...

    Hi,
    I have followed Metalink note 558869.1 to resolve this as:
    Workaround
    Manually run
    $COMMON_TOP/admin/install/$CONTEXT_NAME/adgendbc.sh apps <apps_password>
    FIX
    Apply Patch 6372396 - TXK AUTOCONFIG AND TEMPLATES ROLLUP PATCH S
    Hope this applies to you as well

  • Adcfgclone.pl errored out with  Unzip FAC-50409: Exiting, fatal unzip error

    Hi,
    while i am doing application cloning i got the following error message:
    Beginning application tier Apply - Thu Jul 7 17:03:07 2011
    Log file located at /u02/appl/appltest/preprod/prodappl/admin/preprod_cjb112vsa400/log/ApplyAppsTier_07071703.log
    | 66% completed Unzip Failed:
    / 66% completed AC-50409: Exiting, fatal unzip error; /u02/appl/appltest/preprod/prodcomn/clone/bin/../appl/AT_inderpdbs/stage/java0.zip failed
    ERROR while running Apply...
    ERROR: Failed to execute /u02/appl/appltest/preprod/prodcomn/clone/bin/adclone.pl
    my zip version is 2.31 and OS is RHEL 5.5 but souse OS is on RHEL3
    Please suggest how to resolve this one.

    What is the application release?
    | 66% completed Unzip Failed:
    / 66% completed AC-50409: Exiting, fatal unzip error; /u02/appl/appltest/preprod/prodcomn/clone/bin/../appl/AT_inderpdbs/stage/java0.zip failedCan you find this zip file (java0.zip)? If yes, can you unzip it manually?
    Thanks,
    Hussein

  • Adcfgclone dbTier error in R12

    Hi all,
    Installed Oracle home 10.2.0.3 converted it to 64 bit, enabled autoconfig...and trying to run adcfgclone it says
    RC-00126: Update inventory failed.
    The inventory pointed at location /xxxx/db/tech_st/10.2.0/oraInventory is not valid
    Raised by oracle.apps.ad.clone.util.OracleHomeCloner
    running OUI CLI home cloning:$ ls -lrt /xxxx/db/tech_st/10.2.0/oraInventory
    total 8
    -rw-rw---- 1 ostigp dba 377 Sep 28 10:43 oraInstaller.properties
    drwxrwx--- 2 ostigp dba 4096 Sep 28 10:43 logs
    baskar.l

    Hi Sir,
    I did the first step.
    $ perl ouicli.pl
    Beginning OUI CLI cloning for s_db_ohTue Sep 28 11:26:56 2010
    /toshiba_64/oracle/product/STIGP/db/tech_st/10.2.0/appsutil/jre/bin/java -classpath /toshiba_64/oracle/product/STIGP/db/tech_st/10.2.0/appsutil/java:/toshiba_64/oracle/product/STIGP/db/tech_st/10.2.0/oui/jlib/OraInstaller.jar:/toshiba_64/oracle/product/STIGP/db/tech_st/10.2.0/appsutil/java/xmlparserv2.jar  oracle.apps.ad.clone.util.OracleHomeCloner  -OUICLI -e /toshiba_64/oracle/product/STIGP/db/tech_st/10.2.0/appsutil/STIGP_jswbdbp51.xml -nolink -oaVar s_db_oh -homestub db -log /toshiba_64/oracle/product/STIGP/db/tech_st/10.2.0/appsutil/log/STIGP_jswbdbp51/ohclone.log
    running OUI CLI home cloning:
      /toshiba_64/oracle/product/STIGP/db/tech_st/10.2.0/oui/bin/runInstaller  -clone -silent -force -nolink -waitForCompletion -invPtrLoc /toshiba_64/oracle/product/STIGP/db/tech_st/10.2.0/oraInst.loc ORACLE_HOME=/toshiba_64/oracle/product/STIGP/db/tech_st/10.2.0 ORACLE_HOME_NAME=STIGP_DB__toshiba_64_oracle_product_STIGP_db_tech_st_10_2_0 -J-Doracle.installer.noLink=true
    Finished OUI CLI cloning for s_db_oh with return code: 0Tue Sep 28 11:27:06 2010
    and after that ran the adcfgclone got the same errorand couple of doubts sir.
    1. Installed new oracle home 10.2.0.3. Generated admkappsutil.zip. When i unzipped inside the appsutil clone directory is not there. I ran adpreclone in source instance. Is that before enabling autoconfig i need apply any patches?
    baskar.l

  • Error While Applying patch 9239089 Oracle Applications DBA 12.1.3 Product R

    Dear All,
    I want to upgrade my application from Release 12.1.1 To 12.1.3. on windows server 2003 R2.
    while applying patch 9239089 I got this error
    "Extracting object modules for product ad...
    lib: not found
    adlibout: error: cannot get table of contents in library file for product ad
    File name is D:/oracle/PROD/apps/apps_st/appl/ad/12.0.0/lib/adst.lib
    Skipping to next product...
    Please see the complete contents from log file.
    You are running adlibout, version 120.0
    Start of adlibout session
    Date/time is Sun May 8 17:02:50 AST 2011
    Log file is D:/oracle/PROD/apps/apps_st/appl/admin/PROD/log/adlibout.log
    Command line arguments are
    "filelist=D:/oracle/PROD/apps/apps_st/appl/admin/PROD/out/paoapp000.txt"
    Creating temporary file list...
    Done creating temporary file.
    ---ad----------------------------------------
    Extracting object modules for product ad...
    lib: not found
    adlibout: error: cannot get table of contents in library file for product ad
    File name is D:/oracle/PROD/apps/apps_st/appl/ad/12.0.0/lib/adst.lib
    Skipping to next product...
    End of adlibout session
    Date/time is Sun May 8 17:02:50 AST 2011
    Please Advise how to solve this issue.
    Thanks and regards

    lib: not foundPlease see these docs.
    Error when relinking programs LINK : fatal error LNK1104: cannot open file [ID 1308860.1]
    Patch 4157177 Error: Cannot Get Table Of Contents In Library File For Product Fnd [ID 335488.1]
    Adcfgclone Appstier Error Out In Adlnk806.Sh [ID 601788.1]
    Thanks,
    Hussein

  • ADCFGCLONE.PL 에서 FAILS TO INSTANTIATE INSTCONF.DRV" 로 클로닝 중단

    제품 : AOL
    작성날짜 : 2005-11-28
    ADCFGCLONE.PL 에서 "FAILS TO INSTANTIATE INSTCONF.DRV" 로 클로닝 중단
    ===============================================================
    PURPOSE
    APPS TIER 에서 ADCFGCLON.PL 실행시 "FAILS TO INSTANTIATE INSTCONF.DRV" 로 Script가 중단되는데 이에 대한 조치사항에 대해 기술함.
    Problem Description
    Target node에서 adcfgclone.pl 실행시 아래 Error가 발생합니다.
    ============================================================================================
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [INSTANTIATE PHASE]
    AutoConfig could not successfully instantiate the following files:
    Directory: /u01/fms2c/appfms2c/fms2cora/iAS/Apache/modplsql/cache/plsql/plsql/004
    9426.a INSTE8
    Directory: /u01/fms2c/appfms2c/fms2cora/iAS/Apache/modplsql/cache/plsql/plsql/050
    5123.a INSTE8
    Directory: /u01/fms2c/appfms2c/fms2cora/iAS/Apache/modplsql/cache/plsql/plsql/057
    8496.a INSTE8
    AutoConfig is exiting with status 3
    RC-50013: Fatal: Failed to instantiate driver
    /u01/fms2c/appfms2c/fms2cora/iAS/appsutil/driver/instconf.drv
    Raised by oracle.apps.ad.clone.ApplyAppsTechStack
    StackTrace:
    java.lang.Exception: RC-50013: Fatal: Failed to instantiate driver
    /u01/fms2c/appfms2c/fms2cora/iAS/appsutil/driver/instconf.drv
    at oracle.apps.ad.clone.ApplyAppsTechStack.checkInstallDrvErr(ApplyAppsTechStack.java:647)
    at oracle.apps.ad.clone.ApplyAppsTechStack.runInstallConfigDriver(ApplyAppsTechStack.java:573)
    at oracle.apps.ad.clone.ApplyAppsTechStack.<init>(ApplyAppsTechStack.java:348)
    at oracle.apps.ad.clone.ApplyAppsTier.<init>(ApplyAppsTier.java:177)
    at java.lang.reflect.Constructor.newInstance(Native Method)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
    at java.lang.Thread.run(Unknown Source
    Cause
    ======
    Source Instance 파일중 adpreclon falg가 autoconfigable 로 되어 있지만 실제로 autoconfigable 이 불가능해서 발생함. 그래서 adpreclone.pl 이 files 들을 instconf.drv 에 추가하고 adcfgclone.pl 실행시 template이 파일들을 초기화 하기 위해 ?O기 때문에 발생합니다.
    Workaround
    Solution Description
    문제가 되는 라인들을 직접 instconf.drv에 삭제합니다.
    Reference Documents
    -------------------

  • REG:Clone error

    Hi,
    When i cloned the instance in database tier the following errors are coming..,so please tel me any steps to clear this.
    First Creating a new context file for the cloned system
    The program is going to ask you for some information about the new system
    sh:/tmp/adcfgclone.err :Permission denied
    ERROR:Context creation not completed successfully
    please check /tmp/adcfgclone.err files for errors

    Hi,
    When applying adcfgclone these errors are displayed.please tell any steps to clear this...........
    Control file created.
    alter database open resetlogs
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/cpix/p02/oracle/cpixdata/sys1.dbf'
    alter tablespace TEMP add tempfile '/cpix/p02/oracle/cpixdata/tmp1.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "cpix.yantro.com"
    ERROR at line 1:
    ORA-01109: database not open
    declare lib_ver varchar2(3);
    ERROR at line 1:
    ORA-01219: database not open: queries allowed on fixed tables/views only
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production
    exit_code=1
    Checking for errors ...
    RA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/cpix/p02/oracle/cpixdata/sys1.dbf'
    ORA-01109: database not open
    ORA-01109: database not open
    ORA-01109: database not open
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/cpix/p02/oracle/cpixdata/sys1.dbf'
    ORA-01109: database not open
    ORA-01109: database not open
    The database has not been successfully created. Shutting down the instance ...
    SQL*Plus: Release 9.2.0.6.0 - Production on Tue Apr 6 19:07:56 2010
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected.
    ORACLE instance shut down.
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production
    .end std out.
    .end err out.
    Thanks
    sabarish

  • Pre-clone conundrum

    Windows Server 2003
    EBS 11.5.10.2
    Ran preclone yesterday before db backup, ran ok with no errors
    Today, following db backup, running adcfgclone and errors out with "cannot find jre or java under $ORALE_HOME/appsutil/clone/jre/bin" .....and sure enough there is nothing under that location.
    Yet the preclone ran fine (I checked the log before doing the backup).
    Is there any way around this? If I run another preclone to see what happens, what can I do if the same diretory is not populated? Also, to run another backup means system downtime and that will NOT make me employee of the month around here!!
    Thanks in advance,
    Confused.

    Hi;
    Today, following db backup, running adcfgclone and errors out with "cannot find jre or java under $ORALE_HOME/appsutil/clone/jre/bin" .....and sure enough there is nothing under that location.You mean you copy file from source to target? (db backup). This db backup consist oracle_home which is proddb? You have to copy proddata-proddb from source to target
    Is there any way around this? If I run another preclone to see what happens, what can I do if the same diretory is not populated? Also, to run another backup means system downtime and that will NOT make me employee of the month around here!!You can run preclone on source whatever you want.It wont couse any problem, check your proddata size on target and on source,if they equal i belive just copy proddb from source to target
    Regard
    Helios

  • Error running adcfgclone.pl dbconfig post-clone

    Attempting a clone/refresh of our TEST EBSR12 environment. Followed steps in the documentation. First, I ran adrpeclone.pl dbTier. Next I ran adpreclone.pl appsTier. Subsequently, I copied the source $APPL_TOP, $COMN_TOP, and TechStack from source system to target system. Next step was to shutdown DB and run adcfgclone.pl dbTechStack. Then, target DB control files were created and RMAN restore commenced. Once this was finished, the DB was started in open mode, @adupdlib.sql script was run, and target DB was configured using perl adcfgclone.pl dbconfig (and reading in the XML context file) Result was a failure:
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/ebstst/db/tech_st/11.1.0/appsutil/install/ebstst_p10tst01
    afdbprf.sh INSTE8_PRF 1
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/ebstst/db/tech_st/11.1.0/appsutil/install/ebstst_p10tst01
    adcrobj.sh INSTE8_APPLY 1
    Any pointers? All I see in the logfile is "ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor" This is impossible because all the info in the TNSNames file is set correctly.

    Please post the details of the application release, database version and OS.
    Attempting a clone/refresh of our TEST EBSR12 environment. Followed steps in the documentation. First, I ran adrpeclone.pl dbTier. Next I ran adpreclone.pl appsTier. Subsequently, I copied the source $APPL_TOP, $COMN_TOP, and TechStack from source system to target system. Next step was to shutdown DB and run adcfgclone.pl dbTechStack. Then, target DB control files were created and RMAN restore commenced. Once this was finished, the DB was started in open mode, @adupdlib.sql script was run, and target DB was configured using perl adcfgclone.pl dbconfig (and reading in the XML context file) Result was a failure:
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/ebstst/db/tech_st/11.1.0/appsutil/install/ebstst_p10tst01
    afdbprf.sh INSTE8_PRF 1
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /u01/oracle/ebstst/db/tech_st/11.1.0/appsutil/install/ebstst_p10tst01
    adcrobj.sh INSTE8_APPLY 1
    Any pointers? All I see in the logfile is "ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor" This is impossible because all the info in the TNSNames file is set correctly.Please search the log file for afdbprf.sh and adcrobj.sh scripts and you should find more details about the error around the file names.
    Was the database created successfully? Please make sure the database is up and it is open along with the database listener.
    Please see if (Autoconfig Error On Dbtier After Upgrade - afdbprf.sh and adcrobj.sh fail with ORA-27101: shared memory realm does not exist [ID 422709.1]) is applicable.
    Thanks,
    Hussein

  • Getting error while running Perl adcfgclone.pl appsTier

    hi ,
    i m getting error while running Perl adcfgclone.pl appsTier
    error:ksh: Perl: not found
    i check for per and ksh
    which perl
    /usr/bin/perl
    which ksh
    /usr/bin/ksh
    (my os out put for perl ,my os is SunOS testserver 5.10 Generic_137137-09 sun4u sparc SUNW,Ultra-250)
    perl -V
    /appl2/applmgr2/prodora/iAS/Apache/perl/lib/5.00503
    /appl2/applmgr2/prodora/iAS/Apache/perl/lib/site_perl/5.005
    /appl2/applmgr2/prodappl/au/11.5.0/perl
    /usr/perl5/5.8.4/lib/sun4-solaris-64int
    /usr/perl5/5.8.4/lib
    /usr/perl5/site_perl/5.8.4/sun4-solaris-64int
    /usr/perl5/site_perl/5.8.4
    /usr/perl5/site_perl
    /usr/perl5/vendor_perl/5.8.4/sun4-solaris-64int
    /usr/perl5/vendor_perl/5.8.4
    /usr/perl5/vendor_perl
    which i need to set in path
    PATH=$PATH:/usr/local/bin:/usr/ccs/bin:/usr/sfw/bin (like this )
    export PATH
    please help me out

    hi ,
    here is the out put
    # pwd
    /appl2/applmgr2/prodora/iAS/Apache/perl
    # perl -V
    Summary of my perl5 (revision 5 version 8 subversion 4) configuration:
    Platform:
    osname=solaris, osvers=2.10, archname=sun4-solaris-64int
    uname='sunos localhost 5.10 sun4u sparc SUNW,Ultra-2'
    config_args=''
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
    Compiler:
    cc='cc', ccflags ='-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO',
    optimize='-xO3 -xspace -xildoff',
    cppflags=''
    ccversion='Sun WorkShop', gccversion='', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=87654321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
    Linker and Libraries:
    ld='cc', ldflags =''
    libpth=/lib /usr/lib /usr/ccs/lib
    libs=-lsocket -lnsl -ldl -lm -lc
    perllibs=-lsocket -lnsl -ldl -lm -lc
    libc=/lib/libc.so, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version=''
    Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-R /usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE'
    cccdlflags='-KPIC', lddlflags='-G'
    Characteristics of this binary (from libperl):
    Compile-time options: USE_64_BIT_INT USE_LARGE_FILES
    Locally applied patches:
    22667 The optree builder was looping when constructing the ops ...
    22715 Upgrade to FileCache 1.04
    22733 Missing copyright in the README.
    22746 fix a coredump caused by rv2gv not fully converting a PV ...
    22755 Fix 29149 - another UTF8 cache bug hit by substr.
    22774 [perl #28938] split could leave an array without ...
    22775 [perl #29127] scalar delete of empty slice returned garbage
    22776 [perl #28986] perl -e "open m" crashes Perl
    22777 add test for change #22776 ("open m" crashes Perl)
    22778 add test for change #22746 ([perl #29102] Crash on assign ...
    22781 [perl #29340] Bizarre copy of ARRAY make sure a pad op's ...
    22796 [perl #29346] Double warning for int(undef) and abs(undef) ...
    22818 BOM-marked and (BOMless) UTF-16 scripts not working
    22823 [perl #29581] glob() misses a lot of matches
    22827 Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
    22830 [perl #29637] Thread creation time is hypersensitive
    22831 improve hashing algorithm for ptr tables in perl_clone: ...
    22839 [perl #29790] Optimization busted: '@a = "b", sort @a' ...
    22850 [PATCH] 'perl -v' fails if local_patches contains code snippets
    22852 TEST needs to ignore SCM files
    22886 Pod::Find should ignore SCM files and dirs
    22888 Remove redundant %SIG assignments from FileCache
    23006 [perl #30509] use encoding and "eq" cause memory leak
    23074 Segfault using HTML::Entities
    23106 Numeric comparison operators mustn't compare addresses of ...
    23320 [perl #30066] Memory leak in nested shared data structures ...
    23321 [perl #31459] Bug in read()
    27722 perlio.c breaks on Solaris/gcc when > 256 FDs are available
    SPRINTF0 - fixes for sprintf formatting issues - CVE-2005-3962
    6663288 Upgrade to CGI.pm 3.33
    REGEXP0 - fix for UTF-8 recoding in regexps - CVE-2007-5116
    Built under solaris
    Compiled at Jul 31 2008 12:07:52
    @INC:
    /usr/perl5/5.8.4/lib/sun4-solaris-64int
    /usr/perl5/5.8.4/lib
    /usr/perl5/site_perl/5.8.4/sun4-solaris-64int
    /usr/perl5/site_perl/5.8.4
    /usr/perl5/site_perl
    /usr/perl5/vendor_perl/5.8.4/sun4-solaris-64int
    /usr/perl5/vendor_perl/5.8.4
    /usr/perl5/vendor_perl
    Thanks &Regard

Maybe you are looking for

  • Photoshop installation error in mac, photoshop installation error in mac,

    Problem while installing photoshop in mac, getting error, Screenshots attached pls help me

  • Tab Order setting does not persist

    Hi There, We have one specific form (a dynamic, flowed form, with repeating subforms and fragments), that we need to have automatic Tab Ordering. We have found that (for this form only) the Tab Order keeps resetting to Custom.  We are working on the

  • Special G/L indicator or alternative reconciliation accounts in HR

    HI. Is possible to use special G/L indicator or alternative reconciliation accounts in HR ? I have a employee that is registered as vendor in FI.. and I need make posts to 2 diferents accounts from RH, it's possible ? I'll assign good points.

  • Multiple namespaces in an XML document

    I have an XML document that I am trying to use within a data flow (XML Source)--the problem is that I keep getting an error message stating that the XML document has multiple namespaces and therefore, SSIS will not create the XSD for me.  If I take o

  • Using taglibs to generate html select tag

    Hello, I'm using taglibs to generate html select statements like this: <input:select ... options="<%= optionsMap %> </input:select> However I would like each option element to be assigned a "onclick" attribute. Is that possible? Thanks!