HT204561 Update install hangs at Calendar update

Tried to install the update and it hangs at the Calendar service update. Even tried a clean install, no joy...
Model Name: Mac Pro
  Model Identifier: MacPro6,1
  Processor Name: 12-Core Intel Xeon E5
  Processor Speed: 2.7 GHz
  Number of Processors: 1
  Total Number of Cores: 12
  L2 Cache (per Core): 256 KB
  L3 Cache: 30 MB
  Memory: 32 GB
  Boot ROM Version: MP61.0116.B11
  SMC Version (system): 2.20f18
  Illumination Version: 1.4a6
Model Name: Mac Pro
  Model Identifier: MacPro
Model Name: Mac Pro
  Model Identifier: MacPr

I was having the same problem and my IT guy just had me do this, seemed to work.  I don't use Calendar Service, if you do it may make it more complicated, but at least it will could be running.
Rename this:
  /Library/Server/Calendar and Contacts/Config/
  to this
  /Library/Server/Calendar and Contacts/Config.bak
and this
  /Library/Server/Calendar and Contacts/Data
  to this
  /Library/Server/Calendar and Contacts/Data.bak
Do whatever you have to do to restart.

Similar Messages

  • Software Update install hangs in 10.9.1

    Hi,
    Unfortunately, after running software update, the 10.9.1 install is stuck, showing "less than a minute" for more than one hour...
    Has anyone else had this problem?
    Any suggestions of what to do next? I don't want to power it off during update install...
    Many thanks!

    I am of the opinion that Mavericks simply cannot be updgraded from Lion 10.7.5. I have tried everything related to this issue in every post I could find - to no avail. Really poor form from Apple. Are they seeing the frustration in these posts from their loyal customers and just choosing to ignore them? They must have a short memory. This is why Microsoft was deemed uncool and why everyone left them for Apple. Now that Apple is top of the pops, it seems they're doing the same thing.
    To Apple - would it not be a good service to your many customers who are really battling with this issue to simply issue a patch to fix this? Think of what may happen if you continue to ignore us; we can't upgrade to Mavericks, all our software eventually becomes unstable and unusable and we are forced to choose another operating system. By then I'm sure Google or some other major player will be keen to takeover your disgruntled customers and offer a nice usable, friendly replacement to Apple Macs. So enjoy your market leading position while you can Apple. Your days at the top may be numbered now.
    Of course, if there's some simple fix available from anyone who upgraded from Lion 10.7.5 to Mavericks has managed to achieve - please do post it here for us all to read. But if it doesn't come from Apple, then the above rant sticks.

  • Server install hangs at calendar services

    I performed a fresh install of OSX Server following issues with upgrading to version 4.0.3.  Even with a fresh install, the server hangs on "Preparing Calendar Services," and won't move beyond it.  Any ideas?

    Hi
    You may find following the steps outlined in the 'answer' on this thread helps fix your problem.  The step (to kill one process running during the install sequence) is a lot less invasive than doing clean builds and so on.
    Hope it helps.

  • Maverick installed, follow up update is hanging

    I installed maverick successfully as well as keynote etc. the App Store indicated I needed to do an additional update for mavericks. Stated my MacBook Air would restart and install. It has been hanging at about 10% complete for an hour now. How can I fix this?  Any help is greatly appreciated as I am new to mac.

    The official Apple response to this problem is to do this:
    Quit (or if necessary, Force Quit) Software Update.Note: If the issue occurs while installing an update after log out (such as an update that requires a restart), shut down your Mac by holding down the power button, then power it back on.
    Click the Finder icon in the Dock.
    From the Go menu choose "Go to Folder".
    Type:  /Library/Updates
    Click Go. The /Library/Updates folder opens.
    Select all contents of this folder and move them to the Trash.
    Or, if you're really concerned, you can bring the MBP over to your Apple Store.
    Fellow users try their best to give you the best information. So, post in the thread to get you the info you need.

  • Email and calendar update doesn't install N8

    Hi Guys!
    I have a problem and i don't find any topic about it.
    So, i run nokia suit and i saw there is an update for email and calendar. i clicked the update and it start to install but in half way my phone is restarting and got an error message without code. The message was: " Connection lost with the device.
    Installation not be completed because the connection has been lost with the device. Connect the device with an USB cable and try again.
    Is there a sollution or i can't update my apps?
    Thanks for the answers.
    Solved!
    Go to Solution.

    Hi ALL !
    When I wanted to install the update "Mail and Calendar" phone "died" in the middle of the installation (colored bars have sprung up on the screen, the phone does not respond and there was an automatic restart) after a reboot I tried again with the same result.
    The problem was the ESET (antivirus) I deleted it.
    I installed the update, everything was ok until when I wanted to connect to wi-fi.
    Was connected but after 15-30 seconds disconnected. Transfer of data (internet [tel-router-ips])did not work. I checked on the router connected - internet connection was ok. The computers also checked - worked (the Internet). Even turned off the phone and take out battery for 5 minutes. It did not help. I typed on the keyboard * # 7370 # and hardreset - helped. I wonder why this happened. I won't install that update. Phone: Nokia 500 Software: Nokia Belle Refresh brand Playmobile version: 111.021.0028.   Sorry for my English  
    Komp:Acer Aspire One D250 1.6 GHz 2Gb RAM Linux Mint Debian Edition
    Tel:Nokia 500 belle refresh|Nokia E51

  • Problem installing new email and calendar update o...

    hello nokia, i have problem installing new email and calendar update version 3.6 (5) in nokia 701 fp2...i have download it when it appears in my software update and after download installation start and i waited for the installation to finish up but the phone switch off its self ...phone starts again n again i try to install but the phone switchng of itself ...i try many times but it didn't work...so need help guyz love nokia thnkz

    Confirmed!
    It's an anti-virus related issue. First tried to disable only protection, firewall, etc., but it did not work fine.
    As suggested, so I deleted KMS (but keeping the application settings and objects in quarantine), and was finally able to complete the installation of the update.Then installed again KMS and everything still works fine.
    No experience of Wi-Fi issues.
    Nokia 700
    113.010.1506.C00.01 - FP2

  • Powershell WUA script hangs on calling Update() and Install()

    I am trying to write a script that will use the WUA API to install certain updates. I have written many Powershell scripts, but this is my first time using COM objects, or interacting with the WUA API. I have used the code from this article:
    http://msdn.microsoft.com/en-us/library/windows/desktop/aa387102(v=vs.85).aspx I added in my own code to filter the available updates to a list of updates that I want to install. Everything is working fine, except the script hangs after the calls to both
    Download() and Install().
    When I call Download(), the updates are successfully downloaded, but the script will not continue on. The cursor just sits there blinking. If I monitor WindowsUpdate.log, waiting until the updates are finished downloading, return to the Powershell window,
    and press the <Enter> key, the script continues on. The same happens with my call to Install().
    Here are the sections of code at issue:
    'Downloading updates...'
    $downloader = $UpdateSession.CreateUpdateDownloader()
    $downloader.Updates = $updatesToDownload
    $downloader.Download()
    "Done"
    ----------snip------------
    "Installing Updates..."
    $Installer = $UpdateSession.CreateUpdateInstaller()
    $Installer.Updates = $updatesToInstall
    $results = $Installer.Install()
    "Done"
    In neither case is the word "Done" displayed until after I hit <Enter>. The rest of the code is just as it is on the MSDN page linked above (the Powershell version). Why is this happening?

    I think I have found the solution to my problem.
    I changed this line:
    $downloader.Download()
    to this:
    $dresult = $downloader.Download()
    Now the script runs. Apparently, if I try to ignore the return value of that function it clobbers something. I am used to just ignoring return values when I don't want them. (I know that ignoring return values is not a good practice, but this script is not
    intended to be robust. It will only be used occasionally, and only by me.)
    Thank you for the link, jrv. It got me going in the right direction.

  • Just updated to Yosemite, can't update or uninstall adobe flash, system hangs

    Just updated to Yosemite, can't update or uninstall adobe flash, system hangs, have to force quit,.
    Is this a problem with the new operating system and how do I fix this?

    If you can't install or update Flash, follow these instructions.

  • After installing the latest ipod update some of my purchased songs no longer play

    After installing the latest ipod update some of my purchased songs no longer play (though they still play on the computer).  When I tested it on another computer it claimed that computer was not authroied to play these songs even though I was just playing them directly off the ipod.  Even more strange is that I alos have a number of songs loaded on my itunes from albums I loaded and I am fairly sure these songs were ones I recorded rather than purchased but now they appear on my purchased list.

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsync all music and resync
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          

  • I can't download/install Adobe Flash Player update version 11.7.700.169.

    I have tried several times to download and install Adobe Flash Player update version 11.7.700.169 without success. My OS is Windows XP with SP3 and my web browser is Internet Explorer. My current Adobe Flash Player version is 11.6.602.180. In the Adobe - Install Adobe Flash Player IE window I unchecked the checkbox "Yes, install Chrome as my default browser and Google Toolbar for Internet Explorer - optional"  and clicked [UpdateNow]. Then I followed the installation instuctions. When I tried to run the installer I got an Internet Explorer Script Error dialog box.
    I then clicked yes on the Scrippt Error dialog box and it closed. The new version did not install. I still have the old version.
    What am I doing wrong?

    Download and run the offline installer(s) from http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#mai n-pars_header (under the heading Progress bar hangs...).

  • Visual Studio Update 2 hangs for 13 minutes on "Creating a system restore point..."

    It appears that Visual Studio 2012 Update 2 hangs for a long period of time before it tries to create a system restore point.  Should I create a Microsoft Connect issue for this?
    Here is what I did:
    I created a new Windows 8 x86 Virtual Machine using VirtualBox.  I installed Visual Studio 2012 and Update 1 because Update 2 was not yet out.  I came back 1 week later and tried to install Visual Studio Update 2.
    When I ran the installer on the Virtual machine, it hung for seemingly 10 minutes at "Creating a system restore point..." I powered off the virtual machine and disabled system restore.  I then ran with the /layout option on the host machine
    so I could pre-download the files.  Then I tried again.
    Again, it hung.  This time I let it go.  It hung for exactly 13 minutes before it gave up and continued on to the install.  The log file says this:
    [0EBC:0F90][2013-04-18T12:39:36]: Apply begin
    [0EBC:0F90][2013-04-18T12:39:36]: MUX:  Apply Phase Begin
    [0EBC:0F90][2013-04-18T12:39:36]: MUX:  -----------------
    [0EBC:0F90][2013-04-18T12:39:36]: MUX:  Metrics: ShouldSendData=False
    [0EBC:0F90][2013-04-18T12:39:36]: MUX:  Free Disk Space before install:  SystemDrive C:\ 32519413760 bytes  AppDrive C:\ 32519413760 bytes
    [01F4:0748][2013-04-18T12:52:34]: Creating a system restore point.
    [01F4:0748][2013-04-18T12:52:34]: Could not create system restore point, error: 0x80070422. Continuing...
    NOTE: Although it says "Creating a system restore point" at 12:52, it actually displayed the message on the screen at 12:39.  That indicates that it was really doing something else during those 13 minutes, not creating the restore point. 
    That is corroborated by the fact that it took a long time regardless of system restore being on or off.
    If no one has any information or explanation, I will create an issue on Microsoft Connect.

    I have the same issue. Visual Studio 2013 Professional update 2 was not installed from Web installer. Rather I downloaded a trial version and now want to uninstall it. However, I let the uninstaller try to create a Restore Point all night while I slept.
    Next day, not done. So I clicked cancel, and it then commenced to create a restore point for the cancel. I did let the cancel run for awhile but I rebooted.
    I then researched something on how to disable the restore point security on my drive, but that did not deter Visual Studio from trying to protect me and it TRIES to create a restore point before uninstalling. Just hangs forever. I don't need a restore point
    for an eval copy of VS, thank you very much. Perhaps a simple dialog ("Do you want to create a restore point?") would be helpful?
    Update: turning off Windows Defender fixed the problem. 

  • Problems re-installing after on-line updates cause version change from install CD

    I'm running AcroPro 6 updated to 7.1 through on-line updates, on laptop and was on desktop. The laptop runs just fine with no issues, and Acrobat 6 does everything that I need done, so I don't have any desire to upgrade to the latest and greatest. Problems with Acrobat on the desktop caused me to uninstall it, and I couldn't reinstall it.
    Now, using the laptop in conjunction with the desktop isn't the most convenient because I'm creating documents on the desktop, and then have to port them to the laptop, do whatever is needed there in Acrobat, and then port back. Usually all that I need to do is to assemble a pdf from separate pages, insert or remove pages from a pdf, or to apply security. Nothing particulary fancy.
    Acrobat on the desktop worked fine for many years, but at some point reported an issue finding the printer, and refused to print anything. After trying everything I could think of as a possible solution I, perhaps foolishly, uninstalled Acrobat with the intention of reinstalling it and having the problem resolved. On attempting to reinstall, starting from the original Acrobat 6 CD, the installer reported that a later version of the software was installed, and exited. It would seem that simply uninstalling Acrobat leaves sufficient references in registry or other places for the last update applied to be determined during installation.
    There seem to be two possible options so that I can avoid the, to me, unneccesary expense of upgrading to the latest version of Acrobat.
    Locate and remove the source of the data that the Acrbat 6 installer is reading and which causes the installer to exit, or
    Slipstream the updates (to 7.1) into the Acrobat 6 installation files, so that the version I would be attempting to install is the same as the verion that I uninstalled.
    I tried scanning registry to find all references to Acrobat and or Acrobat 6, but I'm not certain this is the best way. Missing one might be critical, and removing them might just cause worse problems.
    I tried slipstreaming the Acrobat 6 installer, but it fails using the msiexec /a switch, as it appears that Acrobat 6 wasn't designed to work with an administrative install point, according to the pop-up dialogue box.
    My problem is that while I just want to reinstall Acrobat 6, update to 7.1, and go on happily, I can't see how to do this. Can anyone advise if there is a solution other than upgrading?
    Thanks in advance for you thoughts, all will be appreciated!

    Thanks John, Bill and Graffiti for your interest!
    The original install, many years ago, was of an education version from a local college. As updates became available thorough the update manager, they were installed. As stated above, it updated though 6.0 to 6.6, and then on to 7, eventually to 7.1! I can only repeat what happened, but not explain it. I thought nothing of it at the time, as it was all being managed by the update manager. I agree that this last seems to be more an upgrade than an update, but... what can I say? What happened is what happened, and it happened as I described it.
    But not's get hung up on the history! Now that I seem to have solved the original issue of not getting past the message that 'a more functional version has been detected', how does one solve the 'invalid serial number' issue that occurs when attempting to reinstall 6.0? Delete the Acrobat registry keys from HKLM and HKCU, and possibly anywhere else? The former didn't work yet, so, where else? Maybe there is an 'update' folder hanging around somewhere with a registry reference that needs to be deactivated?  Something like {AC76BA86-0000-0000-7AC5-6028747ADE00}?
    Any further thoughts? And thanks for the input, it really is appreciated!

  • Nokia belle refresh Email and calendar update not ...

    Hi! I'm using the Nokia E7 running Nokia Belle refresh and my problem is that the email and calendar update released by Nokia recently is downloaded onto my device but is not installing, it shows installing, then restarts the device without finishing the installation. Anyone who can assist in solving this puzzle?

    Hi, if you have an antivirus software on your e7 then this could be the cause. Uninstall it and it probably will work.

  • Calendar update?

    I got an email from Apple urging me to update to the new Mobile Me Calendar by May 5.
    iOS 4.2.1 is required on the iPhone for it to work. When I check, mine says it is up to date and it has 3.1.3.
    Should I assume that I'm now SOL and need to buy a new iPhone if I want my calendar to sync?

    I called Express Lane to ask if I could update to the new calendar in spite of having an original iPhone and was told it was OK.
    This turned out to be a big mistake.
    It took three more sessions with Express Lane to unwind the problems - which included all my calendars being blanked. Fortunately, I had Backup installed and my personal data - including my calendars - was stored there and I was able to slowly recover the situation.
    With the pending withdrawal of MobileMe sync for original iPhone users I have a dilemma - my wife also has an original iPhone and an iPad so she will want MobileMe syncing to her iPad but after 5 May not to her iPhone. Based on the experience I have had so far I doubt this is possible.
    I have read that there may be a work around for original iPhone users by setting up a separate CalDAV account but have not been able to find out any more about this. The quote I found was on TidBits, "MetalSamurai has noted that iOS 3.1.3 will actually work, but you’ll have to jump through hoops, including setting up a separate CalDAV account."
    Ideally, this would be the route I would follow as replacing two iPhones that otherwise are working fine is not an option for me. I would prefer to look at switching to Android.
    If anyone knows more about the work around for the original iPhone so I can continue to use MobileMe syncing I would be very pleased to hear about it.

  • Calendar: "Calendar Updating..." Do you have CalendarBar?

    Hello all.
    When I first upgraded to Mountain Lion, and restart, (I set my iCal/Calendar to auto launch at startup) there will be a pop-up window in Calendar app saying "Calendar Updating..." or something, and this seems to take forever and ever.
    I have to quit the app and launch again, then everything will be fine, no more updating window, at least not until the next re-start/start up.
    I have read here in other posts suggesting inside Calendar's Preferences, under the Account, decativate the account (uncheck) for at least 10 seconds and re-activate, to sync up with iCloud again to eliminate the problem.
    When I re-start and/or start up the next day, same problem again.
    Then I had a hunch, I have installed an app from the Mac App Store called CalendarBar, which has an icon on the right menu bar, you pull down and you can view events on your calendar, Facebook and even Google calendar.  The reason I had to auto-launch iCal/Calendar (previously) in Lion is because, and I was told by CalendarBar when I queried them, is, if iCal/Calendar is not launch, CalendarBar will not be able to pull and display the latest correct events.
    So I thought it was this "trying to pull and sync info from Calendar" that was causing Calendar to go into that updating frenzy.
    I quit and disable CalendarBar from launching at start up, and Calendar seems to be behaving just fine.
    Just wondering if anyone else has the same encounter?
    Thanks and cheers

    Hi meagand
    Data cable CA-53 from Nokia Pop-Port to USB-A type male connector.
    Happy to have helped forum in a small way with a Support Ratio = 37.0

Maybe you are looking for

  • Disk Utility in Lion 10.7.4 for Bare Metal Disaster Recovery??

    We just got our 15" Macbook Pro back from repair of a catastrophic hard disc failure. Wow. An older Seagate Momentus XT 500 toasted its little self. It seems most of our data are intact. If any software on the *new* hard disc get corrupted, we need a

  • Audio doesn't work on some programs after boot (sometimes)

    Check new message dated 30.06.2014 Hi, I'm having a weird problem. After booting my computer, the audio sometimes works perfectly, sometimes not at all, and sometimes it works on some programs but not on others. For example last night audio played wi

  • Bursting XML Control File - only one variable substitution works

    Hello, I have the following from my bursting xml. In my subject I would like to have more than one substitution as in my example. Problem is that when I have more than one, the second one alway is "null". On there own they work fine. Is this a bug/li

  • Line Item having different currency

    Hi, Two line items in order are having two different currency. In the client legacy there are having this provision, and the same they want in SAP.Can this be processed? If so how. Sold  to and Ship to Party are same and the one place only. kindly ad

  • When searching through VIs in vi.lib, how do I avoid the "enter password" box?

    When using LabVIEW to search for text or LabVIEW objects, and if you have the "VIs in vi.lib" box checked, this "Authenication" dialog box pops up a couple of times asking you to "Enter Password To Access Block Diagram." This happens for Error Code D