LR2.7 second (new) laptop can't open catalog on external drive

I've installed and updated the same version of LR on a new laptop which I'm still setting up (Windows 7 Pro 64-bit). It sounds like it's ok to have two installs for one user at home, but the second one is still in trial mode so far. I wanted to see how much faster/better the new laptop handles the catalog which is on an external drive. The old laptop is Windows XP SP3 32-bit.
If I connect the external drive to the new laptop and try to open the catalog, it says it can't use the catalog "because it is not writable and cannot be opened.
This could be caused by incorrect permissions or because another Lightroom application is using the catalog...".
I am an Administrator on both machines. I don't see a lock file, and the Windows permissions for System and Administrators allow all (but Special Permissions is unchecked).
There are some photos on the old c: drive that I haven't copied over yet, but that shouldn't make a difference.
And I can still open the catalog on the old laptop.
What should I do?
Thanks in advance.

I hear that on Win 7, running as Administrator is not sufficient--you need to make sure that your account "owns" the files or directories that it's trying to access.
Also, with LR not running, check in the directory that the catalogue is in and if there's a file with a ".lock" extension, delete it.
Hal

Similar Messages

  • New computer -- can't find music on external drive - what am i doing wrong?

    I have searched previous posts and cannot seem to find an answer.
    Up until recently, I ran iTunes from my desktop, and housed the music on an external hard drive. Recently, I purchased a new laptop and transferred applications and files over from the desktop using Windows Easy Transfer.
    I thought that simply pointing my laptop to the iTunes Music Folder location on the external hard drive was all I needed to do (F:\iTunes\MyMusic) but I seem to be mistaken, as I am getting the “iTunes cannot find the original files” messages when I click to play songs.
    Have I missed something incredibly obvious here? I’ve been futzing around with this for a while now and tend to think I am missing the easy fix.
    Thanks in advance for any assistance you may be able to provide.

    Thank you for your response. The drives are in fact different letters -- I changed the drive name to correspond the original drive letter...but that doesn't seem to have fixed the problem.
    Where I seem to stand is:
    Old computer (with iTunes library) + external hard drive (with iTunes music) work just fine.
    New computer -- iTunes library copied from old computer, iTunes music folder identified in iTunes, but iTunes can't find the music.
    At this point, am I better off starting from scratch with the new computer (in terms of installing iTunes and moving my library over from my old computer)?
    And if so, what would be the best way to approach this?
    Thanks much.

  • I have bought a new laptop which does not have a Disk Drive for CDs. How can I load my Acrobat Pro X on to this computer

    I have bought a new laptop which does not have a Disk Drive for CDs. How can I load my Acrobat Pro X on to this computer

    Download it from https://helpx.adobe.com/acrobat/kb/acrobat-downloads.html

  • Can't open files from iCloud Drive on Mac

    Hi,
    Can't open file from iCloud Drive on my MacBook Air (OS X 10.10.1).
    I created new file (in Numbers for example). Then Numbers->File->Open->iCloud Drive->my_file.numbers and it says "Can't open file my_file.numbers".
    I can preview the file by pressing Space, but openning from application and double-click on it doesn't work.
    Files that were created earlear also not opened.
    Does anybody know how to solve this problem? thanks.

    Using smtp.mail.me.com - also tried smtp.me.com
    SSL yes
    port 587
    SMTP Authentification Yes
    Security SLS/TLS - also tried STARTTLS
    User full **@me.com email address - also tried user name without @me.com
    I have spoken to apple support this afternoon and we tried the variations shown above.
    Support told me to wait for a day and try again!
    After the iCloud authentication problem last night I changed all my passwords I wonder if there is an SMTP problem at me.com perhaps not reading the updated passwords?
    I'll try and use the old passwords later.

  • Old laptop died, got latest itunes on new laptop and recovered all music from external hard drive but ipad not recognised as device when plugged in? Do i reset my ipad2!!!

    Old laptop died, got latest itunes on new laptop and recovered all music from external hard drive but ipad2 not being recognised as a device when plugged in so can't sync? Do i reset my ipad2?!!!! Its only taken 7 months to get to this point.
    My ipad is set to sync via wifi but it is still trying to look for my old laptop which has been trashed..but i have deauthorised it and removed it from my account and still not recognised.
    Please help (an extreme novice to Apple products)

    Sync Your iOS Device with a New Computer Without Losing Data
    http://www.howtogeek.com/104298/sync-your-ios-device-with-a-new-computer-without -losing-data/
    iPad not appearing in iTunes
    http://www.apple.com/support/ipad/assistant/itunes/
    iOS: Device not recognized in iTunes for Mac OS X
    http://support.apple.com/kb/TS1591
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    IOS: Syncing with iTunes
    http://support.apple.com/kb/HT1386
    Apple - Support - iPad - Syncing
    http://www.apple.com/support/ipad/syncing/
     Cheers, Tom

  • Can't open catalog

    Hi, new to Lightroom so bear with me. Since I'm using Lightrom on my own desktop as well as at school, I have the catalog stored on an externel drive. I've opened it up from the external drive using several differnet computers but just now it won't let me open the catalog saying "The Lightroom catalog named "Stephen+Catalog" can't be opened because it is currently open in another application." As far as I know it is not open anywhere else. Plugged the external drive into another computer and got the same error message. Makes no sense. Help! Thanks in advance.

    From: b_gossweiler [email protected]
    Sent: Sunday, February 26, 2012 10:22 AM
    To: ATCStephen1
    Subject: Can't open catalog
    Re: Can't open catalog
    created by b_gossweiler <http://forums.adobe.com/people/b_gossweiler>  in Photoshop Lightroom - View the full discussion <http://forums.adobe.com/message/4230478#4230478

  • Rman: can't open catalog

    Hi, Completely new to all this rman stuff. Reading up in the Oracel Database 10g DBA Handbook which has a step by step on RMAN. I have failed at the first hurdle, getting error message "rman: can't open catalog" when I type "rman catalog rman/rman001" havingf set up the Oracle SID alreafy. If I type "rman" and nothing else the sessions hangs?
    Any thoughts and advice most welcome.

    export ORACLE_SID
    export ORACLE_HOME
    export PATH
    export ORACLE_BASE
    Now Create RMAN catalog
    1. Create tablespace specific for rman catalog
    2. Create user schema specific for rman repository
    3. Grant connect,resource,sysdba,recovery_catalog_owner roles to rmanuser
    4. Now connect using RMAN utility
    rman target rmanuser/password@sid catalog rmanuser/password@sid
    5. On RMAN prompt now create the catalog using 'CREATE CATALOG' command
    6. Register database;
    Now RMAN catalog is ready. If you start taking backup the information about the backup sets will go to the catalog in the schema that you created. Controlfile is the default repository for RMAN. You can work with RMAN witout catalog aswell. For advantages/disadvantages go to http://oracle.com/technology
    documentation section and download RMAN documents.

  • PSE 12 - Can't open catalog - some internal programming error. Can NOT open PSE 12 organizer

    Can not pass Catalog manager - Can't open catalog - sez an internal programming error occurred?????

    Yes, it seems like a problem with the main catalog.  I haven't seen a failed conversion before that didn't write a conversion log.  So there aren't many clues to go on.  I have just one more suggestion -- run the utility psedbtool on your PSE 6 catalog:
    http://www.johnrellis.com/psedbtool/
    Because you have both PSE 6 and 8 installed, you'll have to run it specially:
    1. Start PSE 6 and do Help > System Info to find the folder path of your PSE 6 catalog folder.
    2. Start a command prompt.
    3. Type these two commands:
    cd c:\psedbtool
    .\psedbtool -printVolumeTable > output.log
    4. Copy and paste the contents of c:\psedbtool\output.log here.

  • Can't Access Photos on External Drive

    I attach my external drive (Toshiba 320GIG) and open, which gives me the external drive window. I click on Toshiba on the left-hand-side menu, then begin to enter IMG in the search window. As soon as I type the first letter, the menu highlight defaults to my hard drive menu item and I can't search in my external drive. What am I doing wrong?
    Thanks for reading. Any help appreciated.
    Russ

    So, you have two versions of iphoto? One from the old machine and one from the new?
    If so, forget about opening with the older version of iPhoto.
    For the newer version:
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  

  • Finder behaving strangely, temporarily unresponsive when opening Apps folder, External Drive.

    Hi I'm running 10.7.2 on a 27-inch iMac 11,1 (Late 2009). Everything has been working great up until a few weeks ago. I can't remember if it was after an update or what.
    I have an external 1.5 TB hard drive, and whenever  try to access the drive's root (lowest-level) directory, Finder freezes up for 1-2 minutes, I can't do anything, it just stays unresponsive. If I keep a window open of that same directory and open the directory by opening a new finder window and going to the external drive, it works just fine, but this isn't an ideal work around, since it keeps me from opening the drive via the icon on my Desktop (since that would just point focus to the already-open window, and if I navigate away from the base directory, the problem happens all over again once I try to re-access the drive).
    At first this was the only problem, then I noticed that the exact same unresponsive Finder would result if I tried to open the Applications folder, and then again it turns out the Documents folder does the same thing when whatever program I'm using tries to open a 'Save As..' sheet that points to the Documents folder by default, for example. This behavior renders some pieces of software super impractical to use.
    Finally, lately, whenever I try to open a directory in Finder that is a sub-directory of my home directory, the directory will use the same 'View Options' as my home directory (background color, etc.). If I navigate away from the folder and back, it's styles appear as normal -- this only occurs when I open a new finder window directly to another directory that is a sub-directory of my home. 
    Then, I ceased having problems with the Documents and Applications directories (can't remember when), but still have problems with my external.
    Phew. I'm not completely sure that the last issue is related to the main problem, but it seems likely.
    Any ideas as to what's going on here?
    Thanks,
    Sam
    Edit: This has been going on for a few weeks now, restarting the computer, restarting Finder, fixing disk permissions have all been tried.

    I am pretty sure I used Apple's Migration Manager to move my account which easily could have pulled over some legacy CS folders in my user's Library.
    After some more searching I did find a .plist file for the Adobe Application Manager by having Spotlight look for /Mars. The .plist did include the these (incorrect) paths: /Volumes/Mars. After I corrected that I was able to install InDesign in the right location and it works now.
    Strange thing is that Adobe Application Manager still created the invisible folder /Volumes/Mars and put the Adobe Extension Manager in it.
    Since I have a book to finish and ID is working now I won't rock the boat but I have no doubt it will hang again and a re-install is in my future. So I downloaded the cleaner-tool and will use it next time.
    Thanks
    Peter

  • Time Machine will not let me restore from recent backups.  I can see them on the external drive but will not restore sooner that June of 2013!  Any suggestions?

    Time Machine will not let me restore from recent backups.  I can see them on the external drive but will not restore sooner that June of 2013!  Any suggestions?

    All I can suggest is that you open that file on the MBA and save it as a new file, then see if you can open the new one on the iMac.

  • Can I use a 2tb external drive with Time Machine to backup my Mac Mini (256gbSSD + 2tbHDD)?

    Can I use a 2tb external drive with Time Machine to backup what I have on my Mac Mini?
    My Mac Mini has one 256 SSD and one 2tb HDD. I want to use Time Machine to do a backup of everything.
    Would an external 2tb My Passport Drive by Western Digital work for the backup?
    It seems like it would not work because the total storage on the Mac Mini is 2304 gigabytes (SSD + HDD).
    And the external Western Digital drive is only 2048 in gigabytes versus 2304 gigabytes the Mac Mini has.

    No. A Time Machine backup drive should have at least twice the capacity of the drive it backs up. You would need at least a 4 TB backup drive for Time Machine.
    Might I suggest as an alternative that you not use Time Machine but a third-party backup utility that simply overwrites older files with new ones such that the backup drive can be the same capacity as the drive backed up.
    Suggested Backup Software
      1. Carbon Copy Cloner
      2. Get Backup
      3. Deja Vu
      4. SuperDuper!
      5. Synk Pro
      6. Tri-Backup
    Others may be found at MacUpdate.
    Visit The XLab FAQs and read the FAQ on backup and restore.  Also read How to Back Up and Restore Your Files.

  • Using an external drive with shared files (iPhoto, iTunes), attached to a Time Capsule, can the contents of the external drive be backed-up to the internal Time Capsule drive? Perhaps a RAID1 mirror to a partition?

    Using an external drive with shared files (iPhoto, iTunes), attached to a Time Capsule, can the contents of the external drive be backed-up to the internal Time Capsule drive? Perhaps a RAID1 mirror to a partitioned Time Capsule? I understand that the Time Machine (software) cannot backup a networked drive (the external) and that Time Capsule (the router/wireless hard drive) does not have its own backup software... so it won't backup the connected drive. What I would like is an alternate solution for having an automated backup of a networked drive. A 2TB Time Capsule has more than enough space for Time Machine backups of my family of Macbooks, so I had hoped to mirror a 500GB external drive (with shared media files) to a portion of the Time Capsule internal hard drive. I assume this would require a partition of the Time Capsule drive. If not, would the sparse file from the various computers being backed up need to be copied to the external drive as part of the RAID1 setup? This seems like overkill for the Time Machine backup, but it would cover the media files.  

    The complexity with this idea is the software has to run from a Mac computer on your network.. so you need a Mac turned on, probably most of the day.
    It isn't possible to partition the TC although you can create a image area.
    The software would have to copy the material, that means all files to be copied, go from USB drive, back to the Mac, then back to the TC, and written to the drive. In other words you have just added Network congestion, although a proper incremental backup type software will not actually use a lot of capacity.
    Finally it will be slow.. network drives are slower than internal drives. Well USB connected drive is much slower than the same drive connected directly to the computer.. and if the drive is connected directly to a computer it can be shared with the network.
    http://www.anandtech.com/show/4577/airport-extreme-5th-gen-and-time-capsule-4th- gen-review-faster-wifi-/4
    Read carefully the speed of the USB drive plugged into the TC.

  • Can I boot from an external drive with a "Virtual CD"

    I just purchased a Hitachi LifeStudio external hard drive for use as my Time Machine backup. When I plugged it in to my MacBook running 10.6.4, I realized that it had one of those "Virtual CDs" that contained the manufacturers crapware, similar to Western Digital's MyWare or whatever its called. It shows up in disk utility as an actual separate disk and not just another partition that can be wiped.
    I reformatted the drive using GUID and and created 3 HFS+ Journaled partitions. One was going to be for the 10.6 installer, one for the 10.6 boot, and one for my time machine backup. I restored a 10.6 install dvd disk image I created using disk utility to the 10.6 installer partition (with erase destination checked) then option booted my mac and the partitions did not show up. The only thing I could see was my internal hard drive.
    I have done this many times before and it has always worked so Im trying to figure out what Im doing wrong. The only thing I can think of is that the "Virtual CD" that Hitachi put on this external drive is stopping the Mac from seeing the bootable partitions I created. I even went into system preferences>startup disk and blessed the 10.6 install partition. That didn't work either, the computer just booted to my internal drive.
    So my questions are. Is it because of this "Virtual CD" that I can't boot from my external drive? If so, is there a way around it? I already searched their web site and emailed their tech support asking for a firmware update to remove the virtual cd.
    Thanks in advance.

    Yes, it's a known issue. You've already referred to the issue with WD systems. WD has a long list of products that are either not compatible with Macs or won't boot a Mac.
    There are practically no problems with bare drives, but once installed in an enclosure there is no guarantee that the package will function as a bootable device. This is especially the case if the manufacturer uses some sort of "virtual" scheme intended for using the device as a sort of one button backup device.
    External drives don't have to specifically say anything about being Mac bootable or compatible. It's up to the consumer to verify compatibility and usability.

  • MacBook Air, can I partition my Mac external drive to have an ISO image file location for Windows downloads?

    Hi, in preparation for installing bootcamp and windows 7, and in the absence of a DVD drive on my MacBook Air, can I partition my Mac external drive to have an ISO image file location for Windows downloads?

    The Boot Camp instructions are located here: http://www.apple.com/support/bootcamp/
    The Boot Camp Discussion Community is located here: https://discussions.apple.com/community/windows_software/boot_camp

Maybe you are looking for

  • Can you set the default Filter under Admin tab in UCSM?

    Such a minor and trivial question but just curious. It defaults to 'Faults, Events, and Audit Log'. A majority of the time that's all you'll need after initial setup, but I was wondering if I could somehow set the filter to 'All' as the default view.

  • Additional fields in VA01

    Hi,   I need to add additional fields in VA01 transaction .. i.e in VBkd table.. I have added Z field in VBKD table.. This field need to be included in additional data screen... But for VA01 transaction i didnt found any screen exit.. But in screen 8

  • Releasing new application with new "by" name

    i released 2 month ago an app with the name ***** and in by was my name.... now i want to release a different app with general name in by ( not my name ). is it possible?

  • Text objects don't snap properly

    Has anyone noticed that text objects (and in particular point text objects) don't snap properly to guides even if Type Object Selection by Path Only is checked in Preferences? I'm on CS2 but on older versions of Illy this was never a problem. The obj

  • How to change the form's language on startup

    Hello , When I open the form the date field is initialized to a date of today but the the problem is that the date is displayed in Arabic numbers , I want when the form starts the date is displayed in English numbers instead , How can I do that ? Tha