Clone problem

The clone tool has acted different over the last week,  after I alt/click and move the cursor, the whole picture moves with it, I have reset the tools, no luck, it's still the same, it's not the space bar or shift causing it. Help!!!

I clone every week using SD! and have never had a problem. I clone to a LaCie 160GB drive, formatted as Mac OS Extended Journaled. As I remember it, it took a couple of hours (and this was a long time ago, so I might be way off) to clone about 30GB of data. Since then, of course, the backup times have been much less, since it only backs up changed data.
You might want to try reformatting your external drive, and then try cloning again.
Miriam

Similar Messages

  • Tv-out clone problem

    hi!
    I recently re-installed my entire computer. the problem is that I can't watch movies when the settings are set to clone mode anymore. I can see my desktop but the media player screen are black on the TV.
    (I haven't installed any service pack yet though... )
    //el mumriko

    I managed so solve the problem.
    I believe that I set the television as primary screen and then re-installed the driver to the monitor.
    Not sure though... went back and forward so many times that I kind of lost myself...
    main point is that their is a solution.=)

  • JRockit 1.4.2 array clone problem

    JRockit 1.4.2 throws an IllegalAccessError on array cloning code produced by javac
    -target 1.4.2. This seems to be the same problem as Sun's bug #4750641 (fixed
    as of 1.4.1_01). JRockit 8.1 works okay. The problem also occurs with code produced
    by a current version of IBM's jikes compiler.
    To reproduce:
    public class a {
    public static void main(String[] args) {
    new int[10].clone();
    When compiled with "javac a.java", it works okay. When compiled with "javac -target
    1.4.2 a.java", JRockit throws an IllegalAccessError.

    I can confirm this problem. We are working on a fix for the next service
    pack. Thanks for the bug-report!
    Regards,
    /Staffan
    Nathan Bronson wrote:
    JRockit 1.4.2 throws an IllegalAccessError on array cloning code produced by javac
    -target 1.4.2. This seems to be the same problem as Sun's bug #4750641 (fixed
    as of 1.4.1_01). JRockit 8.1 works okay. The problem also occurs with code produced
    by a current version of IBM's jikes compiler.
    To reproduce:
    public class a {
    public static void main(String[] args) {
    new int[10].clone();
    When compiled with "javac a.java", it works okay. When compiled with "javac -target
    1.4.2 a.java", JRockit throws an IllegalAccessError.

  • Carbon Copy Cloner Problem: Can't see my Macs HD when selecting Target Disk

    I cannot find an answer anywhere on the net, so I'm trying the trusty Apple Discussions forums. Using Carbon Copy Cloner, I backed up everything onto an external HD and I erased everything from my G5 and reinstalled the software it came with. I then also reinstalled Tiger OS X and now, using CCC, I chose all the original backed up volume from my external HD as my Source Disk, but when I try to save them back onto my G5's HD, I cannot see my Macintosh HD under CCC's Target Disk options. (Note: I recently did exactly the same thing with my iBook using CCC and I was able to see the iBook's HD under CCC's Target Disk options without any problems).
    More info: I'm trying to do an Incremental backup, though I tried the "Backup everything" option too (which, incidentally, would defeat the purpose of erasing and reinstalling) just to see if my Macintosh HD would show up under the Target Disk, but it still didn't.
    I would really appreciate it if someone could tell me how to get my Macintosh HD to appear under my Target Disk options on CCC. Thx.

    I was able to figure out what I was doing wrong on my own
    Well done! but you don't need to be "on your own" - you would do well to:
    •  use the link that 'baltwo' gave you and at the very least look at Announcements and Stickies
    •  use CCC Help available online here or (same docs) from the CCC Help menu.
    Andreas   Bombich Forums Moderator

  • Please help! Clone problem

    Hi, i'm new to java, so please forgive me if i ask a stupid question...
    I try to do the following in the Node of a Linked List:
    Object data;
    public Object GetData()
    { try
    { return (Object)data.clone();
    catch(CloneNotSupportedException e)
    { System.exit(1);
    return null; //keep the compiler happy
    But since clone() is a protected method, it will not compile... Is it possible to make a linked list that would accept any class type AND would return a clone of the data (instead of just the reference)?
    Thank you very much in advance!

    This is not the first time I am being accused of being cryptic :( ;)
    What I meant is,
    Lets say you are defining your own class whose instances will be added to the linked list. you can implement your MyClonable interface in your class, and everything works perfect. Noe lets say you need to add instances of a class where you can no tchange the source of the to implement your interface. What would you do, adapter pattern brings one solution. Lets say you need to add String instances to the linked list, you need to write an adapter class
    public class CloneableStringAdapter implements MyClonable{
    private String target;
    public CloneableStringAdapter(String target){
    this.target = target;
    public String getTarget(){
    return target;
    public Object clone(){
    try{
    CloneableStringAdapter _this = super.clone();
    _this.target = this.target.clone();
    }catch(CloneNotSupportedException ex){
    throw new InternalError(ex.toString() );
    so when you need to add it to your linked list, you create an instance of CloneableStringAdapter with your String and add it. when you need to retrieve it, you retrive the cloned CloneableStringAdapter intance and get the String value from it.
    The problem is, as the number of classes you can make change to increases, the number of these adpater classes increases as well. So this wont be very useful unless you can keeop the number of adapter classes low.
    Hope it clarifies little more.

  • Retouch/Clone problem

    I have a couple of black and white images (grey scale color space) that I imported as TIFF files into A2. These are old family photos that have some dust spots etc that I want to remove. But on these particular photos I can't get Retouch (or clone) to do anything at all. They act like they're working but nothing in the image is changed. However the Spot and Patch tool will work on these images/files.
    Anyone know why?

    Is this really fixed?
    I just scanned in a bunch of old photos (grayscale TIFF) but when I use Retouch the scanned image gets inverted and shows up as a negative. The retouch works but I can't figure out how to get the image to revert back to a non-negative.
    If I toggle off the Retouch checkbox in Inspector the image returns correctly, albeit minus the retouches. Note the Preview image does not show up as a negative.
    If I edit using PS CS3, it exports as a negative TIFF. I can then use PS to invert it back to the way it should be with the retouches intact.
    Question is - why does Aperture 2.1 Invert when using the Retouch tool, and bigger question, why isn't there an Invert tool in Aperture? It has an Invert Selection, but that's not the same thing.
    Are others also having this problem?
    TomK

  • R12 clon problem On AIX

    Hi Hussein;
    My system is R12 db:10.2.0.3 on IBM/AIX when i try to take clone it gives me:
    adcrdb.sh INSTE8
    error what i have to do?
    Thanks

    Thanks for note Hussein;
    I can stop/start lsnr wihtout error,when i try to connect db i have this:
    sqplus "/as sysdba"
    exec(): 0509-036 Cannot load program oracleCLON because of the following errors:
    0509-130 Symbol resolution failed for /usr/lib/libc.a[aio_64.o] because:
    0509-136 Symbol kaio_rdwr64 (number 1) is not exported from
    dependent module /unix.
    0509-136 Symbol listio64 (number 2) is not exported from
    dependent module /unix.
    0509-136 Symbol acancel64 (number 3) is not exported from
    dependent module /unix.
    0509-136 Symbol iosuspend64 (number 4) is not exported from
    dependent module /unix.
    0509-136 Symbol aio_nwait (number 5) is not exported from
    dependent module /unix.
    0509-136 Symbol aio_nwait64 (number 6) is not exported from
    dependent module /unix.
    0509-136 Symbol aio_nwait_timeout (number 7) is not exported from
    dependent module /unix.
    0509-136 Symbol aio_nwait_timeout64 (number 8) is not exported from
    dependent module /unix.
    0509-026 System error: Error 0
    0509-192 Examine .loader section symbols with the
    'dump -Tv' command.
    ERROR:
    ORA-12547: TNS:lost contact
    Any idea?

  • Copy cloner problem

    help! and suggestions please
    this error happens when i follow the step to clone
    Carbon Copy Cloner, v. 2.3
    Log started Friday, August 18, 2006 10:54:04 AM
    Startup Disk: mac12
    Available target disks:
    /Volumes/zuni
    Authentication error:
    Security API failed with error -60008.
    Number: 1
    Authentication error:
    Security API failed with error -60008.
    Number: 1

    bdmarsha wrote: "If you are just cloning a disk, you do not need any third-party software. Open Disk Utility, select the Restore tab, drag the source and destination disks into their respective fields, and click Restore."True, but it is dreadfully slow and copies the whole disk with every backup.
    Third party software that supports incremental backups — copying only what has changed since the initial backup on the second and subsequent backups to the same backup volume — is far faster: backups are done minutes vs. hours as in the Restore approach.
    For courvoisier: For advice on the backup and recovery solution I employ, see my "Backup and Recovery" FAQ.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • MacPro 1,1 Bootcamp will not boot my SSD?

    I picked up a Crucial M4 256GB SSD to replace my existing Bootcamp Hard Disk for my MacPro 1,1 (2006).
    I used Casper 7.0 to clone my Windows drive to my SSD, so far all good (I've used Casper before to do the same task without issue).
    I even made sure I got my Crucial M4 SSD firmware updated to the latest rev 0009 (it was 0002).
    So I boot my MacPro and hold down option, I see my new SSD (Windows) and select it for boot.  I get the usual screen flash, wait a few seconds, and the cursor in the upper left corner of the monitor.  Now the bad part, the blinking cursor never goes away ... just sits there (for hours) and never boots into my Windows SSD.
    I don't any errors, nothing at all, just a blinking white cursor (underscore character) in the upper left corner.
    Anyone else having problems boot to SDD with Windows on it?  I don't know if this is just a Crucial M4 SSD problem or if it's any SSD?  Is it due to MacPro 1,1 generation?
    Any hints or suggestions or am I just out of luck?
    Thanks, Rob.

    Window boot drive is in Bay 4.  After the clone process I remove the HD that works fine from Bay 4 and slide in the SDD to Bay 4 ... so it's using the same drive bay.
    Pretty sure it's not a clone problem (tried Acronis also) as I've used this same software before to clone HD to HD and my MacPro booted fine into them.  I'm not even getting to the point where it tries to load Windows ... it's stuck at a white cursor (underscore character) in left upper corner of monitor.
    I have a call out to Crucial to see what/if they have any comment.  I'm thinking that my MacPro is SATA I and that this SSD is SATA III/II and hence doesn't support SATA I -- wild guess at this point as I thought SATA II and SATA III were supposed to be backwards compatible with SATA I.
    Is there any way to get into the Apple EFI32 ROM??  Is "holding down Option" during boot the only process ... are their any other special key sequences that can be used during boot?  The SSD shows up when I boot into OS X and also shows up when I boot into Windows, just can't seem to boot to the SSD.
    Thanks, Rob.
    EDIT: found a very interesting discussion here: http://forums.macrumors.com/showthread.php?t=760482

  • Web ADI error

    Hi,
    We have changed the BNE: Upload Staging Directory profile path as we were getting empty excel sheets when we were exceuting FGS reports and after chaging this profile path the users were facing the below error when they are using Web ADI
    Fatal Error: Please have your system administrator view the bne.log.file. java.io.FileNotFoundException(The Network path was not found)
    When I asked my DBA if the provided path in Production is a valid path then he changed the path again and asked to clear the browser cache and test the issue again. After clearing the browser cache when users tried using ADI they are getting Empty Excel sheets.
    User has the Internet explorer setting and Excel setting properly.
    Kindly let us know if we need to verify any other settings or profile options.
    Any help is much appreciated.
    Regards,
    Shabana.

    Pl see if ML Doc 272789.1 (Post Clone Problem: Login/Portal Server Installation May Not Be Complete) can help
    HTH
    Srini

  • Get runtime class and cast object to it?

    Hi,
    public interface Msg
    Msg msg=msgLib.get(msgType);
    Msg msg2=msg.clone(); //problem! cannot find clone in  x.y.Msg!
    ...Shouldn't msg be resolved to the implementing class (MsgReply for example) and use the "clone()" method, that i have declared in that class -which overrides the one of Object class?
    If no, is there a way to find the runtime class -probably use "getClass"- and cast to it? How?
    Thanks

    There are many implementing classes; i want to get the runtime class. Something like:
    (msg.getClass())msg.clone();
    Message was edited by:
    uig

  • Time Machine says "Backup volume could not be found"

    Okay, I know what I did; now I need help in untangling an unintended consequence.
    I surmise from the error message (and from some info from Time Machine Buddy widget) that the problem is the cookie doesn't match.
    "Cookie file is not readable or does not exist at path: /Volumes/BigBackup/.000d9356b794
    Volume at path /Volumes/BigBackup does not appear to be the correct backup volume for
    this computer. (Cookies do not match)
    Backup failed with error: 18"
    I can guess why: I had some significant cosmetic damage to my G5 desktop a week or so back, and I moved all internal parts -- drives, RAM, even the added cards -- over from the "injured" G5 to an identical G5 that I had in reserve. Booted up and ran perfectly, no problems with identification from any outside sources and all software thinks it's still "home" and is running fine.
    However, if the cookie left by Time Machine on the backup uses a device identifier for the computer beyond just the basic computer network name (a safe guess!) then I see how I've created a problem -- yes???
    So, without destroying all of my previous backups or rendering them unreadable from this machine, HOW can I fool Time Machine, the G5, the cookie, and/or the backup volume into believing they've all been in love forever and ignoring the "oops, it's just a clone" problem? Can I doctor or hack the cookie or otherwise un-mess my mess? Thanks!

    Steve Jolly wrote:
    However, if the cookie left by Time Machine on the backup uses a device identifier for the computer beyond just the basic computer network name (a safe guess!) then I see how I've created a problem -- yes???
    Yes. Time Machine knows it's a different Mac, via the address that's embedded in the hardware of the replacement Mac's logic board.
    So, without destroying all of my previous backups or rendering them unreadable from this machine, HOW can I fool Time Machine, the G5, the cookie, and/or the backup volume into believing they've all been in love forever and ignoring the "oops, it's just a clone" problem? Can I doctor or hack the cookie or otherwise un-mess my mess? Thanks!
    You might be able to use the procedure in #C8 of Time Machine - Troubleshooting (or use the link in *User Tips* at the top of this forum).

  • Playing and recording

    Hi,
    I'm writing an application which is supposed to capture video from a webcam, copy it into a file and give the opportunity to watch the video at the same time. I've been able to do these tasks separately but when I try to get them together, catastrophe! BElow is the code:
    import java.lang.*;
    import java.io.*;
    import javax.media.*;
    import javax.media.protocol.*;
    import javax.swing.*;
    import java.util.*;
    import javax.media.format.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.media.bean.playerbean.*;
    import com.sun.media.protocol.vfw.VFWCapture;
    public class Testeur{
    boolean ready=false;
    String filename;
    javax.media.protocol.DataSource datasource; //attach�e � la webcam
    MediaLocator source; //adresse de la webcam
    Processor p; //encode en quicktime le produit de datasource
    DataSource dsource; //sortie du processeur vers le datasink qui enregistre dans le fichier
    MediaLocator dest; //path du fichier de destination
    DataSink filewriter;
    DataSource ds2;
    Vector devices;
    public static void main(String []a)     {
         Testeur ts=new Testeur();
         while(!ts.ready){}
         System.out.println("we are ready");
         //create the thread which will take care of the affichage of the flux.
    //     Afficheur aff=new Afficheur(ts);
    //     System.out.println("displayer created");
    //     aff.run();
    public DataSource createDSClone(){
         DataSource newbie=null;
         try{
              //newbie=ds2.createClone();//the clone problem
              newbie=Manager.createCloneableDataSource(datasource);
              if(newbie!=null) System.out.println("newbie created!");
              System.out.println("could not clone datasource");
         catch(Exception e){
              System.out.println("exception while cloning datasource");
         return newbie;
         public Testeur(){
         String filename;
    javax.media.protocol.DataSource datasource; //attach�e � la webcam
    MediaLocator source; //adresse de la webcam
    Processor p; //encode en quicktime le produit de datasource
    DataSource dsource; //sortie du processeur vers le datasink qui enregistre dans le fichier
    MediaLocator dest; //path du fichier de destination
    DataSink filewriter;
    Vector devices;
         VideoFormat vidformat = new VideoFormat(VideoFormat.RGB);
    devices = CaptureDeviceManager.getDeviceList(vidformat);
    CaptureDeviceInfo di = null;
    if (devices.size() > 0){
              di = (CaptureDeviceInfo) devices.elementAt(0);
              System.out.println("informations :name [] "+di.getName()+" ;;locator [] "+di.getLocator().toString());
    else {
    JOptionPane.showMessageDialog(null,"Your camera is not connected", "No webcam found", JOptionPane.WARNING_MESSAGE);
    System.exit(1);
    try{
              //source=di.getLocator();
              //source= new MediaLocator("vfw:Microsoft WDM Image Capture:0");
              source= new MediaLocator("vfw://0RGB");
              System.out.println("Tasker2: locator "+di.getLocator().toString());//ok
              datasource=Manager.createDataSource(source);//does not pass this point
              System.out.println("datasource created!");
              //datasource=Manager.createCloneableDataSource(datasource);
         //     System.out.println("cloneable datasource created!!");
    *Le processeur va prendre la sortie de datasource, l'encoder en QuickTime
    *Puis, le DataSink va �crire le fichier .mov localis� en dest � partir des
    *donn�es  recueillies de source
         try {
              p=Manager.createProcessor(datasource);
         do{
    synchronized(p){
         System.out.println("processor created");
         Thread.sleep(20000);
              p.configure();
    while(p.getState()!=Processor.Configured){
              p.wait(10000);
    p.setContentDescriptor(new FileTypeDescriptor(FileTypeDescriptor.QUICKTIME));
         System.out.println("processor configured");
         break;
    while(!Thread.currentThread().isInterrupted());
         System.out.println("starting the wait cycle...");
         try{
         //processor configured, put record code here
         try{
              p.realize();
              do{
    synchronized(p){
         System.out.println("processor in the realizing process...");
         Thread.sleep(20000);
    while(p.getState()!=Processor.Realized){
              p.wait(10000);
         System.out.println("processor realized");
         break;
    while(!Thread.currentThread().isInterrupted());
         if(p.getState()!=Processor.Realized){
              System.out.println("not realized after 100s");
              System.out.println("current state :"+p.getState());
              System.out.println("configured "+p.Configured);
              System.out.println("realizing "+p.Realizing);
              System.out.println("realized "+p.Realized);
              System.exit(1);
         catch(Exception e){
              System.out.println("error while waiting for processor to realize");
              System.out.println("Message : "+e.getMessage()+" exception of type: "+e.getClass().getName());
              datasource.disconnect();
              System.exit(1);
         dsource = p.getDataOutput();
         dest= new MediaLocator( "file:output2.mov" );//instead, use filename variable
         System.out.println("destination media locator created!");
         filewriter = null;
              try {
              filewriter = Manager.createDataSink( dsource, dest );
              if(filewriter!=null) System.out.println("datasink created!");//ok
              filewriter.open();
              System.out.println("open...");
              filewriter.start();
              System.out.println("started...");//ok
              //ready=true;
              Afficheur aff=new Afficheur(this);//never displays, now!
         System.out.println("displayer created");
         aff.run();
              catch ( Exception e ) {
                   JOptionPane.showMessageDialog(null,
         "Exception : " + e.getMessage(), "Error", JOptionPane.WARNING_MESSAGE);
                             System.out.println("problem: "+e.getCause().getClass().getName());
                        datasource.stop();
                        datasource.disconnect();
                        System.exit(1);
         p.start();
              try {
                   Thread.currentThread().sleep(300000);
              catch (InterruptedException ie) {
              System.out.println("problem prob");
         System.out.println("All done!!");
         //release the ressources
    filewriter.stop();
    filewriter.close();
    p.stop();
    p.close();
    datasource.stop();
    datasource.disconnect();
         catch(Exception prc){
              System.out.println("problem configuring processor.");
         catch ( Exception e ) {
              System.out.println("processor problem"+e.getMessage()+" exception of type: "+e.getClass().getName());
              Thread.sleep(50000);
         catch (Exception e) {//pierre d'achoppement leads me here
    JOptionPane.showMessageDialog(null,
    "Exception locating media: " + e.getMessage(), "Error", JOptionPane.WARNING_MESSAGE);
    System.exit(1);
    import java.lang.*;
    import java.io.*;
    import javax.media.*;
    import javax.media.protocol.*;
    import javax.swing.*;
    import java.util.*;
    import javax.media.format.*;
    import javax.media.bean.playerbean.*;
    import javax.swing.*;
    import java.awt.event.*;
    import java.awt.*;
    public class Afficheur extends JFrame implements Runnable , ActionListener {
         Testeur ts;
         MediaPlayer player;
         MediaLocator ml;
         DataSource ds;
         //GUI
         JButton bView, quit;
         JPanel p;
         JComboBox cbx;
         public Afficheur(Testeur testeur){
         super("affichage de flux live");
         ts=testeur;
         //ds=ts.createDSClone();
         ml=ts.source;
         System.out.println("source : "+ml.toString());
         if(ds==null)
         System.out.println("unable to create the clone to the original datasource");//problem source
         //create the GUI
              p=new JPanel(new GridLayout(2,3));
              bView=new JButton("Visualiser camera");
              String [] albus={"vfw:Microsoft WDM Image Capture:0","meenie","minie","moe"};
              cbx=new JComboBox(albus);     
              p.add(cbx)     ;
              p.add(bView);
              setContentPane(p);
              this.setBounds(50,50,100,100);
              bView.addActionListener(this);
         //this.run();
         public void run(){
              //show the GUI and wait for orders.
         this.setVisible(true);     
         public void actionPerformed(ActionEvent e){
              JButton origin= (JButton)e.getSource();
                   //determine which cam is selected and launch the player.
              if(origin==bView){
                   System.out.println("you are about to view the flux");
                   try{
              //     player=new MediaPlayer();//1)
                   //player= (MediaPlayer)Manager.createRealizedPlayer(ds);// 2)
                   player= (MediaPlayer)Manager.createRealizedPlayer(ml);
                   System.out.println("player created");
                   Thread.sleep(10000);
                   *2) when done this way, we get to the catch clause,
                   *with a null message.
                   *today, we have a mass exception!
                   //player.setDataSource(ds);
                   player.setFixedAspectRatio(true);
                   player.setBounds(10,10,150,150);
                   player.realize();
    System.out.println("waiting for player to realize...");
    *we keep on waiting here until the Testeur finishes record the 300s of movie
                   player.waitForState(300);
                   System.out.println("player realized");
                   this.getContentPane().add(player.getVisualComponent());
                   setBounds(0,0,170,180);
                   setVisible(true);
                   System.out.println("about to start the player...");
                   player.start();
                   }catch(Exception et){
                        System.out.println("problem: "+et.getMessage());
                        System.out.println("problem: "+et.toString());
                        System.out.println("problem: "+et.getCause().getClass().getName());
              else{
                   if(origin==quit){
                             player.stop();
                             player.close();
                             this.dispose();
    Problems:
    1)the file cannot be viewed with any of the players I have on my computer: Windows Media Player and Real Player fail to play it. Even JMStudio can't!!
    2) when I click on the button to display the video, a null exception is thrown. sometimes, there's a message sayiong the player could not be created.
    I'm completely confused with this thing. Advice would be very appreciated!
    Thanks!

    Hi Mustansar,
    I have got the same problem. I use a clone datasource too, but I can not save anything.
    Have you resolve it?
    If yes, tell me like please
    Thanks a lot

  • Clonnig subclasses

    Consider this class:
    public MyClass{
      private int myint;
      private StringTokenizer mystr;
      public MyClass() {
      public Object clone(){
        try{
          Aux data = (MyClass) super.clone();
          return Aux;
        catch (CloneNotSupportedException e){
          return null;
    }Now let's go to the old clonning problem...
    When I use the clone method of the above object I get a new one (another instance) and it works for myint too.
    But my problem is that StringTokenizer subclass. When I clone MyClass, in the new instance I got another reference to the same StringTokenizer object, ie. I'm stuck with 2 references of the same object.
    How can I clone my ENTIRE class? With All other subclasses (in this case the StringTokenizer)?
    I know that if I want to clone subclasses I have to write the clone method for them, but how can I do this for StrigTokenizer?
    Thanks
    Cassio

    You might try extending StringTokenizer and keeping the parameters to the constuctor in local variables. Implement clone, and return a new CloneableStringTokenizer using those parameters (or copies of them if you want to go that far).

  • R12 rconfig

    hi,
    I want to convert my R12 to RAC
    I already installed CRS and wotking fine, but encountered running the rconfig
    can anyone share edited convertrac.xml using the OCFS for database file
    thanks

    Hi user;
    I belive you are doing this process wiht clone. Please check below thread which is answered Hussein Sawwan
    Cloning non-RAC to RAC ?
    Cloning non-RAC to RAC ?
    RAC clone
    Re: RAC clone
    Problem while cloning From RAC to Non RAC
    Re: Problem while cloning From RAC to Non RAC
    you can also check this search:
    http://forums.oracle.com/forums/search.jspa?threadID=&q=Non-Rac+to+rac&objID=f475&dateRange=all&userID=&numResults=15
    Please check upper thread,check notes advice etc..
    Regard
    Helios

Maybe you are looking for