Problems with Calendar after Yosemite upgrade

I upgraded my macbook pro to Yosemite today, and I also upgraded my phone and ipad to IOS8.   Everything seemed fine afterwards except the Calendar.   My iCloud calendars aren't visible, and when I click the warning sign next to the account name, it says:
The server at cal.me.com is currently unable to handle the connection for account “*********@me.com” due to a temporary overloading or maintenance of the server. If this continues you should contact the server administrator.
You may try to connect to the server again.
I can see the calendars on iCloud on a web browser, so the information is safe.  The account name ends in me.com, but I assume that the MobileMe account just became a normal iCloud account so that shouldn't be a problem.  If I look at deleting the iCloud account from the laptop (in order to reinstate it fresh), it says that this will delete all iCloud content from my computer, which sounds a bit drastic.  So I left the account alone. 
Has anyone else had this problem?  Advice much appreciated!

Good morning Mogens Pedersen
Thanks for using our forum
I am a Cisco network support engineer, I have a recommendation, before you  upgrade any device in the future. Always keep in mind to make a backup of your data, in this way if you have to reset the device to factory settings you will not lose that information. Having said that, reset the router to the fabric configuration using the back little button, remember when you do that, you are going to loose your current configuration.
Also here I leave a link for you to download the firmware rescue utility for your router:
http://www.cisco.com/cisco/software/release.html?mdfid=282414010&release=4.0.0.7&relind=AVAILABLE&softwareid=282465800&rellifecycle=&reltype=latest
I hope you find this answer useful, if it was satisfactory  for you, please mark the question as Answered
and please rate helpful posts 
Greetings,
Johnnatan Rodriguez Miranda.
Cisco network support engineer

Similar Messages

  • Problem with Java after System Upgrade to 10.5.7

    Hi,
    I am facing problem with Java after having run Software upgrades.
    Here is the whole story. I recently moved to iMac 10.5.6 from PowerPc 10.4. On this new machine I was having problem running a 3rd party application, which requires JVM. As this application worked well on Tiger, I decided to upgrade JVM on my iMAC using Software Upgrade(was I insane!!). As I like my systems to be updated (as with linux on my personal machine) I clicked "install all". As a result I have the following upgrades run on my machine:
    2009-05-20 13:12:01 +0200: Installed "Mac OS X Update Combined" (10.5.7)
    2009-05-20 13:12:10 +0200: Installed "Remote Desktop Client Update" (3.2.2)
    2009-05-20 13:12:26 +0200: Installed "Java For Mac OS X 10.5 Update 2" (1.0)
    2009-05-20 13:58:36 +0200: Installed "Java for Mac OS X 10.5 Update 3" (1.0)
    2009-05-20 13:58:44 +0200: Installed "AirPort Utility Software Update 2009-001" (5.4.1)
    2009-05-20 13:59:07 +0200: Installed "QuickTime" (7.6)
    2009-05-20 13:59:22 +0200: Installed "iPhoto Update" (7.1.5)
    2009-05-20 13:59:28 +0200: Installed "iLife Support" (9.0.2)
    2009-05-20 13:59:38 +0200: Installed "iDVD Update" (7.0.3)
    2009-05-20 13:59:58 +0200: Installed "iTunes" (8.1.1)
    But now, simply running $ java on the prompt hangs, i.e. it takes no action.
    $ which java
    /usr/bin/java
    $ ls -ltr /usr/bin/java
    May 20 15:09 /usr/bin/java -> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java
    $java (no response)
    Here is the output of $ top
    PID COMMAND %CPU TIME #TH #PRTS #MREGS RPRVT RSHRD RSIZE VSIZE
    703 java 98.8% 0:38.54 3 110 72 480K 184K 1964K 40M
    Any clues?
    cheers

    Hi man,
    In the wake of this java problem I resorted to keep working on my old machine, and today in my spare time I tried to fix this new machine.
    So I execute $java on prompt, and then try to check the files it has opened, using lsof -p pid
    I see it referring to
    /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java
    isn't this usually the JAVA_HOME
    However, executing $/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java
    hangs!!
    but
    $/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/java
    works!!
    $ pwd
    /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin
    $ ./java -version
    java version "1.6.0_07"
    Java(TM) SE Runtime Environment (build 1.6.0_07-b06-153)
    Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_07-b06-57, mixed mode)
    So, I changed the links as follows
    borgraf:Versions raveesh$ l
    total 72
    drwxr-xr-x 3 root wheel 102 Mar 6 2008 1.3.1
    lrwxr-xr-x 1 root wheel 3 May 21 19:42 1.4.1 -> 1.4
    drwxr-xr-x 8 root wheel 272 May 21 19:42 1.6.0
    lrwxr-xr-x 1 root wheel 3 May 21 19:44 OldCurrentJDK -> 1.5
    lrwxr-xr-x 1 root wheel 5 May 21 19:44 1.4 -> 1.4.2
    lrwxr-xr-x 1 root wheel 5 May 21 19:44 1.3 -> 1.3.1
    lrwxr-xr-x 1 root wheel 5 May 21 19:44 1.5 -> 1.5.0
    drwxr-xr-x 8 root wheel 272 May 21 19:44 1.4.2
    drwxr-xr-x 8 root wheel 272 May 21 19:44 1.5.0
    lrwxr-xr-x 1 root wheel 5 May 21 19:44 1.6 -> 1.6.0
    lrwxr-xr-x 1 root wheel 1 May 21 19:44 OldCurrent -> A
    drwxr-xr-x 8 root wheel 272 May 21 19:44 A
    lrwxr-xr-x 1 root wheel 3 Jun 4 17:14 CurrentJDK -> 1.6
    lrwxr-xr-x 1 root wheel 3 Jun 4 17:21 Current -> 1.6
    Linking my Current and CurrentJDK to 1.6 and it works!
    However, shall that be the reason!
    what is in your /Versions/Current/
    I got the following
    $ ls /System/Library/Frameworks/JavaVM.framework/Versions/Current
    CodeResources Frameworks JavaVM
    Commands Headers Resources
    There is no /Home in here, which is usually the case for /1.5 or /1.6
    Anyways, things seems to work for the moment. Lets see if I get problem with using Java.
    thanks

  • Can't sign in on external monitor with MBP after Yosemite upgrade

    After Yosemite upgrade, when I turn on my MBP, I can't sign in using external monitor with MBP, always could before Yosemite.  Blurred image of my wallpaper shows on monitor, can move arrow on external screen but sign-in only shows up on my computer screen, with no arrow.  Since there is no arrow on the computer screen, and no sign in box on the external monitor, I have to unplug the external video to sign in on the computer, then plug in the monitor again.  Any ideas?

    NOWEK,
    Thanks for this suggestion, but so far no joy. I have zapped the PRAM, jammed the Frabitz and smashed the Gafrogsnicker, all to no avail. When the MBP restarts I get a blurred image (extreme "vibrancy") on the external monitor, but no images of the login accounts to choose from or the other options. However, on the MBP screen I get all that. The keyboard and mouse respond, but just doesn't display on the external monitor. This is of interest to me because I have the MBP down in a credenza with other related gear and the external monitor and keyboard up on my desk. It's true I don't have to do this often, but still, it just started this aggravation with Yosemite. Thanks for trying to help.

  • Wifi problems on Macbook after Yosemite upgrade

    I am having very serious problems with wifi connectivity of my Macbook Pro Retina after upgrading for OS X 10.10 by the end of October .
    Of course this has a great impact on system usability since almost exclusively use wifi to connect to the network.
    I must say I never expected that in Apple world a problem of this magnitude take so long to solve!
    After trying various proposed solutions without result, two weeks ago in a user forum I found a simple turn around that effectively minimizes the problem on my Macbook.
    Deactivating Bluetooth Wifi connectivity becomes less unstable and can work continuously with the networked PC. There continues to be an abnormally high rate of errors affecting eg Time Machine but the wifi connection does not drop.
    It's a little ridiculous I can not use my Magic Mouse but it is less problematic that not to have Network!
    But someone can direct me to a date that provides for the effective resolution of this problem by Apple? Or at least that the problem has been recognized and is being done something to fix it?
    My system is yet under warrant. Should I activate the warranty and ask for the replacement of the Macbook? From what I've read not all users have this problem with Yosemite.
    Can someone please explain to me the reasons why I have the problem and others with theoretically equal machines do not have it (it that is the case)?
    Thanks in advance,
    Fernando Ribeiro

    I installed last OS X update, 10.10.3, and the problem is completely solved.
    The problem, Wifi+Bluetooth, is clearly addressed on the update notes.
    Now I am working with Magic Mouse, Bluetooth, while navigating on the Internet via Wifi.
    Thanks

  • Problems with games after leopard upgrade

    After i upgraded to leopard iv been having trouble with some games (like bf 2142), they wont open, as soon as i click on the game it quits right away, anyone having this problem too? or anyone have any solutions??
    :?

    Good morning Mogens Pedersen
    Thanks for using our forum
    I am a Cisco network support engineer, I have a recommendation, before you  upgrade any device in the future. Always keep in mind to make a backup of your data, in this way if you have to reset the device to factory settings you will not lose that information. Having said that, reset the router to the fabric configuration using the back little button, remember when you do that, you are going to loose your current configuration.
    Also here I leave a link for you to download the firmware rescue utility for your router:
    http://www.cisco.com/cisco/software/release.html?mdfid=282414010&release=4.0.0.7&relind=AVAILABLE&softwareid=282465800&rellifecycle=&reltype=latest
    I hope you find this answer useful, if it was satisfactory  for you, please mark the question as Answered
    and please rate helpful posts 
    Greetings,
    Johnnatan Rodriguez Miranda.
    Cisco network support engineer

  • Problems with rv042g after software upgrade

    after software upgrade it reboot the router about every 45 sec
    I've tried this tool from the Cisco website RV0xxV3_FirmwareRescueUtility_v4.0.0.7 without success, the problem is there, is a way you can get the router up and running again ?
    Can i run a TFTP server and upload a new software, or i ther a FirmwareRescueUtility for rv042g ??
    Mogens from Demmark

    Good morning Mogens Pedersen
    Thanks for using our forum
    I am a Cisco network support engineer, I have a recommendation, before you  upgrade any device in the future. Always keep in mind to make a backup of your data, in this way if you have to reset the device to factory settings you will not lose that information. Having said that, reset the router to the fabric configuration using the back little button, remember when you do that, you are going to loose your current configuration.
    Also here I leave a link for you to download the firmware rescue utility for your router:
    http://www.cisco.com/cisco/software/release.html?mdfid=282414010&release=4.0.0.7&relind=AVAILABLE&softwareid=282465800&rellifecycle=&reltype=latest
    I hope you find this answer useful, if it was satisfactory  for you, please mark the question as Answered
    and please rate helpful posts 
    Greetings,
    Johnnatan Rodriguez Miranda.
    Cisco network support engineer

  • IPhone Sync Problems with VISTA After iTunes Upgrade to 7.4

    Upon upgrading to iTunes 7.4 I was unable to sync my Outlook calendar or contacts to the iPhone. Called Apple Support that they seemed to know nothing about this problem general problem despite all of the discussions on this and many other tech. boards.
    After being told remove and reinstall iTunes and Outlook, set-up a new user account, etc... (none of which worked) I finally concluded that perhaps the .pst file being used by outlook was simply incompatible with iTunes for some reason (e.g. unsupported recurring calendar items).
    SOLUTION: Create a new outlook .pst data file. Once created, open up that new file along with the defective .pst file. Then, simply change the view of calendars and contacts in your old calendar such that you can see all of the items in a list. Highlight the items you want to keep and simply click-and-drag them to the nes .pst file. This solves all of the sync. problems I had post-7.4 upgrade. It takes less than 3 minutes to complete this painless fix.
    This was so annoying for me that I'd be happy to help someone complete this simple task if they need help. < Edited by Host, for your protection, no personal information please. >

    Then it would appear to be an issue with your router. What router? Model? Is the firmware up to date?

  • Problems with wifi after lion upgrade 10.7.2 but only at home

    HI, my wifi conection was problemless till I upgraded to lion 10.7.2. After that, it is impossible to connect through airport but only in my home´s wifi. Other computers work at home (including my iphone) and my macbook pro connects everywhere else with no problem but it doesn´t at home. Inmediately after choosing the desired conection it says: Not posible to conect due to conection time run out (or something like that).
    Any help?

    Then it would appear to be an issue with your router. What router? Model? Is the firmware up to date?

  • Mosaic problem with image after Yosemite

    I'm using CS6 (13.0.6) on my iMac and recently upgraded to Yosemite.  I'm now getting a problem where images will suddenly either go black or get a weird mosaic/jigsaw type of look.  In the example below, the "source" images used in the mosaic were files that I had recently closed - so it isn't just a scrambled version of the correct image (if that makes sense).
    Once this happens, the only fix is to close out Photoshop and start over.  Anyone else having this problem?  Any fixes?
    Thanks for any help or suggestions!

    Interesting…Turning off "Use Graphics Processor" returns the magnifying glass to previous Photoshop method of dragging a marquee to zoom, instead of zooming from the point of click.
    So, this is February 2. You say it is Apple's problem and they are working on it, huh? It's been at least two months, apparently. It doesn't seem to be a top priority.

  • Problem with JPGs after Tiger upgrade

    Hi, I normally get answers from this excellent forum by searching, but I can't find anyone who's had the same problem.
    I have a Lacie d2 firewire hard drive, which I've had since I was using a G3 iMac running OS9 (gradually updated to the last version). When I bought a shiny new G5 running Panther everything worked fine and all my existing files opened without any problem. Since upgrading to Tiger, however, I now find that some (not all) JPG picture files that I saved on the external drive with OS9 appear as unix executable and can't be opened. To make matters worse, when I open those files that I can (in Preview), if I make any changes and save, the new version gets saved as a unix executable! Also, I've found some heavily edited images where the thumbnail now shows the ORIGINAL (pre edited) version of the picture - even when the edited version came from someone else and I never had the original!!
    I've now found that the same thing is happening wih pictures on the memory stick duo that I use in my mobile phone, again only with ones that I dragged there with OS9.
    Any ideas on this confusing problem would be very much appreciated.

    First question: do the files have the .jpg extension?
    Second: is the memory stick formatted as FAT32?
    This problem usually crops up because there is a difference in the way OS 9 and OS X store the resource information on a FAT32 volume. Without a resource it can read, and without a .jpg extension, OS X can reach the conclusion that the file in question is a UNIX executable. It should work if you simply add the .jpg extension to the name. When you open and save evidently you are still not getting the extension added to the file name.
    Francine
    Schwieder

  • Problems with Numbers after Mavericks upgrade

    After upgrading to Mavericks my existing spreadsheets do not have the formulas in the open cells.  All previously entered data seems to still be in tact but when putting new data or figures in cells they do not have the formula or format the original spreadsheet had.

    Good morning Mogens Pedersen
    Thanks for using our forum
    I am a Cisco network support engineer, I have a recommendation, before you  upgrade any device in the future. Always keep in mind to make a backup of your data, in this way if you have to reset the device to factory settings you will not lose that information. Having said that, reset the router to the fabric configuration using the back little button, remember when you do that, you are going to loose your current configuration.
    Also here I leave a link for you to download the firmware rescue utility for your router:
    http://www.cisco.com/cisco/software/release.html?mdfid=282414010&release=4.0.0.7&relind=AVAILABLE&softwareid=282465800&rellifecycle=&reltype=latest
    I hope you find this answer useful, if it was satisfactory  for you, please mark the question as Answered
    and please rate helpful posts 
    Greetings,
    Johnnatan Rodriguez Miranda.
    Cisco network support engineer

  • Problems with Bionic after ICS upgrade

    I've had a few issues with the ICS upgrade on my Bionic, but one in particular bothers me the most.  When I get a text or voicemail or other alert at the top of the screen, sometimes I am not able to pull down the menu to check the alert.  That was one of the best shortcuts on the phone. When it gets stuck like that, I have to reboot the phone. This can happen once or twice a day.  Anybody else have that issue or was able to fix it?
    Thanks!

    Clear system cache:
    Power down phone
    Hold volume up/down & power simultaneously
    Use volume down to navigate to 'Recovery', use volume up to select
    Should see screen with triangle and exclamation point next to an Android
    Press volume up/down simultaneously
    Use volume rocker to navigate to 'wipe cache' and use power button to select
    Once finished, use volume rocker to navigate to 'reboot system now' and use power button to select

  • Problems with N76 after software upgrade of PC Sui...

    I downloaded and ran the current Nokia Software Updater which has been installed on my PC and in turn installed and updated all related components.
    I then followed the instructions to a tee, backed up files, via content copier, updated my N76 with the latest version of the Device software. Upon the phone restarting, all was good and the phone asked me for my country, state and date and time. When I check Device Manager it advises that I have V31.0.014 and that the Device is Updated with current date. Upon checking the Sync folder Lifeblog and PC Suite are both DEFINE and dated.
    Before having had a chance to restore from my backup, I received some text messages with pics which I uploaded to my PC Lifeblog with no problems.
    I then restored the backup file with great ease, so that I could have my contacts etc back on my phone.
    Only problem is that it seems like not only files are restored but also any previous phone settings. I have gone through the whole process three times and each time I restore when I check the Device Manager it tells me that the phone has previous version on it and that the Device has not been updated. Also when I check the Sync folder it tells me that the PC suite (is not defined)and if I try to change any settings manually it advises that the profiles are READ ONLY.
    HOW CAN I FIX THIS IT IS DRIVING ME NUTS!

    Hey, did you get this fixed?

  • Problems with X4150 after ILOM upgrade to 3.2.0

    I am running Netbackup PureDisk OS (PDOS) 6.5 on a Sun X4150.
    I was trying to upgrade to PDOS 6.6 and during the upgrade
    process found the version of the ILOM installed on the server,
    2.0.2.6, was very out of date. I installed the newest ILOM
    version: 3.2.0 and it seems to have been successful. When
    I rebooted the PDOS system, however, I was met with this
    screen on the ILOM redirection: was

    I was trying to add this link to show what I see on the
    redirection screen:
    http://www.cs.unca.edu/~benites/detached/ilom.png
    Even though I add and save the keyboard as a device in the
    redirection window I cannot use any of the function
    keys on Ultra 45 keyboard where the ILOM redirection
    screen is displayed.
    Any suggestions?
    Thanks!

  • Document size problems in CS4 after Yosemite upgrade

    Whenever I go to make a new document it is created at 1/10 the size that I input. I'm attempting to make a file now that is 8.5x11 @ 300dpi, and the document created is 0.85x1.1 @ 30dpi. Yes, I know all I have to do is move the decimal, but when I go to resize the file, the sizes won't constrain and only one dimension will be off. Anyone know what might be causing this? Any fixes?

    Please let me know how it turned out.
    I may be fielding more of these questions.
    Gene

Maybe you are looking for

  • Reader 8.1.2 :  garbled / scrambled text when printing

    After upgrading to version 8.1.2 from 7.1, our work place noticed that certain PDF documents will print garbled text if the Reader window is closed prior to the document being completely processed in the Print Queue. (Windows XP) These documents are

  • Software distribution and Unlimited Strength Jurisdiction Policy Files

    I suppose, I'm NOT allowed to ship the Unlimited Strength Jurisdiction Policy Files (USJPF) with my application, even if living in Germany and not selling abroad, right? So I see 2 possibilities: - Use weaker encryption by default and encourage the u

  • Broken Unicode

    Never thought I would have a problem with unicode, but here it is. The web site I am working on is ColdFusion MX7 and mySQL 5.0.45. The data in the DB is UTF-8 encoded, collation is set to utf8_general_ci. The output of the data from DB is valid, all

  • Pages and links missing on HostMonster

    I created my website with iWeb and published it to a folder on my desktop. All links, pages and albums work beautifully. When I uploaded my site to HostMonster, all I get is my Welcome page with no index to my other pages. I had created links to othe

  • Purchased  Photoshop & Premier Elements 13 but serial number for PSE doesn't work

    I purchased Photoshop & Premier Elements 13 a couple of days ago and I got the serial numbers by email. The serial number for Premier works, but the number provided for Photoshop doesn't.