Fcpx looping at wrong folder for optimized clips

When I'm optimizing an AVCHD in events browser it show H.264. Looking in in the rendering files the ApplePro Res422 is there.
I don't want to reimport the media in the Events.
Was functionning properly now don't !!!
Look like a bug.
Please help.
Michel

The original media is not ProRes. The browser, the inspector, everything shows the original media format.

Similar Messages

  • Looping a folder for pattern files

    Hello
    Please help me with an answer.
    I have a folder with more files with same structure generated by ERP.
    - Purchase_240520080600.txt
    - Purchase_240520080730.txt
    - Purchase_240520080843.txt
    etc
    Is there a possible to loop into the folder for all files with a pattern and import them one by one into a target table?
    thanks
    Gabriel

    Hi,
    Let me try to contribute. I build this kind of implementation some times.
    I will describe the process in Windows OS and then you fit it in your OS if it is other then Windows.
    Pre-requisite:
    - all files has the same structure OR define a target table with just one varchar column (if you don't have records bigger then 4000 characters- Oracle)
    Process:
    1) create a ODI character variable (like v_FileName) last value type.
    2) At your previous file Datastore (model) define the resource name like:
    \your_tree\#v_FileName
    3) Create a new file datastore (eg: All_Files_Names) pointing to a file called, as suggestion, All_Files_Names.txt. This Datastore will have just one character column (eg: col_FileName) with a good length ( I use 500) and at "\your_tree\" directory.
    4) Create a procedure (eg: prc_GetFileNames) with one OS Command step and with the following command (Windows example):
    cmd /c dir c:\my_directory\*.* /b /a:-d > c:\my_directory\All_Files_Names.txt
    This will give you a file with all files at the directory.
    5) create a new step at the procedure prc_GetFileNames, at source tab, drop the command copied, choose "File" Technology and choose your Logical Schema.
    The command will be like "Select * from All_Files_Names ...", change the * for the column name used at the datastore All_Files_Names. It should be like "Select col_FileName from
    All_Files_Names ...". Save it for now.
    6) Create a interface (eg: int_LoadData), that will load the data into table. Its source will be the datastore what has the variable at Resource Name and at Target the table
    that you wish to load.
    7) Create a package (eg: pck_Load_Data_Name_Var), drag and drop the ODI variable v_FileName (set it as "Set" kind and "First Step") and drag and drop the interface. Of course put
    an OK line from Variable to Interface.
    8) Generate a scenario of the package
    9) Go back to the procedure and:
    -- at Target Tab set the technology to "Sunopsis API" and put the command: OdiStarScen "-SCEN_NAME=PCK_LOAD_DATA_NAME_VAR" "-SCEN-VERSION=001" "-SYNC_MODE=1" "-
    v_FileName=#col_FileName"
    10) Create a new step at Sunopsis API technology using the odiFileDelet (odi MoveFile) command to delete the All_Files_Names.txt file.
    11) Execute the procedure and you should have all files loaded at the same target table.
    All of this will allow you to start the same interface to so many existing files at a directory, it means 1 to N files.
    I hope this process help you! Good luck!!!!
    Cezar Santos

  • Apple loops for garageband pack doesn't show the folder content (loops, files...)  in ableton live suite 8 library browser, but I can see all the loops in the folder from finder. how can i fix this? help please.

    apple loops for garageband pack doesn't show the folder content (loops, files...)  in ableton live suite 8 library browser, but I can see all the loops in the folder from finder. how can i fix this? help please.

    Thanks Barney, I tried that but all that comes up in Spotlight are the log files that show the file paths! I don't know how Steam works. Are all the files held by Steam on their server perhaps?

  • Optimizing clips for multiclip playback

    I'm stretching the limits of my hardware and attempting a 9-camera multiclip edit (in the multiclip 9-up view).
    Original footage is [email protected]
    I've downmixed audio to stereo at 48KHz/24bit
    The format of my final edit is TBD but meanwhile to create an EDL I'm happy to work in clip sizes that will allow the 3x3 multiclip playback (assuming it's possible on my hardware)
    I'm sure there are many ways of approaching this but I have a relatively straightforward question:
    What's the best clip format to use for optimal multiclip playback speed (I dont need audio)?
    Forget about output format ... I just need to be able to see the individual clips in the multiclip view at, say a certain minimum resolution (remember my max of 640x480 anyway) and playback in realtime for editing.
    I suspect I may also need some creativity here, eg: some clips internal; some external?

    bogiesan: Well, without going into great details I need multiclip enough that I just spent several days trying to work out how to do it ... and it seems to be working with my humble ("toy") setup.
    Regarding toys: all our machines will be toys next year.
    The setup: (specs and requirements as above) ... I converted all clips to *Photo JPEG* at 320x240 resulting in file sizes about twice the original but a reasonable data rate (about 700K/s <= FW400 can easily deal with this) and moderate decode requirements. The encode was also pretty efficient with Compressor. I made the 9UP multiclip and put it in a _sequence set to NTSC DV (3:2)_ at 29.97fps. Everything plays smoothly in RT and I can do normal RT multiclip editing. Finally!
    I couldn't get any other setup to work: MPEG1; certainly not DV due to data (and decode?) rate; in a rash move I even tried uncompressed 8-bit splitting files across the external FW400 and internal SATA but it couldn't deal (only talking 320x240).
    Any comments before I put this to bed?

  • HT4589 Is there a recomended way to delete proxy and optimized clips once a project is completed and is ready for archive? also, can proxy and optimized clips be removed (to save space) once a project is ready for color correction and the original clips a

    Is there a recomended way to delete proxy and optimized clips once a project is completed and is ready for archive? also, can proxy and optimized clips be removed (to save space) once a project is ready for color correction and the original clips are used

    No, they are NOT the same as proxy or optimized.
    When you add a clip to your timeline and, say, apply an effect to it, or superimpose a title on the clip, FCP X has to make many calculations to determine what color each pixel of each frame should be. If a section of your timeline is not rendered, it has to do all these calculations every time you play those frames. A render file has the frames already "calculated", so it plays fast and smoothly.
    For simple compositions and a fast computer, you may avoid rendering completely - and you may also choose to only render the portions where playback stutters.
    Render files can be safely deleted. FCP X can recreate them if needed (either automatically if you have "background render" on, or on demand, when you select the "render" or "render all" commands).

  • Is there a script available for arranging elements for optimal use of the printable area?

    I'm starting a sticker printing business using Illustrator as my main layout and illustration too. I was wondering if there's a script available for automatically arranging a set of elements on a page so that they optimally take up the available space. I figured this would save me some on material costs.
    If I were to create a script from scratch, can someone give me pointers? I'm a casual AI user but I have Javascript experience.
    Thanks.

    The below image shows the 4 different die sizes, the artwork fits inside the dotted box so make sure that we have room around the die and the drill holes are assigned as well.
    The name of each die is listed above it, and the size is listed below it.
    The script is set to take each die and place it on the template until it is full, then it will save it and move it to the folder where it will be grabbed and preped for printing.
    Everything below the **** is the script.
    #target illustrator   
        var tempDoc = app.activeDocument;
        copy();
        if (tempDoc.selection.length > 0)
            var myFile = File("S:/TEMPLATES/IN USE/DB_TEMPLATE.ai");
            app.open(myFile);
            var thisDoc = app.activeDocument;
                thisDoc.views[0].centerPoint = [324,503];
                thisDoc.views[0].zoom = .65;
            var allGroups;
            var horizontalCords = [0,180,360,540,0,180,360,540,0,180,360,540,0,180,360,540,0,180,360,540,0];
            var verticalCords = [1012.5,1012.5,1012.5,1012.5,810,810,810,810,607.5,607.5,607.5,607.5,405,405,405,405,202. 5,202.5,202.5,202.5,202.5];
            var oneGroups = new Array();
            var twoGroups = new Array();
            var oneAGroups = new Array();
            var twoAGroups = new Array();
            var makeNew1 = new Array();
            var makeNew2 = new Array();
            var twoACounter = 0;
            var layerRemainder = [4,4,4,4];
            var totalDies = 0;
            var noGo = 0;
            var caseTest;
        if (thisDoc.pageItems.length == 0)
            drawTemplate();
        var newLayer = thisDoc.layers.add();
        newLayer.name = "Die Layer";
        paste();
    allGroups = thisDoc.groupItems;
        for (i=0;i<allGroups.length;i++){// determine what dies are present
            if (allGroups[i].name == "1"){
                oneGroups.push(allGroups[i]);
            else
        if (allGroups[i].name == "1A"){
                oneAGroups.push(allGroups[i]);
        if (allGroups[i].name == "2") {
            twoGroups.push(allGroups[i]);
        else
        if (allGroups[i].name == "2A"){
            twoAGroups.push(allGroups[i]);
        }// end FOR
    if (oneAGroups.length == 1)
        oneAGroups[0].position = [540,101.5];   
    if (twoAGroups.length == 1)
        twoAGroups[0].position = [360.25,101.25];
    if (oneAGroups.length == 1 && twoAGroups.length == 1)
        oneAGroups[0].position = [360,203.5];   
        if(oneAGroups.length == 2){
        var add1Group = thisDoc.groupItems.add();
            add1Group.name = "1";
            oneAGroups[0].name = "1A changed";
            oneAGroups[1].name = "1A changed";
            oneAGroups[0].position = [0,0];
            oneAGroups[1].position = [0,-100.75];
            oneAGroups[0].moveToBeginning(add1Group);
            oneAGroups[1].moveToBeginning(add1Group);       
            oneGroups.push(add1Group);
            oneAGroups.length = 0;
            redraw();
        if(twoAGroups.length == 2){
        var add2Group = thisDoc.groupItems.add();
            add2Group.name = "2";
            twoAGroups[0].name = "2A changed";
            twoAGroups[1].name = "2A changed";
            twoAGroups[0].position = [0,0];
            twoAGroups[1].position = [0,-100.75];
            twoAGroups[0].moveToBeginning(add2Group);
            twoAGroups[1].moveToBeginning(add2Group);
            twoGroups.push(add2Group);
            twoAGroups.length = 0;
            redraw();
        if (twoGroups.length > 0){
                var h = 0;
                var v = 0;
                var dieCount = 0;
                for (i = 0; i < twoGroups.length; i++) {
                    twoGroups[i].position = [horizontalCords[h],verticalCords[v]];
                    h = h + 2;
                    v = v + 2;
                    dieCount++
                    }//end FOR
            }// end twoGroups length IF
            if (oneGroups.length > 0){
            var h = 0+(twoGroups.length*2);
            var v = 0 + (twoGroups.length*2);
             for (i = 0; i < oneGroups.length; i++){
               oneGroups[i].position = [horizontalCords[h],verticalCords[v]];
                  h = h +1;
                    v = v + 1;
                 }//  end FOR
             }//  end onGroups IF
              redraw();//  redraws template so it updates changes on the page
           //thisDoc.close(SaveOptions.SAVECHANGES);
            }//  end noGo
    else
    alert("You have nothing selected...");
        totalDies = (oneGroups.length + (twoGroups.length*2) + (twoAGroups.length/2) + (oneAGroups.length/2));
    if (totalDies < 20)
        caseTest = 0
        else if (totalDies > 20)
        caseTest = 1
        else if (totalDies == 20)
        caseTest = 2;
    switch (caseTest)
            case 0:
                thisDoc.close(SaveOptions.SAVECHANGES);
                break;
            case 1:
                alert ("Die will not fit on the Template at this time.  Try again later.");
                thisDoc.close(SaveOptions.DONOTSAVECHANGES);
                break;
            case 2:
                    var answer = confirm ("The Template is full.  Do you want to clear it?");
                        if (answer == true)
                            printTheTemplate();
                            break;
    function drawTemplate(){  //draws the template if the page is empty
            var tempDoc = app.activeDocument;
        tempDoc.rulerOrigin = [0,0];
        tempDoc.pageOrigin = [0,0];
        var newLayer = tempDoc.layers.add();
        newLayer.name = "Template Layer";
        var templateGroup = tempDoc.groupItems.add();
        templateGroup.name = "Template Build";
        var vertLoc = .25;
        var horzLoc = -.25;
        var topTemp = new Array();
        var botTemp = new Array();
        var leftTemp = new Array();
        var rightTemp = new Array();
        for (i=0;i<5;i++){
            botTemp[i] = thisDoc.pathItems.rectangle(0,vertLoc,.5,21);
            topTemp[i] = thisDoc.pathItems.rectangle(1033,vertLoc,.5,21);
             botTemp[i].moveToBeginning(templateGroup);
             topTemp[i].moveToBeginning(templateGroup);
            vertLoc = vertLoc + 180;
        for (j=0; j<6;j++){
            leftTemp[j] = thisDoc.pathItems.rectangle(horzLoc,-21,21,.5);
            rightTemp[j] = thisDoc.pathItems.rectangle(horzLoc,720,21,.5);
             leftTemp[j].moveToBeginning(templateGroup);
             rightTemp[j].moveToBeginning(templateGroup);
            horzLoc = horzLoc +202.5;
    return
    }//  end function drawTemplate
    function printTheTemplate()
              // October 16, 2012  Henry J. Klementovich
            //var TemplatePath = File("C:/Users/henryk/Desktop/Illustrator Test Files/HS_TEMPLATE.ai");
            //open(TemplatePath)
            //open(myFile);
            var thisDoc = app.activeDocument;
                thisDoc.rulerOrigin = [0,0];
                thisDoc.pageOrigin = [0,0]; 
            var thePath = ("S:/TEMPLATES/PRINTED");
            //  Will only continue if the artist has selected the art.  This step saved a lengthy FOR loop that would have had to select each page or path item of the
            //  document.  Some of the templates had over 5,000 items, resulting in an un-exceptable wait-time for the loop to select them.
            for (x=0;x<thisDoc.groupItems.length;x++)
                thisDoc.groupItems[x].selected = true;
            if (thisDoc.selection.length > 0)
            //  This section pulls the date from the system for two purposes:  the date shown on the template and the date used to save the file to the ArtShare.
            //  They are different b/c system filenames cannot include the  ":" char, which is used on the template for the time object.
            var  theDate = new Date();
                    var day = theDate.getDate();
                    var month = theDate.getMonth() + 1;
                    var year = theDate.getFullYear();
                    var hours = theDate.getHours();
                    var min = theDate.getMinutes();
                        if (min < 10)
                            min = ("0" + min);
                    var morn;
                        if (hours >= 12)
                                hours = hours - 12;
                                morn = " PM";
                        else
                            morn = " AM"
            var saveDate = (month + "-" + day + "-" + year + "    " + hours + min + morn );
            var tempDate = thisDoc.textFrames.add();
                    tempDate.name = theDate;
                    tempDate.contents = (month+ "/" + day + "/ " + year + "    " + hours + ":" + min );
                    tempDate.top = 1026;
                    tempDate.left =40;
                    tempDate.filled = true;
            var actGroups = thisDoc.selection;
            var artGroup = thisDoc.groupItems.add();
                  artGroup.name = "Art Group";
            for (i=0;i<actGroups.length;i++)
                  actGroups[i].moveToEnd(artGroup);
            tempDate.moveToEnd(artGroup);
            artGroup.selected = true;
            copy();
            thisDoc.pageItems.removeAll();//  copies everything from the current template into the clipboard, clears the template, saves it and closes it.
            var layLen = app.activeDocument.layers.length;
            //alert(layLen);
            for (i=0;i<layLen;i++)
            app.activeDocument.layers[0].remove();
            thisDoc.close(SaveOptions.SAVECHANGES);
            app.documents.add();//  adds new document for the template to be saved in the Printed folder.
            paste();
            var thisDoc = app.activeDocument;  
            var saveName = new File (thePath + "/" + saveDate);
                  saveOpts = new IllustratorSaveOptions();
                  saveOpts.compatibility = Compatibility.ILLUSTRATOR13;
                  saveOpts.generateThumbnails = true;
                  saveOpts.preserveEditability = true;
                  thisDoc.saveAs( saveName, saveOpts );
            var actGroups = thisDoc.selection;
            copy();
            thisDoc.close(SaveOptions.SAVECHANGES);
            $.sleep(10);
            app.documents.add();
            paste();
            var nexDoc = app.activeDocument; 
            var actGroups = nexDoc.selection;
            var artGroup =nexDoc.groupItems.add();
                  artGroup.name = "Art Group";
            for (i=0;i<actGroups.length;i++)
                    actGroups[i].moveToEnd(artGroup);
                    //artGroup.selected = true;
                    artGroup.resize(70,70);
                    alert("The current template has been saved to the Printed Templates folder.  This page is to be printed and sent to editing.")
    Hope this helps someone get one created because if they can make one that doesn't depend on the premade dies that would help me out quite a bit because some of the dies that we make are an odd size so we have to place them manually.

  • Links default to wrong folder

    Why is it when I go to relink a placed image in the Links pallette it always directs me to the wrong folder (not the one the image lives in but elsewhere). I believe that it is taken me to the last folder I navigated to. thoughts?

    You now have a prefernce for where relink goes, the last folder you used to link, or the folder where the original link resides. It's in the prefs.

  • Photo drags to wrong folder

    why does photo drag to wrong folder?

    You question makes no sense - iPhoto does not "drag" photos anywhere - it works on a SQL database and controls the photo locations correctly - you never access them direcly but always use the provided tools to access the photos - click here for a discussion on the many correct and safe ways to access your iPhoto library photos.
    LN

  • Saves to wrong folder

    When I want to save a jpeg file into the same folder I opened I click 'save as' and the wrong folder
    opens but with the correct file number I am working on ready to save.
    I have to search in pictures and re-open the correct folder to save into.
    The photo also appears in the wrong folder and I have to delete it from there.
    I have been using PS3 for years and this has just started happening for no reason.
    Can anyone help please.
    Thanks
    mickeyspillanemikehammer

    Sorry, maybe for your purpose you have to check this option, not uncheck it... Try it

  • Downloads in wrong folder

    Hello!
    I have the problem that firefox saves/downloads files to the wrong folder. I have chosen a folder for the download of files and this folder is shown in the "general settings window" (I don’t know the English name - i have the Swedish version of firefox). But still firefox downloads to another folder! I have recently re-installed windows vista and have had this problem since then!
    Would be very grateful for help
    Best regards
    Felix

    See:
    *[[/questions/889958]]
    *[[/questions/882443]]

  • The dmg files have downloaded to the wrong folder - not finished with the install process

    The dmg files have downloaded to the wrong folder - I am at the part of the download/install process where the "Welcome" screen appears asking for me to agree to the license agreement.  Somewhere on your site, I read that they should NOT go to the applications folder but to the "Users" folder. Can/should I move/drag the folder with the dmg files into the "Users" folder"? If so, before or after I complete the install? I am running MAC OSX 10.7.4 on a MAC Mini.
    Also, when the trial period is over, I will use the license number for the purchased software disks, should the dmg's/folders then be moved to the application folder or stay in the "users" section? I have Purvhased Adobe Photoshop Elements 10 and Adobe Premiere Elements 10, but somewhere on your site it was suggested to download them instead and use the license code at the appropiate time. If someone can help with these questions, I would appreciate it. Thank you

    Hi,
    In the Welcome screen, you can accept the license agreement and can go ahead with the installation. You will be asked for the serial number. If you don't have one, install it as a trial application. By default, it's installed in the Applications folder. However, you can change the installation folder in the third screen, if you have a reason. Please see the screenshot below:
    After installing, you can't move application to a different directory by dragging. You need to uninstall and install it again in the folder of your choice.
    Thanks,
    Sunil

  • Recorded audio in the wrong folder

    I recorded my audio in the wrong folder (they are not in the project folder). I copied them over to my project folder but can't figure out how to link my song file/audio regions to the new location. I tried to set this in the Audio Window by resetting "Set Audio Record Path" but it wants me to give it a new file name (creating a whole new document?)
    Can someone help me work this out?

    Brian:
    Try putting the files back in their original folder location, open up the project, and then use the Project -> Consolidate menu option. If I recall correctly it will move everything into a new specified folder (or an existing folder) and re-reference the paths for you.

  • Wrong folder

    Hi Everyone
    Just joined the group.
    Have a minor problem.
    My BB is sending a copy of my email to the wrong folder on Mac. I am using the latest OS on mac. Previously it was sending to the inbox on my email id where I need it but for reason now its sending to another folder. This happens only when I reply to an email from my BB. Solution please. Thanks

    To add onto what Fruhulda said, try saving that document you just opened then Save As… - a quick ⌘ S. That should tell Pages to then save in that folder.
    I was trying to test this suggestion by opening a document then savings as without first saving. I then opened a document from another folder & chose Save As… Pages defaulted to the folder from where I opened each document. This may be because I am running Leopard. I see you are using Tiger.

  • Picture package plug-in might be in wrong folder in cs4

    My problem is this.  I successfully installed the Picture Package plugin for PS CS4 but then ran into a problem with the computer and had to go to an earlier restore point.  After restoring the computer I needed to reinstall Picture Package. When I installed the plug-in I must have accidentally installed it in the wrong folder. I've repeatedly tried to reinstall it from the exe file but I get the message "not enough memory, or don't have write privileges."  I suspect one can't install Picture package twice.  But now my problem is that I don't know into which folder Picture Package installed so that I can move it to the right folder.  Or do I need to unistall the plug-in and try again.  But how do I do that?
    Dennis

    Which version of windows?
    MTSTUNER

  • Db file in Replica was created in wrong folder

    Hello!
    I created db file at \BDB_HOME\BDB_SUBx in Master, but in Replica site db file was created in wrong folder which is BDB_HOME.
    Do I miss something than setting path to DatabaseEnvironmentConfig.CreationDir ?
    \BDB_HOME
    |
    -BDB_SUB1
    -BDB_SUB2
    -BDB_SUB3
    FYI
    Ver.5.1.19 (HA)
    C#
    VisualStudio.Net 2010
    Thanks,
    Osamu

    Hi Osamu,
    This is a known limitation with BDB HA at the moment. This issue is tracked internally in SR #19041. We hope to fix it, but do not guarantee that it will make it, in the next BDB release, 5.2.
    Osamu, if you have access to MOS (MyOracle Support) please consult Note 1250654.1 (Doc ID 1250654.1) -- How to Correctly Replicate a Directory Structure Involving Subdirectories Between Master and Client. This article explains in detail this issue and how to work around it for now.
    For reference, to explain the issue in more detail, suppose on the master the environment directory structure looks something like this:
    \BDB_ENV_HOME
         \BDB_SUBDIR_1
         - DbFile_1_1.db
         - DbFile_1_2.db
         - DbFile_1_N.db
         \BDB_SUBDIR_2
         - DbFile_2_1.db
         - DbFile_2_2.db
         - DbFile_2_N.db
         \BDB_SUBDIR_M
         - DbFile_M_1.db
         - DbFile_M_2.db
         - DbFile_M_N.dbOn the client site, the environment directory structure will be incorrectly replicated and will look something similar to this (with all database files ending up under one of the subdirectories):
    \BDB_ENV_HOME
         \BDB_SUBDIR_1
         \BDB_SUBDIR_2
         \BDB_SUBDIR_M
         - DbFile_1_1.db
         - DbFile_1_2.db
         - DbFile_1_N.db
         - DbFile_2_1.db
         - DbFile_2_2.db
         - DbFile_2_N.db
         - DbFile_M_1.db
         - DbFile_M_2.db
         - DbFile_M_N.dbThe workaround to resolve this issue depends on a manual hot backup. AUTOINIT should be turned off via rep_set_config with DB_REP_CONF_AUTOINIT and 0. Than the client should be bootstrapped with the databases and logs from the master and recovery should be run as described in the Berkeley DB Programmer's Reference Guide, in the Hot failover section.
    Basically, copy all the databases, copy the logs, run catastrophic recovery on the new client environment directory, and start the application. By turning off AUTOINIT you might need to take care of handling the REP_JOIN_FAILURE event error.
    To summarize, the workaround implies the following actions:
    1. On the client environment call DbEnv::rep_set_config like this:
    DbEnv::rep_set_config(DB_REP_CONF_AUTOINIT, 0);With the C# API it's something like:
    DatabaseEnvironmentConfig envConfig = new DatabaseEnvironmentConfig();
    envConfig.RepSystemCfg = new ReplicationConfig();
    envConfig.RepSystemCfg.AutoInit = false;
    DatabaseEnvironment env = DatabaseEnvironment.Open(envHomeDir, envConfig);or you could use the DatabaseEnvironment's class RepAutoInit property.
    2. Handle DB_REP_JOIN_FAILURE on the client environment, which could be returned from DbEnv::rep_process_message. Handling implies setting an event callback function via set_event_notify for DB_EVENT_REP_JOIN_FAILURE like this:
    DbEnv::set_event_notify(eventsHandler);where eventsHandler is a callback function that respects this signature:
    void (*db_event_fcn)(DB_ENV *dbenv, u_int32_t event, void *event_info)and internally checks to see if event is DB_EVENT_REP_JOIN_FAILURE. If it is, it may trigger copying of the backup files from the master onto the client.
    With the C# API you will set an EventNotifyDelegate delegate using the EventNotify property and check the NotificationEvent.
    3. Start the client. Because AUTOINIT is turned off, internal init will not be performed, hence it will not remove the directory structure on the client environment.
    4. If the event callback function gets notified of the DB_EVENT_REP_JOIN_FAILURE it means that the backup of the master (databases and log files of the master) is required on the client. Take a manual hot backup as per the guidelines in the Hot failover section, and copy the database and log files onto the client; this is something that the event callback function can do, when it handles DB_EVENT_REP_JOIN_FAILURE by using something like rsync to copy the files between the machines.
    5. If a backup was copied onto the client, run a catastrophic recovery in the client environment either manually via db_recover -c, or programmatically by specifying the DB_RECOVER_FATAL flag to the client's DbEnv::open call (with the C# API you specify it via RunFatalRecovery)
    6. After the catastrophic recovery will have been performed and the client will have started, all the replication synchronization will work as expected, replication messages will be processed correctly, and the directory structure will be maintained.
    Regards,
    Andrei

Maybe you are looking for

  • Can I have two Time Capsules in the same network, use one as Time Machine and other to expand network?

    I need to purchase a divice to expand my Wi-fi network. I was looking at the AirPort Extreme, but a friend has a brand new Time Capsule for sale. So, for the same price of the AirPort Extreme, I´m getting the Time Capsule. I already own one and using

  • Balance matching with AR03 & F.01 ?

    Hi, All Experts, I am trying to tally AR03 and F.01 for balances. My base is F.01 for further cross verification to other reports. But it is not matching as previous years close is not next years opening. Can anyone tell me what may be the reasons fo

  • Role Expert Workflow issue

    Hello , I have an issue with Role expert. We want to have 2 workflows one for the creation of new role and the other for the changes to the existing role.I have configured the same and try uploading the roles into role expert which has taken the work

  • HTTPS and OWN CA

    Hi , Has anyone set up https on XI using there own company's CA to sign the certificates. We are having difficulty with the process. We have followed all the steps in the help pages but when we check https it's showing the certificate to be signed by

  • Change texts in Approve Working Time

    Hi, In approve working time we have a dropdown wherein we have options like 'Approve' or 'Approve All'. Can we change the texts of these  like 'Approve Time for all'