RMAN backup fro EBS R12

Hi,
I have made I backup script for EBS R12 using RMAN with the following parameters:
run {
     CONFIGURE CONTROLFILE AUTOBACKUP ON;
     CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/mnt/EVA-DISK/RMAN/data/%F';
     CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/mnt/EVA-DISK/RMAN/data/snapcf_PROD.f';
     backup format '/mnt/EVA-DISK/RMAN/data/%d_LVL0_%T_%u_s%s_p%p' database;
     delete obsolete;
     }and I have this 3 files as the backup output.
[root@orafin data]# ls -l /mnt/EVA-DISK/RMAN/data
total 21089360
-rw-r-----  1 oraprod dba    31817728 Apr 11 18:10 c-94644369-20090411-00
-rw-r-----  1 oraprod dba 21510840320 Apr 11 18:10 PROD_LVL0_20090411_04kc7jd6_s4_p1
-rw-r-----  1 oraprod dba    31735808 Apr 11 18:10 snapcf_PROD.fAre these 3 files complete? What other do I need or miss in order to recover my database in case of disaster.
Thanks a lot

Hi,
You need to verify that yourself. Restore the RMAN backup and verify that your backup is valid (I believe you already have links to RMAN documentation is some other thread).
Regards,
Hussein

Similar Messages

  • Want to configure two URL fro EBS R12

    Hi
    Database 10.2.0.4 and EBS R12.1.2 on HP-PA Risk 64 Bit OS
    node one : Database and CM
    Node two : Form and web services.
    Just now i have added one new node for form and web services. (Want to use this node for another global country) . Now i want to use two url for different locations without using load balancing. can i do this? how?
    Kindly suggest
    regards
    Krishna

    node one : Database and CM
    Node two : Form and web services.
    Just now i have added one new node for form and web services. (Want to use this node for another global country) . Now i want to use two url for different locations without using load balancing. can i do this? how?
    new node...?

  • Backup Oracle EBS R12.1.3

    Dear friends
    we have a single node oracle EBS server I need to take backup. kindly provide me the steps or oracle document.
    the following are the details
    OS: RHEL 5.7
    EBS Version :R12.1.3
    DB: 11.1.0.7.0
    Thanks.

    928536 wrote:
    Dear friends
    we have a single node oracle EBS server I need to take backup. kindly provide me the steps or oracle document.
    the following are the details
    OS: RHEL 5.7
    EBS Version :R12.1.3
    DB: 11.1.0.7.0
    Thanks.https://forums.oracle.com/forums/search.jspa?threadID=&q=Backup&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Ebs r12 cloning using rman online backup

    dear all,
                 how are you guys? i have ebs r12  on multi node and i want to clone db tier and apps tier using rman online backup,can  anybody provide me the detail steps of cloning ebs(db tier and appstier ) using rman online backup and  directory structure on source and target database is also different.your help highly appreciated thanks in advance.
    regards.

    Hi,
    You cannot use RMAN to clone the Apps tier of the EBS and you may use RMAN only on the DB tier. For a complete backup, as mentioned by Hemant K Chitale, you will have to use the rapid clone utility.
    To perform a rapid clone using RMAN there are plenty of step by step instructions in google which may guide in addition to support.oracle.com, Let me google that for you
    Thanks &
    Best Regards,

  • Oracle EBS R12 - 11.2.0.2 - Logical Standby Database & RMAN backups

    Hi all,
    I have Oracle EBusiness Suite R12 running on 11.2.0.2. Our organization used to have most of the business in North America, South America and Europe; but now we are also in Australia, China and Indonesia. Previously running large reporting batch jobs and RMAN backups at night time in USA was feasible but now that is beginning to show up as performance issue for some countries.
    I was thinking would it make sense to have a Active Data Guard logical standby database on a separate server in the same US based data center where we have our main servers and use that logical standy database for reporting and RMAN backups. I am especially concerned about RMAN backups. Would I be able to make RMAN backups from the logical standy database and somehow use those to recover our primary database if some issue happens?
    Any thoughts/suggestions?
    Thanks all,

    Active Data Guard only deals with physical standbys. If you are using a logical standby you can always open the database without using Active Data Guard option.
    http://docs.oracle.com/cd/E11882_01/server.112/e25608/rman.htm#sthref846 says that:
    >
    Backups of logical standby databases are not usable at the primary database.

  • How to configure RMAN - Oracle EBS R12

    Hi,
    I have installed Oracle EBS R12 on OEL 5.6 and want to configure Backup strategy for Database. Database Version is 11.1.0.7. Currently Database is in Noarchivelog mode and want to take backup of database using RMAN. Can anyone guide me what are the steps to follow in order to achive that ?
    Regards,
    Priyanka

    You can use RMAN to take backup in noarchive log mode.However you will be able to take cold backup only.
    Use this,
    RMAN> run {
    shutdown immediate;
    startup mount;
    backup database;
    alter database open;
    Note:
    RMAN does not permit you to make inconsistent backups when the database is in NOARCHIVELOG mode. If you employ user-managed backup techniques for a NOARCHIVELOG database, then you must not make inconsistent backups of this database.
    Edited by: user12943013 on Apr 13, 2011 5:20 PM

  • Backup strategy for ebs R12?

    Hi,
    I have a couple of questions regarding to backup strategy for ebs R12.
    Let's say that we have one application server and one database server running, and we would like to have a backup periodically for both servers.
    This means that we want to have the exactly same backup of configurations and other files for the application server and the database server in case of any fatal crashes in the servers.
    I went through some discussion threads and it seems common way is to use RMAN for the data of database and file system copy for application and database servers. But, I would like to know what's the best way or recommended way for the backup strategy for data and server files of Oracle e-business suite.
    Do you guys have any suggestion for this?
    Thanks in advance.
    Cheers,
    SH

    Hi SH;
    I suggest check first our previous discussion
    backup and recovery startegy for EBS
    Re: Backup System
    Backup Policy for EBS can
    If you make search you can find many other thread which is mention same question
    For your issue basicly what we do
    1. For our prod db, if possible we take weekly cold backup(sunday) and take rman backup also daily(full backup, but it depends system you can prefer to take incremental)
    2. For our system we take file system backup weekly(OS base)
    3. For application we take backup every sunday(for some system 15 days or 30 days period). The most important point here if your system prod, and if you need to apply patch to your system you need to have valid backup and also need backup for after patching
    One other important issue is we run preclone sh before take backup for apps and db tier
    Regard
    Helios

  • Cloning ebs r12 on 11gR2 database

    Hi all,
    our ebs r12 12.1.3 and db 11..2.0.2 OS:oul5x64
    from ebs r12 12.1.3 and db 11.1.0.7 i do not have any problems with cloning, but when upgrade database to 11.2.0.2 . the template file was different and the clone failed because it could not fine the controlfile.
    in this note:Troubleshooting RAC RapidClone issues with Oracle Applications R12 [ID 1303962.1]
    UNDER
    Create Database Image
    +-- Moderator edit - deleted MOS Doc content - pl do NOT post contents of MOS Docs +*
    BUT IN 11gR2 11.2.0.2 database this template like this
    adcldbstage.rman
    run {
    sql "alter system switch logfile";
    backup as copy datafile 1 format '/u05/DB/data/stage/%U_system.328.769213623';
    backup as copy datafile 2 format '/u05/DB/data/stage/system.353.769211817';
    backup as copy datafile 3 format '/u05/DB/data/stage/system.324.769214385';
    backup as copy datafile 407 format '/u05/DB/data/stage/apps_ts_seed.295.769216925';
    sql "alter system switch logfile";
    so when doing the clone, it always thrown an error could not fine the controlfile...and it did not backup archive log files so even rename the controlfile to "backup_controlfile.ctl" it could not open because missing archive files.
    Please help.
    Thanks in advance.
    Regards,

    Thanks Hussein,
    it failed at stage # 3
    because the template on image copy did not have any of archive backup. so the copy only contains the database files that was why it always failed at this stage.
    Thanks very much for your help.
    Regards,
    restore-rac3.log
    Recovery Manager: Release 11.2.0.2.0 - Production on Wed Dec 21 14:48:11 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    connected to target database: ASO (DBID=3710756178, not open)
    using target database control file instead of recovery catalog
    RMAN> host 'echo "In the above output, if RMAN-03002 and RMAN-06054 errors are present, they can be safely ignored." >> /u01/app/oracle/product/11.2.0/dbhome_1/appsutil/out/ENC1_xdba01-db1/restore-rac2.log';
    2> alter database open resetlogs;
    3> shutdown normal
    4> startup mount pfile=/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initENC1.ora.tmp
    5> host 'sed "s:db_name=.*:db_name=ENC:g" /u01/app/oracle/product/11.2.0/dbhome_1/dbs/initENC1.ora.tmp > /u01/app/oracle/product/11.2.0/dbhome_1/dbs/initENC1.ora.tmp.delete';
    6> host 'cp /u01/app/oracle/product/11.2.0/dbhome_1/dbs/initENC1.ora.tmp.delete /u01/app/oracle/product/11.2.0/dbhome_1/dbs/initENC1.ora.tmp';
    7> exit
    host command complete
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of alter db command at 12/21/2011 14:48:13
    ORA-01152: file 2 was not restored from a sufficiently old backup
    ORA-01110: data file 2: '+EBSDISK/enc/datafile/system.367.770472175'
    Recovery Manager complete.

  • EBS R12.1.1 databse copy windows to windows??

    Hi All,
    I am a report developer. I have two servers(VMs)
    Server1: Win 2008, Oracle EBS R12.1.1.
    Server2: Win XP SP3, about to install Oracle 11g R1
    My goal is to copy the whole EBS R12.1.1 Vision Instance database (VIS) on Server1 to Server 2 Oracle Database....And please not that I need only data in those schemas - I use that to run ETL scripts, so, on Server2 I am not going to run any EBS Applications(Forms, or reports or others).
    In order to do this I am thinking of using http://www.dba-oracle.com/oracle_tips_db_copy.htm, or RMAN method....
    Now my questions are:
    1. Can I used any of the above methods?
    2. If yes, For both the above methods, during the installation of Target Database (Server 2) do I need to select "Create Starter Database (Additional 1482MB)" option? I am in a great disk space crisis so, I prefer not to select that option, but can I follow above clone methods with out creating a starter database in the target system?
    Thanks and regards.

    My goal is to copy the whole EBS R12.1.1 Vision Instance database (VIS) on Server1 to Server 2 Oracle Database....And please not that I need only data in those schemas - I use that to run ETL scripts, so, on Server2 I am not going to run any EBS Applications(Forms, or reports or others).
    In order to do this I am thinking of using http://www.dba-oracle.com/oracle_tips_db_copy.htm, or RMAN method....
    Now my questions are:
    1. Can I used any of the above methods?Yes, but if you are not familiar with RMAN or backup/recovery methods this may not be easy (or straightforward) for you.
    2. If yes, For both the above methods, during the installation of Target Database (Server 2) do I need to select "Create Starter Database (Additional 1482MB)" option? I am in a great disk space crisis so, I prefer not to select that option, but can I follow above clone methods with out creating a starter database in the target system?Even if you do not create a new database, you will end up having the same database size after you copy the files or use RMAN (backup/restore). Your target database size on the target database will be exactly the same database size on the source database.
    I would prefer you use one of the following methods instead of RMAN:
    1) Rapid Clone (clone the database tier node only and this is the best option for you) -- Cloning Oracle Applications Release 12 with Rapid Clone [ID 406982.1]
    2) The method in the link referenced by you
    3) Export/Impot (which is time consuming):
    Export/import process for R12 using 11gR1 or 11gR2 [ID 741818.1]
    Export/Import Process for Oracle E-Business Suite Release 12 using 10gR2 [ID 454616.1]
    Thanks,
    Hussein

  • Oracle EBS R12 - DR setup using Oracle Data Guard

    Hi,
    Our customer has implemented Oracle EBS R12 (12.0.6) on a Two Node RAC on HP-UX env. The application Tier also has Two Nodes(Admin Tier and Web Tier).
    Oracle Clusterware - OCR and Vote Disk are on Raw Devices and the EBS database is on ASM.
    Customer wants to implement a DR solution with Oracle Data Guard with only 2 servers - 1 for the Database Tier and 1 for the Application Tier on the DR Site.
    I would like to know if this could be done by following note: 452056.1? I would also like to know if there are other useful docs.
    Thanks.
    Thiru

    Hi,
    Customer escalated this issue to Oracle and they came up with this reply:
    They can implement Disaster recovery solution from RAC to NON RAC using Solution A which use RMAN utilities for backup and recovery.
    While now AMP Application Management Pack gives the capablitiy to build non RAC from RAC Envioment, In future AMP will be capable also to support cloning of DB with Data Guard.
    Details
    Solution A - Using RMAN:
    For Release 12 customers, you can clone from a RAC to RAC (like to like) or RAC to non-RAC. This is using RMAN scripts to take a copy of the db when it’s in archive mode. if you’re leveraging any disaster recovery tools like data guard, the above solution should work fine…perhaps some fine tuning to the procedures
    Solution B - Using AMP in the future release
    For Release 11i , Release 12.x customers, AMP would be offering a new cloning solution that wouldn’t have dependency on Rapid Clone. This solution leverages the strengths of EM Grid Control in provisioning or cloning targets such as databases. This would be an advance solution that would support:
    o A full-fledged scale down cloning
    o Cloning of EBS deployed on Shared File System
    o Hot and Cold mode cloning
    o Quantifiable reduction in clone time for the entire EBS system
    This solution would be leveraging EM grid Control’s DB provisioning pack’s clone utilities, that are quite advanced and support cloning of DB with Data Guard.
    The recommendation is to start trialing AMP version 3.0, making the purchase and implementing within the Enterprise. As we release the new version of AMP (release 3.0.1), Customer would be in a better position to quickly implement the latest features
    Can anyone let me know if the solution A suggested will work.
    Rgds,
    Thiru

  • Accessing https url EBS R12.1.3 leads to "Internet Explorer cannot display the webpage"

    Hi all,
    DB:11.2.0.3.0
    EBS:12.1.3
    O/S:Solaris SPARC 64 bits
    I.E Browser: 9.0
    Problem Description
    Cloned target database TEST1 from source database TEST2 RMAN full backup. But on accessing https url EBS R12.1.3 leads to "Internet Explorer cannot display the webpage"?
    Autoconfig completes successfully on both DB and Apps Tier and have also ran ojspcompile but still the same issue.
    $ perl ojspCompile.pl --compile --flush -p 2
    logfile set: /t000/test1/inst/apps/TEST1_Hostname/logs/appl/rgf/ojsp/ojsp
    starting...(compiling all)
    using 10i internal ojsp ver: 10
    synchronizing dependency file:
      loading deplist...8095
      enumerating jsps...8095
      updating dependency...0
    initializing compilation:
      eliminating children...6024 (-2071)
    translating and compiling:
      translating jsps...6024/6024 in 7m50s
      compiling jsps...6024/6024 in 35m17s
    Finished!
    Bounced the services there after still the same issue. Could anyone please share the fix if encountered such an issue before.
    Thanks for your time,
    user10088255

    Apache logs have the below entry:
    [Sun Oct 27 02:30:11 2013] [notice]  configured -- resuming normal operations
    [Sun Oct 27 02:30:11 2013] [notice] Accept mutex: fcntl (Default: fcntl)
    [Sun Oct 27 03:03:02 2013] [notice]  configured -- resuming normal operations
    [Sun Oct 27 03:03:02 2013] [notice] Accept mutex: fcntl (Default: fcntl)
    [Sun Oct 27 04:04:59 2013] [notice]  configured -- resuming normal operations
    [Sun Oct 27 04:04:59 2013] [notice] Accept mutex: fcntl (Default: fcntl)
    [Sun Oct 27 04:29:54 2013] [notice]  configured -- resuming normal operations
    [Sun Oct 27 04:29:54 2013] [notice] Accept mutex: fcntl (Default: fcntl)

  • Restore RAC database from non-RAC source - EBS R12.1.1

    We have restored (PIT) a RAC database from a non-RAC (but ASM) source and I was wondering if that was a reasonable thing to do.
    The reason I ask is that I seem to remember that in the upgrade to R12.1.1 the upgrade driver had a different list of jobs to do when the target was RAC vs when it was non-RAC... so is it possible the EBS R12.1.1 code is different for RAC (meaning we dont have the right code base in the DB since we restored a non-RAC source to a RAC destination)?
    Disclaimer - I am NOT a DBA .. just trying to identify some potential problems we are troubleshooting.
    Thanks in advance!
    EBS R12.1.1
    OEL 5
    11gR2

    We have a RMAN back up of the non-RAC database that was restored and PIT recovered on the RAC database.Is it a full database backup?
    The "code" base I am referring to is all the db stored objects for R12 EBS .. database compiled code.Restoring the RMAN backup on the target node is not enough. Have you run AutoConfig or postclone? Does your instance know that this is a a single instance and not a RAC one?
    I am nervous that there may be alternate versions of the code to run in RAC vs non-RAC .. for instance I know that some of the ASCP jobs use DBMS PIPES and that can be tricky with RAC and Concurrent Manager.. And when we did the upgrade to R12, pointing it @ RAC generated more and different jobs than when it was not pointed @ RAC .. so SOMETHING was different according to the APPS ADPATCH/ADADMIN utilities.Please explain in details what is the purpose of doing this restore and what exactly you are trying to achieve. What cloning procedure you follow to refresh the target instance?
    Thanks,
    Hussein

  • Cloning EBS R12.2.4

    Hi all,
    I am cloning our EBS R12.2.4 source CRP to UAT.
    db location    : /home/oracrp/CRP   to  /home/orauat/UAT
    apps location: /home/applcrp/CRP  to /home/appluat/UAT
    The db part is just easy and very fast to complete.
    But the app part take so long at 50% status only and after like 1 hr it thows error as in:
    Beginning application tier Apply - Thu Dec 18 18:36:23 2014
    /home/appluat/UAT/fs1/EBSapps/comn/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true -Doracle.installer.oui_loc=/oui -classpath /home/appluat/UAT/fs1/EBSapps/comn/clone/jlib/xmlparserv2.jar:/home/appluat/UAT/fs1/EBSapps/comn/clone/jlib/ojdbc6.jar:/home/appluat/UAT/fs1/EBSapps/comn/clone/jlib/java:/home/appluat/UAT/fs1/EBSapps/comn/clone/jlib/oui/OraInstaller.jar:/home/appluat/UAT/fs1/EBSapps/comn/clone/jlib/oui/ewt3.jar:/home/appluat/UAT/fs1/EBSapps/comn/clone/jlib/oui/share.jar:/home/appluat/UAT/fs1/FMW_Home/webtier/../Oracle_EBS-app1/oui/jlib/srvm.jar:/home/appluat/UAT/fs1/EBSapps/comn/clone/jlib/ojmisc.jar:/home/appluat/UAT/fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.jar:/home/appluat/UAT/fs1/EBSapps/comn/clone/jlib/obfuscatepassword.jar  oracle.apps.ad.clone.ApplyAppsTier -e /home/appluat/UAT/fs1/inst/apps/UAT_appscrp/appl/admin/UAT_appscrp.xml -stage /home/appluat/UAT/fs1/EBSapps/comn/clone    -showProgress -nopromptmsg
    Log file located at /home/appluat/UAT/fs1/inst/apps/UAT_appscrp/admin/log/clone/ApplyAppsTier_12181836.log
      -     50% completed
    ERROR while running Apply...
    Thu Dec 18 20:04:06 2014
    The I checked the error log and this is what I got:
    +++++++++++++++++++++++++
    configGroup Type name = OPSS_SECURITY
    configGroup Type name = DEPLOYMENT_PLAN_CONFIG
    Writing moveplan xml file
    Updating the deployment plan /home/appluat/UAT/fs1/EBSapps/comn/clone/FMW/WLS/plan/deployment_plans/oafm#1.0.0_plan.xml
    Updating config-root element with val =/home/appluat/UAT/fs1/FMW_Home/Oracle_EBS-app1/deployment_plans/oafm
    Updating the deployment plan /home/appluat/UAT/fs1/EBSapps/comn/clone/FMW/WLS/plan/deployment_plans/forms-c4ws#1.0.0_plan.xml
    Updating config-root element with val =/home/appluat/UAT/fs1/FMW_Home/Oracle_EBS-app1/deployment_plans/forms-c4ws
    Updating the deployment plan /home/appluat/UAT/fs1/EBSapps/comn/clone/FMW/WLS/plan/deployment_plans/forms#1.0.0_plan.xml
    Updating config-root element with val =/home/appluat/UAT/fs1/FMW_Home/Oracle_EBS-app1/deployment_plans/forms
    Updating the deployment plan /home/appluat/UAT/fs1/EBSapps/comn/clone/FMW/WLS/plan/deployment_plans/oacore#1.0.0_plan.xml
    Refreshing the content of help_InitParam_ohwConfigFileURL to file:/home/appluat/UAT/fs1/FMW_Home/Oracle_EBS-app1/common/config/ohwconfig.xml
    Refreshing the content of CGIServlet_InitParam_cgiDir to /home/appluat/UAT/fs1/FMW_Home/Oracle_EBS-app1/common/scripts
    Refreshing the content of CGIServlet_InitParam_*.pl to /home/appluat/UAT/fs1/FMW_Home/webtier/perl/bin/perl
    Refreshing the content of oowa_InitParam_log_main_file to /usr/tmp/oowa.log
    Refreshing the content of oowa_InitParam_log_spl2_file to /usr/tmp/oowa.log
    Refreshing the content of LoopProcServlet_InitParam_ARCHIVE to /usr/tmp
    Refreshing the content of TransmitServlet_InitParam_ARCHIVE to /usr/tmp
    Updating config-root element with val =/home/appluat/UAT/fs1/FMW_Home/Oracle_EBS-app1/deployment_plans/oacore
    Backup domain directory if exists
    Backup applications domain directory if exists
    START: Creating new WLS domain.
    Running /home/appluat/UAT/fs1/FMW_Home/oracle_common/bin/pasteConfig.sh -javaHome /home/appluat/UAT/fs1/EBSapps/comn/util/jdk64 -al /home/appluat/UAT/fs1/EBSapps/comn/clone/FMW/WLS/EBSdomain.jar -tdl /home/appluat/UAT/fs1/FMW_Home/user_projects/domains/EBS_domain_UAT -tmw /home/appluat/UAT/fs1/FMW_Home -mpl /home/appluat/UAT/fs1/EBSapps/comn/clone/FMW/WLS/plan/moveplan.xml -ldl /home/appluat/UAT/fs1/inst/apps/UAT_appscrp/admin/log/clone/wlsT2PApply -silent true -debug true -domainAdminPassword /home/appluat/UAT/fs1/EBSapps/comn/clone/FMW/tempinfo.txt
    Script Executed in 4630161 milliseconds, returning status 255
    ERROR: Script failed, exit code 255
    Please help how to resolve.
    Thanks a million,
    mk

    This is the WebADI - pl post in the EBS forum

  • Installing EBS R12 on Windows Vista Basic

    I am trying to install EBS R12 media pack on my computer having Windows Vista Basic.
    I could have the installation pass 2 steps out of 5.
    But while performing the third step, it is failing with the following error:
    Log file located at F:\oracle\VIS\inst\apps\VIS_srinivas-pc\admin\log\ApplyAppsTechStack_08200335.log
    | 0% completed RC-50004: Fatal: Error occurred in ApplyAppsTechStack:
    RC-50013: Fatal: Failed to instantiate driver F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    Does anybody know what could be the cause of the error?
    THe log files are pasted below:
    ApplyAppsTechStack_08200335.log
    Started ApplyAppsTechStack at Wed Aug 20 03:35:20 GMT 2008
    Version:
         ApplyAppsTechStack.java     :      120.23
    Executing home registration for s_weboh_oh...
    Registering using Registration Driver
    F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\adouiweboh.pl
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\ouicli.pl
    setting permissions: 700
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\txkstubcfg1013.pl
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\txkstubcfg1013.pl
    setting permissions: 700
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\apachectl_sh_1013_oh.tmp
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\apachectl
    setting permissions: 700
    Executing script in InstantiateFile:
    F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib -I F:\oracle\VIS\apps\apps_st\appl\au\12.0.0\perl -I F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\mod_perl\site\5.8.3\lib\MSWin32-x86-multi-thread F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl
    script returned:
    Beginning OUI CLI cloning for s_weboh_ohTue Aug 19 23:35:23 2008
    F:\oracle\VIS\apps\tech_st\10.1.3\jdk\bin\java -classpath F:\StageR12\startCD\Disk1\rapidwiz\jlib\java;F:\oracle\VIS\apps\tech_st\10.1.3\oui\jlib\OraInstaller.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar oracle.apps.ad.clone.util.OracleHomeCloner -OUICLI -e F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml -nolink -oaVar s_weboh_oh -homestub weboh -log F:\oracle\VIS\inst\apps\VIS_srinivas-pc\admin\log\ohclone.log
    running OUI CLI home cloning:
    F:\oracle\VIS\apps\tech_st\10.1.3\oui\bin\setup.exe -nowait -clone -silent -force -nolink -waitForCompletion session:ORACLE_HOME=F:\oracle\VIS\apps\tech_st\10.1.3 oracle.as.j2ee.top:s_asInstanceName=VIS_srinivas-pc_WEBOH oracle.as.j2ee.top:s_adminName=oc4jadmin oracle.as.j2ee.top:s_adminPassword=welcome ORACLE_HOME_NAME=VIS_srinivas-pc_WEBOH -J-Doracle.installer.noLink=true
    Finished OUI CLI cloning for s_weboh_oh with return code: 0Tue Aug 19 23:35:28 2008
    [SC] OpenService FAILED 1060:
    The specified service does not exist as an installed service.
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib -I F:\oracle\VIS\apps\apps_st\appl\au\12.0.0\perl -I F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\mod_perl\site\5.8.3\lib\MSWin32-x86-multi-thread F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl
    script returned:
    .end std out.
    .end err out.
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\adouiweboh.pl
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\ouicli0.pl
    setting permissions: 700
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\txkstubcfg1013.pl
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\txkstubcfg10130.pl
    setting permissions: 700
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\apachectl_sh_1013_oh.tmp
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\apachectl0
    setting permissions: 700
    F:\oracle\VIS\inst\apps\VIS_srinivas-pc\admin\log\adcvmlog.xml does not exist. Ignore it
    [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>
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib -I F:\oracle\VIS\apps\apps_st\appl\au\12.0.0\perl -I F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\mod_perl\site\5.8.3\lib\MSWin32-x86-multi-thread F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone
    ouicli.pl INSTE8_APPLY 36
    AutoConfig is exiting with status 1
    RC-50013: Fatal: Instantiate driver did not complete successfully.
    F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    ======================================================
    Another Log File
    Log File: 08200031.log
    Processing DriverFile = F:\StageR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    Running Instantiation Drivers for F:\StageR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\template\adrunias.cmd
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    backup : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd to F:\oracle\VIS\apps\apps_st\appl\admin\VIS_srinivas-pc\out\templbac\adrunias.cmd
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\template\adrunat.cmd
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunat.cmd
    backup : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunat.cmd to F:\oracle\VIS\apps\apps_st\appl\admin\VIS_srinivas-pc\out\templbac\adrunat.cmd
    Step 0 of 5
    Command: F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    Processing Step 3 of 5
    Executing: F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM $Header: adrunias.cmd 120.7 2007/06/13 14:34:57 hcwolf noship $
    F:\StageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig. It will be read and
    F:\StageR12\startCD\Disk1\rapidwiz>REM overwritten. If you were instructed to edit this file, or if you are not
    F:\StageR12\startCD\Disk1\rapidwiz>REM able to use the settings created by AutoConfig, refer to Metalink Note
    F:\StageR12\startCD\Disk1\rapidwiz>REM 387859.1 for assistance.
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    F:\StageR12\startCD\Disk1\rapidwiz>(set date=Tue 08/19/2008 )
    F:\StageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    F:\StageR12\startCD\Disk1\rapidwiz>(set time=11:07 PM )
    F:\StageR12\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : APPS TECH STACK : Tue 08/19/2008 11:07 PM
    STARTED INSTALL PHASE : APPS TECH STACK : Tue 08/19/2008 11:07 PM
    F:\StageR12\startCD\Disk1\rapidwiz>SET JRE_PATH=F:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.5.0\bin\java
    F:\StageR12\startCD\Disk1\rapidwiz>SET JRE_CP=.;F:\StageR12\startCD\Disk1\rapidwiz\jlib\java;F:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar
    F:\StageR12\startCD\Disk1\rapidwiz>SET XML_FILE=F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    F:\StageR12\startCD\Disk1\rapidwiz>SET PATH=F:\StageR12\startCD\Disk1\rapidwiz\unzip\NT;C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;f:\cygwin\cygwininstal\bin\
    F:\StageR12\startCD\Disk1\rapidwiz>SET EC=ERRORCODE
    F:\StageR12\startCD\Disk1\rapidwiz>setlocal enableextensions
    F:\StageR12\startCD\Disk1\rapidwiz>set /P unpw=""
    F:\StageR12\startCD\Disk1\rapidwiz>for /F "usebackq tokens=1,2 delims=/" %i in ('APPS/APPS') do set APPS_UNAME=%i && set APPS_PWD=%j
    F:\StageR12\startCD\Disk1\rapidwiz>set APPS_UNAME=APPS && set APPS_PWD=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>SET APPSUSER=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>SET APPSPASS=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>IF "5" == "1" (SET THREADS=1 ) ELSE (SET THREADS=2 )
    F:\StageR12\startCD\Disk1\rapidwiz>CD /D C:\Users\Srinivas\AppData\Local\Temp
    C:\Users\Srinivas\AppData\Local\Temp>if "FALSE" == "F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd" (if not "FALSE" == "FALSE" (goto :FALSE ) else (goto :runProcess_1 ) )
    C:\Users\Srinivas\AppData\Local\Temp>echo "runProcess_1"
    "runProcess_1"
    C:\Users\Srinivas\AppData\Local\Temp>REM
    C:\Users\Srinivas\AppData\Local\Temp>REM Perform the install for tech stack
    C:\Users\Srinivas\AppData\Local\Temp>REM
    C:\Users\Srinivas\AppData\Local\Temp>echo Statusstring Installing Applications Technology Stack
    Statusstring Installing Applications Technology Stack
    C:\Users\Srinivas\AppData\Local\Temp>F:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.5.0\bin\java -mx600M -classpath .;F:\StageR12\startCD\Disk1\rapidwiz\jlib\java;F:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.rapidwiz.util.InstantiateFile -e F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml -d F:\StageR12\startCD\Disk1\rapidwiz\driver\appsts\driver\gias.drv -pwd no_password_here -log F:\oracle\VIS\apps\apps_st\appl\admin\VIS_srinivas-pc\log\ApplyAppsTechStack.log -nthreads 2 -verbose
    Enter the location of the CD labeled Oracle Applications Rapid Install - Tools Disk 1 :
    Checking Disk contents in - F:\StageR12\startCD\Disk1\rapidwiz
    Checking Disk contents in - F:\StageR12\oraAS\Disk1
    Checking Disk contents in - F:\StageR12\oraAS\Disk1
    Unzip Count:43
    Processing Disk1....
    Processing Disk2....
    C:\Users\Srinivas\AppData\Local\Temp>if 0 == 0 goto :BITS_OK
    C:\Users\Srinivas\AppData\Local\Temp>echo "runProcess_2"
    "runProcess_2"
    C:\Users\Srinivas\AppData\Local\Temp>REM Perform the registration for tech stack
    C:\Users\Srinivas\AppData\Local\Temp>REM
    C:\Users\Srinivas\AppData\Local\Temp>REM Bugfix: 5872965/5978329
    C:\Users\Srinivas\AppData\Local\Temp>COPY F:\StageR12\startCD\Disk1\rapidwiz\etc\adouitools.pl F:\oracle\VIS\apps\tech_st\10.1.2\appsutil\template\adouitools.pl
    1 file(s) copied.
    C:\Users\Srinivas\AppData\Local\Temp>COPY F:\StageR12\startCD\Disk1\rapidwiz\etc\adouiweboh.pl F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\adouiweboh.pl
    1 file(s) copied.
    C:\Users\Srinivas\AppData\Local\Temp>REM End Bugfix: 587296/5978329
    C:\Users\Srinivas\AppData\Local\Temp>echo Statusstring Registering Applications Technology Stack
    Statusstring Registering Applications Technology Stack
    C:\Users\Srinivas\AppData\Local\Temp>(echo APPS & echo APPS ) | F:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.5.0\bin\java -mx512M -classpath .;F:\StageR12\startCD\Disk1\rapidwiz\jlib\java;F:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.clone.ApplyAppsTechStack -e F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml -stage F:\StageR12\startCD\Disk1\rapidwiz -showProgress -phase reg -nopromptmsg
    Log file located at F:\oracle\VIS\inst\apps\VIS_srinivas-pc\admin\log\ApplyAppsTechStack_08200335.log
    | 0% completed RC-50004: Fatal: Error occurred in ApplyAppsTechStack:
    RC-50013: Fatal: Failed to instantiate driver F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    C:\Users\Srinivas\AppData\Local\Temp>if 1 == 0 goto :REG_OK
    C:\Users\Srinivas\AppData\Local\Temp>echo Cannot execute registration of Applications Techstack
    Cannot execute registration of Applications Techstack
    C:\Users\Srinivas\AppData\Local\Temp>if "" == "TRUE" goto :INSIAS_OK
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running APPL_TOP Install Driver for VIS instance
    Please refer to the remaining logs on applications node at - F:\oracle\VIS\inst\apps\VIS_srinivas-pc\logs\08200031.log
    Processing DriverFile = F:\StageR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    Running Instantiation Drivers for F:\StageR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\template\adrunias.cmd
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    backup : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd to F:\oracle\VIS\apps\apps_st\appl\admin\VIS_srinivas-pc\out\templbac\adrunias.cmd
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\template\adrunat.cmd
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunat.cmd
    backup : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunat.cmd to F:\oracle\VIS\apps\apps_st\appl\admin\VIS_srinivas-pc\out\templbac\adrunat.cmd
    Step 0 of 5
    Command: F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    Processing Step 3 of 5
    Executing: F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM $Header: adrunias.cmd 120.7 2007/06/13 14:34:57 hcwolf noship $
    F:\StageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig. It will be read and
    F:\StageR12\startCD\Disk1\rapidwiz>REM overwritten. If you were instructed to edit this file, or if you are not
    F:\StageR12\startCD\Disk1\rapidwiz>REM able to use the settings created by AutoConfig, refer to Metalink Note
    F:\StageR12\startCD\Disk1\rapidwiz>REM 387859.1 for assistance.
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    F:\StageR12\startCD\Disk1\rapidwiz>(set date=Tue 08/19/2008 )
    F:\StageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    F:\StageR12\startCD\Disk1\rapidwiz>(set time=11:53 PM )
    F:\StageR12\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : APPS TECH STACK : Tue 08/19/2008 11:53 PM
    STARTED INSTALL PHASE : APPS TECH STACK : Tue 08/19/2008 11:53 PM
    F:\StageR12\startCD\Disk1\rapidwiz>SET JRE_PATH=F:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.5.0\bin\java
    F:\StageR12\startCD\Disk1\rapidwiz>SET JRE_CP=.;F:\StageR12\startCD\Disk1\rapidwiz\jlib\java;F:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar
    F:\StageR12\startCD\Disk1\rapidwiz>SET XML_FILE=F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    F:\StageR12\startCD\Disk1\rapidwiz>SET PATH=F:\StageR12\startCD\Disk1\rapidwiz\unzip\NT;C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;f:\cygwin\cygwininstal\bin\
    F:\StageR12\startCD\Disk1\rapidwiz>SET EC=ERRORCODE
    F:\StageR12\startCD\Disk1\rapidwiz>setlocal enableextensions
    F:\StageR12\startCD\Disk1\rapidwiz>set /P unpw=""
    F:\StageR12\startCD\Disk1\rapidwiz>for /F "usebackq tokens=1,2 delims=/" %i in ('APPS/APPS') do set APPS_UNAME=%i && set APPS_PWD=%j
    F:\StageR12\startCD\Disk1\rapidwiz>set APPS_UNAME=APPS && set APPS_PWD=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>SET APPSUSER=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>SET APPSPASS=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>IF "5" == "1" (SET THREADS=1 ) ELSE (SET THREADS=2 )
    F:\StageR12\startCD\Disk1\rapidwiz>CD /D C:\Users\Srinivas\AppData\Local\Temp
    C:\Users\Srinivas\AppData\Local\Temp>if "F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd" == "F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd" (if not ""runProcess_2"" == "FALSE" (goto :"runProcess_2" ) else (goto :runProcess_1 ) )
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running APPL_TOP Install Driver for VIS instance
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    Database Availability
    command: cmd.exe /c F:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd F:\oracle\VIS\db\tech_st\10.2.0\VIS_srinivas-pc.cmd sqlplus F:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    F:\StageR12\startCD\Disk1\rapidwiz>echo off
    Tue 08/19/2008
    11:54 PM
    ECHO is off.
    ECHO is off.
    Tue 08/19/2008 11:54 PM
    VIS_srinivas-pc.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : F:\oracle\VIS\db\tech_st\10.2.0"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : F:\oracle\VIS\db\tech_st\10.2.0\perl\5.8.3\bin\MSWin32-x86-multi-thread\;F:\oracle\VIS\db\tech_st\10.2.0\bin;F:\oracle\VIS\db\tech_st\10.2.0\appsutil\jre\bin;F:\oracle\VIS\db\tech_st\10.2.0\appsutil\jre\bin;C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;f:\cygwin\cygwininstal\bin\"
    " LD_LIBRARY_PATH : F:\oracle\VIS\db\tech_st\10.2.0\lib"
    SQL*Plus: Release 10.2.0.3.0 - Production on Tue Aug 19 23:54:28 2008
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    connect test returning code 0
    ERRORCODE = 0 ERRORCODE_END
    Database ORACLE_HOME connection test has succeeded
    command: cmd.exe /c F:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd F:\oracle\VIS\inst\apps\VIS_srinivas-pc\ora\10.1.2\VIS_srinivas-pc.cmd sqlplus F:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    F:\StageR12\startCD\Disk1\rapidwiz>echo off
    Tue 08/19/2008
    11:54 PM
    "Cannot find environment file "F:\oracle\VIS\inst\apps\VIS_srinivas-pc\ora\10.1.2\VIS_srinivas-pc.cmd""
    ERRORCODE = 0 ERRORCODE_END
    Apps ORACLE_HOME connection test has succeeded
    Configuration Upload
    uploading config file at C:\Users\Srinivas\AppData\Local\Temp\08200031\conf_VIS.txt
    AppsConfig : 'config.txt' uploading...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : srinivas-pc
    sDbDomain : nathani.com
    sDbPort : 1524
    sDbSid : VIS
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@srinivas-pc.nathani.com:1524:VIS
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    Successful upload of config file at C:\Users\Srinivas\AppData\Local\Temp\08200031\conf_VIS.txt
    Environment File
    Database ORACLE_HOME environment file passes instantiated variables test:
    File = F:\oracle\VIS\db\tech_st\10.2.0\VIS_srinivas-pc.env
    RW-50016: Error: - Apps ORACLE_HOME environment file was not created:
    File = F:\oracle\VIS\inst\apps\VIS_srinivas-pc\ora\10.1.3\VIS_srinivas-pc.cmd
    RW-50016: Error: - iAS ORACLE_HOME environment file was not created:
    File = F:\oracle\VIS\inst\apps\VIS_srinivas-pc\ora\10.1.2\VIS_srinivas-pc.cmd
    RW-50016: Error: - APPL_TOP environment file was not created:
    File = F:\oracle\VIS\apps\apps_st\appl\VIS_srinivas-pc.cmd
    RW-50016: Error: - ADOVARS environment file was not created:
    File = F:\oracle\VIS\apps\apps_st\appl\admin\adovars.cmd
    RW-50016: Error: - APPSCONFIG was not created:
    File = F:\oracle\VIS\apps\apps_st\appl\admin\adconfig.txt
    DBC File
    RW-00023: Error: - DBC file was not created:
    File = F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\fnd\12.0.0\secure\VIS.dbc
    HTTP
    checking URL = http://srinivas-pc.nathani.com:8003
    RW-50015: Error: - HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Help Page
    checking URL = http://srinivas-pc.nathani.com:8003/OA_HTML/help
    RW-50015: Error: - Help Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Virtual Directory
    RW-50015: Error: - Http Server Virtual Directories is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    JSP
    checking URL = http://srinivas-pc.nathani.com:8003/OA_HTML/jtfTestCookie.jsp
    RW-50015: Error: - JSP is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Login Page
    RW-50015: Error: - Login Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.

    Client Certifications
    OS Product Server Status Addtl. Info. Components Other Issues
    Vista SP1 12.0 N/A Certified None None Yes None
    Vista 12.0 N/A Certified None None Yes NoneIt is certified as a Client (Desktop) only. Means, you can access Oracle Apps 11i/R12 from a machine running Windows Vista, but it is not certified as Application/Database tiers.
    And also the below link from blogs.oracle.com says that R12 is certified with vista.
    http://blogs.oracle.com/stevenChan/2008/07/windows_vista_service_pack_1_certified_with_apps_1.html
    Release 12
    - Oracle Applications Release 12 with R12.ATG_PF.A.DELTA.3 (patch 6077669) or later
    - Microsoft Vista Service Pack 1 (SP1) desktop clients running Internet Explorer 7
    - Sun Java plug-in (JRE) 1.5.0_12 or later

  • Error installing E-Bussiness Suite (EBS) R12 on Windows 2003 Server x32

    I am trying to install EBS R12 and i am getting error at stage 3 of 5 on 53%
    I followed steps from below link
    http://supportuae.wordpress.com/2013/01/26/installing-oracle-e-business-suite-r12-on-microsoft-windows-server-2003/
    My Setup
    Win 2003 Server SP2 x32 *(Installed in D:\) 20 GB*
    MS Visual C++ Express edition *(D:\MSVS)*
    Cygwin 1.7 *(D:\cygwin)*
    Acive Perl
    Oracle Apps Dump at G:\
    Installing Oracle Apps at E:\ with 270 GB NTFS
    Installed in Administrator Login
    Below is my Error log
    ~~~~~~~~~~~~~
    Processing DriverFile = G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    Running Instantiation Drivers for G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    instantiate file:
    source : G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\template\adrunias.cmd
    dest : E:\oracle\VIS\inst\apps\VIS_ebs\temp\adrunias.cmd
    backup : E:\oracle\VIS\inst\apps\VIS_ebs\temp\adrunias.cmd to E:\oracle\VIS\apps\apps_st\appl\admin\VIS_ebs\out\templbac\adrunias.cmd
    instantiate file:
    source : G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\template\adrunat.cmd
    dest : E:\oracle\VIS\inst\apps\VIS_ebs\temp\adrunat.cmd
    backup : E:\oracle\VIS\inst\apps\VIS_ebs\temp\adrunat.cmd to E:\oracle\VIS\apps\apps_st\appl\admin\VIS_ebs\out\templbac\adrunat.cmd
    Step 0 of 5
    Command: E:\oracle\VIS\inst\apps\VIS_ebs\temp\adrunias.cmd
    Processing Step 3 of 5
    Executing: E:\oracle\VIS\inst\apps\VIS_ebs\temp\adrunias.cmd
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>REM
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>REM $Header: adrunias.cmd 120.11 2009/01/19 06:29:11 marderiu noship $
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>REM ###############################################################
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>REM
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig. It will be read and
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>REM overwritten. If you were instructed to edit this file, or if you are not
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>REM able to use the settings created by AutoConfig, refer to Metalink Note
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>REM 387859.1 for assistance.
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>REM
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>REM ###############################################################
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>REM
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>(set date=Sun 04/21/2013 )
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>(set time=03:12 PM )
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : APPS TECH STACK : Sun 04/21/2013 03:12 PM
    STARTED INSTALL PHASE : APPS TECH STACK : Sun 04/21/2013 03:12 PM
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>SET JRE_PATH=G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jre\NT\1.6.0\bin\java
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>SET JRE_CP=.;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\java;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>SET XML_FILE=E:\oracle\VIS\inst\apps\VIS_ebs\appl\admin\VIS_ebs.xml
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>SET PATH=G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\unzip\NT;D:\Perl\site\bin;D:\Perl\bin;D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\System32\Wbem;D:\MSVS\VC\bin;D:\cygwin\bin
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>SET EC=ERRORCODE
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>setlocal enableextensions
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>set /P unpw=""
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>for /F "usebackq tokens=1,2 delims=/" %i in ('APPS/APPS') do set APPSUSER=%i && set APPSPASS=%j
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>set APPSUSER=APPS && set APPSPASS=APPS
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>IF "5" == "1" (SET THREADS=1 ) ELSE (SET THREADS=4 )
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>CD /D D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "FALSE" == "E:\oracle\VIS\inst\apps\VIS_ebs\temp\adrunias.cmd" (if not "FALSE" == "FALSE" (goto :FALSE ) else (goto :runProcess_1 ) )
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "runProcess_1"
    "runProcess_1"
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Perform the install for tech stack
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo Statusstring Installing Applications Technology Stack
    Statusstring Installing Applications Technology Stack
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jre\NT\1.6.0\bin\java -mx600M -classpath .;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\java;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.rapidwiz.util.InstantiateFile -e E:\oracle\VIS\inst\apps\VIS_ebs\appl\admin\VIS_ebs.xml -d G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\driver\appsts\driver\gias.drv -pwd no_password_here -log E:\oracle\VIS\apps\apps_st\appl\admin\VIS_ebs\log\ApplyAppsTechStack.log -nthreads 4 -verbose
    Enter the location of the CD labeled Oracle Applications Rapid Install - Tools Disk 1 :
    Checking Disk contents in - G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz
    Checking Disk contents in - G:\Oracle_Apps\StagesR12\oraAS\Disk1
    Checking Disk contents in - G:\Oracle_Apps\StagesR12\oraAS\Disk1
    Unzip Count:60
    Processing Disk1....
    Processing Disk2....
    Processing Disk3....
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if 0 == 0 goto :BITS_OK
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo "runProcess_2"
    "runProcess_2"
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM Perform the registration for tech stack
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>REM
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo Statusstring Registering Applications Technology Stack
    Statusstring Registering Applications Technology Stack
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>(echo APPS & echo APPS ) | G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jre\NT\1.6.0\bin\java -mx512M -classpath .;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\java;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.clone.ApplyAppsTechStack -e E:\oracle\VIS\inst\apps\VIS_ebs\appl\admin\VIS_ebs.xml -stage G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz -showProgress -phase reg -nopromptmsg
    Log file located at E:\oracle\VIS\inst\apps\VIS_ebs\admin\log\ApplyAppsTechStack_04211520.log
    | 0% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed
    | 3% completed
    / 3% completed
    - 3% completed
    \ 3% completed RC-50004: Fatal: Error occurred in ApplyAppsTechStack:
    RC-50013: Fatal: Failed to instantiate driver E:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if 1 == 0 goto :REG_OK
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>echo Cannot execute registration of Applications Techstack
    Cannot execute registration of Applications Techstack
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "" == "TRUE" goto :INSIAS_OK
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running APPL_TOP Install Driver for VIS instance
    Please refer to the remaining logs on applications node at - E:\oracle\VIS\inst\apps\VIS_ebs\logs\04211310.log
    Processing DriverFile = G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    Running Instantiation Drivers for G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    instantiate file:
    source : G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\template\adrunias.cmd
    dest : E:\oracle\VIS\inst\apps\VIS_ebs\temp\adrunias.cmd
    backup : E:\oracle\VIS\inst\apps\VIS_ebs\temp\adrunias.cmd to E:\oracle\VIS\apps\apps_st\appl\admin\VIS_ebs\out\templbac\adrunias.cmd
    instantiate file:
    source : G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\template\adrunat.cmd
    dest : E:\oracle\VIS\inst\apps\VIS_ebs\temp\adrunat.cmd
    backup : E:\oracle\VIS\inst\apps\VIS_ebs\temp\adrunat.cmd to E:\oracle\VIS\apps\apps_st\appl\admin\VIS_ebs\out\templbac\adrunat.cmd
    Step 0 of 5
    Command: E:\oracle\VIS\inst\apps\VIS_ebs\temp\adrunias.cmd
    Processing Step 3 of 5
    Executing: E:\oracle\VIS\inst\apps\VIS_ebs\temp\adrunias.cmd
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>REM
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>REM $Header: adrunias.cmd 120.11 2009/01/19 06:29:11 marderiu noship $
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>REM ###############################################################
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>REM
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig. It will be read and
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>REM overwritten. If you were instructed to edit this file, or if you are not
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>REM able to use the settings created by AutoConfig, refer to Metalink Note
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>REM 387859.1 for assistance.
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>REM
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>REM ###############################################################
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>REM
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>(set date=Sun 04/21/2013 )
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>(set time=04:30 PM )
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : APPS TECH STACK : Sun 04/21/2013 04:30 PM
    STARTED INSTALL PHASE : APPS TECH STACK : Sun 04/21/2013 04:30 PM
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>SET JRE_PATH=G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jre\NT\1.6.0\bin\java
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>SET JRE_CP=.;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\java;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>SET XML_FILE=E:\oracle\VIS\inst\apps\VIS_ebs\appl\admin\VIS_ebs.xml
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>SET PATH=G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz\unzip\NT;D:\Perl\site\bin;D:\Perl\bin;D:\WINDOWS\system32;D:\WINDOWS;D:\WINDOWS\System32\Wbem;D:\MSVS\VC\bin;D:\cygwin\bin
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>SET EC=ERRORCODE
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>setlocal enableextensions
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>set /P unpw=""
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>for /F "usebackq tokens=1,2 delims=/" %i in ('APPS/APPS') do set APPSUSER=%i && set APPSPASS=%j
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>set APPSUSER=APPS && set APPSPASS=APPS
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>IF "5" == "1" (SET THREADS=1 ) ELSE (SET THREADS=4 )
    G:\Oracle_Apps\StagesR12\startCD\Disk1\rapidwiz>CD /D D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    D:\DOCUME~1\ADMINI~1\LOCALS~1\Temp>if "E:\oracle\VIS\inst\apps\VIS_ebs\temp\adrunias.cmd" == "E:\oracle\VIS\inst\apps\VIS_ebs\temp\adrunias.cmd" (if not ""runProcess_2"" == "FALSE" (goto :"runProcess_2" ) else (goto :runProcess_1 ) )
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running APPL_TOP Install Driver for VIS instance
    Please refer to the remaining logs on applications node at - E:\oracle\VIS\inst\apps\VIS_ebs\logs\04211310.log

    which version of Oracle R12 ?
    these are generic errors, please check log file for details and post here error log
    and also ensure that you are following proper guidelines mentioned in MOS note:
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit) [ID 761567.1]
    i am using Oracle E-Business Suite Release 12.1.1 Media Pack for Microsoft Windows (32-bit)
    i have already posted complete log from E:\oracle\VIS\inst\apps\VIS_ebs\logs\04211310.log
    Can you post link to guidelines mentioned in MOS note:
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit) [ID 761567.1]

Maybe you are looking for

  • Yahoo messenger

    Ok, this problem has the gotten the better of me and I have been in computers as a consultant for 15 years. Need some help....new to Macs though, Verizon DSL with Actiontel 704-wg dsl wireless gateway. I have two computers, one XP Pro - yahoo messeng

  • Macbook (C2D) + D-Link DIR-655:  Slow wireless N speed

    When I transfer a large file (around 1.3 GB), the speed fluctuates between 1.5 MB/s (12 Mbits/s) and 2.5 MB/s (20 Mbits/s). The Macbook according the Network Utility is connected at 130 Mbit/s. It's supposed to be at 300 Mbit/s. That's one problem. T

  • Solaris 10 - Installation - Networked Option not display- RTL 8139 NIC Card

    Hi, when i installing Solaris, the Networkd (Yes/No) option not display. In my PC (x86) RTL 8139 Networkd Card is installed. Please advice, how can i enable Networked option and docs says that Solaris-10 Supports RTL 8139 Network card. (Ref: http://w

  • User did not specify local data drive, MSATA drive

    SCCM 2007 R2 SP2 windows 7 x64. Hi,    I am trying to image Dell M6800 with MSATA drive, but imaging is failing to User did not specify local data drive Volume C:\ is not a fixed hard drive Volume D:\ is not a fixed hard drive Volume X:\ is not a fix

  • How to find out material code using web services?

    Hi, Is there a WSDL to find out material code of a componet if only inventory ID is known? Regards Kari