Lost Wiki calendars after upgrade to 10.6.4

Hi,
After upgrade my clients to 10.6.4 we are not be able to connect to our Wiki calendars using iCal client.
The original path was:
/principals/wikis/WIKI-NAME/
But now it says the client is not able to connect to:
/principals/_uids_/8a8be0fd-f969-5760-bef6-a73ad4ae3aa1/
If we recreate the subscription, the first time iCal is able to access to the calendar data, using the original path, but after close and restart the client, it modifies the path and uses the new path value (/principals/_uids_/8a8be0fd-f969-5760-bef6-a73ad4ae3aa1/)
In the caldavd error log says:
[AMP,client] [twistedcaldav.directory.principal#error] No principal found for UID: 8a8be0fd-f969-5760-bef6-a73ad4ae3aa1
We do not have this kind of problems with our Leopard (10.5.8) iCal clients or using the web page.
Thanks in advance for any help.
H.

A followup from my post here: http://discussions.apple.com/messageview.jspa?messageID=11686666&stqc=true
Looking at server debug error logs in Info mode, it appears that when querying for the group's HEX UID, the server does the following process:
- Creates a wiki record for the GUID in Memcache; the correct data appears to be passed from the wiki entry
- Checks state of GUID, fails to find it
- Removes memcache data
- Returns "Not Found" to the client
Anyone know why the Twisted is failing to successfully create the Memcache entry?
This is the log of the events dealing with the targetted UID:
2010-06-17 11:00:40-0400 [-] [caldav-8009] [PooledMemCacheProtocol,client] [twistedcaldav.directory.wiki.WikiDirectoryService#info] Creating wiki record with GUID 4946e8b4-dbee-59aa-9064-37bc5ae59154
2010-06-17 11:01:01-0400 [-] [caldav-8009] [PooledMemCacheProtocol,client] [twistedcaldav.cache.MemcacheResponseCache#debug] Adding to cache: '04a59fceaad709e7fcbbe8a1a846fa43' = '((I0\nNtp1\nI5849565769670424107\n(I0\nNtp2\n(I207\n(dp3\nS\'Last-Modified\'\n p4\n(lp5\nS\'Thu, 17 Jun 2010 15:01:01 GMT\'\np6\nasS\'DAV\'\np7\n(lp8\nS\'1, access-control, calendar-access, calendar-schedule, calendar-auto-schedule, calendar-availability, inbox-availability, calendar-proxy, calendarserver-private-events, calendarserver-private-comments, calendarserver-principal-property-search\'\np9\nasS\'Content-Type\'\np10\n(lp11 \nS\'text/xml\'\np12\nasS"<?xml version=\'1.0\' encoding=\'UTF-8\'?><multistatus xmlns=\'DAV:\'>\\r\\n <response>\\r\\n <href>/principals/wikis/acgiit/</href>\\r\\n <propstat>\\r\\n <prop>\\r\\n <principal-collection-set>\\r\\n <href>/principals/</href>\\r\\n </principal-collection-set>\\r\\n <calendar-home-set xmlns=\'urn:ietf:params:xml:ns:caldav\'>\\r\\n <href xmlns=\'DAV:\'>/calendars/_uids_/wiki-acgiit</href>\\r\\n </calendar-home-set>\\r\\n <calendar-user-address-set xmlns=\'urn:ietf:params:xml:ns:caldav\'>\\r\\n <href xmlns=\'DAV:\'>/principals/wikis/acgiit/</href>\\r\\n <href xmlns=\'DAV:\'>urn:uuid:4946e8b4-dbee-59aa-9064-37bc5ae59154</href>\\r\\n <href xmlns=\'DAV:\'>https://server.redacted.tld:8443/principals/_uids_/4946e8b4-dbee-59aa-9064-37bc5ae59154/</href>\\r\\n <href xmlns=\'DAV:\'>https://server.redacted.tld:8443/principals/wikis/acgiit/</href>\\r\\n <href xmlns=\'DAV:\'>/principals/_uids_/4946e8b4-dbee-59aa-9064-37bc5ae59154/</href>\\r\\n <href xmlns=\'DAV:\'>http://server.redacted.tld:8008/principals/wikis/acgiit/</href>\\r\\n <href xmlns=\'DAV:\'>http://server.redacted.tld:8008/principals/_uids_/4946e8b4-dbee-59aa-9064-37bc5ae59154/</href>\\r\\n </calendar-user-address-set>\\r\\n <schedule-inbox-URL xmlns=\'urn:ietf:params:xml:ns:caldav\'>\\r\\n <href xmlns=\'DAV:\'>/calendars/_uids_/wiki-acgiit/inbox/</href>\\r\\n </schedule-inbox-URL>\\r\\n <schedule-outbox-URL xmlns=\'urn:ietf:params:xml:ns:caldav\'>\\r\\n <href xmlns=\'DAV:\'>/calendars/_uids_/wiki-acgiit/outbox/</href>\\r\\n </schedule-outbox-URL>\\r\\n <dropbox-home-URL xmlns=\'http://calendarserver.org/ns/\'>\\r\\n <href xmlns=\'DAV:\'>/calendars/_uids_/wiki-acgiit/dropbox/</href>\\r\\n </dropbox-home-URL>\\r\\n <displayname>acgiit</displayname>\\r\\n <principal-URL>\\r\\n <href>/principals/_uids_/4946e8b4-dbee-59aa-9064-37bc5ae59154/</href>\\r\\n </principal-URL>\\r\\n <supported-report-set>\\r\\n <supported-report>\\r\\n <report>\\r\\n <acl-principal-prop-set/>\\r\\n </report>\\r\\n </supported-report>\\r\\n <supported-report>\\r\\n <report>\\r\\n <principal-match/>\\r\\n </report>\\r\\n </supported-report>\\r\\n <supported-report>\\r\\n <report>\\r\\n <principal-property-search/>\\r\\n </report>\\r\\n </supported-report>\\r\\n <supported-report>\\r\\n <report>\\r\\n <expand-property/>\\r\\n </report>\\r\\n </supported-report>\\r\\n </supported-report-set>\\r\\n </prop>\\r\\n <status>HTTP/1.1 200 OK</status>\\r\\n </propstat>\\r\\n <propstat>\\r\\n <prop>\\r\\n <xmpp-uri xmlns=\'http://calendarserver.org/ns/\'/>\\r\\n <notification-URL xmlns=\'http://calendarserver.org/ns/\'/>\\r\\n </prop>\\r\\n <status>HTTP/1.1 404 Not Found</status>\\r\\n </propstat>\\r\\n </response>\\r\\n</multistatus>"\np13\ntt.'
2010-06-17 11:01:07-0400 [-] [caldav-8009] [PooledMemCacheProtocol,client] [twistedcaldav.directory.appleopendirectory.OpenDirectoryService#debug] Memcache: checking dir|guid|4946e8b4-dbee-59aa-9064-37bc5ae59154
2010-06-17 11:01:07-0400 [-] [caldav-8009] [PooledMemCacheProtocol,client] [twistedcaldav.directory.appleopendirectory.OpenDirectoryService#debug] Memcache: miss dir|guid|4946e8b4-dbee-59aa-9064-37bc5ae59154
2010-06-17 11:01:07-0400 [-] [caldav-8009] [PooledMemCacheProtocol,client] [twistedcaldav.directory.appleopendirectory.OpenDirectoryService#debug] Faulting record for attribute 'guid' with value '4946e8b4-dbee-59aa-9064-37bc5ae59154'
2010-06-17 11:01:07-0400 [-] [caldav-8009] [PooledMemCacheProtocol,client] [twistedcaldav.directory.appleopendirectory.OpenDirectoryService#debug] opendirectory.queryRecordsWithAttribute_list(<PyCObject object at 0x101b47670>,'dsAttrTypeStandard:GeneratedUID','4946e8b4-dbee-59aa-9064-37bc5ae 59154',8193,False,['dsRecTypeStandard:Users', 'dsRecTypeStandard:Groups', 'dsRecTypeStandard:Places', 'dsRecTypeStandard:Resources'],['dsAttrTypeStandard:GeneratedUID', 'dsAttrTypeStandard:RecordName', 'dsAttrTypeStandard:AltSecurityIdentities', 'dsAttrTypeStandard:RecordType', 'dsAttrTypeStandard:RealName', 'dsAttrTypeStandard:FirstName', 'dsAttrTypeStandard:LastName', 'dsAttrTypeStandard:EMailAddress', 'dsAttrTypeStandard:AppleMetaNodeLocation', 'dsAttrTypeStandard:GroupMembers', 'dsAttrTypeStandard:NestedGroups', 'dsAttrTypeStandard:ResourceInfo', 'dsAttrTypeStandard:ResourceInfo'])
2010-06-17 11:01:07-0400 [-] [caldav-8009] [PooledMemCacheProtocol,client] [twistedcaldav.directory.appleopendirectory.OpenDirectoryService#debug] Failed to fault record for attribute 'guid' with value '4946e8b4-dbee-59aa-9064-37bc5ae59154'
2010-06-17 11:01:07-0400 [-] [caldav-8009] [PooledMemCacheProtocol,client] [twistedcaldav.directory.appleopendirectory.OpenDirectoryService#debug] Memcache: storing (negative) dir|guid|4946e8b4-dbee-59aa-9064-37bc5ae59154
2010-06-17 11:01:07-0400 [-] [caldav-8009] [PooledMemCacheProtocol,client] [twistedcaldav.directory.principal#error] No principal found for UID: 4946e8b4-dbee-59aa-9064-37bc5ae59154

Similar Messages

  • Lost my calendars after upgrading to mountain lion

    Please help! I just upgraded to Mountain Lion, clicked into my calendar and there is nothing. It's like a blank slate, except for what it comes with; 'work' 'home' US Holidays'. I had really important birthdays, meetings, work things, bills, etc. scheduled and they are nowhere to be found now. I also, as of today, switched over to iCloud. Nothing there either. Is there some way I can retreive that priceless information?!

    Ya this kept/keeps happening to me.  I connected my phone with the USB, went into itunes, click on the phone in left there, go to the info tab, scroll down to Advanced settings at the bottom  and selected Calander it says "During next sync only.  Itunes will replace the selcted info on your iphone with info from this computer" then sync and its all back. 
    Hope this helps

  • Has anybody lost imported photos after upgrading to Lion? (iphoto11)

    Has anybody lost imported photos after upgrading to Lion? (iphoto11)

    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 Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords 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

  • TS4118 Can I retrieve to do list from old calendar after upgrading to mountain lion?

    Can I retrieve "to do list" from old calendar after upgrading to mountain lion?

    Hello MacMystie,
    Thank you for using Apple Support Communities. 
    If you have a recent backup with the old "to do list" you can use the following article will provide information on recovering information from a backup. 
    Recovering iCloud contacts, calendars, and bookmarks from an iTunes backup of an iOS device - Apple Support
    Regards,
    Jeff D. 

  • I lost my contacts after upgrading to IOS6 on iPhone 4

    I lost my contacts after upgrading to IOS6 on iPhone 4

    At the most inconveient time possible(vaca) after downloading ICloud, All my phone contacts disappeared :( Wishing I knew how to uninstall to the way my phone was before.I leave in 4days.

  • How do i get my calendar, which is on my ipad, onto my iphone? I lost my calendar after the upgrade today.

    How do I get my calendar, which is on my ipad, onto my iphone?  I lost my iphone calendar after the upgrade this morning.

    I have iCloud set on my iphone, ipad and mac. But, for some reason, my mac has no calendar and now neither does my iphone.  Fortunately my ipad has my calendar - but I must get that back on my iphone.  I haven't synced by ipad to anything manually - but I assume icloud should have everything.  When I added an appt on my iphone calendar - it immediately duplicated on my ipad.

  • HELP Just lost ALL iCal calendars after upgrading to 3.1 !!!!

    Hello everyone
    I just lost ALL my calendars on both my mac and iphone after upgrading to 3.1
    5 years just disappeared!!!!
    What can I do to have them back?
    PLEASE HELP

    This happened to me as well.
    All of my non-subscription calendars are gone.
    I did nothing and then gone.
    PLEASE HELP

  • Lost All Calendars after new Upgrade

    Being forced to upgrade I tried several times and never had luck. Finally this week I tried and was successful. Everything seemed fine. Today I opened iCal to add and entry. Suddenly all calendars were gone. They appear to be gone on mobile me. (Me.com) as well. I do have time machine back up if need be. I have tried deleting my account in iCal. I tried restarting, I tried typing in commands in the Terminal. I just get two calendars Home & Work with nothing in them.
    I am using a Macbook Pro 17 and the latest OS. Everything is up to date.
    Any ideas?
    M

    My experience was similar though not an exact match as I don't believe I lost the calendars on MM. But my recollection could be wrong. I did work through the problem though and was able restore my calendars and haven't had a bit of trouble since at either desktop or MM end.
    So here is link to my discussion. Perhaps there is some help here.
    Cheers!
    https://discussions.apple.com/message/13168233#13168233

  • ICal has lost all events after upgrade to 10.8.3.

    iCal has lost all events and calendars except for birthdays after upgrade to 10.8.3. If I sync to my iPhone, will it wipe them from the phone, or will it get the events from the phone?
    I have Time Machine working, but am unsure how to restore calendars from it.
    PLEASE HELP.   

    Not sure why you think having to re-authorize would indicate an incompatibility or problem with their software unless you meant you have to keep re-authorizing the plugin?
    Some plugins need re-authorization when you change a certain file or files in your system.. or if the file structure itself changes.. or the drive is renamed for example.. It could simply be that IK used a different form of authorization routine to their other plugins or versions of their plugins, with Amplitude 2.... Nothing to do with an incompatibility...or problems.
    Anyhow I am happy you got the matter resolved and yes, random bursts of white noise is a classic sign of a plugin running in demo mode and needing authorization or re-authorisation as I suspected in your case.

  • Lost Developer Toolbar after upgrade from 4.1 to 4.2

    After upgrading from 4.1 to 4.2.1.00.08, we have lost the Developer Toolbar.
    Have others run into this with the upgrade or fresh installation of 4.2.1?
    If so, what suggestions are there for fixing, short of reinstallation mentioned in this other thread:
    {message:id=10692572}
    Following the guidance there to look at the instance ID and other preference settings, I compared our three instances. The two that are not having the problem are both at 4.2.0.00.27.
    Here are the preferences that exist on our other instances but are null on the problem instance:
    APEX_4_1_0_PATCH_12920544
    APEX_4_2_0_PATCH_14777994
    APP_EXPORT_TO_DB_ENABLED
    HPROF_DIRECTORY
    INSTANCE_ID
    MOBILE_DEVELOPMENT_ENABLED
    PRINT_SVR_HOST
    PRINT_SVR_PORT
    PRINT_SVR_SCRIPTI have asked our support team to review the upgrade log. Re-installation from scratch is an option.
    Any advice is welcome.
    Skip

    Thanks, Joel.
    You inspired me to take a closer look, and look beyond the upgrade.
    After the upgrade, my application passed a superficial checkout. Later, I exported my application and in the export file, the Instance ID was not NULL. I had not noticed any problems with how APEX was working.
    The problems of the missing Developer Toolbar, Instance ID = NULL, and a new one, did not occur until I removed my application and tested a clean installation of the workspace and application. This is the sequence of events. The immediate triggering cause is clearly one of the following:
    1. Deinstall application (ID 820) from APEX 4.2.1.00.08 instance, running 11g (11.1.0.7.0).
    2. Remove workspace (PVA_AH9_R12)
    3. (drop the parsing schema, xxpva, and related tablespace)
    4. (create tablespace and schema user, xxpva)
    5. Import workspace (PVA_AH9_R12) from an APEX 4.2.0.00.27 instance.
    6. Import application (ID 820) including supporting objects from an APEX 4.2.0.00.27 instance, running 11g (11.2.0.1.0).
    The next day I noticed the Developer Toolbar missing problem, and found that Instance ID is NULL.
    Also, after Exporting an application in Database format, I cannot download the file from the Export Repository. When I click the filename link, I get 'Access Denied' instead of the normal download dialog.
    Does this suggest anything else I should look into?
    Do you think I should post this as a new problem/question with more detail about the sequence of events?
    Skip

  • Lost my music after upgrading to iOS 8

    After upgrading to ios 8 I lost all the music downloaded through iTunes (from ripping my CDs), on both iPhone 5 and iPad 3rd generation, except the music purchased online.

    Hey Keisha, Are the photos in your iPhoto library on your computer? If so, you should be able to check the photos option in your iPod's summary page in iTunes  and add then back. Hope this helps, Cheers.

  • Lost my wireless after upgrading

    After upgrading my Airport Extreme to 5.3.1, i have lost my wireless connections. I still have my wired connection through the router, I can't seem to re-establish my network through airport. I have even reset the airport by pushing the button. Restarted my cable internet connection x 2 and restarting my computer, recycling the Airport Extreme...nothing is working wirelessly. Maybe my Airport Extreme is broken?

    Try deleting the following files from the ~/Library/Preferences/ directory (this is the Library directory within your User folder):
    * com.apple.internetconfig.plist
    * com.apple.internetconfigpriv.plist
    * com.apple.internetconnect.plist
    go to to Airport menu and re-selecting the desired network.
    *perform a hard reset*
    http://docs.info.apple.com/article.html?artnum=107451
    Also, merely unplug the Base Station and then plug it back in after 30 seconds or so. I've also experienced this same problem on a very infrequent basis and recycling the AEBS always permitted it to be recognized again by Apple's Airport Utility

  • Lost campass apps after upgraded to ios7

    I lost the compass , stocks apps after upgraded, how can I install it back?
    Ipad2

    All your apps should be in your itunes media library, sync your phone to itunes.
    Or directly from your phone - app store - update - purchase - all or not on this phone - hit the cloud next to the app you want to download.

  • HT201318 lost itunes credit after upgrade

    It appears after upgrading my itunes the other day I lost my store credit.Any ideas?

    Sign out of the iTunes store and then back in.

  • Lost data connectivity after upgrading iPhone 4 to iOS 5. How to fix?

    Hello,
    I upgraded my 16GB iPhone 4 yesterday from iOS 4.3.5 to iOS 5 and everything went fine after a few failed connections to Apple's servers, however my phone lost the data connectivity completely. Phone and SMS worked fine, I could also connect through wi-fi with no problems, however whenever I tried to use data I got a message that my phone was not signed to an internet service.
    I restored my phone from the backup after upgrading. Not successful. I also reset the network configurations. No deal.
    My carrier is Vivo (Brazil) and everything worked fine prior to the upgrade (and after the downgrade).
    I imagine it can be a problem with APN configuration under iOS 5 and I tried to configure it through a webpage, but I got a message that my phone already had a APN config (profile) and could not install another. Under Settings>General>Network I don't have the "mobile network option" nor the "profile" option.
    Any thoughts? So far I haven't contacted other people under my carrier who upgraded to see if they had the same problem.
    Thanks for reading,
    Samuel

    I got a workaround; it's not what I wanted, but it solves the main problem.
    I noticed that I only lost data connectivity after restoring from backup after the iOS 5 update. So what I did was to backup my phone, restore again to iOS 5, configure as a new phone and backup again (with nothing in the phone).
    Then I launched an iPhone backup utility software, in this case, iBackupBot, which in the trial version is enough for what I wanted. I opened the old backup and exported only the files I wanted (like call history and SMS history), then I imported these files into the new backup and restored from it.
    I lost my media files (which I copied before) and some configurations, but the most important itens, like SMS, I managed to export from the old (complete) backup.
    Message was edited by: samuelsam

Maybe you are looking for