Why can't I open and retrieve my files from iPhoto and my address book after importing the files from my Power mac G5 to my new Mac Pro? I get a warning that says the new OS on my Pro doesn't open files from a Power Mac. Any idea how I can fix this?

Why can't I open and retrieve my files from iPhoto and my Address Book after importing the files from my Power Mac G5 to my new Mac Pro? I get a warning that says the new OS on my Pro doesn't open files from a Power Mac. Any idea how I can fix this?

For your addressbook, export the files to vCard on the PowerMac, then bring them over to your Mac Pro. For your iPhoto, copy the Users -> yourname -> Pictures folder to your Desktop on the Mac Pro, and open iPhoto on the Mac Pro holding the command and option keys.  Select the library file from that Pictures folder and open it.  It should import all the pictures into iPhoto as part of the rebuild process.  Other PowerPC to Intel migration issues are covered here: https://discussions.apple.com/docs/DOC-2295

Similar Messages

  • I exported my iBook and got the .ibooks file on my Desktop(iMac Retina 5K), I tried to put the file into the iBooks application but I get a message that says "The file "______.ibooks" couldn't opened because it isn't in the correct format.

    I exported my iBook and got the .ibooks file on my Desktop(iMac Retina 5K), I tried to put the file into the iBooks application but I get a message that says "The file "______.ibooks" couldn't opened because it isn't in the correct format.  I took the same file and transferred it in my MacBook Air and was able to put it in the  iBooks application no problem, the MacBook Air runs OS X v 10.9.5
    Please advise as to Why it would work on an older OS X version as oppose to the newer OS X Yosemite
    Thanks
    JP

    Thanks Lyra,
    I may be doing something wrong because looking at the "Purchased" in iBooks I only see all the books that I actually purchased, none of the iBooks that I created in iBooks Author shows up. I can re-download all the iBooks I've purchased and some in iCouds, but the ones I've created  in iBooks Author are no where to be found.
    Any help is much appreciated,
    Best Regards,
    JP

  • I cannot open iTunes.  I get a message that says "The file iTunes library.itl cannot be read because it was created by a newer version of iTunes. Would you like to download iTunes now?"  I downloaded it and it and I continue to get the same message.  How

    I cannot open iTunes.  I get a message that says "The file iTunes library.itl cannot be read because it was created by a newer version of iTunes. Would you like to download iTunes now?"
    I downloaded it and it and I continue to get the same message.
    How do I fix this?    Thanks,  Dee

    Upgrade iTunes to the latest version. It should be 10.5.3.

  • When trying to open lightroom I get a message that says, "The lightroom.exe that the short cut refers to has been changed or moved, so the short cut will no longer work properly.  Do you want to remove this short cut?  The program has opened and worked fi

    When trying to open lightroom I get a message that says, "The lightroom.exe that the short cut refers to has been changed or moved, so the short cut will no longer work properly.  Do you want to remove this short cut?  The program has opened and worked fine in the past.

    You have (probably accidentally) moved or deleted the Lightroom program. You need to find it (have your operating system search for lightroom.exe) and move it back to where the shortcut expects it to be.

  • TS2611 I re installed my Final Cut express software, now when I go to use my "halo" and "arrow" application I get a message that says the file format is too new for this version of the application.  Anybody have suggestions?

    I re installed my Final Cut express software, now when I go to use my "halo" and "arrow" application I get a message that says the file format is too new for this version of the application.  Anybody have suggestions?

    After install, did you go to  Apple menu > Software Update to update your FCE to the latest version?
    MtD

  • I plug in my printer and I get a message that says, "the disk you inserted is not readable." It didn't do this before but after I installed a segate hardrive software. I have removed the segate hardrive software but the message still appears.

    I plug in my printer and I get a message that says, "the disk you inserted is not readable." It didn't do this before but after I installed a segate hardrive software. I have removed the segate hardrive software but the message still appears. What can I do to remove this error.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click the line of text below on this page to select it:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' | open -f -a TextEdit 
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Repeat with this line:
    { sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; sudo defaults read com.apple.loginwindow LoginHook; sudo crontab -l; } 2> /dev/null | open -f -a TextEdit 
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    { launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)/{print $3}'; crontab -l 2> /dev/null; } | open -f -a TextEdit 
    Step 4
    ls -1A /e*/{la,mach}* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts .la* 2> /dev/null | open -f -a TextEdit  
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' | open -f -a TextEdit 
    Remember, steps 1-5 are all copy-and-paste — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • Having the same problem with Adobe Story. Getting a warning that says "Failed to get user preference

    Having the same problem with Adobe Story. Getting a warning that says "Failed to get user preferences, lost the internet connection." Any help would be greatly appreciated. Phone support was useless

    Yes, me, just now! I was thinking it was because I am on a brand new computer and I did something wrong when I put itunes on it. But now I am thinking it is an itunes issue, not mine.

  • HT1222 I am trying to update my phone so I can save my info on my old phone & get a new phone, but I get a error that says "There was a problem with downloading teh software, the network connection timed out.."  HELP!  Not sure what my settings shoud be..

    I am trying to update my phone so I can save my info on my old phone & get a new phone, but I get a error that says "There was a problem with downloading teh software, the network connection timed out.."  HELP!  Not sure what my settings shoud be...
    I never updated anything until now...I want o update my iPhone to the newest version, but i do not want ot loose all that I have on this phone. I was told I needed to update the operating systems so i can put things into the cloud for transport to new phone, but I am just not sure how to do this..Can you help out here??

    Dear Jody..jone5
    Good for you that can't update your iphone because I did it and my iphone dosen't work for example I can't download any app like Wecaht or Twitter..
    Goodluck
    Atousa

  • I have a laptop PC and am trying to install my product.  After the download is complete I get an error that says "the file archive part of Adobe Photoshop Elements 13 is missing. You need all parts.

    I have a laptop PC and am trying to install my product.  After the download is complete I get an error that says "the file archive part of Adobe Photoshop Elements 13 is missing. You need all parts.
    Please help, I don't know how to do this
    Thanks

    you need both the exe (which you have) and the matching 7z (that you don't have, yet).  dl it:
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Fried my hard drive.  Trying to authorize new computer (store authorize computer).  I get a box that says the account has already been created.

    Fried hard drive and replaced computer.  Trying to authorize my new computer to download music on the account I created with old computer.  I get a box that says the account hs already been created.  I know that.  I created it.  Has anyone else out there run into this before?

    Unless the process has changed, you won't be able to do that (I've been there, done that...). You can either opt to de-authorize all (doesn't matter if it's only one) which you're allowed to do once a year, or, if you don't want to "waste" that option, contact iTunes support.

  • I can't open adobe captivate 8. I get a message that say the file archive part of adobe captivate 8 is missing. Please download all parts. I have the serial number. How do I download all parts?

    I can't open adobe captivate 8. I get a message that say the file archive part of adobe captivate 8 is missing. Please download all parts. I have the serial number. How do I download all parts?

    Hi There,
    It seems that you have only downloaded .exe file. You need to download two file .exe and .7z and put it in a same folder and then try to run .exe
    Regards,
    Mayank

  • I updated I Photos and now I can not get into the I Photos,   I get a message that  says "the library needs to be updated to work with this version of I Photo'  I have no other updates to install.  How do I update to get into i Phones?   riderm622

    I updated my computer with the  I Photo June 2012 program and now I can not open I photo or shut off the computer because I get a message that says "The library needs to be updated to work with this version of I Photo'   I have no other updates to install.  How do I update the library to get into I phootos.  riderm622

    backup your iPhoto library and download the 9.1 update and install it
    LN

  • Help, I can no longer open my IPhoto, I get a message that says the library needs to be upgraded to work with this version of IPhoto

    Help, I can no longer open my I Photo's.  I get a message that says the library needs to be updated to work with this version of IPhoto.  What have I done and what can I do to view them again.

    You're welcome
    It should have showed you a progress bar, and hopefully it was moving steadily

  • I have tried the following, "netsh winsock, reset", but I get a message that says the required operation requires elevation run as administrator . this is my laptop and I am an administrator, please help , itunes store is the only program i have issues

    I get a message that says, the required operation requires elevation <run as administrator>. I am the owner of this laptop and I have administrative authority, why does this show and how can I fix this. Itunes store is the ONLY program I am having trouble with.Very , very frustrating.!!!!!!!!!!!!

    I will assume you're using Windows Vista-7:
    Try these steps instead:
    1 Click start, and in the start menu search, type "cmd" (without the quotes) DO NOT PRESS ENTER!
    2. Right click the "cmd" search result
    3. Click "Run as Administrator"
    4. If you get a pop up message, click yes or continue
    5. Type the command in the window as you did above.
    In an effort to try to prevent programs from messing with your computer, programs don't run under your administrator account unless you tell them to or they ask. This gives the Administrator (elevated) privelleges that you need.

  • I am trying to delete an XLS file from a network drive and am getting a message that says the file cannot be deleted because it is in use.  I can't see where it is in use and have tried to reboot the computer to no avail.

    I am trying to delete an XLS file from a network drive and am getting a message that says the file cannot be deleted because it is in use.  I can't see where it is in use and have tried to reboot the computer to no avail.  I can delete other files but several XLS files are giving me this message.

    You said it was a network drive.  So is someone else on the network using that same file or may have have left with excel still accessing it on their system?

Maybe you are looking for

  • How can I re-run the SMC and EFI driver updaters ?

    When I bought my iMac Intel 20" in mid-2006, I immediately had a problem with the video driver when the computer woke up from sleep : the screen was badly flickering. After lengthy talks with Apple, I was sent two updaters (one for the SMC and one fo

  • Error When Trying To Publish In Visual Studio 2013 C# Project

    I have a C# Winforms app in Visual Studio that has a problem. when I click on Project->Properties->Publish and click on the Options button, I get a prompt saying "An error occurred trying to load the page. An item with the same key has already been a

  • How do I get Photoshop and Illustrator side-by-side with dual monitors?

    I currently have my dock on the left side of my left monitor and my menu bar is at the top of my right monitor. I would like to be able to have photoshop and illustrator side-by-side (one in each monitor). Is this possible? Thank you!

  • Display the status of the production order

    Hi Friends, I have a task which should display the status of the production order. If an order number(AUFNR) is given, it should display whether the order is available or not. Also it should display the status of the order whether it is delivered, co

  • Impossible Filter on Bex for free characteristic

    Hi,    We have a problem on a workbook. Our query has as free characteristics company and profit center for enabling the user to filter on the workbook.    But when the query is executed on the workbook and the user try to select filter values on com