Csdb rebuild problem

Hi
version: Sun Java(tm) System Calendar Server 6.3-1.01 (built Apr 24 2007)
Im receiving an error when rebuilding csdb:
+# ./csdb rebuild+
error creating rebuilt_db:  -5966
Calendar database rebuild failed, error = -1
Here are debug logs:
+[27/Sep/2007:11:34:17 -0400] server csdb[16844]: General Debug: Successfully loaded plugin /opt/SUNWics5/cal/lib/plugins/cs_caldb_berkeley.so of type 5+
+[27/Sep/2007:11:34:17 -0400] server csdb[16844]: General Debug: csCalendarLookupAlg::Init. caldb.cld.type != algorithmic. Exiting.+
+[27/Sep/2007:11:34:17 -0400] server csdb[16844]: General Debug: Successfully loaded plugin /opt/SUNWics5/cal/lib/plugins/cs_calendarlookupalg.so of type 6+
+[27/Sep/2007:11:34:17 -0400] server csdb[16844]: General Debug: csCalendarLookup::Init.+
+[27/Sep/2007:11:34:17 -0400] server csdb[16844]: General Debug: csCalendarLookup::Init - Creating LDAP Pool context for LDAP CLD.+
+[27/Sep/2007:11:34:17 -0400] server csdb[16844]: General Debug: csCalendarLookup::Init - LDAP Pool context: Admin DN ='uid=cal-admin-server.example.com-200708211328,ou=People,o=mail.example.com,o=isp', Admin Passwd=******, LDAP Host=lb.example.com, LDAP Base DN='o=mail.example.com,o=isp', LDAP Port=389.+
+[27/Sep/2007:11:34:17 -0400] server csdb[16844]: General Debug: Successfully loaded plugin /opt/SUNWics5/cal/lib/plugins/cs_calendarlookupds.so of type 6+
+[27/Sep/2007:11:34:17 -0400] server csdb[16844]: General Debug: Successfully loaded plugin /opt/SUNWics5/cal/lib/plugins/cs_calendarlookuplocal.so of type 6+
+[27/Sep/2007:11:34:17 -0400] server csdb[16844]: General Debug: Successfully loaded plugin /opt/SUNWics5/cal/lib/plugins/cs_datatranslatorcsv.so of type 3+
+[27/Sep/2007:11:34:17 -0400] server csdb[16844]: General Debug: Successfully loaded plugin /opt/SUNWics5/cal/lib/plugins/cs_emitter_ical.so of type 7+
+[27/Sep/2007:11:34:17 -0400] server csdb[16844]: General Debug: Successfully loaded plugin /opt/SUNWics5/cal/lib/plugins/cs_emitter_xml.so of type 7+
+[27/Sep/2007:11:34:17 -0400] server csdb[16844]: General Debug: caldb: Opening database: Events+
+[27/Sep/2007:11:34:17 -0400] server csdb[16844]: General Debug: caldb: Opening database: Todos+
+[27/Sep/2007:11:34:17 -0400] server csdb[16844]: General Debug: caldb: Opening database: CalProps+
+[27/Sep/2007:11:34:17 -0400] server csdb[16844]: General Debug: caldb: Opening database: Alarms+
+[27/Sep/2007:11:34:17 -0400] server csdb[16844]: General Debug: caldb: Opening database: Journal+
+[27/Sep/2007:11:34:17 -0400] server csdb[16844]: General Debug: caldb: Opening database: GSE+
+[27/Sep/2007:11:34:17 -0400] server csdb[16844]: General Debug: caldb: Opening database: Recurrence+
+[27/Sep/2007:11:34:17 -0400] server csdb[16844]: General Debug: caldb: Opening database: DeleteLog+
+[27/Sep/2007:11:34:17 -0400] server csdb[16844]: General Debug: caldb_pvt_OpenDBInstance: NOT Initializing - no call to cld_init().+
Any idea what could be going on here?
-Matt
Edited by: mattrobert on Sep 27, 2007 8:50 AM
Edited by: mattrobert on Sep 27, 2007 8:52 AM

Hi,
version: Sun Java(tm) System Calendar Server 6.3-1.01 (built Apr 24 2007)
Im receiving an error when rebuilding csdb:
+# ./csdb rebuild+
error creating rebuilt_db:  -5966
Calendar database rebuild failed, error = -1
From memory (don't have access to cal 6.3 system at the moment) the directory that you run csdb in doesn't have the correct permissions to allow for the creation of a rebuilt_db directory.
I recommend creating a directory manually elsewhere, making sure the permissions are set to the owner:group used by calendar server (e.g. icsuser:icsgroup) and run the csdb command but specify the destination directory:
./csdb rebuild <calendar database directory> <destination directory>
e.g.
./csdb rebuild /var/opt/SUNWics5/csdb /tmp/rebuild_db/
If that doesn't help you may need to truss the command to see whether there was a failure in the creation of a directory/file or whatever.
Regards,
Shane.

Similar Messages

  • Recurring Rebuild Problem: Invalid Element....

    I keep getting this recurring error when i try to rebuild my project:
    Error(25,16): Invalid element 'mime-mapping' in content of 'web-app',
    expected elements '[error-page, taglib, resource-env-ref, resource-ref,
    security-constraint, login-config, security-role, env-entry, ejb-ref,
    ejb-local-ref]'.I have also seen similar errors such as:
    Error(9,11): Invalid element 'servlet' in content of 'web-app',
    expected elements '[error-page, taglib, resource-env-ref, resource-ref,
    security-constraint, login-config, security-role, env-entry, ejb-ref,
    ejb-local-ref]'.I am using JDev 10g Production.
    The problem occurs when when trying to compile a jsp using Struts Tiles. Here is a sample of one of the jsps:
    <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles"%>
    <tiles:insert page="layout_main.jsp" flush="true">
        <tiles:put name="title" value="Condo"/>
        <tiles:put name="header" value="header.jsp"/>
        <tiles:put name="left" value="left.jsp"/>
        <tiles:put name="center" value="center_condo.jsp"/>
        <tiles:put name="right" value="right.jsp"/>
    </tiles:insert>I have had the project rebuild properly once with this same web.xml file and had no problems. I have not made any changes to the web.xml. I also ran the xml syntax validator on it and it is valid.
    This is a very weird problem. Sometimes re-arranging the web.xml file fixes the problem. The sample web.xml may be too big for a single post, but I can email to someone that can help. I have seen others on this forum that have posted the same problem with no solution. Please help. Thanks,
    Paul Manning

    Figured it out.
    When editing the web.xml you need to preserve the order listed in the error message.
    So in my case, the "welcome-file-list" needs to appear before tagLibs but after the mimeList.
    Hope this helps someone. JDeveloper is not conforming to the Spec on this one but I can cope. In my experience the "welcome-file-list" can appear any where nested in the webapp tag. Oh well, not the end of the world...
    Paul Manning

  • Array rebuild problems

    Hi
    Here's the situation, when replacing our broken raid drive it rebuilt the array, having rebuilt, it somehow messed up all the resource forks for the os9 files stored on it. We do have all the data backed up on tape but the backup system is windows based and failed to backup the resource forks as they weren't unix files.
    Our main problem is quark files, I can open them on my mac using quark 6 as it's osx based, but I'm the only one in the company who has quark 6, is there any way of re-cxreating the resource forks so that they can be read by quark 4? Is there a nifty 3rd party piece of software that will scan a volume and rebuild all the resource forks for the os9 files - or am I just clutching at an impossible dream!!!!

    Think I've fixed it.
    By adding a physical extention (.qxd) to the end of the quark file then opening it from within quark and not via double-clicking, it opens, once you save it from here the file is fine and the same as it was before.
    For some reason, even with the .qxd extention it won't open in quark by double-clicking, only through the file menu. Also it won't work if you try this on an osx machine, only if you're booted in os9.
    weird but it works.

  • Rebuilding Problem on Zen

    Hi!
    I bought a 4gb Creative Zen last summer and i had no problem with it before yesterday. I had to travel somewhere else so i upload my files into Imported Files by Media Explorer and during my travel,i wanted to listen to some songs but my Zen got a error and now it's trying to "rebuild";there is a text on its screen says "rebuilding" but it stopped at %5 and there is no process.. I go into Recovery Mode and perform a Clean up but it stops at %8 again. I tried to reload the firmware but nothing changed. I didnt tried to "format all" but is there anything i can do except "format all"?

    format >cleanup>reboot it.

  • Array p410i logical drive rebuild problem

    I have 4 SAS 147GB hard disk run under raid 1+0, two of them have 'Predictive to fail soon' message (one in Bay 1 and other one in Bay 3), I replace one of them but unable to rebuild. It stucked at 10%.
    I read somewhere it says upgrade the firmware might solve this problem, it that true. Anyone have solution.
    Many thanks

    Hi:
    You may also want to post your question in the HP Business Support Forum -- Disk Array section.
    http://h30499.www3.hp.com/t5/Disk-Array/bd-p/itrc-195#.UgBiUul8O9I

  • Outlook database rebuild problem

    In outlook mail a box came up saying to rebuild database which I did.  I clicked done when finished.  When I went to email I can now receive emails and reply to emails but I cannot start a new email without the prompt to rebuild coming up.  Once this prompt comes up I have to rebuild again as the swirly thing prevents me from doing anything else, so I end up in a circular pattern and consequently can't use outlook.

    http://www.microsoft.com/mac/support

  • Rebuild database 2005q4

    Hi,
    I'm in trouble with csdb rebuild. I have a copy of the *.db in other directory and run csdb rebuild [dbdir] [rebuild_dir]. the output is:
    Building calprops based on component information.
    Please be patient, this may take a while...
    Scanning events database...
    41134 events scanned
    41134 events copied
    Scanning todos database...
    828 todos scanned
    828 todos copied
    Scanning deletelog database...
    42430 deletelog entries scanned
    Scanning gse database...
    1864 gse entries scanned
    Scanning recurring database...
    498 recurring entries scanned
    Successful components db scan
    Calendar database has been rebuilt
    Building components based on calprops information.
    Please be patient, this may take a while...
    Scanning calprops database to uncover events...
    After that it takes a looooooong time doing nothing. I think I'm patient but one night at 0,02% of CPU is so much.
    A truss of the process say :
    lwp_park(0xF6A37E98, 0) Err#62 ETIME
    /4: lwp_park(0xF6A37E98, 0) Err#62 ETIME
    /4: lwp_park(0xF6A37E98, 0) Err#62 ETIME
    /4: lwp_park(0xF6A37E98, 0) Err#62 ETIME
    /4: lwp_park(0xF6A37E98, 0) Err#62 ETIME
    /4: lwp_park(0xF6A37E98, 0) Err#62 ETIME
    /4: lwp_park(0xF6A37E98, 0) Err#62 ETIME
    /4: lwp_park(0xF6A37E98, 0) Err#62 ETIME
    /4: lwp_park(0xF6A37E98, 0) Err#62 ETIME
    /4: lwp_park(0xF6A37E98, 0) Err#62 ETIME
    /5: lwp_park(0xF6937A88, 0) Err#62 ETIME
    /5: time() = 1163152714
    /4: lwp_park(0xF6A37E98, 0) Err#62 ETIME
    every 60 seconds it gets:
    /5: time() = 1163152780
    /5: time() = 1163152780
    /5: time() = 1163152780
    /5: stat64("/var/tmp/restoredb.1.rebuild/log.0000000001", 0xF6937448) = 0
    /5: open64("/var/tmp/restoredb.1.rebuild/log.0000000001", O_RDONLY) = 23
    /5: fcntl(23, F_SETFD, 0x00000001) = 0
    /5: fstat64(23, 0xF69374E0) = 0
    /5: llseek(23, 0x05EE0FDF, SEEK_SET) = 0x05EE0FDF
    /5: read(23, "840FEE05 4\0\0\0 MA6B6 a", 12) = 12
    /5: close(23) = 0
    /5: stat64("/var/tmp/restoredb.1.rebuild/log.0000000001", 0xF6937448) = 0
    /5: open64("/var/tmp/restoredb.1.rebuild/log.0000000001", O_RDONLY) = 23
    /5: fcntl(23, F_SETFD, 0x00000001) = 0
    /5: fstat64(23, 0xF69374E0) = 0
    /5: llseek(23, 0x05ED9013, SEEK_SET) = 0x05ED9013
    /5: read(23, "\0\0\0\0\0 ' MC2AA J o".., 32768) = 32768
    /5: close(23) = 0
    Thanks in advance.

    Rebuilding the database is for disaster-recovery, not file maintenance. I certainly wouldn't do it unless something was fundamentally broken and the application didn't run.
    "rebuilding" the database seems to do the following:
    (1) remove the database file completely (not even to the trash, it destroys the database utterly)
    (2) run through the plist files and reconstruct a brand-new database from them all
    I checked this (on an empty library) using hard-links from the commandline, and step (1) above scared me sufficiently that I'd only rebuild the database as an absolute last resort.
    Now, 31GB seems a lot for a database that only took 10 minutes to rebuild - are you sure you're not telling us the size of the library (to find the database size, right-click on the library and select view-package-contents, then open the 'Aperture.aplib' folder and find the size of the 'Library.apdb' file. That's the file you're changing when you 'rebuild database'.)
    If you're telling us the size of the entire aperture library instead, then that size will be completely dominated by the master RAW files you've imported. I'd guess your library will be less than 10MB.
    My understanding is that previews are deleted (since they're stored as separate files alongside the master image, if you look in the folder hierarchy), but thumbnails aren't. The thumbnails are aggregated together into one-file-per-project (presumably for speed of access), and I'd guess the space is reclaimed for future use, but the file doesn't get any smaller. That's a classic trade-off for speed-of-access, and users like us are normally very keen on things being fast
    -=C=-

  • Renaming offline computer account on AD as part of OSD

    I am looking for an automated solution to a Windows 7 "rebuild" problem and here is the story:
    We periodically have computer hard disk failures and the machines will be rebuilt on a new hard disk at the build center using the model-specific hardware "carcass". Once the hard disk is built, it will be sent over to the affected user and a field
    engineer will swap the hard disks onsite and do the domain join work and anything else necessary so as to have the old computer name back.
    To explain this further, say if the computer which had a hard disk failure is 123 (i.e. the computer name), we build a new Windows 7 machine on a new hard disk with the computer name as 123X. Once this machine is fully built, we need to delete the old 123
    account from the AD and rename the newly built 123X to 123 (and do the domain re-join etc...).
    However, the requirement is that the old 123 computer account should still stay in the domain for some time after the new machine is built (i.e. for data recovery/bit locker operations purposes if needed) which means we do not ideally want to delete the
    old 123 computer account on the AD immediately, instead, we want to rename it as 123XY even though the old 123 computer is no longer physically active.
    Is this technically possible? If so, can it be automated as part of SCCM OSD TS?
    Hope I have not introduced too much of confusion. The problem has been reported by the build team and they have asked me to come up with an automated solution and I have tried to explain the problem above to the extent I have understood it. Currently what
    they do is before deleting the computer account 123 from the AD, they back up its bitlocker recovery key information manually in order to use it later on should the need arise.
    Thanks in advance.

    Hi Garth,
    Owing to the complexity it would have introduced into the build process to differently process new builds/rebuilds/hard disk replacement etc. we ended up ditching that option, instead went for a PowerShell scheduled task which runs every week and dumps the
    bitlocker recovery info into a super-secret location :)
    Below is the script if you are interested....
    #Tweak the below line to point to the OU in your AD org where all the bitlockered computer objects reside
    #It will run recursively against all sub-OUs.
    $SearchBase = "ou=workstations,dc=contoso,dc=ad,dc=local";
    #check if the output folder exists;Create it if it doesn't
    If ((Test-Path -path "$(Split-Path $SCRIPT:MyInvocation.MyCommand.Path -parent)\Reports" -PathType Container) -eq $false) {
    New-Item -path (Split-Path $SCRIPT:MyInvocation.MyCommand.Path -parent) -name 'Reports' -itemtype directory | Out-Null;
    #set up the output csv name. An example output csv name will be BLR_15032015_Sunday.csv
    $OutputCSV = "$(Split-Path $SCRIPT:MyInvocation.MyCommand.Path -parent)\Reports\BLR_$(Get-Date -format "ddMMyyyy")_$((Get-Date).DayOfWeek).csv"
    Get-ADComputer -filter * -SearchBase $SearchBase -SearchScope Subtree -ResultSetSize $null -ErrorAction SilentlyContinue | Foreach-Object {
    $Compname=$_.name;
    Get-ADObject -Filter 'ObjectClass -eq "msFVE-RecoveryInformation"' -SearchBase $_.DistinguishedName -Properties created,name,msFVE-RecoveryPassword -ResultSetSize $null -ErrorAction SilentlyContinue |
    Select-Object @{Name="Computer Name";Expression={$Compname}},
    @{Name="Date Added";Expression={$_.created}},
    @{Name="Password ID";Expression={$_.name -match '\{.+\}' | Out-Null;($matches[0]).Trim();}},
    @{Name="Recovery Password";Expression={$_."msFVE-RecoveryPassword"}}
    } | Sort-Object -Property @{Expression="Computer Name";Descending=$false},@{Expression="Date Added";Descending=$true} | Export-CSV -force -Path $OutputCSV -NoTypeInformation
    Probably not what you would have been hoping for but it has worked really well for us in the last 6 months and there has never been a lost bitlocker key related incidence escalated by the customer as we always have the backup reports to go back to.
    Apologies, it was impolite of me not to update this thread clarifying what I ended up doing.

  • Copy of Sent Mail sent to InBox

    I rebuilt my SBS2011 server, which uses Exchange 2010 with Forefront 2010 and I'm using an Outlook 2013 (x64) mail client.
    Now any email I send appears in the Sent folder as expected, but a copy also appears in the InBox.  I can't find any obvious settings that might cause this new post-rebuild problem.
    - Michael Faklis

    Hi Michael,
    How is the result for Deva's action items? Such as:
    + opening Outlook in safe mode
    + using Outlook Web Access(OWA)
    + new Outlook profile
    Max Meng
    TechNet Community Support

  • Finalizing SQL Server 2012 SP2 update

    Hi,
       I just successfully upgraded SQL Server 2012 Developer Edition from SP1 CU8 to SP2.
       Here is the actual portrait I have in my control panel (Installed programs + version):
           Version changed after SP2 update (through Windows Update):
             Microsoft SQL Server 2012 Express LocalDB                          11.2.5058.0
            Microsoft SQL Server 2012 Transact-SQL ScriptDom              11.2.5058.0
            Microsoft SQL Server 2012 Transact-SQL Compiler Service    11.2.5058.0
            Microsoft SQL Server 2012 Native Client                                11.2.5058.0
            Microsoft SQL Server 2012 Policies                                        
    11.2.5058.0
            Microsoft SQL Server 2012 Setup (English)                            11.2.5058.0
            Microsoft VSS Writer for SQL Server 2012                              11.2.5058.0
            Microsoft System CLR Types for SQL Server 2012                  11.2.5058.0
            SQL Server Browser for SQL Server 2012                               11.2.5058.0
          Version changed only after installing corresponding Features Pack component:
             Microsoft SQL Server 2012 T-SQL Language Service              11.2.5058.0    
             SQL Server Report Builder 3 for SQL Server 2012                  11.2.5058.0
             Microsoft SQL Server 2012 Management Objects                   11.2.5058.0
          Version did not change:
             Microsoft SQL Server System CLR Types                                10.51.2500.0
             Microsoft SQL Server 2012 Data-Tier App Framework            11.1.2902.0
    My questions:
    1. Am I missing any components update or is my actual SP2 setup OK?
    2. Even if I tried to install DACFramework SP2 Feature pack by running corresponding installer, it told me that I had an higher version...  Does any of you have a different version number for this component?
    3. I actually have SSDT for VS2010 installed.  The corresponding versions I actually have are the following:
               Microsoft SQL Server Data Tools 2010                                 
    10.3.31009.2
               Microsoft SQL Server Data Tools - enu                                 
    10.3.31009.2
               Microsoft SQL Server Data Tools Build Utilities - enu             10.3.31009.2
        Should I consider upgrading any component so they work with SQL 2012 SP2 properly?  If so, could someone provide me the corresponding download/webpage links?
    4. Finally, should I upgrade to CU2 which is actually available. Among other problems, I notice that it should fix an index rebuild problem.  Any other major issues it targets?  Is there any easy way I can test if I should install this update or
    not?
    Thanks for helping.

    Hi again,
      I knew I was at SP2 level now.  My request is more about the Features Pack components as well as the CU2 which is actually out:
    1- Features Pack components that I couldn't update:
             Microsoft SQL Server System CLR Types                                10.51.2500.0    
    --> presume was for VS2008
             Microsoft SQL Server 2012 Data-Tier App Framework            11.1.2902.0       --> is this the real last version?
    2- SQL Server Data Tools vs Visual Studio 2010 SP1 + SQL Server 2012 SP2
               Microsoft SQL Server Data Tools 2010                                 
    10.3.31009.2
               Microsoft SQL Server Data Tools - enu                                 
    10.3.31009.2
               Microsoft SQL Server Data Tools Build Utilities - enu             10.3.31009.2
        Do I have the last versions possible (VS2010) or should I update something?
    3- SQL Server 2012 SP2 CU2
        What simple test can I do in order to verify if I really need to install this patch or not?
    Thanks for helping!

  • Audio on published projects

    I am experiencing no sound from some (but not all) slides
    with either audio and video files within a project. I have tried
    putting some time in before the file begins and I have tried
    rebuilding problem slides, but with no results. Any ideas out
    there?

    Hello Grebus and welcome to our community.
    I would suggest copying your slides from the source file into
    another Captive file. It might be that something in the original
    file has become corrupted. If that doesn't work then try exporting
    all the audio files using the *Audio Editor (Audio > Advanced
    Audio...) and checking to make sure that you can hear the audio in
    Windows built in audio recording utility Sound Recorder (Start >
    All Programs > Accessories > Entertainment > Sound
    Recorder)
    * To select all of the audio files in the Audio Editor press
    Ctrl + A)
    Regards - Mark

  • Deleting/reconstructing indexes..

    Hi All,
    My job loads to cube are <b>cancelled showing red.</b>
    And it is showing log program with message <b>“Deleting/reconstructing indexes for Infocube MM_SRVC1 is not permitted”</b>
    Can anyone please explain:
    what is the reason?
    And how to resolve?
    Thanks in advance.
    Regards,
    Siri

    Hi,
    Please check for the necessary authorization in su53.
    if not check for tbe blog posted by Dinesh in the below URL.
    index delete/rebuild problem when data upload
    Regards,
    K.Manikandan.

  • I cannot open iphoto- the message I am getting says Shut down and restart your computer, and then open iPhoto again. If the problem persists, try rebuilding your photo library. To do this, quit iPhoto, and then reopen it while keeping the Option and Comma

    i cannot open iphoto- the message I am getting says Shut down and restart your computer, and then open iPhoto again. If the problem persists, try rebuilding your photo library. To do this, quit iPhoto, and then reopen it while keeping the Option and Command-
    I tries and it doesnt work!!

    What version of iPhoto? Assuming 09 or later:
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places 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.  
    Regards
    TD

  • How do I restore my iPhoto. When I open i get a window dialog "Your iphoto library is either in use by another application or has become unreadable shut down and restart your computer. If problem persists, try rebuilding your iphoto library. To do th

    When I try to open iPhoto I get a window dialog that says...
    Your photo library is either in use by another application or has become unreadable
    Shut down and restart your computer, and then open iPhoto again. If the problem persists, try rebuilding your photo library. To do this, quit iPhoto, and then reopen it while keeping the Option and Command keys pressed. You can also try restoring your photo library from a backup.
    I have tried the reopen it while keeping the Option and Command keyes pressed.
    No change.
    I dee nothing but a blank page,
    Any help would be appreciated.
    Also hace back ups of all images on cd's. dvds and jump drives.
    Any advice is appreciated.

    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places 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.  
    Regards
    TD

  • Iphoto 9.3 and Mountain Lion Problems : Cant access my library : rebuilding doesn't work just hangs for hours

    My Macbook Pro running Snow Leopard, had hard drive failure so I had to borrow a friends similar machine to access my iPhoto library ( 523 GB) on a 1TB drive after editing the photos and after exporting one folder of images the program quit and then asked me to repair which I tried hung up at 99% and would not open the event thumbnails . I have tried everything even trying to transfer the particular event from that library to a new library using iphoto manager just so I can export my project and send but still no success as it is telling me that it is getting no info from the library, I changed permissions on the drive ..still no success . I restarted Iphoto and it took hours to show the images but all events thumnails said "0" and it shows all the event cover photos as a gray photo with a palm tree in it or something . I tried rebuilding again this morning and the new library says "0" photos and a library size of 7.3 mb
    I got my own Macbook 17in back yesterday and downloaded Mountain Lion to my machine and Iphoto 9.3
    I tried to open the library which is 523 GB of images that used to work fine before getting an error message saying it needed to be repaired. I tried opening it with Iphoto 9.3 via I photo manager which told be that there were inconsistencies in the library and it needed to be repaired I chose that option and it is now the following day still "rebuilding thumbnails" since last night . This is a huge problem I have missed project deadlines and my income is severely affected by this situation of not being able to access my work. What can I do to fix this, access my files and export my overdue project at this point ?

    Terence I find it surprising that you would say use Iphoto Manager after saying that I used it to rebuild using it took me to 99% of the way and just hung. I even spent my $20 and got the latest version 3.8.3  which was supposed to remedy these issues. See below my email to Fat Cat software the makers of Iphoto Manager:
    "Email to Fat Cat Software : Re Iphoto problems:
    My Macbook Pro running Snow Leopard, had hard drive failure so I had to borrow a friends similar machine to access my iPhoto library ( 523 GB) on a 1TB drive
    after editing the photos and after exporting one folder of images the program quit and the asked me to repair which i tried …it hung up at 99% and would not open the event thumbnails .I have tried everything trying to transfer the particular event from the library to a new library using Iphoto Manager just so I can work on my project but still no success as IPLM is telling me that it is getting no info from the library, I changed permissions on the drive ..still no success .
    I opened it using IPLM and it took hours to show the images but all events said "0" and it shows all the event cover photos as a gray photo with a palm tree in it or something . I tried rebuilding again this morning and the new library says "0" photos and a library size of 7.3 mb . There
    really seems to be a serious problem with Iphoto 9.3 as it
    asks you to rebuild or repair the library then IPLM stops at 99% leaving
    the thumbnails
    unviewable and just hangs up after that or wont open and there the problems start.
    Please advise and give me some viable options on this issue."
    Its days later and the support at Fat Cat software emailed me asking a question and are apparently just as floored as I am with this malfunction ..I hope they are working feverishly to address this as my conclusion and solution is as follows :
    Using the older version of Iphoto Library Manager when my machine asked me to upgrade and rebuild instead of the first aid function in Iphoto 9.3 did not help but actually corrupted my library and downloading the latest version did not help remedy it either. What I should have done and am now doing is using the Iphoto first Aid function in Mountain Lion and Iphoto 9.3 using option command to rebuild the entire library. So far it is working with no hangups ...it is now rebuilding image version number 6715 and counting with 33000+ images to go ..if this solution really rebuilds then that is the ONLY way to go with this issue which has cost me a lot of time and money in missed deadlines , lost income and lost business . Iphoto and Iphoto Library manager are normally great in what their purposes are and in ease of use and function but whenawry with compatibility in version software issues arise things go terribly awry and the tedious painstaking fixes available that go for days on end  just do not cut it.

Maybe you are looking for

  • Navigating while watching video

    to whom it may concern. wouldnt it be a great idea, to use the forward-backward buttons on the clickwheel to go a certain amount of seconds ( ie 5 or 10 and so on, adjustable in settings) forward/backward in timeline, instead of jumping to next/last

  • Third party application for C7 images

    How can i use a third party application to read the exif data of a C7 image stored on my computer? How to get the suitable third party application in the first place?

  • Center page position?

    Hi,      say your page is  set to maxHeight=900 and maxWidth=1440 and you display it in a screen with resolution 1920x1080.  The page will stick to the left side of the screen. How can I make it to be centered always?? I've tried Horizontal center=0

  • Mail hangs trying to retrieve messages

    I'm baffled by a recent problem. When retrieving messages (from my gmail account) all I get is the spinning icon - not the beach ball, the little grey circle thing. It just spins, and will do so forever. I then have to 'force quit' Mail in order to c

  • Credit Card processing is temprorarily unavailable?

    I have been getting this message since 12/30 around noon, and just figured there was a problem with the service. I logged on this morning expecting it to be resolved, but I am still getting the same error when I try to put in my credit card informati