How to work on a project on multiple machines with reconforming everything?

I often work on the same CS5.5 project between three different locations.
Usually I carry the media files on a portable RAID, and the project files reside in a Dropbox folder in my documents. Even if I set up Premiere to keep media cache files next to the originals (though I prefer to have them on a seperate RAID0 drive) the whole project gets reconformed/reindexed when I open it in each new computer, which obviously takes time. Presumably this reconforming happens because the media cache database on each new computer doesn't recognise the .cfa and .pek and .ims files in the media cache folder as belonging to the existing project. Is there a way to "fool" the media cache database into using the existing .cfa and .pek and .ims files rather then generating new ones for each computer?
Cheers
Mark

Mark,
I migrate Projects with external FW-800's all of the time. To ease working on those Projects, I locate all of my Scratch Disk, Same as Project, and everytihng is always there, and ready for use. I do give up a bit of ultimate performance with this configuration, but never have any issues.
One thing that I do for each external is to assign the same, unique drive letter to it in the OS of each computer. Have you done this? Does your RAID box come up with the same drive letter in each computer - always?
Good luck, and with migration between computers, you might want to relocate the Scratch Disks. Please let us know if that helps.
Hunt

Similar Messages

  • How to config a shared cache for multiple environments with C API

    How to config a shared cache for multiple environments with C API?  Just like Java edition. Chapter 2. Database Environments
    I want to open large number of databases, at least 10,000. But as the counts of databases opened increase, the db->open operation become very slow. It almost cost 2 hours to 10,000 databases.
    So I try to distribute these databases to multiple environments ( for example, 5 envs ). And in order to improve the efficient of memory use, I want to share cache between envs.

    Hi,
    It is not clear what you meaning about multiple environments. Do you mean these environments are in different directories or  in the same directory ? If you mean environments in different dirs share the same cache, it is interesting why you need that.
    If you do not use DB_PRIVATE to open the environment, the created cache will be on disk, in the environment directory, so it can be shared by multiple processes and multiple threads. Currently, the cache file is in the environment directory, and we do not support specifying a separate directory for cache only.
    Regards,
    Oracle Berkeley DB.

  • How to work on same project both in studio and on the road?

    OK, so I do all my work on a macbook pro. My home setup includes an array of external hard drives but I would like to work on my project while Im traveling this weekend.
    My project has several different sequences...SO, how can I export all material from one sequence on to a portable firewire drive, work on it on the road(same computer,different drive), then once back home continue where I left off with my normal drives back on line?
    I don't want to export ALL the scratch disk due to size, just what's being used on a particular sequence.
    Is this scenario possible? I assume I will use "media manager" and I assume if I do ANY rendering that those clips will need to be transfered back to original drives from the portable?
    Ideas?
    Thanks so much, I really enjoy this forum!

    Can't be done. If you media manage only the footage used in the cut, edit, then try to link your sequence to the full sized footage, it won't. FCP looks at REEL, TC start and stop and duration. If anything doesn't match, then it won't connect. If you want to edit on the road, you either need to bring a copy of the FULL clips used in the sequence (an option in the Media Manager COPY function...just don't choose DELETE UNUSED MEDIA), or you can RECOMPRESS (again, in MM) all the the footage to a smaller size (offline RT) and edit that. Then reconnect to the full res version when you come back.
    Shane

  • How to work on a differnt folder *not workspace* with eclipse

    Does anyone know how to creat a project on eclipse but not on the workspace?
    I have a folder inwhich I must have all files init and can't figure it out how to work on this folder without importing to the workspace.
    thanks

    try packaging them..
    or add the folder to classpath..

  • How to deploy Firefox to multiple machines with custom addons?

    I am looking to deploy Firefox to multiple Mac machines with some custom addons and settings. What's the best approach for that?
    I was thinking about using Firefox ESR but I am not sure how to save the profiles folder inside the app folder. I know that this is possible because the Tor Browser does that.

    You can look at this extension:
    *CCK2 Wizard: https://addons.mozilla.org/firefox/addon/cck2wizard/
    *http://mike.kaply.com/2014/01/08/can-firefox-do-this/

  • How can i print a AdvancedDataGrid in multiple pages with ColumnHeaders?

    Hi all,
    I need to print a AdavancedDataGrid in multiple pages with columnheaders in all pages.
    Rite now, i can able to print column headers in first page only.
    is there any chance to split the ADG into multiple pages with columnheaders??
    Thanks in Advance
    Shravan.

    Shardul,
    Thanks for your help.
    Your logic is working fine when i have a single datagrid.
    What i'm doing here is, i took a VBox(playout) and printing 2 ADG's in that,so the column headers of 2nd ADG are not printing when it continues to next page.
    Here is the sample code:
    custComp1
    custComp2 are ADG's
    <mx:VBox id="playout" width="100%" visible="false" includeInLayout="false"></mx:VBox>
    private function preparePrint():void{
    var x:custComp1 = new custComp1();
    var y:custComp2 = new custComp2();
    x.dataProvider = arrayColl1;
    playout.addChild(x);
    if(arrayColl2 >=1){
    playout.addChild(y);
    y.dataprovider = arryColl2;
    while(y.adg.validNextPage){
    playout.addChild(y);
    y.adg.nextPage();
    private function doPrint(event:Event):void{
    var printJob:FlexPrintJob = new FlexPrintJob();
    if(printJob.start()) {
    playout.includeInLayout = true;
    playout.visible = true;
    printJob.addObject(playout);
    printJob.send();
    playout.visible = false;
    playout.includeInLayout = false;
    is there any way to get column headers when we use printing multiple ADG's in a VBox?

  • Can you pair multiple machines with keynote remote

    Is it possible to advance multiple machines running keynote using keynote remote?

    Not quite sure what you are trying to do.
    AppleTV can see different active itunes libraries running on Macs/PCs via Home Sharing, but AppleTV behaves as a single user device in teh sense you can't log on as different users.
    iPads/iPhones can't 'pair' with AppleTv as such but can broadcast content via Airplay

  • Re-allocating Actual Costs and Actual Work from one project to multiple projects

    My company would like to track costs in one project and then re-allocate those costs to multiple projects.  Example: An end user would submit a timesheet against a task named 'Analysis' for Project A.  Once accepted and published, the
    costs for those hours would be subtracted from Project A and 60% of those costs would be transferred to the 'Analysis' task for Project X and 40% of the costs for those hours would be transferred to Project Y. 
    We believe we can accomplish this through reporting, but before we go this route, we wanted to make sure there was not a logical, supported way in MS Project Server to complete these actions.  Could a script be developed to accomplish this?
    Thank you!
    Tasha

    Out of the box Project and Project Server do not support this. However with VBA anything is possible. You could also use PSI to work directly with project data in teh Server db but that would take much longer to develop. Check you can do what you want
    in VBA then you can use the result to spec the server version afterwards.
    Rod Gill
    Author of the one and only Project VBA Book
    www.project-systems.co.nz

  • How to work two seperate projects

    How do you work on two separate projects in iMovie? I start a new project and all my progress in another project disappears. I start new events but that doesn't let me start a new movie

    How to merge projects is covered in detail on my site. It may be though that the way the links have been set up will not be the same way links would ordinarily be set up in merged help.
    For that reason you might want to consider other options.
    1] Link the Framemaker content to Project B. That however would also likely have link issues.
    2] Use something like ZoomSearch instead of RoboHelp's search. That would be run against the output that you are already creating. ZoomSearch is also covered on my site.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • During import, how to auto split one project into multiple albums based on date?

    I believe I've done enough aperture reserach to get all my terminology right, so here goes...
    I've created a file structure within the aperture inspector the the tune of: 
    Year [folder], Type of event (Occasion, special occasion, holiday, vacation) [folder], Project (Wedding), Album (i.e. Day 1, Day 2 or Pre wedding week, event, honeymoon).
    I also have entire months with 7 or 8 pictures each day, that are of the same type/project (random dog pictures) but are distinctly different days (albums - day in park, in bed at night, watching movie). 
    My question is, can I import one project with multiple albums already created based on the date they're taken.  As I can see it, all I can do is split individual projects automatically by date.  But what if one project is over one month, but has multiple distinct days that would be ideal for albums?  One more example.  We did a trip to San Fran.  One day was touring the city, one day was a concert, another day was touring the city.  All one project, but 3 different albums (in my mind).  I had to import as one project, then separately go in and make albums.  I would like that done automatically.
    My suspicion is that I can not natively do this within aperture, and that I would need something called an "applescript."  I haven't done any reserach into that area, so if that's the case and you know where I can find a script that would do this, I'd appreciate the help. 
    Sorry for the wordiness, just wanted to be clear.  Thanks for any and all help!

    Hi,
    You need to create a new requirement in tcode VOFM for that, together with your ABAP consultant. This requirement will be used in copy contol.
    http://saptechsolutions.com/pdf/VOFMCopyRequirementRoutines.pdf
    MdZ

  • How to work on one project but with two different computers

    I'm editing a movie.
    My computer might be overwhelmed with all the information - speed is slowed and it gets hot quickly.
    I would like to use my second computer where I have cloud installed
    to edit on the same timeline or in a different sequence to give my
    main computer a rest.
    Is that possible?
    Thank you for your help!

    As well as the reply from Anish about using your program on 2 computers, you need to ask in the program forum for how to best use the programs to do what you want
    http://forums.adobe.com/community/premiere_elements/content
    http://forums.adobe.com/community/premiere/content

  • How to work/ apply a process on multiple selected files ?

    Hello,
    I want to write abap code which get file information about all the selected files in the cv04n search page. What is happening now is that even if i select multiple files, and execute my abap program it is only executed once, i want a way to get all the selected files and execute the abap program ?
    any ideas ?
    Thank you

    Hi,
    if u r using select-options in selection screen...
    then in select statement u have to use like...
    <b>select-options: so_doknr for draw-doknr.
    select doknr dokst from draw into table i_draw where doknr in so_doknr.</b>
    <b>if it not what u mean... then pls paste the code.. we can help u better..</b>
    pls close the other threads if the problem is solved and reward to all helpful answers..
    Regards
    SAB
    <b>if it not what u mean... then pls paste the code.. we can help u better..</b>
    Message was edited by:
            Syed A

  • How can I Reconcile all tables on multiples mappings with scripting????

    I have OWB 9.2.0.2.8
    I have to reconcile all tables and external tables on multiple mappings.
    How can I do it with scripting language, please?
    Thanks very much in advance!!!!

    Good afternoon Claudio,
    Should be something like this:
    foreach mapName [OMBLIST MAPPINGS] {
      puts "Checking $mapName"
      foreach tabName [OMBRETRIEVE MAPPING '$mapName' GET TABLE OPERATORS] {
        puts "Reconciling $tabName"
        OMBRECONCILE TABLE '$tabName' \
          TO MAPPING '$mapName' \
          OPERATOR '$tabName' \
          USE (RECONCILE_STRATEGY 'REPLACE', MATCHING_STRATEGY 'MATCH_BY_OBJECT_ID');
    }If you want to alter reconcile and/or matching strategy, check documentation on OMBRECONCILE in the OWB Scripting Reference.
    Good luck, Patrick

  • How do I change parental controls on multiple machines through ARD

    I am trying to manage 36 new iMacs in a high school classroom setting. I need to adjust the parental controls on all 36 machines so that they all have the same restrictions. I am running ARD but cannot figure out how to do that... any ideas?
    Billy Woody
    EVHS High

    You could probably write a UNIX script that would pull from a list of MAC addresses for each computer and send the appropriate IP address, but unless you have a lot of computers you need to change, writing such a script may be more work than just sending the commands individually.
    Of course if you change the IP address on a computer you're working with via ARD, you'll sort of be pulling the ladder out from under yourself, so the task will never report as completed. You'll need to quit it manually and re-add the systems. This may also affect running of a script for further systems; I've not tried to change IP addresses en masse so I don't know.
    Regards.

  • How can I load a data in multiple period with a rule files?

    Hi!
    I need to create a rule file the permit me to load a record with multiple period.
    How can I do it?
    Thanks in advance.
    Bye

    As Glenn said, these two types are the typical input files.
    two ways that I can easily think of, but there are more.
    1. Have a row memberwith the period so for sample basic, the row would look lik
    cola,ny,actual,sales,Jan,100
    First case in the rule file you have to map all the member fileds with the dimension name and the data column with the data field.
    2. Have the data for each month as as the column members
    Here is the header followed by a data sample(again for sample basic)
    Product,Market,Scenario,Measure,Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec
    1oo-10,NY,Actual,Sales,100,100,100,100,100,100,100,010,122,111,222,333
    Second case in the rule file you have to map all the member fileds with the corresponding dimension name and the multiple data columns with the corresponding member names for that dimension.

Maybe you are looking for

  • Main Stage crashes whenever I try to open a template.

    I'm using the latest update and below is the crash log.. Please teach me how to fix this problem. Process:         MainStage [542] Path:            /Applications/MainStage.app/Contents/MacOS/MainStage Identifier:      com.apple.mainstage Version:    

  • Previous record in internal table

    HI, suppose i have two records in my internal table Prince   3  12/12/1999 menon    4  12/12/2000 When i loop at this and when my record comes to menon i need the date of prince to be stored... how do i proceed. i.e going on record back. Any help wil

  • How often do i need to Rebuild Mail to get search to work

    i seem to be not getting correct results on some searches and when i click on an email from someone i /don't/ see the other emails highlighted from this person listed but if i click on /another/ email with this person's same address i /do/ see a /thi

  • Get the length of column for each row in 2d array

    let say if i declared a 2d array int [][]set = new int[5][5]; if i had finished storing datas in the 2d array like the following Columns row 0[10][10][10][10][10] row 1[20][][][][] row 2[15][25][30][][] row 3[17][12][][][] row 4[10][][][][] how do we

  • Error in displaying the Global List of entries

    Hi,    I VC 7.0 i defined a Global List of Products for a Combo Box and written a Formula for filter based on user Selected Values...    Filter is working good... WHen the user selected drop down box on Product insted of displaying Text Values of the