Transferring work between computers

My old laptop that had Photoshop elements (version 8) died and I re-installed the software on my new laptop.
How do I bring all the work I did on my old laptop onto my new laptop (photo organization, ratings, slideshows)?
I can't use the old laptop, but I have the old hard drive connected to my new laptop as an external drive. So I have access to all the files.
I talked with Adobe help who says there is no way to do this, but I can't really believe it. This information must be stored in some files on the old hard drive.
Since I didn't really understanding the organizer and catalogs, I did not create a catalog backup within the software.
Ideas I have had:
1.  find the files that store the organziational data and copy to right places on the new computer
2.  Figure a way to install version 8  on the new computer so that it points to the external drive. Just installing may overwrite all the data though, so I would want to know how to back up the files with the data first.
Anybody know how to do this?
Thanks!

onaic wrote:
Excellent!  Yes this works. 
2 more questions
1.  Organizer is viewing and referring to the external drive (d:) which makes sense now that I think about it.  Is there a way to get globally view on the c drive (local drive)?  What I mean here, is that all the pictures on the c and d drives are exactly the same and organized exactly the same.  So if I could globally replace the path from d:\dir1\dir2\pict1 to c:\dir1\dir2\pict1  (for example), the ratings references, etc. should all work.  Seems like this is possible if PSE catalogs the picts by directory and name but not if it uses an internal ID.
     If this helps in your answer, I was reading that the catalog.pse8db is a SQLite database?  I do know SQL and programming though not Adobe and how to use SQLite.  If I already have the tools and it is not too complicated, I bet I could figure out how to manipulate this.  Reason I mention this is I could imagine the solution being a simple global change in a database.
2.  Is the way to avoid this in the future to do a catalog backup to a separate directory?
Thanks very much for your help!
From version 6 which adopted the sqlite database, the drive is managed in a separate table from the full path one. Every time a new drive is recognized by Windows, a new record is created in this table. The unique id is assigned by the database and the serial number, drive letter and description are stored as separate fields in the records of that table. The media table includes separate fields for the full path and the drive. In your case, every drive internal id is present and correct, but the description is false for the letter drive. When the organizer tries to recombine the letter with the full path and does not find, it uses the drive serial number... at least that's how I see it. So in your case, you would have to correct only a single record in the drive table to have a clean database. Generally a change like yours is not seen by the user if you stay with the same PSE version but it may hinder a conversion. Of course you can look at the database structure and make changes with sqlite tools. Simple changes like the letter id do not require sql queries with those tools.
You are right, the proper way to move all your media files from one drive or folder to another one is the backup and restore process from within the organizer. The restore recreates a clean database on the basis of your choice : same location as before, or new location anywhere.
Edit : you'll find free sqlite tools on the Web, my favourite is 'sqlite manager' an add-on for Firefox.

Similar Messages

  • Problem Transferring items between computers

    Hi, I followed the instructions under Transferring items between computers, and the pc I tranferred to gives me an error message stating: "Document is not licensed for this device type." Both devices are HP with WIndows 7. The ebook opens just fine on one HP, but not on the second HP. How can I get it to open successfully on both computers? Thank you.

    Ken, 
    If you need to regularly transfer data then I'd set up an Ethernet connection to file share and then transfer (modern Macs have at least 100BaseT Ethernet (which is around 12MBps max).
    If it's a irregular transfer you don't do often then using Firewire Target Disk Mode (theoretical 50MBps max) is probably easiest:
    Connect the two Macs with a 6pin-to-6pin Firewire cable.
    Restart the donor Mac which has the files on it and hold down the T key.
    The hard disk of the donor Mac will appear on the second Mac.
    Transfer your files.
    Drag the hard disk of the donor Mac to the Trash to unmount it.
    Power down the donor Mac using the power button.
    Other options include networking over Firewire (again about 50Mbps but some overheads for the protocols involved) or Airport (original approx 1MBps max, Extreme approx 6MBps max).
    mrtotes

  • Working between computers

    I am trying to build a website and i am working between a laptop and a desktop computer.
    Would I be correct in saying that I can work straight from a 4gb memory stick?
    Are there any disadvantages to working this way.?
    Would I be better to transfer root folder on to computer every time.
    If so, would it be a good idea to rename root folder using latest date so that I know where I am.
    e.g. today the file may be called DKB 14 Dec 11 and tomorrow DKB 15 Dec 11.

    Thanks Murray, I appreciate the suggestion.
    I have now gone through the validation process using both the validation tool inside of Dreamweaver CS4 (and am down to one error, which I will give here because I haven't found the fix for it) and then I ran validation through w3.org.  I fixed as many of the errors as I could, but still have two problems. 
    One error is the same one that keeps coming up in dreamweaver cs4:  The tag: "div" doesn't have an attribute: "tabindex" in currently active versions. [XHTML 1.0 Transitional] and refers to this line of code on the page:
    <!-- InstanceEndEditable -->
          <div id="Accordion1" class="Accordion" tabindex="0">
            <div class="AccordionPanel">
    These lines are from the Spry Accordian tool that I used within Dreamweaver CS4 to create a Spry Accordian element.  Since the code is created by DW or the Spry tool within Dreamweaver, I'm not sure what to use instead, or if changing it will affect the element on the page.
    The tabindex error does come up in both Dreamweaver and w3.org, so I know I really need to fix it, but I am at a loss on how to do so.  I've been trying to read through the w3.org "fix" explanation, but I am enough of a newby that it is still confusing.  I'm anxious to learn...and open to help.
    The other error(s) displayed by the w3.org validator is also created by DW and/or the Spry Menu tool (I am pretty sure I have all the updates) and is as follows:
    Line 234, Column 128: required attribute "alt" not specified
    …ts.html"><img src="images/clients_nn.png" width="280" height="200" /></a></div>

    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
    Here is the line of code from my site it refers to:
    <div class="AccordionPanelContent"><a href="clients.html"><img src="images/clients_nn.png" width="280" height="200" /></a></div>
    If the "alt" is what is missing, why doesn't it show it in the example line? 
    I also know I have used two different javascript items on this page, and I am wondering if they are conflicting with each other, or if one is sort of rewriting the code for the other to cause some of these issues.  I am having problems with the slideshow element and have been trying to get that program author to help us figure out what is going on with the slideshow...but basically what happens is, if the slideshow is the last thing I put on the page, I can upload it and it runs smoothly.  However, if I change ANYTHING (even retype a word in the description) of the Accordian, the slideshow breaks. 
    Please see: http://www.droznik.com/tenner_site/ (broken)
    http://www.droznik.com/tenner_site_demo/ (slideshow works)
    I also receieve validation errors within DW for my template page that do not show up on the index page.  This image shows the errors I get...but again, this is all code created for me by Dreamweaver, not code I have written, so I am not sure why it would be "bad" code?
    I cut off a bit of the error message but they are all pretty much the same thing...I tried to find the solution to it, and tried moving the lines to where it says the code is allowed, but kept getting the same messages.
    Again, I do appreciate the help, and hope someone can give me some advice...
    Thanks,
    Michelle

  • Sharing/transferring music between computers

    I am trying to transfer/share my "podcasts" folder, "purchased" folder, and a personal folder from this computer, my father's laptop, to our home computer, a desktop computer. My dad also uses iTunes on this laptop, so we each have a separate folder within iTunes for our playlists, thus my only transferring certain playlists. I followed each step precisely as shown in the article about this on the website, but it did not work, as many times as I checked to make sure I was doing everything right. When I go to the home desktop computer and check the Look for Shared Music box in the Preferences section, then click OK, nothing ever comes into the source list, where the folders from this laptop are supposed to be. Please help! The home computer is new, and the old one was not capable of having iTunes, so all I am trying to do is transfer my iTunes folders and the music contained in them from this laptop to that computer. Any suggestions? Please?!
    iPod mini   Windows 2000   Windows XP

    Hi,
    See this Discussion
    https://discussions.apple.com/message/16049581#16049581
    and these links
    http://support.apple.com/kb/HT1751
    http://support.apple.com/kb/HT1364

  • Question on Transfering Music Between Computers

    I have read the article on using the iPod as a harddrive and transferring to a new computer...but there's still a couple things I'm not clear about.
    1. If I wanted to tranfer my iTunes library to a new computer, I would first transfer all the music to my iPod, then, in the new computer, make sure Syncing is off, and then simply transfer purchases from iPod? I got confused in the article where it reads: "If you've erased the iTunes library on your computer, there's no way to use the Finder or My Computer to copy the media from your iPod to reconstitute the library on your computer." Is this simply saying the only way to restore the library is to use the "transfer purchases from iPod" option or re-burn and buy all my music?
    2. If I purchase a song from another computer and load it to my iPod, will the song be erased when I hook my iPod to my home computer if it syncs before I use the "Transfer purchases from iPod" option?
    Matt

    can anyone help here?

  • Transferring Music Between Computers With Ipod (Very Unique Situation)

    My Ipod has about 300+ songs on it that aren't on my old desktop (Windows)and I would like to know if I can get those 300 songs off the Ipod and onto my new MacBook Pro. I looked at the tutorial for how to do this and I saw two problems I would need to address. The first is the guide says something about not being able to move the files from a PC to a Mac and the second is it talks about updating the files on the ipod which I can't do since the files I want to find aren't on there. Can I move these files without updating the Ipod? Oh and by the way I moved all the other files over to the MacBook.

    There's a manual method of copying songs from your iPod to your Mac at this link: Two-way Street: Moving Music Off the iPod
    If you prefer something more automated there are also a number of third party utilities that you can use to retrieve the music files and playlists from your iPod, this is just a selection. Have a look at the web pages and documentation for these, they are generally quite straightforward. I use Senuti but check the others out and choose whichever you are happy with.
    Senuti Mac Only
    iPodRip Mac Only
    PodWorks Mac Only
    iPod.iTunes Mac Only
    PodView Mac Only
    iPod Access Mac and Windows Versions
    YamiPod Mac and Windows Versions
    PodUtil Mac and Windows Versions
    iPodCopy Mac and Windows Versions
    There is also a new function in iTunes 7 under File, "Transfer Purchases from iPod" which transfers iTMS purchases. A paragraph on it has been added to this article: How to use your iPod to move your music to a new computer
    If your iPod is set to update automatically take care when connecting to your MacBook and an empty iTunes. You will get a message that your iPod is linked to a different library and asking if you want to link to this one and replace all your songs etc, press *No* (or "Cancel" if you are using iTunes 7). Pressing "Yes" (or Erase and Sync in iTunes 7) will irretrievably remove all songs from your iPod. Your iPod will appear in the iTunes source list from where you can change the update setting to manual and use your iPod without the risk of accidentally erasing it. In iTunes 7 Check the "manually manage music and videos" box in Summary then press the Apply button. Don't uncheck Sync Music it will be unchecked by default when you choose the manual setting: Managing content manually on iPod
    Keep your iPod in manual mode until you have reloaded your iTunes and you are happy with your playlists etc then it will be safe to return it auto-sync again.

  • Transferring Ical between computers

    I have recently transferred all data from an old Macbook to my new Macbook Pro using firewire. Unfortunately the bug that was in ical was also transferred and so will not sync with Mobile Me. I have returned the old Macbook back to factory settings using the installation disks so there is now a good copy of ical on the old machine. I now want to transfer the good ical to my new Macbook Pro, can this be done using firewire or any other means? If not how can I fix my ical?

    Just what it says - open System Preferences, click on Mobile Me, and in the Advanced tab there should be an option to reset your sync data.
    The specific error you are seeing is addressed here:
    http://support.apple.com/kb/TS1200

  • Transferring Printers Between Computers

    I just finished setting a new Retina MBP up from a Time Machine Backup, and printers were not transferred.  On the source machine, updated to 10.9.2, there are 7 printers, however on the destination machine, running 10.9.5, no printers copied over.  Is there a way to export printers from the source and import them into the destination or some other method of copying printers from one computer to another in Mavericks?

    I have no idea if that is possible or if it is done with Migration Assistant.
    Seems like it would be faster to just Add the printers.

  • Transferring info between computers

    my old macbook may have finally died. The battery is bulging and i think its overheated. But it will turn on - with a power cord. I need to transfer files and programmes from that computer to a new macbook PRO. I cant operate the mouse or cursor on the old computer but the hard drive seems intact.
    can i start up new computer so that i can see the screen and obtain info from the old one and then copy it across before the old one completelt gives out.
    Cheers

    With the old computer turned off, connect the computers to eachother using an ethernet cable. Then turn on the old computer while holding down the "T" key, and keep holding the "T" key until it starts up. This will start it in Target Disk Mode. The old hard drive will (should) mount to the new computer's desktop. Then transfer away!
    You can also use a Firwire or Thunderbolt cable
    I hope this helps!

  • Transfering files between computers

    I have just ordered an iMac G5 1.9 ghz 17" computer and need to transfer my files from my eMac 700 to the new iMac G5. I also ordered a firewire male to male cable for the transfer. Any suggestions for how to do it so that, other than system software, all my programs and data will be duplicated? I have Drive Genius 1.1.5 and also use SuperDuper for my backups.
    eMac 700   Mac OS X (10.3.9)  
    eMac 700   Mac OS X (10.3.9)  

    Welcome to Apple Discussions!
    Since you are backed up, you can use the Migration Assistant on the new machine:
    http://docs.info.apple.com/article.html?artnum=25773
    when hooked up to the old machine with the Firewire cable you mentioned.

  • Transferring profiles between computers via time machine

    This may be a dumb question, but I'll ask anyway.  My new MBPR is one of the ones with a faulty battery in the 100k+ thread below, and Apple agreed to send me a brand new one.  The problem is, they're not sending it until they receive the defective one back.  I need to migrate over the profile to this new computer.  Files aren't my concern, as they're all backed up - but my profile and network settings are. 
    In my company, our Mac "specialist" took a new job, and they're in the process of trying to replace him.  So, I don't want to go through the nightmare of reconfiguring the network settings on the new machine. 
    But, if getting a new machine is the only option - is it possible to restore that sort of thing from a HD backup, the same way that you would migrate in a direct connection from computer to computer?

    Make a Time Machine backup of your current computer. When the new computer arrives, use Setup Assistant to restore the Time Machine backup of your old computer to your new computer. Your new computer will then be identical to your old computer...network settings and all.

  • Please help! transfering songs between computers

    Hi, I recently got my own computer and am wondering how I can transfer (or even better, copy) the songs from my mom's computer to my new computer. Any suggestions? Thanks!

    Hey Anna,
    Do you have an iPod? If so this article will walk you through the process.
    http://docs.info.apple.com/article.html?artnum=300173
    If not the tips that article will still help. This article also has some good information thay you may find helpful.
    http://docs.info.apple.com/article.html?artnum=305451
    Jason

  • HELP! Transferring bookmarks between computers

    I just bought a new PowerMac and I need to transfer my Safari bookmarks from my Malibu Barbie G5. How do I do it when I've got the two connected?
    Thanks!

    Move the file Library/Safari/Bookmarks.plist from your home folder on the old computer to the same location on the new one.
    (33481)

  • Transferring purchases between computers & different accounts

    I have many songs currently on my shuffle of which were downloaded from from a computer and an account that I no longer have access to. I have a new computer and have esablished a new account and purchased new songs. My computer will access the current library on my ipod but will not allow me to make any changes to it. I've purchased songs on my new computer/account and it will not allow me to transfer them to my shuffle. Essentially how do i fix this so I can edit my ipod and add new songs to it. The account that i originally downloaded the songs from is now inactive.

    Bummer, now you are forever going to have to look after 2 itunes accounts.
    You need to get into that old account. See if the apple iforgot page helps.
    You need to authorize this new PC for both itunes store accounts.

  • Transferring music between computers

    I have a wireless network. I would like to download music from one computer to another. One computer has all the files I need but I can't seem to get them to transfer.

    Tranferring files from computer to computer can be complicated, depends on your network and security settings.
    This might help
    http://compnetworking.about.com/od/homenetworktroubleshooting/HomeNetworkTroubleshooting.htm

Maybe you are looking for