Assistance needed with migration from OSMF 1.0 to OSMF 2.0

I am using a third party plug-in for HTTP Live Streaming playback, http://code.google.com/p/apple-http-osmf/
Porting the plug-in from OSMF 1.0 to OSMF 2.0 did not go as smoothly as I had hoped.
A change in behaviour between OSMF 1.0 and OSMF 2.0 is causing us trouble when seeking in Apple HLS streams.
*** The problem ***
Playing a stream where the first segment has a non-zero timestamp, if one seeks for example 10 minutes into the file, the seek will complete instantly and in some cases a single frame from the new time is rendered but the scrub bar and time indicator will reset to zero and count up at a normal rate as if it was playing, then after up to 20 seconds, playback will resume at the new location and scrub bar and time indicator will return to the right value.
*** How to Reproduce ***
Build OSMFPlayer using at.matthew.httpstreaming.HTTPStreamingM3U8NetLoader to provide the video element and modify org.osmf.net.httpstreaming.HTTPNetStream to ignore _initialTime in the seek function.
1) Using OSMF 1.0, the result is a player that plays and seeks normally.
2) Using OSMF 2.0, the result is a player that does not behave right when seeking in streams that have a non-zero _initialTime.
Example of a stream that exhibits this problem: http://fastly.zenzuz.com/streaming/GUSGUS/prog_index.m3u8
*** Codebase / Libraries Involved ***
- OSMF 2.0
- apple-http-osmf svn r11
- OSMFPlayer from the OSMF framework samples
*** Our Observations ***
Immediately after seeking, the buffer level in HTTPNetStream will go far above the configured maximum buffer level, by the seek amount, so seeking 10 minutes into the file will result in a buffer level of a tad over 600 seconds. When playback resumes, the buffer level will return to normal. One of the changes in OSMF 2.0 from version 1.0 is a difference in how the NetStream class is used, OSMF 2.0 uses an extra instance of NetStream for buffering.
*** References ***
Live document on this issue in open Google Docs:
https://docs.google.com/document/d/1TO9oyg8cK5ezSLNkeyCTKdtFA__fDY8g7te2PWt-UTw/edit
Where exactly are the NetStream time codes derived from?

Hello,
You can see following doc id for detailed procedure and instructions
Doc ID: 730365.1 Oracle Database Upgrade Path Reference List
Regards

Similar Messages

  • HT4796 Help needed with Migration Assistant, can't find files?

    I've just purchased my first Mac (macbook Pro 15in) so please be kind, I'm so clueless it's ridiculous! Using migration assistant  I've transfered aprox 100GB of files from my PC which seemed to take about 2seconds, but have no idea where they are or how to access them. The files were mostly music but when I opened itunes there is nothing in my library. The rest of the stuff was pics, docs, email accounts but none of that seems to be there either.. From the few articles I've read I seem to have somehow created another user account which is labeled Guest User/Sharing only, but I can't seem to log in as that user to find the files.. What have I done?!  HELP!!

    Congratulations!
    ... Using migration assistant  I've transfered aprox 100GB of files from my PC which seemed to take about 2seconds, but have no idea where they are or how to access them.
    It sounds as though Migration Assistant did not do a thing. With Migration Assistant, 100 GB will take time, no matter how the two computers communicate it will be at least an hour. Probably more. I recommend you connect them both to a wired network and make sure the PC is really using it. Wireless will take a lot longer.
    I suggest you read the following step by step. On your Windows PC, you will need to download Migration Assistant. That link and everything else you need to know is in this document: OS X Lion: About Windows Migration Assistant. Follow its instructions to the letter.
    The "guest" user is a feature of OS X and will not contain your files. Don't concern yourself with it.

  • Need help migrating from Mail 3.6 to Mail 4.2

    I just bought a new 27" i7 iMac w/ 8gb ram, 1 TB hard drive.
    I'm trying to migrate my settings over from my old G4 17" Powerbook. I'm running 10.5.8 on the laptop with Mail 3.6.
    How do I import my mailboxes from my old computer onto the new one? I've tried copying the old Mail folder over to the new computer over firewire. That didn't work. I then archived the mailboxes on the old computer and brought those files over to the new machine. I tried to import them on the new machine directly through mail, no dice.
    Any thoughts or suggestions?

    bongoray wrote:
    I just bought a new 27" i7 iMac w/ 8gb ram, 1 TB hard drive.
    I'm trying to migrate my settings over from my old G4 17" Powerbook. I'm running 10.5.8 on the laptop with Mail 3.6.
    How do I import my mailboxes from my old computer onto the new one? I've tried copying the old Mail folder over to the new computer over firewire.
    you need to do it with both the Mail folder AND the mail preference file.
    quit Mail and copy over the whole folder /users/username/library/mail AND the file /users/username/library/preferences/com.apple.mail.plist. start Mail and it should look as it did on the old computer.
    BTW, using Migration Assistant you can migrate your entire user including Mail, address book, music and so on.
    That didn't work. I then archived the mailboxes on the old computer and brought those files over to the new machine. I tried to import them on the new machine directly through mail, no dice.
    Any thoughts or suggestions?

  • Problems with migration from 10.1.3.4 to 11.1.1.0.2

    Hello,
    we're trying to lift up our ADF Application to 11.1.1.0.2 and face some problems.
    The first thing is a method that cannot be found anymore.
    (which i hope is a minor glitch that does not need to be discussed yet...)
    The second and significantly more disquieting problem is JDev "killing" our *.cpx binding file. (sheesh!)
    this is what it looked like in 10.1.3.4:
    <?xml version='1.0' encoding='windows-1252' ?>
    <Application xmlns="http://xmlns.oracle.com/adfm/application" id="client"
                 Package="" version="10.1.2.17.96" SeparateXMLFiles="false"
                 ClientType="JClient">
       <pageMap/>
       <pageDefinitionUsages>
          <page id="V103AnsichtMultiBenutzerUIModel"
                path="de.xxx.xxx.client.verwaltung.forms.V103AnsichtMultiBenutzerUIModel"/>
          --- about 50 more (cut for readability) ----
          <page id="V101MitteilungBearbeitenPanelUIModel"
                path="de.xxx.xxx.client.vorgang.forms.V101MitteilungBearbeitenPanelUIModel"/>
       </pageDefinitionUsages>
       <dataControlUsages>
          <BC4JDataControl Configuration="RootModuleLocal"
                           Package="de.xxx.xxx.bc4j.root"
                           xmlns="http://xmlns.oracle.com/adfm/datacontrol"
                           id="RootModule"
                           FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
                           syncMode="Immediate">
             <Parameters>
                <Parameter name="STORE_USER_IN_DB_AFTER_CONNECT" value="false"/>
             </Parameters>
          </BC4JDataControl>
          <BC4JDataControl Configuration="WiedervorlageAppModuleLocal"
                           Package="de.xxx.xxx.bc4j.root"
                           xmlns="http://xmlns.oracle.com/adfm/datacontrol"
                           id="WiedervorlageAppModuleDataControl"
                           FactoryClass="oracle.adf.model.bc4j.DataControlFactoryImpl"
                           syncMode="Immediate">
             <Parameters/>
          </BC4JDataControl>     
       </dataControlUsages>
    </Application>and after 11g laid its hands upon:
    <?xml version='1.0' encoding='windows-1252' ?>
    <Application xmlns="http://xmlns.oracle.com/adfm/application" id="client"
                 Package="" version="10.1.2.17.96" SeparateXMLFiles="false"
                 ClientType="JClient">
       <pageMap/>
       <pageDefinitionUsages/>
       <dataControlUsages/>
    </Application>the heck? its "empty"...
    Note the JDev version number "10.1.2.17.96", which indicates that our workspace had been migrated several times.
    But the lesser Versions obviously did not see the need to migrate anything - or in our case - kill our binding.
    Does anyone have a clue how to make JDev migrate our binding properly?
    Do I have to put it back by hand?
    Edited by: Haymaker84 on 03.05.2010 07:17
    Edited by: Haymaker84 on 03.05.2010 07:17
    btw: is there a Code-Tag or something in existence? XML is displayed really ugly this way :-/
    Edited by: Haymaker84 on 03.05.2010 23:44
    Edited by: Haymaker84 on 03.05.2010 23:45
    Edited by: Haymaker84 on 04.05.2010 00:26

    I wasn't aware that there is a newer Version around - I just used what our Admins handed us ;-)
    But i will definately have a look on that!
    There is not really much to say about our Application.
    It's basically two programs;
    One is a batch that reads text-file-input and processes it to the database. (which we are currently working on)
    The other is a Swing based dialog which lets the clerks work on above mentioned database.
    Both programs have a lot functionality in common.
    And with tech there is not really much to say... We use an fairly old third party framework for our Swing-Surfaces.
    (Which also has a lot of ADF stuff inside... we never really got behind this - sort of a black box)
    For the rest we use standarts as JUnit, Log4J, ANT... nothing special.
    I don't exactly know what information could be useful?!

  • Problems with migration from Oracle 9.2.0.4 to 9.2.0.8

    Hi,
    we have 4.7 SAP's version, we tried to migrate from the Oracle's version 9.2.0.4 to the 9.2.0.8. When we tried to bootup the system, after that we succefully startup the DB, we can't startup the application with the start_sap.sh shell. The system returns this message in the log:
    Connect to the database to check the database state:
    R3trans: connect check finished with return code: 12
    Database not available
    Connect to the database to verify, that the database is now open
    R3trans check finished with return code: 12
    ERROR: Startup of database failed
        Notify Database Administrator.
    /usr/sap/DEV/SYS/exe/run/startdb: Terminating with error code 12
    http://img512.imageshack.us/my.php?image=pantalladeerrorwa2.jpg
    Message was edited by:
            giovanni maria maccioni

    did you migrate the database or just install the 9.2.0.8 software?
    After database upgrade, your database and the software should have the same version:
    <i><b>select version from v$instance</b></i>; (software version)
    <i><b>select comp_id,version,status from dba_registry;[/</b>i] (database version)
    How are the environment settings of <sid>adm?
    Run please R3trans -d or R3trans -x and post the trans.log.  Could you please also check the developer traces, if there are any other errors?
    Best regards
    Baran

  • HT4889 I need to migrate from a mac pro os 10.6.8 to OS lion imac. I will be using a firewire.  I see articles for os 10.4 to lion but not 10.6.8 to lion - anyone have the steps?

    I have a mac pro 10.6.8 and need to migrate everything to the imac with OS lion.  I see articles for migration form 10.6 to OS lion but not 10.6.8 -
    Anyone have a link or a step by step guide so I can do this correctly? 

    See Pondini's Setup New Mac guide.

  • Assistance needed with new monitor and printing from LR3

    I just purchased a new IPS monitor.  I have calibrated it using the HP Display assistant that came with it.  It is an HP ZR 22w.  I saved my calibration as a preset  - however - this is not appearing as a profile when I try to select it in the print module.  the checkbox for "include display profiles" is ticked.  If I allow the printer to manage - the pictures are much warmer than on the IPS display.  My printer is a canon mg6120 and I am running windows 7.  I would appreciate any assistance that anyone can provide.  Thank you

    I think the "HP Display assistant" is a software tool, is that right? 
    Ideally with Lightroom, you should use a hardware calibration/profiling tool (Spyder, Eye One, Color Munki etc).  In particular, you need a monitor profile that contains colour space information.  I had a look through the HP Display Assistant user manual, and it appears the software does calibration but it probably doesn't put colour space info in the profile.  It'll be better than nothing, but a hardware tool is better. 
    However:
    I saved my calibration as a preset  - however - this is not appearing as a profile when I try to select it in the print module.  the checkbox for "include display profiles" is ticked.  If I allow the printer to manage - the pictures are much warmer than on the IPS display.  My printer is a canon mg6120 and I am running windows 7
    This is not what you want to do!  The profile that the HP Display Assistant creates is for the monitor, and only for the monitor.  It gets the right white point and tone curve for the monitor.  What you need in the profile drop-down in LR print module is a printer profile, not a monitor profile (except on very special circumstances). 
    I'm not familiar with the MG6120, but when I googled "profiles for canon mg6120" I got a lot of hits, so I assume profiles are available.  It's quite likely that some came with the printer driver, and were installed with the printer software.  When you select "profile" in LR print module (you may well have to go to "Other..." to see them all) then there should be profiles for the printer - possible lots of them - one or more for each paper type.  If they're not there, see the Canon documentation (or google it) to find out how to load them.   
    If you can't find any profiles for the printer, then try using sRGB (or probably it's "sRGB IEC...").  Without colour management, your printer will probably expect sRGB images, so this should be roughly right, but a specific profile for the printer is better.  This is one of those very special circumstances when something other than a printer profile (and sRGB isn't a printer profile) may be better than nothing.

  • Help needed with Migration Assistant

    How and where do I find the Migration Assistant on my new iMac running on OS X 10.9.4?  I skipped the migration assistant at initial startup.  I have it installed on my old PC.  Now I am supposed to start it on my iMac.  I can't find it.  It's probably right in front of me.  Help please.

    It's in the "Utilities" folder inside your "Applications" folder.
    You could also just use Spotlight to find it.
    On the initial Mac startup, it is referred to as "Setup Assistant" in lieu of Migration Assistant. If you skip the process, you will have issues if you want to use the same user name that you previously used.

  • Help with migrating from PPC G5 to MacBook Pro 2012

    I haven't even booted up my new MacBook Pro, because a lot of postings in Discussions and elsewhere warn me of problems if I try to use Migration Assistant to bring my user data and files across from a PPC Mac to a new MacBook Pro running Lion.
    BORING DETAILS:  I'm jumping from a dual G5 Dual Power Mac (PPC, running Leopard 10.5.8) over to a 2012 MacBook Pro, (a 15" fast i7 quad non-retina, with 1 GB GPU and 16 GB RAM, running latest Lion). I have a lot of data and apps, including "pro apps" like Final Cut and lots of photo- and video-production software.
    I know that I'll need to reinstall all my apps from scratch, even Universals, especially all my Pro apps. But, I have read some positive guidance about possibly using Migration Assistant to move only my User identity and related files across to the MBP. Then, reinstalling / upgrading apps. And, afterwards, using Firewire (target mode) to move various data folders and docs.
    I'm confused. I like the idea of moving myself as User/admin across, relatively intact -- IF that's a good idea -- then reinstalling apps. Then, moving various files (docs andand data) across. Hopefully, this route wind up with minimal or zero PERMISSIONS  problems. Guidance or links, pretty please...?
    I've read the great postings from Kappy and some others, in Discussions, but most don't address the issue of moving User identity and data from the PPC Mac over to the Intel. Maybe it's a "big" issue only in my mind?

    Joshua Coventry and sig and others:
    Thanks!
    If you combine those last two pieces of advice and mix in the best of the earlier suggestions, that's pretty much what I wound up doing:
    I used Setup Assistant to create a "NewGuest" account on the MacBook Pro, with minimal information submitted to Apple (basically, only my correct name and address, etc.). Then I immediately used the Migration Assistant to bring over ONLY 1) my main User admin account and its Home folder and 2) the computer settings from the G5 Power Mac.
    Finally, I changed the "NewGuest" to a regular account (non-admin), rebooted the MPB, and deleted NewGuest and its home folder. Then began the long job of feeding appropriate software into my new MBP: installing or reinstalling the latest Intel versions of all of my key productivity apps and utilities.
    So far, I'm getting very good results. No MBP indigestion, but it's daunting to look at a new Dock that's now almost totally populated by question marks (the G5's Dock had almost fifty apps)! There's one major benefit: a chance to reconsider whether I really needed all of that stuff to begin with, and if I need it now!
    The need-it-now vital stuff is being pulled over via Firewire, and I've just bought an external USB 3 enclosure for the G5's main boot drive, and it will now be available as a handy source for various files, docs, settings as I need them, and for any "second thoughts" that I might have about what really belongs on the MacBook Pro's boot disk. All is well, and it looks like it will STAY well (but stay tuned!).
    Thanks, y'all! Hope this helps someone else facing a similar challenge.

  • Need help migrating from damaged MacBook Pro to New MacBook Pro.

    My Mid-2008 MacBook Pro's logic board died and I have just purchased a 2012 Refurb MacBook Pro to replace the old laptop. I do have a backup on Time Machine but the most recent backup is about a week old. I would like to be able to do the migration using the disk in the old laptop, but it will not completely boot up and will arrive at the "forced shutdown" screen soon after it boots. Can I still connect to the old laptop using migration assistant even though I am at the forced shutdown screen? Old computer is running OSX Lion. I think the new one will have either Mountain Lion or possibly Mavericks on it. I've used Migration Assistant previously, so I am familiar with how it works. I'm just not sure if it will work in this instance with the old computer.

    It looks like it did change. (We're talking about 5 years ago and at least 3 operating systems ago), but I do remember that the instructions for Migration Assistant back then said that on the old computer where you just needed to access the drive, you had to hold down a key or keys when after hitting the power key. This will allow access by the new computer to the harddrive in the old computer without the need to boot up, basically making the old computer an oversized harddrive enclosure.
    It worked perfectly when I did it with my old iBook which would not even get to the gray Apple logo, but the MacBook was able to fully access the drive, allowing me to migrate the apps, fonts and work files stored on it, including my entire iTunes library.
    like I said earlier, if this is no longer the case, than removing the drive from the old computer and inserting it in an external drive is the next best way to go. Of course, having a fairly recent backup on Time Machine should also work.

  • Need advice migrating from AIX 7 filesystems to Exadata Linux ASM - Large DBMS

    We are using 11.2.0.3 and 11.2.04 databases on AIX 7.1 using AIX filesystems .   We have some 2TB databases and some much smaller.  About 50 production and 200 non-production databases.   We are migrating to Exadata 4 with Linux .   What is your advice on the method of migrations that should be used.   We may be able to take some outage time to do this.  

    I echo the data pump export/import recommendations. I've used data pump several times to migrate databases to Exadata - including an environment with a few DBs on AIX Power PC to Exadata last year. If you can take downtime, it is the simplest, most flexible and least risky method - and if you can put a little thought and extra effort into it can still be very performant. On Exadata it's good to setup the environment according to Oracle's published best practices - which usually means some configuration changes from your source. Data Pump allows you to set this up first and have it ready to go - then do the migration into a properly configured database. You can also put the source DB into read-only while the migration takes place if that helps the downtime requirements.
    Some suggestions to maximize performance and limit downtime:
    Consider using DBFS file system on the Exadata, and then mount it using NFS to your source DB servers, for the data pump file location. This may take a little longer on the export, but avoids having to do a separate copy of the files over the network afterward and can make up the time. Once on Exadata, importing off the local DBFS can really perform well.
    Use parallelism with data pump to speed up the export and import. The degree will need to be determined based on your CPU capacity, but parallelism will speed up the migration dramatically.
    If you're licensed for compression - use the compression with Data pump to minimize the file size.
    Precreate all your tablespaces first, and possibly even the schemas - this goes back to setting things up according to Exadata best practices. You can potentially use HCC and other things on the Exadata tablespaces if you so choose. You can always use the data pump mapping if you want to change a few things about the tablespace names and such from the source.
    If you're really trying to maximize the performance and minimize downtime, you can spend some time pulling out the DDL for your indexes and constraints from the source - and have them scripted. Then only export the data, not the indexes and constraints, and after the data is imported use your DDL scripts, with high degrees of parallelism, to create indexes and constraints afterward. Don't forget to alter the index objects to remove the parallelism afterward so not to leave a bunch of high parallel indexes in place. This method can usually perform much faster than letting data pump do this.
    Test well, and look for objects that don't migrate correctly or well with data pump and potentially use SQL scripts to bring them over manually.
    Look for opportunities with some objects, for example meta data or DDL that doesn't change, to pre-create on Exadata before taking the downtime and starting the migration.
    HTH,
    Kasey

  • Help With Migration From Exchange 2007 To Exchange 2013

    We have an Exchange 2007 Server with Service Pack 3 and Rollup 12 applied. 
    I installed a new Exchange 2013 Server and then immediately applied CU3.
    I am following this Technet article:
    http://blogs.technet.com/b/meamcs/archive/2013/07/25/part-1-step-by-step-exchange-2007-to-2013-migration.aspx
    The only deviation from the instruction I have had to do is in Part 2, section 4 “Configure offline address book (OAB)”. 
    Instead of entering:
    Get-MailboxDatabase | Set-MailboxDatabase -OfflineAddressBook "\Default Offline Address Book (Ex2013)"
    I had to enter:
    Get-MailboxDatabase | Set-MailboxDatabase -OfflineAddressBook "\Default Offline Address Book (Ex2012)"
    I believe this is due to the fact that the writer installed from an Exchange 2013 CU1 disk and I only had Exchange 2013.
    Also when I tried to run:
    Move-OfflineAddressBook -Identity "Default Offline Address Book" -Server SRV-EX2013
    I get the following error:
    Move-OfflineAddressBook : Failed to create the 'ExchangeOAB' folder on the target server 'SRV-EX2013'. Two possible reasons for the failure are that the System Attendant Service is not running or you do not have permission to perform
    this operation. Error message : 'Catastrophic failure (Exception from RESULT: 0x8000FFFF (E_UNEXPECTED))'.At line:1 char:24+ Move-OfflineAddressBook <<<< 
    -Identity "Default Offline Address Book" -Server SRV-ex2013+ CategoryInfo         
    : InvalidResult: (Default Offline Address Book:OfflineAddressBookIdParameter) [Move-OfflineAddressBook], LocalizedException  
    + FullyQualifiedErrorId : 9250969C,Microsoft.Exchange.Management.SystemConfigurationTasks.MoveOfflineAddressBook
    However when I looked at the address books in EAC I could see that “Default Offline Address Book (Ex2012)” was the default and that it contained a copy of the Global Address List. So I did nothing else about it.
    I am now at Part 3, section 7 “Move Mailboxes” and it keeps failing. 
    I am using the EAC so that I at least see the error as using the powershell brings back no results. 
    Anyway it Syncs the 18 items in the mailbox then fails with:
    Data migrated: 936.7 KB ‎(959,145 bytes)‎
    Migration rate: 0 B ‎(0 bytes)‎
    Error: MigrationPermanentException: Error: An error occurred while updating a user object after the move operation. --> Unable to generate the e-mail address. Unable to load address module ‎'C:\Program Files\Microsoft\Exchange Server\V15\Mailbox\address\SMTP\AMD64\inproxy.dll‎'
    for address type ‎'SMTP‎'. Additional message: ‎'Access is denied‎'.
    Help??
    Tony

    Hi,
    You can't configure Exchange 2013 to generate other OAB versions, and the OAB generation occurs on the Mailbox server on which the organization mailbox resides.Therefore, to move OAB generation in Exchange 2013, you must move the organization mailbox. You
    can only move the OAB generation to another Exchange 2013 mailbox database. You can’t move OAB generation to a previous version of Exchange.
    And please refer to the following articles :
    Moving OABs between Exchange versions
    If you want to upgrade from exchange 2007 to exchange 2013,I recommend you refer to the following article:
    Upgrade from Exchange 2007 to Exchange 2013
    Exchange   version
    Exchange   organization coexistence
    Exchange 2007
    Supported with the following   versions of Exchange:
    Update Rollup 10 for Exchange        2007 Service Pack 3 (SP3) on all Exchange 2007 servers in the       
    organization, including Edge Transport servers.  
    Exchange 2013 Cumulative        Update 2 (CU2) or later on all Exchange 2013 servers in the       
    organization.
    Install Exchange 2013 in an Existing Exchange 2007 Organization
    You can install a Microsoft Exchange Server 2013 server into an existing Exchange Server 2007 organization, and then move the Exchange resources, such as mailboxes, public folders, and connectors, to Exchange 2013. However, you can't perform an in-place
    upgrade from Exchange 2007 to Exchange 2013.
    Hope this helps!
    Thanks.
    Niko Cheng
    TechNet Community Support

  • Migration Assistant didn't migrate from external hard drive.

    I selected copy applications and not copy files. It did something for over an hour but I'm not sure exactly what. It did copy MS OFfice which I already installed maybe a few other programs like Bbedit which was good but I need Quicken and Quickbooks apps which I will just reinstall from the CD.
    Is there a way to uninstall programs or do you just delete them?
    I wanted the email contacts from Mail and also from Entourage. It did not copy those lists, neither did it give me my iTunes music. Shouldn't Apple be able to get those contacts lists and the iTunes merged into the new computer apps? I also need the Quicken and Quickbooks data but there is probably a backup somewhere on the hard drive. I will look for it.
    I would be satisfied with my emails and contacts. Maybe it can't do it from an external hard drive? In any case as I mentioned in another post. I had a g4 with a dead logic board so I took out the hard drive and put it in an external drive.
    then I got a used g5 and now I want to transfer the address books and itunes from the external drive into the g5. How do I get that? Do I get it from a preferences file? Where is it? Is it in app data or in a plist somewhere?
    I need my address books and I would also like to get all my old emails from both programs. THANKS,

    The reason those components weren't copied is because they are not in the Applications folder. Those files that contain you mail, bookmarks, Entrourage data, iTunes library, etc. are all located in your Home folder and /Home/Library/ folder. Since you didn't copy any of that they are now missing.
    Fortunately, this is not a disaster, but it will require some manual copying on your part. The following will outline what you want to transfer from the external drive:
    Folders You Can Move to Your new Mac
    From the Home folder copy the contents of Documents, Movies, Music, Pictures, and Sites.
    In your /Home/Library/ folder:
    /Home/Library/Application Support/AddressBook (copy the whole folder)
    /Home/Library/Application Support/iCal (copy the whole folder)
    Also in /Home/Library/Application Support (copy whatever else you need including folders for any third-party applications)
    /Home/Library/Keychains (copy the whole folder)
    /Home/Library/Mail (copy the whole folder)
    /Home/Library/Preferences/ (copy the whole folder)
    /Home /Library/iTunes (copy the whole folder)
    /Home /Library/Safari (copy the whole folder)
    /Home /Library/Calendars (copy the whole folder)
    If you want cookies:
    /Home/Library/Cookies/Cookies.plist
    /Home/Library/Application Support/WebFoundation/HTTPCookies.plist
    For Entourage users:
    Entourage is in /Home/Documents/Microsoft User Data
    Also in /Home/Library/Preferences/Microsoft
    For FireFox:
    /Home/Library/Applications Support/FireFox
    /Home/Library/Preferences/org.mozilla.firefox.plist
    Credit goes Macjack for this information.

  • Need help migrating from Cinewave to Kona

    Our graphics department is preparing to switch from the discontinued Cinewave RT (v 4.6) to a Kona 2. The Cinewave RT is currently installed on a G5 running FCP HD (4.5). The Kona is on a G5 running FCP 5.
    Our problem is with the gigabytes of clips that were created with the Cinewave. They are in Targa Cine YUV16 codec. When we try to play these clips in QuickTime Player, we get a white screen with no audio. Final Cut Pro 5 shows the clips as black, and reports that they need to be rendered. But they won't render.
    Is there any way for us to convert these clips so that they're compatible with the Kona 2 and beyond, short of dumping them to tape, or SDI to SDI?
    Please help!!

    Talked to AJA about that today....
    That codec the 2Vuy codec is for 8 bit video...
    The codec used on this Cinewave footage (RT V4.6) was:
    Targa CineYUV16, which is a 10 bit codec.
    We kinda found a way to do it, but it involves bringing it into FCP, with copmressor setting to match input filetype, and then Saving As, and selecting the compressor format that we normally use, then starting anew with the now-converted files.
    Is there any clip conversion programs that will convert clips from one codec format into another, Say, put the files needing-to-be-converted in one folder, and having it convert those files to the same codec type (that our Kona 2 card is set for) and place them in a different folder, keeping the same filenames?
    A file conversion program would seem to be a better approach, but I'm not smart in those types of programs....

  • I need to migrate from macbook to new mb pro?

    My logic board was destroyed by coffee. How do I migrate info?    

    You would probably have to either use your time machine backup and migration assistant if you back up. Otherwise you could put your macbook in target disk mode and see it as a harddrive. Seems the logic board is knackered, i cant see how the keyboard would work.
    Take it into apple and see if they can get the data off. Otherwise remove the harddrive from the laptop (if its a complete wreck) and use an external harddrive reader.
    Regards,
    Ryan

Maybe you are looking for