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;

Similar Messages

  • 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

  • Invalid Bitmap Data error when Flex tries to play a Crossfade transition?

    Hi All,
    I've got a Grid like this in my Flex 4 app.  When the view that contains this Grid is visible, and the view is changed to another view, my application tries to play the Crossfade effect as the transition to the other view.  My transition is defined like this:
         <s:transitions>
              <s:Transition fromState="*" toState="*">
                   <s:Parallel>
                        <s:CrossFade duration="150" target="{this}" />
                   </s:Parallel>
              </s:Transition>
         </s:transitions>
    This applies the transition to any view.  There's only one effect in there at the moment but it's in a Parallel block since I've experimented with multiple transitions.
    Now, when I'm on a view where this Grid is visible, and I try to transition to another view, I get an "Invalid BitmapData" error.  HEre's the complete stack trace:
    ArgumentError: Error #2015: Invalid BitmapData.
         at flash.display::BitmapData/ctor()
         at flash.display::BitmapData()
         at spark.utils::BitmapUtil$/getRealBounds()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\utils\BitmapUtil.as:99]
         at spark.utils::BitmapUtil$/getRealBounds()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\utils\BitmapUtil.as:135]
         at spark.utils::BitmapUtil$/getRealBounds()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\utils\BitmapUtil.as:135]
         at spark.utils::BitmapUtil$/getRealBounds()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\utils\BitmapUtil.as:135]
         at spark.utils::BitmapUtil$/getRealBounds()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\utils\BitmapUtil.as:135]
         at spark.utils::BitmapUtil$/getRealBounds()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\utils\BitmapUtil.as:135]
         at spark.utils::BitmapUtil$/getRealBounds()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\utils\BitmapUtil.as:135]
         at spark.utils::BitmapUtil$/getRealBounds()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\utils\BitmapUtil.as:135]
         at spark.utils::BitmapUtil$/getRealBounds()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\utils\BitmapUtil.as:135]
         at spark.utils::BitmapUtil$/getSnapshot()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\utils\BitmapUtil.as:63]
         at spark.effects::AnimateTransitionShader/getValueFromTarget()[E:\dev\4.0.0\frameworks\projects\spark\src\spark\effects\AnimateTransitionShader.as:283]
         at mx.effects::Effect/http://www.adobe.com/2006/flex/mx/internal::captureValues()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\effects\Effect.as:1462]
         at mx.effects::CompositeEffect/http://www.adobe.com/2006/flex/mx/internal::captureValues()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\effects\CompositeEffect.as:377]
         at mx.effects::CompositeEffect/captureStartValues()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\effects\CompositeEffect.as:358]
         at mx.core::UIComponent/commitCurrentState()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\UIComponent.as:9778]
         at mx.core::UIComponent/setCurrentState()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\UIComponent.as:9701]
         at mx.core::UIComponent/set currentState()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core\UIComponent.as:6087]
         at main/previousButton_clickHandler()[C:\Data\dev\Flex\main\src\main.mxml:48]
         at main/__previousButton_click()[C:\Data\dev\Flex\main\src\main.mxml:241]
    Here's what the grid looks like.  I experimented with adding and removing controls from the grid, and eventually narrowed it down to a a VGroup I've got in the grid.  If I remove that VGroup (and all it's children), the transition plays fine.  Add it back in, and everything blows up again.  I tried using a VBox instead of a VGroup, but there was no change--same error.  I also tried getting rid of horizontalAlign="center", and again, no change.
    <mx:Grid id='membershipGrid' >
         <mx:GridRow>
              <mx:GridItem>
              </mx:GridItem>
              <mx:GridItem>
                   <s:Label text="One Year" fontWeight="bold"/>
              </mx:GridItem>
              <mx:GridItem>
                   <s:Label text="Two Year" fontWeight="bold"/>
              </mx:GridItem>
              <mx:GridItem>
                   <s:Label text="5 Year" fontWeight="bold"/>
              </mx:GridItem>
              <mx:GridItem>
                   <!-- Comment out this VGroup, and everything works fine -->
                   <s:VGroup horizontalAlign="center">
                        <s:Label text="Monthly Autorenew"  fontWeight="bold"/>
                        <s:Label text="Payment plan option is not available" fontStyle="italic" />
                        <s:Label text="for multiple year memberhips." fontStyle="italic" />
                   </s:VGroup>
              </mx:GridItem>
         </mx:GridRow>
         <mx:GridRow>
              <mx:GridItem>
                   <s:Label text="Standard Membership" />
              </mx:GridItem>
              <mx:GridItem>
                   <s:RadioButton id="standardOneYear" group="{membershipTypeSelection}"
                                     label="{pricing.getMembership(MembershipName.STANDARD_ONE_YEAR).currencyPrice}" />
              </mx:GridItem>
              <mx:GridItem>
                   <s:RadioButton id="standardTwoYear" group="{membershipTypeSelection}"
                                     label="{pricing.getMembership(MembershipName.STANDARD_TWO_YEAR).currencyPrice}" />
              </mx:GridItem>
              <mx:GridItem>
                   <s:RadioButton id="standardFiveYear" group="{membershipTypeSelection}"
                                     label="{pricing.getMembership(MembershipName.STANDARD_FIVE_YEAR).currencyPrice}" />
              </mx:GridItem>
              <mx:GridItem horizontalAlign="center">
                   <s:RadioButton id="monthlyAutorenew" group="{membershipTypeSelection}"
                                     label="{pricing.getMembership(MembershipName.MONTHLY_AUTORENEW).currencyPrice}" />
              </mx:GridItem>
         </mx:GridRow>
    </mx:Grid>
    So, what's going on?  How can I get this transition to work?  Thanks!

    Flex harUI wrote:
    Sometimes that can happen if something gets sized too small.
    Thanks for suggesting that.  It got me thinking about some other things, and I then realized that the Grid itself was in a container with TileLayout, and a requestedColumnCount of 5.  That was a mistake--I had initially been playing with the TileLayout for my "grid" but then switched to using an actual mx:Grid control, and should have gotten rid of the TileLayout with the requestedColumnCount of 5.
    I changed my layout object to an instance of VerticalLayout, and now the problem has gone away.
    My theory, based on your suggestion that something might be sized "too small," is that when I added enough controls to my Grid (which all appeared in tile 1), tiles 2 through 5 got "too small" and thus Invalid BitmapData errors were thrown when the transition tried to figure out what bitmaps to fade in/out.
    Sound reasonable?
    Now I just have to re-enable all the other controls that I disabled while trying to hunt down this problem, and hopefully the Invalid BitmapData error won't recur.
      -Josh

  • 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

  • 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.

  • 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

  • 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??

  • 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.

  • Every time i load element i get a bitmap file error but canot find how to correct

    I cannot find how to correct the BITmap error message which appear of starting elements.  I have repaired the catalogue.
    Suggestions please

    See "Firefox connection settings" in [[Server not found]]
    You can find the connection settings in Tools > Options > Advanced : Network : Connection<br />
    If you do not need to use a proxy to connect to internet then select No Proxy

  • 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.

  • 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

  • REG:Clone error

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

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

Maybe you are looking for