Update to 4.2 has deleted all my published albums content from Lightroom...

Does anyone know how to resync published albums? All my published albums (all still untouched on my photoshop.com gallery) no longer have the published photos in them inside Lightroom. The folder architecture is untouched. I am worried that a sync will simply delete all photos published online...how to restore the albums content to pre 4.2 update status?

Whatever catalog you opened/worked with last will be the one that is used the next time you open Lightroom. Thus, this backup is now your default. You don't have to move the file, but you are more than welcome to. You can't do it from within Lightroom though. You can do this though:
1. Go to Lightroom > Catalog Settings (Mac OS) or Edit > Catalog Settings (Windows)
2. Under the General tab, click the Show button to open a Finder (Mac OS)/Explorer (Windows) window of the folder containing your catalog.
3. Leaving the Finder/Explorer window open, close Lightroom.
4. Move the catalog file ([CatalogName].lrcat) and the previews file ([CatalogName] Previews.lrdata) to a new location.
5. Double-click the catalog file. This will launch Lightroom using this catalog file in its new location (if you don't do this, Lightroom will ask you where the catalog file went the next time you launched it).

Similar Messages

  • How to completly delete all AC 5.2 content from NW?

    Dear all,
    We have just undeployed all 5.2 components in order to install version 5.3 (SP5). When deploying the new SCA files we get errors and it ends that just one out of four gets files deployed (AE), JSPM alterts that some objects already exists:
    Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Feb 2, 2009 4:16:12 PM   Info: Begin of log messages of the target system:
    09/02/02 16:16:08 -  ***********************************************************
    09/02/02 16:16:09 -  Start updating EAR file...
    09/02/02 16:16:09 -  start-up mode is lazy
    09/02/02 16:16:09 -  EAR file updated successfully for 45ms.
    09/02/02 16:16:09 -  Start deploying ...
    09/02/02 16:16:11 -  EAR file uploaded to server for 819ms.
    09/02/02 16:16:12 -  ERROR: Not deployed. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Cannot deploy application sap.com/grc~ccume..
                         Reason: <Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='UME actions for application sap.com/grcccume couldn't be deployed: Scaning file "permission_files/sap.com_grcccume.xml" failed!: Service "com.virsa.cc" already exists!', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME actions for application sap.com/grcccume couldn't be deployed: Scaning file "permission_files/sap.com_grcccume.xml" failed!: Service "com.virsa.cc" already exists!; nested exception is:
                              com.sap.engine.services.deploy.container.DeploymentException: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='UME actions for application sap.com/grcccume couldn't be deployed: Scaning file "permission_files/sap.com_grcccume.xml" failed!: Service "com.virsa.cc" already exists!'
    The easiest soluiton is probably to re-install NW. But is there any way completly delete all old 5.2 content?
    Thx,
    Vit

    Vit,
    Unless you just really want a completely clean system to start on, reinstalling Netweaver is unnecessary.  You just need to follow these steps to clear out all 5.2 data:
    1) Undeploy all GRC 5.2 applications using the SDM tool
    2) Remove any remaining GRC applications from the Visual Administrator tool --> Server Node --> Deploy --> Applications --> Remove button
    3) Use the following database cleaning script:
    SPOOL C:\DATA_CLEANUP.TXT
    prompt Delete system specific rules in Action Rule Table
    delete from <SCHEMA>.VIRSA_CC_ACTRULE
    where vsyskey = '&1';
    prompt Delete all System specific Alert details
    delete from <SCHEMA>.VIRSA_CC_ALLASTRUN
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_ALLISTDTL
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_ALTCDLOG
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_AUTHMAP
    where vsyskey = '&1';
    prompt Delete system specific rules in Critical Action Rule Table
    delete from <SCHEMA>.virsa_cc_cract
    where vsyskey = '&1';
    delete from <SCHEMA>.virsa_cc_cractt
    where vsyskey = '&1';
    prompt Delete system specific rules in Critical Permission Rule Table
    delete from <SCHEMA>.virsa_cc_crprm
    where vsyskey = '&1';
    prompt Delete system specific rules in Critical Profile Table
    delete from <SCHEMA>.virsa_cc_crprof
    where vsyskey = '&1';
    delete from <SCHEMA>.virsa_cc_crproft
    where vsyskey = '&1';
    prompt Delete system specific rules in Critical Role Table
    delete from <SCHEMA>.virsa_cc_crrole
    where vsyskey = '&1';
    delete from <SCHEMA>.virsa_cc_crrolet
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_dataexd
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_fldmap
    where vsyskey = '&1';
    prompt Delete system specific rules in Function Action Table
    delete from <SCHEMA>.virsa_cc_funcact
    where vsyskey = '&1';
    prompt Delete system specific rules in Function Permission Table
    delete from <SCHEMA>.virsa_cc_funcprm
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_funcsys
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_lastrun
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_lsysgrp
    where vsyskey = '&1';
    prompt Delete system specific rules in Org User Mapping Table
    delete from <SCHEMA>.virsa_cc_orgusers
    where vsyskey = '&1';
    prompt Delete system specific rules in Permission Rule Table
    delete from <SCHEMA>.virsa_cc_prmrule
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_supp_det
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_supp_hdr
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_supp_text
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_syscract
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_syshmap
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_sysrule
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_syssapobj
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_sysusr
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_textkey
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_usrmap
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_xsrulemap
    where vsyskey = '&1';
    delete from <SCHEMA>.VIRSA_CC_xsysgrp
    where vsyskey = '&1';
    prompt Delete System details
    delete from <SCHEMA>.virsa_cc_system
    where vsyskey = '&1';
    delete from <SCHEMA>.virsa_cc_systemc
    where vsyskey = '&1';
    delete from <SCHEMA>.virsa_cc_systemt
    where vsyskey = '&1';
    commit;
    prompt Truncating VIRSA_CC_GENOBJ Table
    truncate table <SCHEMA>.virsa_cc_genobj DROP STORAGE;
    prompt Truncating VIRSA_CC_GENOBJT Table
    truncate table <SCHEMA>.virsa_cc_genobj DROP STORAGE;
    prompt Truncating VIRSA_CC_GENUSR Table
    truncate table <SCHEMA>.virsa_cc_genusr DROP STORAGE;
    prompt Truncating VIRSA_CC_GENACT Table
    truncate table <SCHEMA>.virsa_cc_genact DROP STORAGE;
    prompt Truncating VIRSA_CC_GENPRM Table
    truncate table <SCHEMA>.virsa_cc_genprm DROP STORAGE;
    prompt Truncating VIRSA_CC_GPRMLIST Table
    truncate table <SCHEMA>.virsa_cc_genobj DROP STORAGE;
    prompt Truncating VIRSA_CC_SYSUSR Table
    truncate table <SCHEMA>.virsa_cc_sysusr DROP STORAGE;
    prompt Truncating VIRSA_CC_ACTVL Table
    truncate table <SCHEMA>.virsa_cc_ACTVL DROP STORAGE;
    prompt Truncating VIRSA_CC_PRMVL Table
    truncate table <SCHEMA>.virsa_cc_PRMVL DROP STORAGE;
    prompt Truncating VIRSA_CC_CRACTVL Table
    truncate table <SCHEMA>.virsa_cc_CRACTVL DROP STORAGE;
    prompt Truncating VIRSA_CC_CRPRMVL Table
    truncate table <SCHEMA>.virsa_cc_CRPRMVL DROP STORAGE;
    prompt Truncating VIRSA_CC_ROLEVL Table
    truncate table <SCHEMA>.virsa_cc_ROLEVL DROP STORAGE;
    prompt Truncating VIRSA_CC_CRROLEVL Table
    truncate table <SCHEMA>.virsa_cc_CRROLEVL DROP STORAGE;
    prompt Truncating Management Tables
    truncate table <SCHEMA>.virsa_cc_MGALERTS DROP STORAGE;
    truncate table <SCHEMA>.virsa_cc_MGCRTR DROP STORAGE;
    truncate table <SCHEMA>.virsa_cc_MGMTBU DROP STORAGE;
    truncate table <SCHEMA>.virsa_cc_MGMTTOT DROP STORAGE;
    truncate table <SCHEMA>.virsa_cc_MGRISKD DROP STORAGE;
    truncate table <SCHEMA>.virsa_cc_MGRISKS DROP STORAGE;
    SPOOL OFF
    Then try reinstalling GRC AC 5.3 through the JSPM tool.  You shouldn't get this error any longer.

  • The recent OS update has deleted all my pics from an app called "my photos" is there any way to get these back?

    the recent OS update has deleted all my pics from an app called "my photos" is there any way to get these back?

    If the system just Restarted on it's own, Shut down while you were working on something then started back up all those changes, edits, you had done in that app, document, are gone.

  • Each song on my iTunes has a duplicate. How do I delete all duplicates and prevent this from happening again in the future?

    Each song on my iTunes has a duplicate. How do I delete all duplicates and prevent this from happening again in the future?

    After I had updated to Itunes 11 (also on Windows 7), I had the same experience, but I suspect that it was because I accepted a proposal to set up an external media library in order to simplify security backups. An associated result was that I had lost all of my playlists!
    What I did was to restore the entire library off my Ipod, using a very good program called PodToPC (a free download is available) selecting an option to replace all of the stuff in the Itunes library. I use the Ipod Classic simply because it has a large capacity to hold my collection of CD and Vinyls. No way was I going to modify duplicates of 10000 tracks in 750 playslists by hand!  I did have a few residual problems with some of the playlist specs but, after a few hours of work all was restored.
    I hope this is useful.

  • New software has deleted all data!

    i've just updated my iphone3GS to the new software and it has deleted all data including contacts, photos, text messages, apps etc! i've tried restoring it again and the latest back up i can get is may 2010!!! I back up my iphone on a weekly basis so realistically i should be able to get my latest back up but the option isn't there! any help would be appreciated!!!

    Fixed my problem by re-booting phone. Which I shud of done to start!

  • My iPod has deleted all its music (not synced to itunes)

    Hi,
    I just updated to the new iTunes and my iPod has deleted all its content.
    My iPod is not synced to my itunes or laptop, so I just manually put it on.
    Has my music been lost? If so, can I get it back? Anyone know how it deleted by itself!? I was uploading music, ejected the device and when I went to play music there was nothing on it.
    Thanks

    An iPod has a hard drive inside. Like a hard drive in a computer, it can have data corruption that cause files to be lost. It is really not wise to keep music and other media on the iPod without it being backed up on the computer. You can easily break or lose your iPod, or the iPod could have data issues like the one your experienced.
    The cause may be a hardware problem. It can also be data only, which means using Restore on your iPod may make it work properly again. The only way to know is to use iTunes to Restore the iPod, which will erase the iPod and initialize the iPod's software.
    Going forward, you should store your media on your computer and sync it to the iPod. Additionally, you should back up the valuable data (and not just iTunes data) on your computer.

  • Syncing Iphone and Iphone has deleted ALL contacts from Outlook - Help!

    I have on many occassions synced my Iphone without issue.
    This time syncing the IPhone has deleted ALL the contacts on the hone and WITHIN Outlook.
    Can I regain the lost contacts safely from the back up?
    I have over 300 contacts and don't want to have to copy them all in manually.
    Any advice will be appreciated.
    Cheers
    Tony

    Restore the missing contacts file on your PC from your PC backup.
    Or, it you've backed up your iphone to icloud or itunes, you can try performing a restore of the iphone.

  • ITunes has deleted all my music except for the genre I was listening to yesterday.  It has also deleted my purchased movies and all my podcasts and playlists.  Grrr

    iTunes has deleted all my music except for the genre I was listening to yesterday.  It has also deleted my purchased movies and all my podcasts and playlists.  Grrr.  Is there a way to find it all again???

    Hey there MotherMarthaMayhem,
    Welcome to Apple Support Communities.
    This article provides information and troubleshooting tips that may help you find the media that recently went missing from iTunes on your MacBook Pro.
    iTunes: Finding lost media and downloads - Apple Support
    Cheers,
    -Jason

  • My music files etc were all located on my old laptop which was stolen. I have just plugged my iphone in to my new computer and it has deleted all my files. Has anybody got any ideas on how to retrieve the files?

    My music files etc were all located on my old laptop which was stolen. I have just plugged my iphone in to my new computer and it has deleted all my files. Has anybody got any ideas on how to retrieve the files?

    WINDOWS?
    Connect the iPod to your PC. If iTunes starts syncing (ie erasing) your music automatically, hit the X in the upper right hand corner of iTunes display, to the left of the search box, to stop it.
    In Control Panel, Portable Media Devices, double-click your iPod.
    In the Tools menu -> Options, in the View Tab, check "Show hidden files and folders."
    Navigate to the Music folder. On my 'pod, the full path is
    Portable Media Devices\NAME of IPOD (F:)\iPod_Control\Music
    Select all the music folders, and drag and drop them into a folder on your hard drive, or directly into iTunes.
    And you're done! The iPod music folder structure is strange and inexplicable, but once you move your files into iTunes you can set it to automatically organize your folder by artist and album to clean that up. (To do this, in iTunes Edit menu, choose Preferences and in the Advanced tab, check "Keep iTunes Music Folder organized."
    might be out of date worth a try

  • I recently update my iTunes and it deleted all my songs. I was able to get some back via iCloud but I can't seem to sync my old playlist. Any suggestions??

    I recently update my iTunes and it deleted all my songs. I was able to get some back via iCloud but I can't seem to sync my old playlist. Any suggestions??

    See Empty/corrupt library after upgrade/crash...
    tt2

  • Itunes 11.has deleted all playlists -help??

    Hi
    iTunes has deleted all of my playlists! the music is all still there, just no playlists. can I get them back?

    Hey Mr_M_J_Simmons,
    Thanks for the question. It may be necessary to re-create your iTunes Library, as this may salvage your previous playlists:
    iTunes: How to re-create your iTunes library and playlists
    http://support.apple.com/kb/HT1451
    Thanks,
    Matt M.

  • Album Artwork Not Updating??  Even After Deleting All New Artwork

    I have recently added new album artwork to my songs in my playlists directly through my iPod 5th generation. I thought the artwork was going to get updated automatically so after that I disconnected the iPod and tried to listen to the songs on it. But the songs either had no album artwork or the previous artwork that I "deleted".
    So then I connected my iPod to my PC again and there it was--all my new album artwork was already included with the songs, even though I couldn't see them whenever I used my iPod seperately.
    So then I right-clicked on "Tony's iPod" and clicked on options. I then went under the "Music" tab and unchecked "Dispaly album artwork on your iPod". Then I clicked okay which meant obvisouly meant I won't be able to see the artwork whenever I used to iPod seperately. So then I went in options again and checked "Display album artwork on your iPod". I expected the iPod to automatically update the artwork.
    I then clicked "ok" and on the top part of iTunes it said "Updating Ipod. Do not Disconnect" Then it said "Optiomizing artwork for Tony's iPod" but then all of the sudden a small window appeared with a big red X saying
    "The ipod "Tony's iPod cannot be updated. An unknown error occured (-50)."
    I freaked out again and restarted my computer...disconnected the iPod--connected it again, "disabled" the artwork and enabled it again...nothing worked--it kept showing the same error message. So then I decieded to delete all the new album artwork that were already with the songs (But the iPod did not want to accept them). After deleting all the new artwork--I attempted to "enable" album artwork. I believed maybe one of the album artworks i uploaded had an error on it or was not compatiable. So I "enabled" the artwork again and it showed the same exact error message.
    I have no idea on what to do, can anybody help me?
    P.S. I already checked for any viruses--there were none.

    It might be possible that the artwork is just unavalible. Try finding a random picture and setting it as a songs artwork, then updateing your ipod with that picture set as the artwork and see if it appears. If it does, then maybe you need to redo all the artwork (i have had to redo all my artwork before...total pain in the ***..). If it doesnt show, then you got me...

  • Even via time machine the new osx lion has deleted all my latest files in iPhoto and will only revert back to an old 2009 backup?

    even via time machine the new osx lion has deleted all my latest files in iPhoto and will only revert back to an old 2009 backup?... Help?!

    Have you verified that the original files are missing from the Originals/Masters folder?  There are time when the library might appear empty due to a damaged database file but still has the files.  If you can open the library package via the Finder to see if the files are really missing or just can't be seen by iPhoto there are fixes you can try.
    If the files are there make a temporary, backup copy of the library and apply the two fixes below in order as needed:
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Select the options identified in the screenshot. 
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    Download iPhoto Library Manager and launch.
    Click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option
    In the next  window name the new library and select the location you want it to be placed.
    Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments but not books, calendars or slideshows. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • Can I find out, with user has deleted all cost estimates with CKR1?

    Hi Community,
    ich have a major problem: all our standard material don't have a cost estimate any more, because a unknown user has deleted all current cost estimates. Can I find out, with user has used the CKR1 transaction? And much more importend: how can I solve the problem? Do I need to re-calculate all the material?
    Thanks for any idea and help
    PoD

    Hi,
    you have to make the costing run, marking, releasing again but thats not the whole work.
    If there are PP-orders that have been created based on the old/deleted plan cost estimates, the variance calculation will not work as the plan cost estimate is missing (even if the new one is released in the same period).
    Thus variance calculation is not possible for those orders... You have to settle the whole balance to receiver object by removing the variance key in PP-order. Try first for one particualr order to see if there are some other problems that need to be solved during month-end-closing.
    How to find out who has executed CKR1 (SAPCKR1): Check authorizations for (hopefully) a small number of user who are allowed to use CKR1.
    Use T-Code ST03N, in the left upper window double-click "total" (maybe click a day if you can imagine which (possible) date it was). In lower left section open "user and settlement statistics" and then click "user profile". Now go to each possible user and look for T-Code CKR1.
    This can be time-consuming but its worth a try...
    For the future: restrict CKR1 to a very small number of user (and they should be well trained...). I once had a company (with poor authorization concept) but CKR1 was blocked in SM01 and a ZCKR1 was created and in this Z-transaction USER-name was checked (if SY-USNAM...) so only the use names named in this Z-program were allowed to use ZCKR1. Not the best way but sufficient for them...
    Good luck, Christian

  • Dreamweaver has deleted all my sites in the 'manage site' box! any reason why?

    Strangely enough, dreamweavers 'manage site' box has deleted all my sites - both local and server info totally wiped out. I have to reinstall my sites and their following details for the sites to be reconnected again! I never seem to have this problem with fixed software, just wondering as its on cloud whether there is any outside influence

    Cloud software is exactly the same as perpetual licensed software.  The only difference is how you pay for it.  When your site definition settings go haywire, it's often caused by a corrupted cache or personal configuration folder.
    Deleting Corrupted Cache in DW
    http://forums.adobe.com/thread/494811

Maybe you are looking for

  • Hard Drive FULL, trying to move files

    My startup disk and hard drive are full.  I've backed up my machine two ways (two external hard drives to be redundant) I'm paranoid of losing pictures and music.  I want to remove my pictures from mentioned machine (2007 Macbook Pro) and put picture

  • Looking for advice in purchasing a laptop

    I'm in the market for a laptop for my own personal at home use....emails, surfing, photos and music.  I was at Best Buy the other day and was interested an HP laptop (model DV 7-1025) but apparently this model is no longer in stock anywhere.  In look

  • Exception creation

    Hai all, I've prepared some disco reports and with exception, am signalling some records in the report with some colors.. but when am trying to transfer the records to excel, the colors are not preserved in the excel sheet.. anyway to acheive this ?

  • Interface Builder does not open when I click Mainwindow.xib file on Monotouch.

    I did a lot research about it, What the most of view say it is because of the iOS SDK, not because of the MonoTouch, they say that iOS SDK provides the Interface Builder? Any suggestions? Thanks in advance. iOS SDK Version 4.3.

  • I'd like to use Synch but do not want passwords on my mobile device. Can I prevent this?

    Firefox on my safe at home desktop remembers many passwords for me. However my netbook travels and is more vulnerable to loss or other tampering. I'd like to leave the passwords at home. Is this possible to do?