Cloning.pl Error

I'm cloning an 11g database from and to like operating systems, RHEL 4.7, 64bit.
I am trying to run on the target (or cloned) system.
clone.pl
I get the following error:
**Begin***********
Values for the following variables could not be obtained from the command line or response file(s):
ORACLE_BASE
Cloning cannot continue.
**End************
How do I pass ORACLE_BASE to the program? I already have the environmental variable set for ORACLE_BASE.

Sorry to dig out this Ice age thread, just to confirm that adding ORACLE_BASE into clone command as work around.
We had been using the clone command without ORACLE_BASE for a long time to clone 10g.
It's suddenly stop working for 11g clone with the error.
Will need to find the root cause of the problem. For now, workaround works.
Values for the following variables could not be obtained from the command line or response file(s):
  ORACLE_BASE
Cloning cannot continue.

Similar Messages

  • R12 Database Cloning with error AC-00423 / RC-50014

    Hi Friends.
    We have an R12.1.3 Application with 11gR2 database on a Sun Sparc solaris 10 machine.
    From production cold backups, we are trying to clone a new test instance. The cloning is failing while configuring Oracle Home in DB Tier.
    in the logs it shows:
    instantiate file:
    source : /devnew/dbexec/fintestdb/11.2.0/appsutil/template/adcrdb.sh
    dest : /devnew/dbexec/fintestdb/11.2.0/appsutil/install/FINTEST_riysverp-004/adcrdb.sh
    backup : /devnew/dbexec/fintestdb/11.2.0/appsutil/install/FINTEST_riysverp-004/adcrdb.sh to /devnew/dbexec/fintestdb/11.2.0/appsutil/out/FINTEST_riysverp-004/01041024/adcrdb.sh
    setting permissions: 700
    setting ownership: devnewd:devnew
    AC-00423: Template file: /devnew/dbexec/fintestdb/11.2.0/appsutil/template/adcrdb.sh missing from file system.
    Raised by oracle.apps.ad.autoconfig.InstantiateProcess
    [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: /devnew/dbexec/fintestdb/11.2.0/appsutil/install/FINTEST_riysverp-004
    adcrdb.sh INSTE8
    AutoConfig is exiting with status 1
    RC-50014: Fatal: Execution of AutoConfig was failed
    Raised by oracle.apps.ad.clone.ApplyDatabase
    StackTrace:
    java.lang.Exception: RC-50014: Fatal: Execution of AutoConfig was failed
    at oracle.apps.ad.clone.ApplyDatabase.checkAutoConfigErr(ApplyDatabase.java:3192)
    at oracle.apps.ad.clone.ApplyDatabase.runAutoConfig(ApplyDatabase.java:2985)
    at oracle.apps.ad.clone.ApplyDatabase.doConf(ApplyDatabase.java:522)
    at oracle.apps.ad.clone.ApplyDatabase.doApply(ApplyDatabase.java:473)
    at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:366)
    at oracle.apps.ad.clone.ApplyDBTier.<init>(ApplyDBTier.java:110)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:67)
    at java.lang.Thread.run(Thread.java:595)
    As you can see in the log messages, it complains that the “adcrdb.sh” file is missing from the system.
    As per note 549872.1 this error could be resolved by copying the missing “adcrdb.sh” file from the source environment. However, we tried it and it’s not working for us. The copied file gets deleted somewhere during the cloning process and it again fails complaining that the “adcrdb.sh” file is missing
    Please help us in resolving this as its a bit urgent.
    Thanks.

    muneer.ngha.ksa wrote:
    bash-3.00$ ls -ll /devnew/dbexec/fintestdb/11.2.0/appsutil/template/adcrdb.sh
    -rw-r--r-- 1 devnewd devnew 4015 Jan 4 13:06 /devnew/dbexec/fintestdb/11.2.0/appsutil/template/adcrdb.sh
    AC-00423: Template file: /devnew/dbexec/fintestdb/11.2.0/appsutil/template/adcrdb.sh missing from file system.Can you find any contents in this script? Please go to $ORACLE_HOME/appsutil directory and search for the adcrdb.sh script, copy it to the above directory and try again (or extract it from adcrdb.zip).
    On Release 12 adcfgclone is failing with AC-00423, RC-50014 adcrdb.sh missing from file system [ID 549872.1]
    Troubleshooting RapidClone issues with Oracle Applications R12 [ID 603104.1]
    Thanks,
    Hussein

  • Kindly advise all experts - cloning db error

    Hi,
    I encountered an error when trying to create controlfile for my cloned database.
    SQL> startup nomount
    ORACLE instance started.
    Total System Global Area 42741800 bytes
    Fixed Size 450600 bytes
    Variable Size 41943040 bytes
    Database Buffers 204800 bytes
    Redo Buffers 143360 bytes
    SQL> CREATE CONTROLFILE SET DATABASE "TEST" RESETLOGS ARCHIVELOG;
    CREATE CONTROLFILE SET DATABASE "TEST" RESETLOGS ARCHIVELOG
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file '?/dbs/[email protected]'
    ORA-27037: unable to obtain file status
    Linux Error: 2: No such file or directory
    Additional information: 3
    Could you tell me what this above error is about? I'm sure that the db do not have this [email protected] file.. how come is oracle looking for it?

    Hi,
    my create control file script:
    i have crossed check, and no such file the error mentioned is in the db.
    CREATE CONTROLFILE SET DATABASE "TEST" RESETLOGS ARCHIVELOG
    MAXLOGFILES 5
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    MAXINSTANCES 1
    MAXLOGHISTORY 453
    LOGFILE
    GROUP 1 '/oracle_data1/proppsi/log/redo01.log' SIZE 100M,
    GROUP 2 '/oracle_data1/proppsi/log/redo02.log' SIZE 100M,
    GROUP 3 '/oracle_data1/proppsi/log/redo03.log' SIZE 100M,
    GROUP 4 '/oracle_data1/proppsi/log/redo04.log' SIZE 100M;
    DATAFILE
    '/oracle_data1/proppsi/data/system01.dbf',
    '/oracle_data1/proppsi/data/undotbs01.dbf',
    '/oracle_data1/proppsi/data/indx01.dbf',
    '/oracle_data1/proppsi/data/tools01.dbf',
    '/oracle_data1/proppsi/data/users01.dbf',
    '/oracle_data1/proppsi/data/d2pay01.dbf',
    '/oracle_data1/proppsi/data/pctrans01.dbf',
    '/oracle_data1/proppsi/data/log_security_phase2_01.dbf',
    '/oracle_data1/proppsi/data/log_security_phase2_02.dbf',
    '/oracle_data1/proppsi/data/patrol01.dbf',
    '/oracle_data1/proppsi/data/psi_csm04.dbf',
    '/oracle_data1/proppsi/data/psi_ep02.dbf',
    '/oracle_data1/proppsi/data/psi_ep01.dbf',
    '/oracle_data1/proppsi/data/prod_indx_11.dbf',
    '/oracle_data1/proppsi/data/prod_indx_08.dbf',
    '/oracle_data1/proppsi/data/prod_indx_03.dbf',
    '/oracle_data1/proppsi/data/log_tmf_phase2_feb06_02.dbf',
    '/oracle_data1/proppsi/data/log_tmf_phase2_apr06_02.dbf',
    '/oracle_data1/proppsi/data/fm_audit01.dbf',
    '/oracle_data1/proppsi/data/log_tmf_phase2_jan06_01.dbf',
    '/oracle_data1/proppsi/data/indexesQ405_08.dbf',
    '/oracle_data1/proppsi/data/indexesQ405_09.dbf',
    '/oracle_data1/proppsi/data/log_tmf_phase2_feb06_01.dbf',
    '/oracle_data1/proppsi/data/log_tmf_phase2_mar06_01.dbf',
    '/oracle_data1/proppsi/data/log_tmf_phase2_apr06_01.dbf',
    '/oracle_data1/proppsi/data/psi01.dbf',
    '/oracle_data1/proppsi/data/psi02.dbf',
    '/oracle_data1/proppsi/data/log_tmf_phase2_mar06_02.dbf',
    '/oracle_data1/proppsi/data/log_edx_aug07_01.dbf',
    '/oracle_data1/proppsi/data/log_edx_sep07_01.dbf',
    '/oracle_data1/proppsi/data/log_edx_oct07_01.dbf',
    '/oracle_data1/proppsi/data/log_edx_nov07_01.dbf',
    '/oracle_data1/proppsi/data/log_edx_dec07_01.dbf',
    '/oracle_data1/proppsi/data/log_tmf_phase2_aug07_01.dbf',
    '/oracle_data1/proppsi/data/log_tmf_phase2_sep07_01.dbf',
    '/oracle_data1/proppsi/data/log_tmf_phase2_oct07_01.dbf',
    '/oracle_data1/proppsi/data/log_tmf_phase2_nov07_01.dbf',
    '/oracle_data1/proppsi/data/log_tmf_phase2_dec07_01.dbf',
    '/oracle_data1/proppsi/data/log_edx_jul07_02.dbf',
    '/oracle_data1/proppsi/data/log_edx_jan08_01.dbf',
    '/oracle_data1/proppsi/data/log_tmf_phase2_jul07_01.dbf',
    '/oracle_data1/proppsi/data/log_tmf_phase2_jan08_01.dbf'
    CHARACTER SET WE8ISO8859P1
    ;

  • R11I: CLONING 작업 시 AUTOCONFIG 수행 중 ADGENDBC.SH 에서 ERROR 가 발생

    제품 : AOL
    작성날짜 : 2005-10-17
    R11I: CLONING 작업 시 AUTOCONFIG 수행 중 ADGENDBC.SH 에서 ERROR 가 발생
    ============================================================
    PURPOSE
    Cloning 작업 시 수행 하는 AutoConfig 에서 발생하는 Error 에 효과적으로대처 할 수 있도록 한다.
    Problem Description
    Cloning 작업 후 AutoConfig 를 수행 하다가 아래와 같은 Error 가 발생하고 있음을 발견하였다.
    AutoConfig could not successfully execute the following scripts:
    Directory: /apps/ifswmisc/common/admin/install/MISC_findvcl2
    adgendbc.sh INSTE8_SETUP 1
    Workaround
    Solution Description
    $FND_TOP/secure directory 밑에 template.dbc 가 있는지 여부를 확인 한 후 없을 경우 template.dbc 를 original server 에서 copy 하여 $FND_TOP/secure directory 밑에 둔 후 autoconfig 를 다시 수행 하도록 한다.
    Reference Documents
    Note. 311015.1 - Adgendbc.sh Errors Running AutoConfig

  • Error -36 , can't repair disk,new installation, backups SD/or/CCC ?

    Hi there,
    I use my imac solely for audio, NO internetconnection - only ever used for authorising software, 100% legit software etc.
    Anyways, I tried verifying my disk a couple of months ago...and I couldn't, it just failed and i got an arbitrary error message along the lines of "verification failed" with no alternative or suggestion of further action. Well, it didn't seem to be affecting performance so I didn't worry.
    lately, I've upgraded my audio host (ableton live 7) and it has caused all my PACE protected software to not work. I get this error message "error -36 while initializing authorisation" when I try to launch.
    Well, from what I gather I think this error message is a generic apple error message which means my hard disk has errors...
    To make matters more annoying, I cant fin'd my install discs as I've moved my studio twice in the last 4 months, I've mis-placed it along the way....I could eventually find it, but it would take me ages of sorting through storage.
    HOWEVER...the last time I tried to verify my disk I did go through the booting from install disc/then use disk utility routine and it was to no avail. I think the HD may have physical errors ?
    SO...I figure I need to get onto apple support about this, but before I hand it over to them I figure I should backup my data, so a couple of questions if you got the time:
    a} if I clone my HD, will I also be cloning whatever error is causing this problem?
    b} how will this affect all my authorised software ?
    c} when I repair the HD and load it with the cloned image, will my software still be authorised or will I have to re/install and/or unlock/authorise online again?
    d} is SUPER DUPER or CCC more suitable than the other for this kind of task ?
    thanks in advance for your time, thoughts, tips, opinions
    I'm pretty much a noob to OSX and Macs...
    D

    FubbarMcTuppin wrote:
    a} if I clone my HD, will I also be cloning whatever error is causing this problem?
    b} how will this affect all my authorised software ?
    c} when I repair the HD and load it with the cloned image, will my software still be authorised or will I have to re/install and/or unlock/authorise online again?
    d} is SUPER DUPER or CCC more suitable than the other for this kind of task ?
    Hi FMT, Welcome to Apple's Users Help Users Forums.
    a} Yes, a clone is a clone.
    b} It should all be useable.
    c} Not on my SuperDuper Clone, no prob.
    d} :
    Having a bootable BU is very nice. I use Superduper. Better to have your apps and data even with a problematic system.
    http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html
    Purchase at $27.95 will allow smart backups that look at the bu files and only move over new ones. It's quick at ~7 mins to change ~1 gig out of 20.
    Be sure to test that the clone boots and apps behave properly.
    Here is another highly recommended cloner. CarbonCopyCloner.
    http://www.bombich.com/software/ccc.html
    There is also Drive Genius.
    Good Luck, Happy Holidays, JP

  • Lucreate failed on solaris 10

    Hi All
    tried to create a new boot environment using lucreate on Solaris 10 release 10/08
    /usr/sbin/lucreate -c live -m /:/dev/dsk/c0t1d0s0:ufs \
    -m -:/dev/dsk/c0t1d0s1:swap \
    -m /tmp:/dev/dsk/c0t1d0s4:ufs \
    -m /usr:/dev/dsk/c0t1d0s6:ufs \
    -m /var:/dev/dsk/c0t1d0s5:ufs \
    -m /local:/dev/dsk/c0t1d0s7:ufs -n cloned
    my disk lay out on c0t0d0 and c0t1d0 are identical, df shows a pretty straight forward config:
    Filesystem kbytes used avail capacity Mounted on
    /dev/dsk/c0t0d0s0 966815 560068 348739 62% /
    /dev/dsk/c0t0d0s6 5045478 474884 4520140 10% /usr
    /dev/dsk/c0t0d0s5 8072501 204880 7786896 3% /var
    /dev/dsk/c0t0d0s4 966815 1198 907609 1% /tmp
    /dev/dsk/c0t0d0s7 39306115 790864 38122190 3% /local
    but Iucreate failed miserably.
    Updating system configuration files.
    The device </dev/dsk/c0t1d0s0> is not a root device for any boot environment; cannot get BE ID.
    Creating configuration for boot environment <cloned>.
    Source boot environment is <live>.
    Creating boot environment <cloned>.
    Creating file systems on boot environment <cloned>.
    Creating <ufs> file system for </> in zone <global> on </dev/dsk/c0t1d0s0>.
    Creating <ufs> file system for </local> in zone <global> on </dev/dsk/c0t1d0s7>.
    Creating <ufs> file system for </tmp> in zone <global> on </dev/dsk/c0t1d0s4>.
    Creating <ufs> file system for </usr> in zone <global> on </dev/dsk/c0t1d0s6>.
    Creating <ufs> file system for </var> in zone <global> on </dev/dsk/c0t1d0s5>.
    Mounting file systems for boot environment <cloned>.
    ERROR: mount point </.alt.tmp.b-L2b.mnt/tmp> is already in use, mounted on </dev/dsk/c0t1d0s4>
    ERROR: failed to create mount point </.alt.tmp.b-L2b.mnt/tmp> for file system <swap>
    ERROR: unmounting partially mounted boot environment file systems
    ERROR: cannot mount boot environment by icf file </etc/lu/ICF.2>WARNING: Attempting to correct problems detected with file systems for boot environment <cloned>.
    Performing file system check of device </dev/rdsk/c0t1d0s0>.
    I am running out of ideas as everything looks correct to me
    thanks for your help

    Hi,
    Try devfsadm -Cv (might be small c) but if you have tried running that below command many times you will need to clear the failed devices before it will work. The command your using looks fine though. Also are you using x86 or sparc as x86 is very buggy, and one final thing have you installed the live upgrade patch cluster.
    Regards
    chris

  • Clone multi-node RAC and ASM to single node

    Hi everyone.
    I need clone system with 3 application server and 2 oracle database RAC and ASM to single-node. The operating system is RHEL 5.
    I see some metalink notes, but we can't found nothing. I find notes with multi-node to single-node, but nothing with RAC to non-RAC.
    The eBS version is 11.5.10.2 and database version is 10.2.0.3
    Is possible this clone?
    Thanks very much.

    Hi User;
    Please follow below and see its helpful:
    EBS R12 with RAC and non-RAC
    Re: RAC to single instance ebs R12
    Re: Clone Oracle Apps 11.5.10.2 RacDB to Non-RAC DB
    Re: CLONING R12 RAC to NON RAC CLONING giving error RMAN-05517 temporary file
    [b]Migrating the DB-Tier (DB and CM) to Two node non RAC cluster[/b]
    Also check:
    http://www.oracle.com/technology/pub/articles/chan_sing2rac_install.html
    Regard
    Helios

  • Error while running pos_upg_usr.sql for i-Supplier after cloning

    Hi All,
    We are having iSupplier setup in our instance, and every time we perfrom the cloning from production and non production we will be performing the below steps.
    1. Change Application Framework Agent ( Level : Responsibility/POS Supplier Guest User ) , POS: External URL (Level : Site ) and PON: External Application Framework Agent (Level : Site )
    2. Will be executing the sql $POS_TOP/patch/115/sql/pos_upg_usr.sql
    3. Bounce the apache
    Untill the last clone the sql was running fine without any errors, buut during the current clone the sql is giving the below error mesage
    SQL> @pos_upg_usr.sql
    DECLARE
    ERROR at line 1:
    ORA-20005: Failed to set application framework agent profile for user
    :[email protected]
    ORA-06512: at line 95
    ORA-01001: invalid cursor
    Can you please advice on this.
    Thanks & Regards,
    Rakesh

    Hussein,
    I tried to run the script manually, its gving the same error message. Error is coming for the below area in the sql at line 95
    IF ( not fnd_profile.save( x_name => 'APPS_FRAMEWORK_AGENT',
    x_value => lv_ext_framework_agent,
    x_level_name => 'USER', < Line 95 >
    x_level_value => x_user_id ) ) THEN
    raise_application_error(-20005, ' Failed to save framework profile option value'
    ||x_user_id || ' with value :'|| lv_ext_framework_agent , true);
    END IF;
    This is the place where the sql is erroring out for that particulat user.
    No, i not tried bouncing the database. Can not do that right away, i can try that option in Monday. Can you please let me know if there is any other option is there to determine this error.
    Thanks & Regards,
    Rakesh

  • Unique Error while doing hot backup Cloning!

    Dear All,
    I am using EBS 11.5.10.2 with DB 9.2.0.6.
    I am doing hot backup cloning by referring *[Cloning Oracle Application 11i /R12 with Rapid Clone - Database (9i/10g/11g) Using Hot Backup on Open Database|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=760772.1]*
    I am facing a unique issue, when I run adcfgclone.pl dbconfig <my_context_file>, application of my Production Server start misbehaving and it gives me an error:
    Node Id does not exist for the current application server id.When I check the FND_NODE table I found that there server id was empty in it.
    I have to run than run the following steps as the resolution:
    1. Shutdown all the services.
    2. EXEC FND_CONC_CLONE.SETUP_CLEAN;
    3. COMMIT;
    4. Run AutoConfig on all tiers, firstly on the DB tier and then the APPS tiers,to repopulate the required system tables.
    5.start all the services and verify the issue.
    Than application behaves normally.
    Is there any additional step to be followed while Hot Backup Cloning other than mentioned in the above mentioned ML Doc?
    Please suggest,
    Anchorage :)

    I am facing a unique issue, when I run adcfgclone.pl dbconfig <my_context_file>, application of my Production Server start misbehaving and it gives me an error:
    Node Id does not exist for the current application server id.Where did you get this error?
    This is very strange, how come this happens in Production, when you are doing cloning in TEST/DEV instance.
    Is there any additional step to be followed while Hot Backup Cloning other than mentioned in the above mentioned ML Doc?I feel there are no other additional steps, as I Recently did successfully hotbackup cloning using the same document.

  • Cloning Issue RC-00118: Error occurred during creation of database

    Friends,
    I execute following scripts on source system preclone.pl dbTier  &perl adpreclone.pl appsTier
    then take the cold source backup and transfer on another machine for cloning but when i am executing cloning script on db tier i am getting below mention error after 50% completion. I have very limited time and i cant go back on source system for fresh backup, please help me to sort out his issue.
    -------------------ADX Database Utility Finished--------------
    RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase
    StackTrace:
    java.lang.Exception: Control file creation failed
            at oracle.apps.ad.clone.ApplyDatabase.doConf(ApplyData
            at oracle.apps.ad.clone.ApplyDatabase.doApply(ApplyDat
            at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyData
            at oracle.apps.ad.clone.ApplyDBTier.<init>(ApplyDBTier
            at sun.reflect.NativeConstructorAccessorImpl.newInstan
            at sun.reflect.NativeConstructorAccessorImpl.newInstan
            at sun.reflect.DelegatingConstructorAccessorImpl.newIn                      rce)
            at java.lang.reflect.Constructor.newInstance(Unknown S
            at oracle.apps.ad.clone.util.CloneProcessor.run(CloneP
            at java.lang.Thread.run(Unknown Source)
    Hopes you will support.
    Regards
    Irfan Ahmad

    plz check :
    http://doganayn.blogspot.in/2013/11/rc-50004-fatal-error-occurred-in.html
    Rapid Clone Failed While Running "Adcfgclone.pl dbTier": ORA-01194 and RC-00118 (Doc ID 375389.1)
    Troubleshooting RapidClone issues with Oracle Applications R12 (Doc ID 603104.1)
    Troubleshooting RapidClone issues with Oracle Applications 11i (Doc ID 364565.1)
    Regards,
    Haafiz

  • I have a MAC Pro from 2011 currently running MAC OS 10.9.5.  This weekend I cloned the MAC HD drive to a new SSD drive for improved performance.  The clone was completed successfully with no errors.  After the clone completed I successfull restarted my sy

    I have a MAC Pro from 2011 currently running MAC OS 10.9.5.  This weekend I cloned the MAC HD drive to a new SSD drive for improved performance.  The clone was completed successfully with no errors.  After the clone completed I successfully restarted my system using the SSD as the boot device.  I then successfully tested all of my products, including Photoshop CS6 and all of its plug-ins.  I successfully tested the key features that I frequently use.  Today while attempting to launch Photoshop CS6 a message is being displayed indicating that a scratch disk cannot be found.  All drives are available on the system via the Finder and Disk Utility.  I can access all drives including the old MAC HD which is no longer the boot device.  I've even attempted to launch Photoshop from the old device yet the same error persist.  Is there a way to review/edit/change Photoshop preferences if Photoshop doesn't launch?  I've even restarted my system several times to see if that would resolve the issues.  Does anyone have any recommendations for this issue?  Have you previously address this issue? 
    Thank you Gregg Williams

    Boilerplate text:
    Reset Preferences
    http://forums.adobe.com/thread/375776
    1) Close the program and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (not reversible)
    or
    2) Move the Folder. See:
    http://www.bugge.com/Family-and-friends/Illy/illy.html
    --OB

  • I am trying to upgrade my hard drive in my mac book pro using the disk utility in an attempt to clone my old hard drive.  I can only get so far, just before cloning may start and receive an "error 254" and can go no further.  Any idea what this error is?

    I am trying to upgrad the hard drive in my mac book pro using the disk utility in an attempt to clone my old hard drive.  I can only get so far throughj the process where its about to start cloing when I get a message " error 254".  Any idea what that means and how do I get around this issue so I can use my new hard drive?  Thanks for your input.
    Vince

    Connect the HDD to your MBP.  Open Disk Utility>Erase and drag the HDD icon inrt the Name field.  The format should be Mac OS Extended (Journaled).  Click on the Erase button.
    Then try the clone process again.  You may use Disk Utility>Restore or a third party cloning application such as Carbon Copy Cloner or Super Duper.
    Ciao.

  • DETERMINE_PROFILES error on cloned system

    Hi,
    To get timings on an EHPI upgrade to EHP4, we cloned a dual stack system.  ABAP and JAVA are both running without any apparent problems on the cloned system.  During the EHPI upgrade soon after starting the JAVA portion of the upgrade, however, it hangs in DETERMINE_PROFILES looking for a profile for the original system.  I've reviewed the following without finding any references to the old SID or the old hostname.
    /etc/hosts
    /etc/services
    /usr/sap/sapservices
    /sapmnt/<SID>/profile ( and no, there aren't any extraneous profiles nor is msgservu or enservu specified)
    /usr/sap/<SID>/SYS/profile
    tnsnames.ora
    environmental settings for sidadm and orasid
    configtool ( I also exported the cluster information, unzipped everything, and grepped )
    Anyone have any ideas on where else to look?
    Thanks,
    Russ

    Hi Russ,
    had a nose round SDN probably like you, but did you find this ?
    Last entry..
    Error while detecting start profile for instance with ID _u.
    Mark

  • Ebs 11i Cloning in Win 2003 dbtier fails with ERROR: Could not open

    Hi,
    The rapidclone - DBTier cloning (11i) on Windows 2003 server fails with the following weird error message.
    There is no detailed log file created.
    echo %PATH%
    f:\oracle\prodora\8.0.6\bin;f:\oracle\proddb\9.2.0\apache\perl\perl\5.0053\bin\mswin32-x86;D:\mksnt\mksnt;;
    F:\oracle\proddb\9.2.0\appsutil\clone\bin\> perl adcfgclone.pl dbTier
    Enter the APPS password [APPS] :
    apps
    First Creating a new context file for the cloned system.
    This program is going to ask you information about the new system:
    ERROR: Could not open
    Any inputs on this really appreciated.
    Thanks,
    Prasanna

    which perl picks up from the path f:\oracle\proddb\9.2.0\apache\perl\5.00503\bin\mswin32-x86/perl.exe.
    Please check the below messages.
    I had verified adchkutl.sh script too (not sure whether this will be invoked in windows env) ?
    F:\oracle\prodappl\ad\11.5.0\bin>which perl
    f:\oracle\proddb\9.2.0\apache\perl\5.00503\bin\mswin32-x86/perl.exe
    F:\oracle\prodappl\ad\11.5.0\bin>adchkutl.sh
    Checking for make... found - D:\mksnt\mksnt/make.exe
    Checking for ld...
    Unable to locate 'ld' utility in path
    Checking for cc...
    Unable to locate 'cc' utility in path
    Checking for ar...
    Unable to locate 'ar' utility in path
    Unable to locate all utilities with system path.
    PATH = f:\oracle\proddb\9.2.0pache\perl?.0050in\mswin32-x86;D:\mksnt\mksnt;;
    F:\oracle\prodappl\ad\11.5.0\bin>which ld
    D:\mksnt\mksnt/ld.exe
    F:\oracle\prodappl\ad\11.5.0\bin>which cc
    D:\mksnt\mksnt/cc.exe
    F:\oracle\prodappl\ad\11.5.0\bin>which ar
    D:\mksnt\mksnt/ar.exe
    F:\oracle\prodappl\ad\11.5.0\bin>
    Thanks

  • Error while doing cloning!

    Hi All,
    I am trying to do hotbackup cloning
    and getting this error
    orap@emgfclone $ perl adcfgclone.pl dbTier /u02/oracle/emaardb/9.2.0/appsutil/EMAAR_emgfclone.xml
    Enter the APPS password [APPS]:
    apps
    Running Rapid Clone with command:
    perl /u02/oracle/emaardb/9.2.0/appsutil/clone/bin/adclone.pl java=/u02/oracle/emaardb/9.2.0/appsutil/clone/bin/../jre/jre mode=apply stage=/u02/oracle/emaardb/9.2.0/appsutil/clone/bin/.. component=dbTier method=CUSTOM dbctxtg=/u02/oracle/emaardb/9.2.0/appsutil/EMAAR_emgfclone.xml showProgress contextValidated=false
    Beginning database tier Apply - Fri Jan 16 20:25:52 2009
    Log file located at /u02/oracle/emaardb/9.2.0/appsutil/log/EMAAR_emgfclone/ApplyDBTier_01162025.log
    - 0% completed RC-00213: Warning: The path specified must be the absolute path
    RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack
    ERROR while running Apply...
    ERROR: Failed to execute /u02/oracle/emaardb/9.2.0/appsutil/clone/bin/adclone.pl
    Please check logfile.
    I have already restored twice but still getting the same error, also it says listener is also not present.
    logfile
    ====
    Started ApplyDBTier at Fri Jan 16 20:22:47 CST 2009
    Version:
    ApplyDBTier.java : 115.21
    # Calling ApplyDBTechStack...
    System Utilities Availability test...
    Checking for make... found - /usr/ccs/bin/make
    Checking for ld... found - /usr/ccs/bin/ld
    Checking for cc... found - /usr/bin/cc
    Checking for ar... found - /usr/ccs/bin/ar
    Checking for AIX 64-bit kernel extension for Oracle......
    Found pw-syscall files and inittab entry on this system.
    Note: you can also verify that the AIX 64bit kernel extension for
    Oracle are loaded by running "/etc/loadext -r"as root:
    Utility check completed successfully
    .end std out.
    .end err out.
    Executing runInstallDriver...
    Started unzipping files...
    # $Header: CloneContext.java 115.203 2006/05/23 19:31:52 marderiu ship $
    # Running CloneContext on machine - emgfclone
    Cannot proceed with ApplyDBTechStack - the paths/ports in the context file are not valid.
    RC-20402: The following paths are not valid - please make sure the paths exist and try again.
    Raised by oracle.apps.ad.clone.ApplyDBTechStack
    s_dbhome1 : :/u02/oracle/emaardata
    StackTrace:
    java.lang.Exception: Cannot proceed with ApplyDBTechStack - the paths/ports in the context file are not valid.
    at oracle.apps.ad.clone.ApplyDBTechStack.validateContext(ApplyDBTechStack.java:517)
    at oracle.apps.ad.clone.ApplyDBTechStack.runInstallDriver(ApplyDBTechStack.java:569)
    at oracle.apps.ad.clone.ApplyDBTechStack.<init>(ApplyDBTechStack.java:373)
    at oracle.apps.ad.clone.ApplyDBTier.<init>(ApplyDBTier.java:149)
    at java.lang.reflect.Constructor.newInstance(Native Method)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
    at java.lang.Thread.run(Thread.java:513)
    ======================
    Any Idea or suggestion please
    Thanks,
    Anchoarge

    Hi All,
    Now I have changed the option
    perl adcfgclone.pl database_ /u02/oracle/emaardb/9.2.0/appsutil/EMAAR_emgfclone.xml
    but new error coming up
    RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    ERROR while running Apply...
    ERROR: Failed to execute /u02/oracle/emaardb/9.2.0/appsutil/clone/bin/adclone.pl
    LOGFILE
    =======================
    adcrdb.sh started at Fri Jan 16 20:34:57 CST 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u02/oracle/emaardb/9.2.0
    ORACLE_SID : EMAAR
    TWO_TASK :
    PATH : /u02/oracle/emaardb/9.2.0/Apache/perl/bin:/u02/oracle/emaardb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/u02/oracle/emaardb/9.2.0/jre/1.4.2/bin:/usr/bin:/etc:/usr/lbin:/usr/bin/X11:/usr/local/bin:/u02/oracle/emaardb/9.2.0/appsutil/clone/bin/../jre/jre/bin:/u02/oracle/emaardb/9.2.0/Apache/perl/bin:/u02/oracle/emaardb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/u02/oracle/emaardb/9.2.0/jre/1.4.2/bin:/usr/bin:/etc:/usr/lbin:/usr/bin/X11:/usr/local/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/orap/bin:/usr/bin/X11:/sbin:.
    LD_LIBRARY_PATH : /u02/oracle/emaardb/9.2.0/lib:/usr/dt/lib:/usr/openwin/lib:/u02/oracle/emaardb/9.2.0/ctx/lib
    Executable : /u02/oracle/emaardb/9.2.0/bin/sqlplus
    The log information will be written to
    /u02/oracle/emaardb/9.2.0/appsutil/log/EMAAR_emgfclone/adcrdb_EMAAR.txt
    Creating the control file for EMAAR_emgfclone database ...
    SQL*Plus: Release 9.2.0.6.0 - Production on Fri Jan 16 20:34:57 2009
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 598706128 bytes
    Fixed Size 743376 bytes
    Variable Size 419430400 bytes
    Database Buffers 167772160 bytes
    Redo Buffers 10760192 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "EMAAR"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file ':/u02/oracle/emaardata/system09.dbf'
    ORA-27037: unable to obtain file status
    IBM AIX RISC System/6000 Error: 2: No such file or directory
    Additional information: 3
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP add tempfile ':/u02/oracle/emaardata/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP add tempfile ':/u02/oracle/emaardata/temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "EMAAR.emaarmgf.com"
    ERROR at line 1:
    ORA-01109: database not open
    ORA-01507: database not mounted
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 598706128 bytes
    Fixed Size 743376 bytes
    Variable Size 419430400 bytes
    Database Buffers 167772160 bytes
    Redo Buffers 10760192 bytes
    ORA-00205: error in identifying controlfile, check alert log for more info
    BEGIN dbms_backup_restore.zeroDbid(0); END;
    ERROR at line 1:
    ORA-00210: cannot open the specified controlfile
    ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 3284
    ORA-06512: at line 1
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 598706128 bytes
    Fixed Size 743376 bytes
    Variable Size 419430400 bytes
    Database Buffers 167772160 bytes
    Redo Buffers 10760192 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "EMAAR"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file ':/u02/oracle/emaardata/system09.dbf'
    ORA-27037: unable to obtain file status
    IBM AIX RISC System/6000 Error: 2: No such file or directory
    Additional information: 3
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP add tempfile ':/u02/oracle/emaardata/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP add tempfile ':/u02/oracle/emaardata/temp02.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "EMAAR.emaarmgf.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 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production
    exit_code=1
    Checking for errors ...
    The database has not been successfully created. Shutting down the instance ...
    SQL*Plus: Release 9.2.0.6.0 - Production on Fri Jan 16 20:35:14 2009
    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 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production
    .end std out.
    .end err out.
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : emgfclone
    sDbDomain : emaarmgf.com
    sDbPort : 1522
    sDbSid : EMAAR
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@emgfclone.emaarmgf.com:1522:EMAAR
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=emgfclone.emaarmgf.com)(PORT=1522))(CONNECT_DATA=(SERVICE_NAME=EMAAR)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=emgfclone.emaarmgf.com)(PORT=1522))(CONNECT_DATA=(SERVICE_NAME=EMAAR.emaarmgf.com)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase
    StackTrace:
    java.lang.Exception: Control file creation failed
    at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:661)
    at java.lang.reflect.Constructor.newInstance(Native Method)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
    at java.lang.Thread.run(Thread.java:513)
    =========================================
    Any sugesstions
    Anchorage

Maybe you are looking for

  • Problem in making air application in full screen on load

    Hi all   I am new in flex developing. The problem I m facing in making a air application is that I want to make the application window in full screen view without the top toolbar. The code i got is like: <mx:Button label="fullscreen" click="stage.dis

  • From my ipad, how do i delete photos in photos,only deletes from photo stream or albums. ,,

    USING MY IPAD2 I HAVE MULTIPLE COPIES OF PHOTOS IN "PHOTOS"  HOW DO I DELETE THESE COPIES, I ALREADY HAVE THEM IN ALBUMS AND WOULD LIKE TO DELETE FROM PHOTOS     I CAN SELECT PHOTO BUT MUST ADD TO NEW OR EXISTING ALBUMS... MUST GET RID OF ALL THE COP

  • Display custom Subview in completed tasks

    Hi, Is it possible to display custom subview in "Completed  Tasks" in UWL? I have a custom subview which is visible for items when "New and In Progress Tasks" dropdown option is selected. Unfortunately this subview is not visible for items  when  "Co

  • AS 2.0 Car customization

    i want to build an application that allow user to customize the car, i would like to ask how to allow user change the car's color, and change the other part of car (tyre/rim/accessories etc) while the color is remain as the user's choice. For example

  • Create a line graph on EP 7.0

    We are trying to create a complex line graph in the portal which will pull data from SAP ISU. What is the best approach to developing this graph? Is SAP Chart Design suitable for creating a complex graph from scratch? Any help would be appreciate.