Clone Error 11g

Hi,
Oracle 11g
OS Windows
I am trying to clone.Database is starting with nomount but during control file creation is occuring error Find below.
QL> @D:\clone.sql;
CREATE CONTROLFILE SET DATABASE "clone" RESETLOGS NOARCHIVELOG
ERROR at line 1:
ORA-01503: CREATE CONTROLFILE failed
ORA-00200: control file could not be created
ORA-00202: control file: 'D:\APP\ADMINISTRATOR\ORADATA\ORCL\CONTROL01.CTL'
ORA-27038: created file already exists
OSD-04010: <create> option specified, file already exists
Kindly suggest.
Thanks
Edited by: user13382934 on Nov 4, 2010 10:16 AM

Hi All,
The clone is ready now it is prepared using cold backup from PROD. I have some doubts ,after making clone as I did .The doubt is if I am taking backup for PROD on daily basis using export full command, My clone is prepared on example 01 OCT and I need to restore on 10 OCT from recent backup(example 9th OCT) on clone instance. On this point what I have to perform to restore using import command?
Do after full importing on clone database will be exactly same as it is as PROD?
Example In Prod there are created new tablespace, new user etc on this point do I have to create new tablespace, new user on clone instance first then import ?
If nothing is created on PROD after making clone then no need to perform anything just full import on clone instance and it will be same as PROD?
Thanks

Similar Messages

  • RMAN clone error

    Hi:
    I got error at end when doing a RMAN clone on linux, RMAN 11.1.0.7. 89163 is the next to last highest sequence
    number in the backup log file. So in the clone script I put 89165.
    ORA-19870: error while restoring backup piece
    ORA-19504: failed to create file
    ORA-17502: ksfdcre:4 Failed to create file
    ORA-15173: entry 'archive' does not exist in directory '/'
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 01/19/2012 17:36:15
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-20506: no backup of archived log found
    RMAN-06053: unable to perform media recovery because of missing log
    RMAN-06025: no backup of archived log for thread 1 with sequence 89163 and starting SCN of 11158664662 found to restore
    What is the problem here?
    Can I bring up the database up?
    Thank you for your help.

    Then you may get an error as below
    RMAN-06053: unable to perform media recovery because of missing log
    RMAN-06025: no backup of archived log for thread 1 with sequence 89165you can try to open the database with resetlogs as you would not be having the archive sequence 89165
    Also, 1 suggestion. Since you are on 11g, why not use the feature "active database" ?
    rman target sys/pwd@target catalog xxxx auxiliary wwww
    RMAN>duplicate target database to 'CLONEDB' from active database;This does not require you to take the backup first and then start the cloning activity

  • RMAN Clone Errors

    Hello,
    We use Commvault for our backup software. I can successfully clone one application's PROD instance on server1 to TEST on server2.
    However, for another application, attempting the same process of cloning the app's PROD instance on server1 to TEST on server2, I'm getting RMAN errors.
    The prod database is ISLP and test database is ISLT. I've set the parameters:
    o     alter system set db_file_name_convert = '/u02/oradata/ISLP', '/u02/oradata/ISLT'
    o     alter system set log_file_name_convert= '/u01/oradata/ISLP', '/data/oracle/ISLT'
    Again the destination is on a second server.
    The error message I receive is:
    Oracle instance shut down
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 05/09/2013 12:48:55
    RMAN-05501: aborting duplication of target database
    RMAN-05001: auxiliary file name /u02/oradata/ISLP/redo_ISLP_2b.log conflicts with a file used by the target database
    RMAN-05001: auxiliary file name /u02/oradata/ISLP/redo_ISLP_1b.log conflicts with a file used by the target database
    RMAN>
    Recovery Manager complete.
    I don't understand why RMAN keeps trying to create new redo log files in a directory that is not specified by the log_file_name_convert parameter. I also don't understand why this exact same process works for cloning one applications database but not this application. I would appreciate any help. Thank you. Here is the RMAN script being executed by Commvault.
    Rman Script:
    [run {
    set newname for datafile '/u02/oradata/ISLP/infosilem_ISLP_01.dbf' to '/u02/oradata/ISLT/infosilem_ISLP_01.dbf';
    set newname for datafile '/u02/oradata/ISLP/sysaux_ISLP_01.dbf' to '/u02/oradata/ISLT/sysaux_ISLP_01.dbf';
    set newname for datafile '/u02/oradata/ISLP/system_ISLP_01.dbf' to '/u02/oradata/ISLT/system_ISLP_01.dbf';
    set newname for datafile '/u02/oradata/ISLP/tools_ISLP_01.dbf' to '/u02/oradata/ISLT/tools_ISLP_01.dbf';
    set newname for datafile '/u02/oradata/ISLP/undo_ISLP_01.dbf' to '/u02/oradata/ISLT/undo_ISLP_01.dbf';
    set newname for datafile '/u02/oradata/ISLP/users_ISLP_01.dbf' to '/u02/oradata/ISLT/users_ISLP_01.dbf';
    allocate auxiliary channel ch1 type 'sbt_tape'
    PARMS="SBT_LIBRARY=/opt/galaxy/Base64/libobk.so,BLKSIZE=262144,ENV=(CV_mmsApiVsn=2,CV_channelPar=ch1,ThreadCommandLine= RESTORE  -jm 142 -a 2:0 -cl 137 -ins 150 -at 22 -j 700481 -jt 700481:3:1 -bal 0 -rcp 0 -ms 1 -p 2 -cn s-dbint -vm Instance001)"
    TRACE 0;
    set until time = "TO_DATE('05/08/2013 09:00:00','MM/DD/YYYY HH24:MI:SS')" ;
    duplicate target database to 'ISLT'
    exit;
    ]

    You haven't defined a log_file_name_convert for /u02/oradata/ISLP/
    Possibly, the database has multiplexed redo log files, one member each in /u01/oradata/ISLP and one member each in /u02/oradata/ISLP.
    Hemant K Chitale

  • Clone Error

    Hi,
    We have done an upgrade of our instance from 11.5.10 to 11.5.10.2 and database version from 9.2.0.5 to 11gR2.
    The server is in multinode windows 2003 servers.
    Now I am preparing a clone instance for the same and getting the following error while running the adcfgclone.pl on dbTier.
    Backing up E:\imtest\imtestdb\11.2.0\appsutil\IMTEST_dvlp003.xml to E:\imtest\im
    testdb\11.2.0\appsutil\IMTEST_dvlp003.xml4.bak
    Creating the new Database Context file from :
    E:\imtest\imtestdb\11.2.0\appsutil\template\adxdbctx.tmp
    The new database context file has been created :
    E:\imtest\imtestdb\11.2.0\appsutil\IMTEST_dvlp003.xml
    Log file located at C:\DOCUME~1\ORACLE~1.DVL\LOCALS~1\Temp\CloneContext_08220512
    *45.log*
    Incorrect JAVA path:
    No java executable at E:\imtest\imtestdb\11.2.0\jdk/bin/java.exe or E:\imtest\im
    testdb\11.2.0\jdk/bin/jre.exe
    Running Rapid Clone with command:
    perl adclone.pl java=..\jre\jre mode=apply stage=E:\imtest\imtestdb\11.2
    *.0\appsutil\clone\bin\.. component=dbTier method=CUSTOM dbctxtg=E:\imtest\imtest*
    db\11.2.0\appsutil\IMTEST_dvlp003.xml  showProgress contextValidated=true
    Beginning database tier Apply - Mon Aug 22 17:13:42 2011
    -e
    E:\imtest\imtestdb\11.2.0\appsutil\IMTEST_dvlp003.xml
    -stage
    E:\imtest\imtestdb\11.2.0\appsutil\clone\bin\..
    -pwd
    apps
    -showProgress
    Log file located at E:\imtest\imtestdb\11.2.0\appsutil\log\IMTEST_dvlp003\ApplyD
    BTier_08221713.log
    RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack
    ERROR while running Apply...
    ERROR: Failed to execute adclone.pl
    And below is the error in the log file:
    *[AutoConfig Error Report]*
    The following report lists errors AutoConfig encountered during each
    phase of its execution.  Errors are grouped by directory and phase.
    The report format is:
    *<filename> <phase> <return code where appropriate>*
    *[INSTANTIATE PHASE]*
    AutoConfig could not successfully instantiate the following files:
    Directory: E:\imtest\imtestdb\11.2.0\appsutil\install\IMTEST_dvlp003
    adcrdb.cmd              INSTE8
    AutoConfig is exiting with status 1
    RC-50014: Fatal: Execution of AutoConfig was failed
    Raised by oracle.apps.ad.clone.ApplyDBTechStack
    StackTrace:
    java.lang.Exception: RC-50014: Fatal: Execution of AutoConfig was failed
    *     at oracle.apps.ad.clone.ApplyDBTechStack.checkAutoConfigErr(ApplyDBTechStack.java:804)*
    *     at oracle.apps.ad.clone.ApplyDBTechStack.runAutoConfig(ApplyDBTechStack.java:731)*
    *     at oracle.apps.ad.clone.ApplyDBTechStack.<init>(ApplyDBTechStack.java:431)*
    *     at oracle.apps.ad.clone.ApplyDBTier.<init>(ApplyDBTier.java:156)*
    *     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:501)*
    *     at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)*
    *     at java.lang.Thread.run(Thread.java:595)*
    Can anyone help me out with the clone issue.
    Regards,
    Mahesh
    Edited by: mahesh on Aug 22, 2011 7:01 AM

    adcrdb.cmd INSTE8 Search the log file for this script, you should find more details about the error around the file name.
    Also, please check the database log file as this script is used to create the database.
    Thanks,
    Hussein

  • Run Web Layout Error 11g R2 Report

    Report Builder 11.1.2.0.0
    When button pressed on Run Web Layout in Oracle Report Builder then
    It's show Error:-
    java.lang.NoClassDefFoundError:
    javax/servlet/tagext/tagLibraryInfo
    Installed proucts are:-
    Weblogic Server 10.3.6
    SE JDK 6U35 64bit
    Oracle 11g R2 (Forms & Reports )
    Please give advice

    Have you checked out {thread:id=2418100} ?
    Cheers,

  • Clone error in r12

    Dear all,
    I have installed r12.0.4 in linux, installation is fine, when I try to clone this instance to one more server, am getting the error
    OS utlities not in path.
    I have ar,cc,ld,make all in location. perl.. I checked with the source instance,when I try to invoke adcfgclone.pl on the source
    instance , am getting the same error in the source instance. i didnt apply any patch after installation, it is a fresh installation..
    any idea ?
    Kai

    Hussain,
    Unfortunately am not with the system now.. but I faced the error saying that OS Utlities in path. I checked with the source database, but am facing the same error in the source also ?
    any idea ?
    kai

  • Database clone error

    Hi,
    I make a database clone.
    I copied all files from start database.
    After what I recreate controlfiles into the new database, and I have an error which I don't know what is it :
    Wed Jul 28 13:22:28 2004
    CREATE CONTROLFILE SET DATABASE "IPUMAS" RESETLOGS NOARCHIVELOG
    MAXLOGFILES 32
    MAXLOGMEMBERS 4
    MAXDATAFILES 250
    MAXINSTANCES 8
    MAXLOGHISTORY 907
    LOGFILE
    GROUP 1 (
    '/appli/oraredolog/IPUMAS/rep01/IPUMAS_redo1_1.rdo',
    '/appli/oraredolog/IPUMAS/rep02/IPUMAS_redo1_2.rdo'
    ) SIZE 100M,
    GROUP 2 (
    '/appli/oraredolog/IPUMAS/rep01/IPUMAS_redo2_1.rdo',
    '/appli/oraredolog/IPUMAS/rep02/IPUMAS_redo2_2.rdo'
    ) SIZE 100M,
    GROUP 3 (
    '/appli/oraredolog/IPUMAS/rep01/IPUMAS_redo3_1.rdo',
    '/appli/oraredolog/IPUMAS/rep02/IPUMAS_redo3_2.rdo'
    ) SIZE 100M,
    GROUP 4 (
    '/appli/oraredolog/IPUMAS/rep01/IPUMAS_redo4_1.rdo',
    '/appli/oraredolog/IPUMAS/rep02/IPUMAS_redo4_2.rdo'
    ) SIZE 100M
    DATAFILE
    '/appli/oradata/IPUMAS/rep01/IPUMAS_system_01.dbf',
    '/appli/oradata/IPUMAS/rep07/IPUMAS_rollback_01.dbf',
    '/appli/oradata/IPUMAS/rep16/IPUMAS_rollback_02.dbf',
    '/appli/oradata/IPUMAS/rep01/IPUMAS_temp_01.dbf',
    '/appli/oradata/IPUMAS/rep02/IPUMAS_temp_02.dbf',
    '/appli/oradata/IPUMAS/rep04/IPUMAS_TAB_BOREF_01.dbf',
    '/appli/oradata/IPUMAS/rep03/IPUMAS_TAB_DATA01_01.dbf',
    '/appli/oradata/IPUMAS/rep03/IPUMAS_TAB_DATA01_02.dbf',
    '/appli/oradata/IPUMAS/rep03/IPUMAS_TAB_DATA01_03.dbf',
    '/appli/oradata/IPUMAS/rep03/IPUMAS_TAB_DATA01_04.dbf',
    '/appli/oradata/IPUMAS/rep03/IPUMAS_TAB_DATA01_05.dbf',
    '/appli/oradata/IPUMAS/rep03/IPUMAS_TAB_DATA01_06.dbf',
    '/appli/oradata/IPUMAS/rep04/IPUMAS_TAB_DATA01_07.dbf',
    '/appli/oradata/IPUMAS/rep04/IPUMAS_TAB_DATA01_08.dbf',
    '/appli/oradata/IPUMAS/rep04/IPUMAS_TAB_DATA01_09.dbf',
    '/appli/oradata/IPUMAS/rep04/IPUMAS_TAB_DATA01_10.dbf',
    '/appli/oradata/IPUMAS/rep04/IPUMAS_TAB_DATA01_11.dbf',
    '/appli/oradata/IPUMAS/rep04/IPUMAS_TAB_DATA01_12.dbf',
    '/appli/oradata/IPUMAS/rep05/IPUMAS_TAB_DATA02_01.dbf',
    '/appli/oradata/IPUMAS/rep05/IPUMAS_TAB_DATA02_02.dbf',
    '/appli/oradata/IPUMAS/rep05/IPUMAS_TAB_DATA02_03.dbf',
    '/appli/oradata/IPUMAS/rep05/IPUMAS_TAB_DATA02_04.dbf',
    '/appli/oradata/IPUMAS/rep05/IPUMAS_TAB_DATA02_05.dbf',
    '/appli/oradata/IPUMAS/rep16/IPUMAS_TAB_DATA02_06.dbf',
    '/appli/oradata/IPUMAS/rep06/IPUMAS_TAB_DATA03_01.dbf',
    '/appli/oradata/IPUMAS/rep06/IPUMAS_TAB_DATA04_01.dbf',
    '/appli/oradata/IPUMAS/rep08/IPUMAS_TAB_MVT01_01.dbf',
    '/appli/oradata/IPUMAS/rep08/IPUMAS_TAB_MVT02_01.dbf',
    '/appli/oradata/IPUMAS/rep08/IPUMAS_TAB_REJ_01.dbf',
    '/appli/oradata/IPUMAS/rep07/IPUMAS_TAB_WORK_01.dbf',
    '/appli/oradata/IPUMAS/rep12/IPUMAS_IDX_WORK_01.dbf',
    '/appli/oradata/IPUMAS/rep07/IPUMAS_TAB_MAS_01.dbf',
    '/appli/oradata/IPUMAS/rep07/IPUMAS_TAB_MAS_02.dbf',
    '/appli/oradata/IPUMAS/rep07/IPUMAS_TAB_MAS_03.dbf',
    '/appli/oradata/IPUMAS/rep07/IPUMAS_TAB_MAS_04.dbf',
    '/appli/oradata/IPUMAS/rep07/IPUMAS_TAB_MAS_05.dbf',
    '/appli/oradata/IPUMAS/rep07/IPUMAS_TAB_MAS_06.dbf',
    '/appli/oradata/IPUMAS/rep09/IPUMAS_IDX_DATA01_01.dbf',
    '/appli/oradata/IPUMAS/rep09/IPUMAS_IDX_DATA01_02.dbf',
    '/appli/oradata/IPUMAS/rep09/IPUMAS_IDX_DATA01_03.dbf',
    '/appli/oradata/IPUMAS/rep09/IPUMAS_IDX_DATA01_04.dbf',
    '/appli/oradata/IPUMAS/rep10/IPUMAS_IDX_DATA01_05.dbf',
    '/appli/oradata/IPUMAS/rep10/IPUMAS_IDX_DATA01_06.dbf',
    '/appli/oradata/IPUMAS/rep10/IPUMAS_IDX_DATA01_07.dbf',
    '/appli/oradata/IPUMAS/rep10/IPUMAS_IDX_DATA01_08.dbf',
    '/appli/oradata/IPUMAS/rep16/IPUMAS_IDX_DATA01_09.dbf',
    '/appli/oradata/IPUMAS/rep16/IPUMAS_IDX_DATA01_10.dbf',
    '/appli/oradata/IPUMAS/rep11/IPUMAS_IDX_DATA02_01.dbf',
    '/appli/oradata/IPUMAS/rep11/IPUMAS_IDX_DATA02_02.dbf',
    '/appli/oradata/IPUMAS/rep11/IPUMAS_IDX_DATA02_03.dbf',
    '/appli/oradata/IPUMAS/rep15/IPUMAS_IDX_MVT_01.dbf',
    '/appli/oradata/IPUMAS/rep14/IPUMAS_IDX_MAS_01.dbf',
    '/appli/oradata/IPUMAS/rep14/IPUMAS_IDX_MAS_02.dbf',
    '/appli/oradata/IPUMAS/rep13/IPUMAS_IDX_MAS_03.dbf',
    '/appli/oradata/IPUMAS/rep13/IPUMAS_IDX_MAS_04.dbf',
    '/appli/oradata/IPUMAS/rep11/IPUMAS_IDX_MAS_05.dbf',
    '/appli/oradata/IPUMAS/rep12/IPUMAS_IDX_MAS_06.dbf',
    '/appli/oradata/IPUMAS/rep01/IPUMAS_tools_01.dbf',
    '/appli/oradata/IPUMAS/rep16/IPUMAS_TAB_BLOB01_01.dbf'
    CHARACTER SET WE8ISO8859P15
    Wed Jul 28 13:22:28 2004
    ORA-1503 signalled during: CREATE CONTROLFILE SET DATABASE "IPUMAS" RESETLOGS...
    Wed Jul 28 13:22:28 2004
    alter database open resetlogs
    ORA-1507 signalled during: alter database open resetlogs
    Thank you for your help
    Nicolas.

    Hi Alurich,
    I deleted controlfile, I verified init.ora the controlfile directories is correct...
    I have always this error :
    Total System Global Area 1442754452 bytes
    Fixed Size 73620 bytes
    Variable Size 99921920 bytes
    Database Buffers 1342177280 bytes
    Redo Buffers 581632 bytes
    CREATE CONTROLFILE SET DATABASE "IPUMAS" RESETLOGS NOARCHIVELOG
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01161: database name IPMAS in file header does not match given name of
    IPUMAS
    ORA-01110: data file 56: '/appli/oradata/IPUMAS/rep16/IPUMAS_rollback_02.dbf'
    IPMAS is my start database, I copied all file, and rename database from IPMAS to IPUMAS with command line create controlfile...
    Nicolas.

  • Bitmap::Clone error

    I convert this from c# to vc++.this coding is executed  with error.But the image is displayed only green color block without content.
    I think the content is based on Color::A.But I add this in Bitmap->Setpixel means,the O/P is not displayed
    private: System::Void button4_Click(System::Object^  sender, System::EventArgs^  e)
                 System::Drawing::Bitmap^ temp =bmp;
                System::Drawing::Bitmap^ bmap = temp->Clone;
                       Color^ c;
                for (int i = 0; i < bmap->Width; i++)
                    for (int j = 0; j < bmap->Height; j++)
                        c = bmap->GetPixel(i, j);
                      bmap->SetPixel(i, j, Color::FromArgb(c->A,0,255,0));
                pictureBox6->Image = bmap;
    Error: C3867 'System::Drawing::Bitmap::Clone' function call missing argument list use '&System::Drawing::Bitmap::Clone' to create a pointer to member.

    In order to solve the syntax error:
    Bitmap ^ bmap = (Bitmap^)temp->Clone();
    Color c;

  • Clone error issue

    Hi;
    While i am doing post clone on target side for db i have this error:
    RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack
    I set LD_LIBRARY_PATH and i followed doc 330469.1 but error still appear
    In make log file it say me:
    ORACLE_HOME/bin/oracle0
    mv: cannot stat ...../rdbms/lib/oracle no such file or directory
    any idea?
    Edited by: aaaaa on Jul 22, 2009 1:38 AM

    Hi hussein;
    i have same error after new copy from source to target. The Error is:
    Beginning database tier Apply - Thu Jul 23 10:10:46 2009
    Log file located at proddb/9.2.0/appsutil/log/PROD_oracle2009/ApplyDBTier_07231010.log
    RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack
    ERROR while running Apply...
    ERROR: Failed to execute /proddb/9.2.0/appsutil/clone/bin/adclone.pl
    In log file i have :
    adlnkoh.sh started at Thu Jul 23 10:11:08 EEST 2009
    logfile located in /usr/oracle/PROD/database/proddb/9.2.0/install/make.log
    Error while running adlnkoh.sh. Please check logfile
    .end std out.
    /proddb/9.2.0/appsutil/install/adlnkoh.sh: line 200: /proddb/9.2.0/bin/sqlplus: No such file or directory ( this sqlplus doesnt exists i checked in this path)
    .end err out.
    StackTrace:
    java.lang.Exception: java.lang.NullPointerException
    at oracle.apps.ad.clone.ApplyDBTechStack.runRelinkOH(ApplyDBTechStack.java:847)
    at oracle.apps.ad.clone.ApplyDBTechStack.<init>(ApplyDBTechStack.java:421)
    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:479)
    Under proddb/9.2.0/install/make.log i have :
    make: [proddb/9.2.0/rdbms/lib/oracle] Error 1 (ignored)
    mv -f /proddb/9.2.0/bin/oracle /proddb/9.2.0/bin/oracleO
    mv: cannot stat /proddb/9.2.0/bin/oracle': No such file or directory
    make: [ioracle] Error 1 (ignored)
    mv proddb/9.2.0/rdbms/lib/oracle /proddb/9.2.0/bin/oracle
    mv: cannot stat `/proddb/9.2.0/rdbms/lib/oracle': No such file or directory
    make: [ioracle] Error 1 (ignored)
    chmod 6751 /proddb/9.2.0/bin/oracle
    chmod: cannot access `/proddb/9.2.0/bin/oracle': No such file or directory
    make: [ioracle] Error 1 (ignored)
    Completed...
    I checked /proddb/9.2.0/rdbms/lib in source system oracle0 lsnrctl0 sqlplus0 exist and i copied this folder again to target but i still cant see those file again
    Any idea??

  • Polling B2B Errors 11g

    Hi,
    I was reading about ways to pull error messages from b2b and came acrosss polling IP_IN_QUEUE in B2B 10g and using B2BERRORUSER to filter the queue.
    The reason I want to get the error messages is that I want to push this information to an Incident Management System(IMS) for proper resolution. The IMS has a WS that I can call and what I am planning to do is to build a composite process that dequeue IP_IN_QUEUE errors messages and pushes it to the IMS WS.
    Is this the best way of doing this in Oracle B2B 11g?
    Regards,
    Robert

    Correct, and the functionality still exists in 11g
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10229/app_except.htm#BCEJFIIB
    This is a good way to integrate error messages to 3rd party systems. You can use a custom Queue if required, it really comes down to how you want to separate concerns. You also may want to put it through a Service Bus or BPEL to do additional routings or orchastrations on the error messages.
    cheers
    James

  • Clone error in Elements 10

    Elements 10 has stopped allowing my clone tool and gives a program error message.  Anyone else experience this and find a fix?

    Select the clone tool (if possible) and try a tool reset - see image below. If that's not possible, select another tool and choose reset all tools.

  • Clonning Errors

    Hi
    While cloning ,
    I faced some errors
    1. 'libjava.so not found' on adcfgclone on apps tier . I solved the issue by copying the 'jre' folder from IAS top to clone folder.
    2.RC - 50004 Fatal Error on ApplyAppstier on adcfgclone on appstier.I solved it by copying the 'jdbc' folder from IAS top to clone folder.
    Now I wants to know the root cause of this issue.Because I solved those issues on trial and error basis and there is no metalink note.
    Can anybody pls help me to clarify the things.
    Thanks & regards
    Rajan

    We used RCP command to copy the files from source to target
    In first case , already there is one jre folder and I renamed as jre.old and then copied from IAS top.
    In second case , there is no jdbc folder exists already.
    Will it happens if we are not in recent Autoconfig patch level ?
    Thanks
    Rajan.

  • DFSR Database Clone Error 0x00002336

    Hi. On my second downstream server (where I want the clone imported), I get this error message:
    Import-DfsrClone : Could not import the database clone. Error code: 0x00002336
    At line:1 char:1
    + Import-DfsrClone -Volume d:\ -Path D:\DBCLONE
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidResult: (d:\:String) [Import-DfsrClone], DfsrException
        + FullyQualifiedErrorId : Import-DfsrClone.ImportDBCloneMethodFailed,Microsoft.DistributedFileSystemReplication.Co
       mmands.ImportDfsrCloneCommand
    I followed Ned Pyle's tutorial and followed his tutorial:
    https://www.youtube.com/watch?v=0kPob4IKY_U
    The only thing different I did modify the config.xml file because on the downstream server, the paths are different. For example, D:\Shared\Public is instead, D:\Public so that is all I changed.
    What am I doing wrong?

    Hi,
    Thanks for your posting.
    I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Thank you for your understanding and support. 
    Best Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Dbca error 11g

    Hello ,
    i am trying to create database via dbca 11g on solaris 10.
    When i get to 2%, i recived this mesage:
    http://i43.tinypic.com/15pjq00.jpg
    and dbca hangs there on 2% forever.
    /u01 have almost 30G free space.
    What could the cause for this ?

    What is free space in /tmp mount point..
    Also you are getting error while creating process.
    Can you check +all kernel parameters according to installation guide.
    Regards
    Rajesh

  • Apps tier clone error

    HRMS application
    EBS11.5.10.2
    Db 11.2.0.3
    suse linux 11 sp2
    oracle@hmf-hrm-007:/data/lnxtestcomn/clone/bin> perl adcfgclone.pl appsTier
    ERROR: cannot find jre or java under /data/lnxtestcomn/clone/bin/../jre/bin
    Please verify that you ran adpreclone.pl successfully
    oracle@hmf-hrm-007:/data/lnxtestcomn/clone/bin>
    echo $PATH
    /data/lnxtestora/8.0.6/bin:/data/oracle/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/kde3/bin:/bin:/usr/lib/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/usr/NX/bin:/opt/gnome/bin:/opt/oracle/product/11gR1/db/bin
    oracle@hmf-hrm-007:~> which java
    /usr/bin/java
    oracle@hmf-hrm-007:~> which perl
    /usr/bin/perl
    I was able clone dbTier successfully.
    Preclone steps were ran fine on source.
    Help is appreciated.
    Thanks.

    oracle@hmf-hrm-007:~> export PATH=/data/lnxtestora/iAS/Apache/perl/bin/:$PATH
    oracle@hmf-hrm-007:~> PERL5LIB=/data/lnxtestora/iAS/Apache/perl/lib/5.00503/:/data/lnxtestora/iAS/Apache/perl/bin
    oracle@hmf-hrm-007:~> cd ../lnxtestora/iAS/Apache/perl/bin/
    oracle@hmf-hrm-007:/data/lnxtestora/iAS/Apache/perl/bin> perl ../../../../../lnxtestcomn/clone/bin/adcfgclone.pl appsTier
    Can't locate strict.pm in @INC (@INC contains: /project4/iAS1022/src/buildarea/asg_apache/pre_shiphome/perl/lib/5.00503/i686-linux /project4/iAS1022/src/buildarea/asg_apache/pre_shiphome/perl/lib/5.00503 /project4/iAS1022/src/buildarea/asg_apache/pre_shiphome/perl/lib/site_perl/5.005/i686-linux /project4/iAS1022/src/buildarea/asg_apache/pre_shiphome/perl/lib/site_perl/5.005 .) at ../../../../../lnxtestcomn/clone/bin/adcfgclone.pl line 26.
    BEGIN failed--compilation aborted at ../../../../../lnxtestcomn/clone/bin/adcfgclone.pl line 26.
    I tried following too.
    oracle@hmf-hrm-007:/data/lnxtestora/iAS/Apache/perl/bin> cd ../../../../../lnxtestcomn/clone/bin
    oracle@hmf-hrm-007:/data/lnxtestcomn/clone/bin> perl adcfgclone.pl appsTier
    Can't locate strict.pm in @INC (@INC contains: /project4/iAS1022/src/buildarea/asg_apache/pre_shiphome/perl/lib/5.00503/i686-linux /project4/iAS1022/src/buildarea/asg_apache/pre_shiphome/perl/lib/5.00503 /project4/iAS1022/src/buildarea/asg_apache/pre_shiphome/perl/lib/site_perl/5.005/i686-linux /project4/iAS1022/src/buildarea/asg_apache/pre_shiphome/perl/lib/site_perl/5.005 .) at adcfgclone.pl line 26.
    BEGIN failed--compilation aborted at adcfgclone.pl line 26.
    oracle@hmf-hrm-007:/data/lnxtestcomn/clone/bin> which perl
    /data/lnxtestora/iAS/Apache/perl/bin/perl
    oracle@hmf-hrm-007:/data/lnxtestcomn/clone/bin> which java
    /usr/bin/java
    oracle@hmf-hrm-007:/data/lnxtestcomn/clone/bin> perl -v
    This is perl, version 5.005_03 built for i686-linux
    Copyright 1987-1999, Larry Wall
    Perl may be copied only under the terms of either the Artistic License or the
    GNU General Public License, which may be found in the Perl 5.0 source kit.
    Complete documentation for Perl, including FAQ lists, should be found on
    this system using `man perl' or `perldoc perl'. If you have access to the
    Internet, point your browser at http://www.perl.com/, the Perl Home Page.
    oracle@hmf-hrm-007:/data/lnxtestcomn/clone/bin> echo $PERL5LIB
    /data/lnxtestora/iAS/Apache/perl/lib/5.00503/:/data/lnxtestora/iAS/Apache/perl/bin
    Edited by: user10994730 on Sep 28, 2012 11:03 AM

Maybe you are looking for

  • Unable to delete songs out of my IPOD

    I am hoping someone can figure this out. I downloaded some podcasts awhile back and now that I've listened I want to delete them out of my Ipod. When I connect to Itunes I am unable to even see/find these podcasts. It is as if they do not exist. When

  • Black screen of death (PC crashes) when I connect my iPod

    I apologize if this has already been covered, I've tried searching the forums but without success.. I have a PC running Windows XP SP2. Recently whenever I connect my iPod Mini to the PC (USB2.0)the 'found new hardware' icon appears in the system tra

  • Best categorizing program for video?

    I would think that categorizing video clips for easy searches would be getting more and more popular now that hard drive space for storing files is more affordable. I've been trying to get my media organized in FCP and am now realizing that I need a

  • Can i or can i not print a 6.75 x 4.75 envelope on my officejet pro 8600

    quick and simple can i or not print a 6.75 by 4.75(or any custom size not listed) envelope on my officejet pro 8600

  • Info record wrongly assigned to PO

    Hi, We have some inforecords assigned to som PO's this has happend because the user EVO setting is incorrect is there way to remove these assigned PO's instead of deleting them. Thanks, Suresh