Where are all my events?

Where are all my photos from other events?
When I open iPhoto only the most recently imported event photos show, and there is no button to go to all events?  Help!

It's not a problem with the application but probably with the library. Make a temporary, duplicate 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

Similar Messages

  • TS3147 Where are all the print settings for my HP Officejet 5510 in Mac OS X 10.8.2?  I can't find Normal, just Draft and Best.

    Where are all the print settings for my HP Officejet 5510 in Mac OS X 10.8.2??  I only have Fast, Fast B & W, and Best.  I want Normal so that it looks good but doesn't print so slowly.  Help.

    Hi,
    Change the print settings manually by clicking the lowest drop-down within the print dialog (e.g. the application name, Copies & Pages within MSOffice.
    Select Type/Quality and set the print quality as Normal.
    You may seve the settings as a Preset from the Presets drop-down menu.
    Shlomi

  • Where are all of my photo albums?

    I just updated my computer & found that Iphoto is now gone & that Photos has replaced it. Where are all of my photo albums that I spent so much time organizing in Iphoto now? I can't find them anywhere in Photos. It's a very badly, designed system!

    Hi Eric,
    Thank you for taking the time to respond.
    I have a time capsule doing automatic backups on my iMac.  I would not know which date to restore from as I just happened to notice the missing mail when I went to look for one of the old messages. 
    I tried your suggestion of checking the Mail/V2 files in finder, but it did not work.  There are messages there, but they too only go back a year. 
    If you have any other suggestions, please let me know. 

  • I opened iPhoto and it opened as if i just bought the computer. Where are all my photos and how do I get them back?

    I opened iPhoto and it opened as if I just bought the computer. Where are all my photos and how do I get them back? Luckily for the most part, I backed up photos on my flash drive, but I had just imported dozens of pictures from my phone. I reopen iPhoto soon after and the prompt asking how I would like to start iPhoto and all came up. I selected what brought me to the iPhoto I open up to every day only without any pictures.

    Are you in the correct account that contains the iPhoto Library?
    Did you ever move your iPhoto Library to an external drive?  If so, and you disconnect this drive, iPhoto will create a new blank one in the pictures folder.
    Check your computer to see if the "iPhoto Library" was accidently moved to the trash.
    If you still can't locate your images, launch finder, and select "all images" in the source column.  This will display all images on your computer.  Be carefull not to delete, move or modify the images you see in this manner, as it will cause issues with good iPhoto Libraries, however it may help us locate where the images are.
    Once you locate an image, click it once, then in the top menu bar, select "view / show path".  This will display it's location along the bottom of the finder window.
    Once you know where the image is, this should help you launch iPhoto to the correct library.

  • HT4623 I have just updated to ios7 on my iphone and don't like the look and feel of this update. Where are all the colors and texture of all the older isos, all those white background colors,yuk. Is a way to go back to the ios6

    I have just updated to ios7 on my iphone and don't like the look and feel of this update. Where are all the colors and texture of all the older isos, all those white background colors,yuk. Is a way to go back to the ios6

    "Unlike".  iOS 7 doesnt display well on my 4S. iOS 6.1.3 should still be supported for older hardware.  I think I shall me moving to Samsung Galaxy now.  Was really hoping hte new iphone would get a bit larger.

  • How to identify what are all the events are created in background jobs?

    Hi all,
    how to identify what are all the events are created for  background jobs. And what events gets triggered for a particular job.
    thanxs
    haritha

    Hi Haritha,
    JOB is a program which starts to a determined point of time and executes some standard programs in the system. JOBs can be planed to a determined point of time on the regular basis (every night, for example) or to some discret time moments. So, the JOB can be planed and then will be started automatically without the manual start.
    Realtime programs are understood in the most cases as actual program execution which is started by somebody to the actual moment of time.
    Typically per JOBs some special processes will be started that should be executed automatically and regularly: for example, IDOC application, some correction reports, statistic updates etc.
    Standard jobs are those background jobs that should be run regularly in a production SAP System These jobs are usually jobs that clean up parts of the system, such as by deleting old spool requests.
    Use
    As of Release 4.6C, the Job Definition transaction ( sm36 ) provides a list of important standard jobs, which you can schedule, monitor, and edit.
    Standard jobs are those background jobs that should be run regularly in a production SAP System. These jobs are usually jobs that clean up parts of the system, such as by deleting old spool requests.
    for more information you can go thru the following thread:
    http://help.sap.com/saphelp_nw70/helpdata/en/24/b884388b81ea55e10000009b38f842/frameset.htm
    About Events:
    Events have meaning only in the background processing system. You can use events only to start background jobs.
    Triggering an event notifies the background processing system that a named condition has been reached. The background processing system reacts by starting any jobs that were waiting for the event.
    Types of Events:
    There are two types of events:
    1.)System events are defined by SAP. These events are triggered automatically when such system changes as the activation of a new operation mode take place.
    2.)User events are events that you define yourself. You must trigger these events yourself from ABAP or from external programs. You could, for example, signal the arrival of external data to be read into the SAP system by using an external program to trigger a background processing event.The event scheduler processes an event if the event is defined in the system.
    For example, if a system (System 1) receives an event from another system (System 2), the event scheduler of System 1 processes the event only if it is defined in System 1. That event does not need to be defined in System 2 (the sending system).
    You define an event by assigning a name (EVENTID) to it. When defining an event, you do not define the event arguments.
    for more information you can go thru the following thread:
    http://help.sap.com/saphelp_nw04s/helpdata/en/fa/096e2a543b11d1898e0000e8322d00/frameset.htm
    When you schedule the process chain or infopackages the jobs associated with it run in the background mode. In case you want to create a job for a specific activity you can do so in SM36. You would be creating jobs that would get executed in any one of the options:
    1. Immediate
    2. Date & Time
    3. After event.
    4. After job.
    5. At Operation mode.
    In case you want to view the job logs go to sm37.
    Also Pls check DB02 for database performance and ST03 for workload .
    Analyse u will have an idea ,
    *pls assign points,if info is useful**
    Regards
    CSM reddy
    null

  • HT4623 where are all of my free apps?  I went to download all apps and it was there yesterday but said my password was incorrect.  now I fixed my password (i think) but the download all apps is not there.

    where are all of my free apps?  I went to download all apps and it was there yesterday but said my password was incorrect.  now I fixed my password (i think) but the download all apps is not there.

    this didn't help.   It says all app are up to date and I did not download any.  Suppose to get the following free plus others:
    iphoto, imovie, garageband, pages, numbers and keynote.  where do i get these free?

  • I just purchased and downloaded Logic 9. I had Logic 8 previously installed. What the **** happened to my Logic 8. It's gone along with the sounds and my my G4 mastering Folder. And... where are all these sounds stored on my computer I can't find them?...

    I just purchased and downloaded Logic 9. I had Logic 8 previously installed. What the **** happened to my Logic 8. It's gone along with the sounds and my my G4 mastering Folder. And... where are all these sounds stored on my computer I can't find them?...

    Very many thanks Niel. My problem solved in less than five minutes. I've never had to use that command before. I found the folder and copied it - but I'm still no clearer as to where it was!
    Thanks again

  • Where are all my pics from my iphone that are suppose to have been backed up in icloud

    where are all my pics from my iphone that was suppose to be backed up to icloud?

    Welcome to the Apple Community.
    The difficulty in restoring iCloud data from a back up is that the back up is older than the current version on iCloud and anything that is restored gets removed again when an iCloud sync occurs.
    Ensure the device is connected to your local network.
    Start the restore from iCloud back up.
    Allow the devices settings to restore (watch for the confirmation of completion).
    As the apps begin to restore pull the connection to your router WAN port (the one that goes to the telephone point).
    Wait for the time out confirmation.
    Navigate to settings > iCloud and turn off contact syncing (keep contacts when prompted).
    Reconnect the router to the internet and let the restore process complete.
    Delete any iCloud contacts from iCloud.com on a computer.
    Navigate to settings > iCloud and turn on contact syncing (merge contacts when prompted).
    May I suggest that you carry out a back up to iTunes before you try anything, that way should things become even worse, you can at least restore back to where you are now.

  • HT201317 I had my photo stream on and my icloud all set up, i just had the screen replaced and they somehow lost all the photos off my phone, but why wont the photo's reload back on to my iphone now that im connected to wifi again, where are all my photos

    I had my photo stream on and my icloud all set up, i just had the screen replaced and they somehow lost all the photos off my phone, but why wont the photo's reload back on to my iphone now that im connected to wifi again, where are all my photos???

    When photos are added to the photo stream album on a device (either due to a new photo having been taken or having been synced from another device using the stream) they remain in the album.  However, the syncing process involves copying the photos to the photo stream server where they are kept for a maximum of 30 days, up to 1000 photos.  If a device is reset or the stream is turned off or turned back on again (or in your case, the device was repaired), the photos that were on the device's photo stream album are gone and the only ones to appear are those that are currently on the servers (recall the 30 day limit).
    If some of your photos are older than 30 days, then they are no longer stored on the cloud and hence are not synced down to the iphone.
    Recall, photo stream is just a syncing service, it is not designed as a storage service for photos.  Always sync photos to a computer for archiving.

  • What LDB is and what are all the events we have in that..?

    Hi,
    Kindly let me know what LDB is and what are all the events we have in that..?
    Akshitha.

    Hi akshitha,
    1. A logical database is in fact
    a program only.
    2. This LDB provides two main things :
    a) a pre-defined selection screen
    which handles all user inputs and validations
    b) pre defined set of data
    based upon the user selection.
    3. So we dont have to worry about from
    which tables to fetch data.
    4. Moreover, this LDB Program,
    handles all user-authorisations
    and is efficient in all respects.
    5. tcode is SLDB.
    1. To get a taste of it.
    2. create a new z program.
    3. while creating type PNP
    in logical database field.
    4. paste this code and execute.
    REPORT ABC.
    infotypes : 0001.
    TABLES : PERNR.
    GET PERNR.
    WRITE :/ PERNR-PERNR.
    5. The selection screen which u see
    is coming from logical database PNP program.
    6. Execute
    7. U will get a list of pernr.
    SAPDBPNP
    this is the main program of LDB PNP
    which does the main work.
    SAPDB + ldb name.
    regards,
    amit m.

  • Where are all my photos stored?

    where are all my photoes stored?
    and music btw. I am cleaning my drive and need to back up

    Assuming the default setting, your photos are stored in the iPhoto Library, in your Pictures folder.
    Same assumption with iTunes: The Music folder.
    Regards
    TD

  • Can someone explain the icloud to me please? Where are all my old pictures and how can I see them? Photostream only holds 1000 and when I sync my icloud to my mac it only imports what is on my photo stream.

    Can someone explain the icloud to me please? Where are all my old pictures and how can I see them? Photostream only holds 1000 and when I sync my icloud to my mac it only imports what is on my photo stream.

    When you enable photo stream on your Mac, in imports photos currently in your photo stream.  However, photo stream only keeps photos for 30 days, even though up to 1000 photos will remain on your device until you delete them.  When you enable photo stream on your Mac, you will only receive photos added in the last 30 days, as the others are no longer in your photo stream.
    If you want to get all your old photos on your Mac, save them to your camera roll (if they aren't already there) by opening your photo stream album, tapping Edit, tap the photos, tap Share, tap Save to Camera Roll.  Once they are in your camera roll, import them to your Mac as explained here: http://support.apple.com/kb/HT4083.
    Another option would be to create a shared photo stream containing the older photos and invite yourself (as explained here: http://help.apple.com/icloud/#mmc0cd7e99).  Then check Shared Photo Streams in iPhoto>Preferences>Photo Stream and you will see this shared photo stream on your Mac.

  • Where are all the Apps Stored?

    Where are all the apps I have purchased from the app store stored, on my PC? They do not appear in the Itunes folder where all the TV programs and music are.

    They are in a subfolder named Mobile Applications. It will be a subfolder wherever you are running your itunes library database ITL file from.
    On XP, the default path for that is
    C:\Documents and Settings\username\My Documents\My Music\iTunes\
    (this is where the default ITL file is stored)
    So your apps would be in this folder
    C:\Documents and Settings\username\My Documents\My Music\iTunes\Mobile Applications

  • Where are all the movies?

    Where are all the movies to rent? The lineup is horrendous. I keep hoping that one day there will be a ton of content. So far it’s severely limited. I thought a bunch of movie studios signed up for this.

    I'm with you I am a Si Fi junkie and the SiFi channel is not even on their list of stations, but the main flux is there are a whole bunch of really great shows that I would love to see. I figure Apple is charging a premium for TV and Movie content, why than is the Apple offerings so small, I would think it would be to there interest to offer a huge library as its maturing you would think they would be more fulfilling in supply. I love they way I can watch shows and don't have to fast forward through them, But am missing a whole lot of shows that could be offered. Must be a big process for them to put there restrictions of use making it harder and a longer process to add content, Come on Apple give Apple TV more resources, before the competition matures and people are renting from other sources.I really enjoy the Apple TV quality and ease of use, but there will be a time when PC comes out with an easer and as good of quality UI with a larger library. So where is all the content?

Maybe you are looking for

  • What is the best way to drop and recreate a Primary Key in the Replication Table?

    I have a requirement to drop and recreate a primary key in a table which is part of Transaction replication. What is the best way to fo it other than remove it from replication and add again? Thanks Swapna

  • Editable pdf file that can be saved

    Working with Acrobat X. I have created an editable PDF file that i sent to my customer. They enter their information and all is good, BUT they can't save the file only print. Is there something else I need to do to make this possible? Traci

  • Macbook pro late 2008 max hard drive size

    I have a MacBook Pro Late 2008.  I think the max RAM is 8GB but what is the max hard drive size.  It is running Yosemite.  It currently has a 1TB drive.

  • EIS Data load

    Hi all, I am bit confused about loading data via EIS. We have two process one is to load data via rule file hisdld created by EIS and second is using user defined sql query. Are both these methods independent of each other or not? When i say independ

  • Update 2390

    I plugged my Playbook in to the computer and the desktop software told me there was a new update.  I told it to down load it and it has been doing so now for 48 min.  Still showing sys.Youtube and warns me not to unplug.  What gives? does it really t