ICal and directory lookup bug

Trying to use the directory lookup ''drag attendees to invite them to events'' feature.
The list of contacts disappeared and it does not show the list of contacts in address book.
Clearly a bug.
Anone knows how to solve the riddle?

You didn't actually ask a question so I'm guessing at the answer.
This is working as designed. You need to either point Jabber to a different attribute that is unique (e.g. ipPhone instead of telephoneNumber) or remove these duplicate values from AD.
Please remember to rate helpful responses and identify helpful or correct answers.

Similar Messages

  • Jabber for IPhone and Directory lookup rules.

    At a client I have some problems with getting the Directory lookup rules to work.
    I AD the costumer has formatteded the telephoneNumber in this format:  +45 4444 XXXX
    That is with 2 spaces in the phonenumber.
    With Jabber for windows,cups, cucilync etc i have the choice of using "PhoneNumberMasks", so that I avoid the problem with the spaces.
    But how do i do it with the directory lookup rules.
    I need to make sure that I can do a lookup on 3 different calls.
    Full E164 numer:     +454444XXXX
    National number:     4444XXXX
    Local call:               XXXX
    Alt the moment i have those rules in place, but somehow I'm not getting the search for 8 digets national call.
    <DialRules>
    <DialRule BeginsWith= "4444" NumDigits="8" DigitsToRemove="4" PrefixWith=""/>
    <DialRule BeginsWith= "+454444" NumDigits="11" DigitsToRemove="7" PrefixWith=""/>
    <DialRule BeginsWith= "" NumDigits="4" DigitsToRemove="0" PrefixWith="+454444"/>
    </DialRules>
    I'm at a lost to why it's not working with 8 digtes?
    Br
    Kim Nielsen

    Should still work. But would be good to check indial into jabber with the phone unplugged, just for testing purposes.
    also, you have checked the partition and configuration on the TAB device is the same as on the deskphone?
    Can you attach call manager traces when making a test call and attach to the case.  Let us know the extension and device names you have used in the test, and a timestamp of the test.
    thanks
    =============================
    Please remember to rate useful posts, by clicking on the stars below. 
    =============================

  • ICal and CalDAV issues: Address Panel - Open Directory Lookup? & others.

    An overview of my setup:
    I'm using Google Calendar through CalDAV (set up with Calaboration), and have no problems synchronizing events. These are dealing with attendees.
    Several parts to this one, so to start:
    1) It appears that, likely with any CalDAV calendar, my Address Panel becomes an "Open Directory Lookup" instead of searching my trusty Address Book contacts, which I would prefer. I also cannot type in names/email addresses and have them auto-complete, which I assume is now searching the empty Open Directory.
    Is there a way I can force this to still use my Address Book? Or does anyone know a way to hook my Google contacts (in Gmail) into a directory search that will come up in the new panel?
    2) When people add me as a "guest" in Google Calendar (== attendee in iCal), I see it in my calendar on iCal. I see myself in the list, with my name and email address... but I cannot RSVP. Google recommends that I add my Gmail account hooked to my Calendar to my "me" card in Address Book, which I have done, but it still does not recognize, well, Me.
    I'm stumped. Is there something I'm missing? Something else I need to do in iCal?

    Thanks for the answer.
    I guess because I was deleting the 'local' calendar with some of my test accounts and not others I would sometimes get the local Address Book panel by default and sometimes the Open Directory panel.
    I agree it's pretty confusing.

  • ICal and Addressbook connecting to eGroupware - various bugs?

    Hi all,
    given CalDAV and CardDAV as standardized protocols, it shouldn't be too much of a problem to connect to private calendar and addressbook servers, you'd think... For some year's I'm running a eGroupware server, and while this product is far from being bug free, I believe it's basically massive bugs in Apple's Ca*DAV protocols that keep the synchronization from working. Let's start with iCal:
    Originally, eGroupware's CalDAV implementation returned fully qualified URIs (like https://www.example.com/egroupware/calendar/) for all kinds of properties, e.g. calendar-home-set. As a result, iCal sent requests with the path //www.example.com/egroupware/calendar - i.e. instead of properly parsing the URI, it just stripped off the protocoll indicator and tried to treat the remaining string as a path.
    As the CalDAV standard doesn't make any hint if URIs should be supplied as fully qualified or relative URIs, returning full URIs seems to be the safer bet, and iCal's reaction on this is IMHO as clearly a bug as it can be. Nevertheless, I patched eGroupware to supply relative URIs, and hey ho, iCal integrates fine with eGroupware now. By the way, eGroupware has some hard coded behaviour to supply only the events of one month back by default, but you can patch that behaviour as well, of course.
    Now to Addressbook, and that's where I'm beyond my wits First of all, it is not possible to configure a CardDAV server in Addressbook itself, as the GUI is massively broken (just try to setup a CardDAV server https://www.example.com/egroupware/addressbook/ and you'll end up with a configured URL https://www.exmaple.com:443/egroupware/addressbook/:443<null> or something even more broken. You need to edit the file "Application Support/AddressBook/Sources/78E03291-22C9-4E27-9852-8480AD6A0F03/Configuration. plist" manually.
    Now, still Addressbook sends a PROPFIND requst for current-user-privilege-set to /directory/ to the server. Don't know what kind of result the programmers expected from this, but on my CalDAV server nothing at all resides under that path, also it's not mentioned in the CalDAV as a general concept. After it got a 405 Method Not Allowed to this request, Addressbook continues sending more sensible requests, so it might not be an actual problem - I'm not sure.
    Next is a PROPFIND query for addressbook-home-set to /egroupware/groupdav.php/addressbook/ wich is a perfectly expected behaviour from the standard. But first, the server replies with 401 Unauthorized. Addressbook then repeats the request, this time including the correct HTTP BASIC authentication information. Now, the server tries its best to handle this request according to standards. I quote the full response here, perhaps some pro spots a mistake in the response I'm to dumb to see:
    HTTP/1.1 207 Multi-Status
    Date: Sun, 06 Sep 2009 14:51:58 GMT
    Server: Apache/2.2.12 (Debian)
    X-Powered-By: PHP/5.2.10-2.2
    Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Pragma: no-cache
    Expires: Thu, 19 Nov 1981 08:52:00 GMT
    X-Dav-Powered-By: eGroupWare CalDAV/CardDAV/GroupDAV server
    X-WebDAV-Status: 207 Multi-Status
    Content-Length: 486
    Keep-Alive: timeout=15, max=100
    Connection: Keep-Alive
    Content-Type: text/xml; charset="utf-8"
    <?xml version="1.0" encoding="utf-8"?>
    <D:multistatus xmlns:D="DAV:">
    <D:response xmlns:ns0="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/" xmlns:ns1="urn:ietf:params:xml:ns:carddav">
    <D:href>/egroupware/groupdav.php/addressbook/</D:href>
    <D:propstat>
    <D:prop>
    <ns1:addressbook-home-set><D:href>/egroupware/groupdav.php/addressbook/</D:href ></ns1:addressbook-home-set>
    </D:prop>
    <D:status>HTTP/1.1 200 OK</D:status>
    </D:propstat>
    </D:response>
    </D:multistatus>
    I read the CardDAV RFC over and over again, but this seems to be as correct a response as you could wish. Note: out of the box eGroupware doesn't generate the D:href sub-element to ns1:addressbook-home-set but directly puts the URI as content of that element. This is not correct according to the CardDAV standard, but iCal is ignoring exactly the same mistake of the CalDAV implementation of eGroupware. It doesn't make a difference for Addressbook either - both variants lead to the error message 'Von CardDAV-Server Fehler (207) für den Benutzer "xxx" erhalten.' This is a strange message to show, as 207 is not an error code. Of course I patched eGroupware to return 200 OK as HTTP status (contradicting the standard), and hey ho, in Konsole you'll see an error message stating "Expected multi-status response but got status code: 200".
    So - Addressbook actually expects and checks for 207 Multi-Status, i.e. the message on the GUI is giving us no indication on the actual problem. Some easy checks proved that Addressbook wouldn't react any different if the server replies with plain nonsense (e.g. syntax errors in the XML file). So, obviously, Addressbook can't cope with an aspect of the response it gets, fails to generate any log or message box about the problem, and sets a misleading error indication on the GUI.
    And now? Does anybody have a good hint what could Addressbook make work here? When can fixes to iCal and Addressbook realistically be expected, if at all?

    Hello Pelzi,
    Same problem here with iCal an eGroupware. Since I opgraded to SnowLeopard, my Calander isn't syncing anymore.
    *iCal sends this:*
    PROPFIND //192.168.3.199/egroupware/groupdav.php/calendar/ HTTP/1.1
    Host: 192.168.3.199
    User-Agent: DAVKit/4.0 (729); CalendarStore/4.0 (965); iCal/4.0 (1362); Mac OS X/10.6 (10A432)
    Authorization: Basic ******
    Depth: 1
    Content-Type: text/xml
    Content-Length: 143
    Connection: keep-alive
    <?xml version="1.0" encoding="utf-8"?>
    <x0:propfind xmlns:x0="DAV:">
    <x0:prop>
    <x0:getetag/>
    <x0:resourcetype/>
    </x0:prop>
    </x0:propfind>
    *And Groupdav replies:*
    HTTP/1.1 405 Method Not Allowed
    Date: Mon, 07 Sep 2009 13:41:34 GMT
    Server: Apache/2.2.3 (Linux/SUSE)
    Vary: accept-language,accept-charset
    Accept-Ranges: bytes
    Keep-Alive: timeout=15, max=100
    Connection: Keep-Alive
    Transfer-Encoding: chunked
    Content-Type: text/html; charset=iso-8859-1
    Content-Language: en
    1e
    <?xml version="1.0" encoding="
    af
    ISO-8859-1"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
    <title>Method not allowed!</title>
    <link rev="made" href="mailto:"[email protected]" />
    <style type="text/css"><!--/--><![CDATA[/*><!--/
    body { color: #000000; background-color: #FFFFFF; }
    a:link { color: #0000CC; }
    p, address {margin-left: 3em;}
    span {font-size: smaller;}
    /]]>/--></style>
    </head>
    <body>
    Method not allowed!
    The
    PROPFIND
    method is not allowed for the requested URL.
    If you think this is a server error, please contact
    the webmaster.
    If anyone has a solution?
    Message was edited by: HansH8

  • Cisco Jabber for Mac - Directory Lookup and Contact Fields

    Hello,
    After having issues myself with Cisco Jabber for Mac 9.2 specifically with Active Directory lookups not working, or contact information not populating (and therefore not being able to call users from the contact list as no telephone information exists) I am including a sample jabber-config.xml file that works for me.
    Please note: there are many different ways to configure this. What I will be showing is the method that works for me and my deployment, which is pretty standard.
    As always and as a disclaimer, once again, this is what has worked for my deployment scenario. Always keep backups of your configuration files, and always be mindful of anything you have configured already, especially in the jabber-config.xml file.
    Background
    My deployment is based on CUCM 9, with 1 publisher and 2 subscribers. I also have a CUCM IM & Presence 9.0 server. This assumes that you have already configured your deployment and Jabber is functioning already, albeit with the aforementioned issues.
    As for Active Directory, my deployment will be based on Windows 2008 R2 Domain Controllers running in native 2008 mode. For this example, we will be searching directly against one of the DCs with a Global Catalogue role. Please be aware that in large deployments you will have to plan accordingly with regards to lookup traffic from Jabber clients to the DCs.
    Also, as of Cisco Jabber for Mac 9, the client no longer can search via the CUCM internal directory (which may be made of local end users, Active Directory synced users, or a mix of both) and this must be done via a LDAP mechanism.
    Scenario
    In this deployment scenario, Cisco Jabber for Windows is working properly - you can search and add people from Active Directory, and contacts in your contact list have all the appropriate fields populated from Active Directory. However, when trying the same with Jabber for Mac, Jabber for iPhone or Jabber for iPad you notice that you cannot perform a directory lookup, and if you add people directly (for example, [email protected]) the user only has the IM field populated. No telephone, email or additional information is displayed.
    Solution
    Whereas Cisco Jabber for Windows uses the EDI mechanism (native Windows), whereby when running from a computer that is on the domain (or in the event that you are search for contacts in another Active Directory domain where a domain trust exists) , Jabber for Mac / iPhone / iPad uses the BDI mechanism.
    In this case, you will need to provision a jabber-config.xml file that you will upload to your TFTP server (or Publisher) that will be "downloaded" by your Jabber for Mac client and also used by the iPhone and iPad client. You can configure many options in the jabber-config.xml file, but for this example we will place just the information that we need to order for these clients to request and display Active Directory information.
    Please note that the configuration may vary depending on your deployment, but at the very least we will be:
    - Configuring a DC where we will perform the lookup.
    - Configure credentials that will be used to perform the lookup. This will be an Active Directory account that has read rights on the Active Directory domain. Please note that these credentials are saved in plain text in the file, so ensure that the account that you will be using is not privileged.
    - Configure the server port that we will be using to perform the lookup.
    - Configure the Search Base. This is basically where we want the directory lookup to happen. You can either choose for this lookup to start at the "base" of the domain (and therefore the search will iterate through all the user accounts and and OUs below the root base) or define a specific OU where you want to search.
    Caution!
    - There is a current limitation with Cisco Jabber for Mac whereby you can only have 1 search base configured. Please keep this in mind if, like me, you have multiple OUs (like an OU for each company in your organization) and under these OUs you have sub OUs as a user account container.
    - If using the top level search base, unless you specify a filter, you will potentially be able to search for all user accounts in the domain. You will need to configure the <BDIBaseFilter> parameter if you want to fine tune your search ability.
    Steps
    These are the steps I have followed. Other steps or considerations may vary.
    - Log in to your TFTP server and download the jabber-config.xml file and keep it as a backup. If you are already using the jabber-config.xml file for other purposes, do not worry - you can add your BDI information parameters inside.
    - Remove the jabber-config.xml file
    - Edit the jabber-config.xml file and configure thus:
    <?xml version="1.0" encoding="UTF-8"?>
    <config version="1.0">
        <Directory>
            <DirectoryServerType>BDI</DirectoryServerType>
            <BDILDAPServerType>AD</BDILDAPServerType>
            <BDIPrimaryServerName>DOMAIN CONTROLLER IP ADDRESS</BDIPrimaryServerName>
            <BDIPresenceDomain>YOUR PRESENCE DOMAIN</BDIPresenceDomain>
            <BDIServerPort1>3268</BDIServerPort1>
            <BDISearchBase1>YOUR SEARCH BASE</BDISearchBase1>
            <BDIConnectionUsername>[email protected]</BDIConnectionUsername>
            <BDIConnectionPassword>PASSWORD</BDIConnectionPassword>
            <BDIEnableTLS>0</BDIEnableTLS>
        </Directory>
    </config>
    For example, let´s assume the following:
    - Domain controller IP address is 10.1.1.2 .
    - Your presence domain is test.local .
    - Your search base will be test.local using the top level of the domain.
    - Your username with which you will be doing your searches is called walt . Usually you can either identify walt as test.local\walt or [email protected] . It is always best, in these sort of scenarios, to use the UPN convention so we will be configuring a [email protected] .
    - The password is the Active Directory password for the account walt .
    - I have disabled TLS in my case. There are issues with the Jabber for Mac client when using other security methods.
    <?xml version="1.0" encoding="UTF-8"?>
    <config version="1.0">
        <Directory>
            <DirectoryServerType>BDI</DirectoryServerType>
            <BDILDAPServerType>AD</BDILDAPServerType>
            <BDIPrimaryServerName>10.1.1.2</BDIPrimaryServerName>
            <BDIPresenceDomain>test.local</BDIPresenceDomain>
            <BDIServerPort1>3268</BDIServerPort1>
            <BDISearchBase1>DC=test,DC=local</BDISearchBase1>
            <BDIConnectionUsername>[email protected]</BDIConnectionUsername>
            <BDIConnectionPassword>walt01!</BDIConnectionPassword>
            <BDIEnableTLS>0</BDIEnableTLS>
        </Directory>
    </config>
    One you have configured the jabber-config.xml file, you will now need to upload it to you TFTP server. Once uploaded, you will need to restart the Cisco TFTP service. Again, my TFTP server is on my CUCM publisher, so:
    - I go to Cisco Unified OS Administration on my Publisher server, TFTP File Management and I upload jabber-config.xml to / directory
    - I then go to Cisco Unified Serviceability on my Publisher server, I locate the Cisco TFTP service and I restart the service
    Once this is done, you can figure up your Jabber for Mac client. As a test, on your Mac (using Terminal) go to:
    /Users/username/Library/Application Support/Cisco/Unified Communications/Jabber/Config
    In here you will see several files, but what we want to see is jabber-config.xml . As soon as you start the Jabber for Mac client and log in, the jabber-config.xml file will download from your TFTP server and get saved here. When you see it appear, just type in your terminal window more jabber-config.xml and make sure that the output is the same as the xml file you created.
    From there, try doing directory search. If you have previously added contacts and they still lack attribute information, you will need to remove them (sometimes it will not refresh properly) and add them again from the directory.
    I will be updating this guide and ammending anything that is incorrect, but this is meant to be a quick checklist and steps to get this, at least in the most very basic version, up and running for Jabber for Mac.

    Hello, 
    Thanks for this post! It works, I can do lookup and also I can add found contact to contact list and get information about contact from LDAP.
    One more question: - I can't get all information about contact. I don't get e.c mobile phone number and more others attributes. I have tried to expand your file as follows:
    <?xml version="1.0" encoding="UTF-8"?>
    <config version="1.0">
        <Directory>
            <DirectoryServerType>BDI</DirectoryServerType>
            <BDILDAPServerType>AD</BDILDAPServerType>
            <BDIPrimaryServerName>IP of AD</BDIPrimaryServerName>
            <BDIPresenceDomain>Presence Domain</BDIPresenceDomain>
            <BDIServerPort1>3268</BDIServerPort1>
            <BDISearchBase1> Search Base</BDISearchBase1>
            <BDIConnectionUsername>User</BDIConnectionUsername>
            <BDIConnectionPassword>Password</BDIConnectionPassword>
            <BDIEnableTLS>0</BDIEnableTLS>
            <BDISipUri>msRTCSIP-PrimaryUserAddress</BDISipUri>
            <BDIPhotoSource>thumbnailPhoto</BDIPhotoSource>
            <BDIBusinessPhone>telephoneNumber</BDIBusinessPhone>
            <BDIMobilePhone>mobile</BDIMobilePhone>
            <BDIHomePhone>homePhone</BDIHomePhone>
            <BDIOtherPhone>otherTelephone</BDIOtherPhone>
            <BDITitle>title</BDITitle>
            <BDICompanyName>company</BDICompanyName>
            <BDILocation>co</BDILocation>
            <BDIPostalCode>postalCode</BDIPostalCode>
            <BDICity>l</BDICity>
            <BDIState>st</BDIState>
            <BDIStreetAddress>streetAddress</BDIStreetAddress>
        </Directory>
    </config>
    But it didn't help.
    When I capture lookup via Wireshark, I can see that Jabbers sends search request with bunch of attributes, but from LDAP answer contains only 8 attributes. (see attached screenshots)

  • Bugs with Lion! Cannot delete events in iCal and other stuff...

    First, sorry for my English, I speak French...
    I installed Lion on my MacBook Pro, my iMac and on my girlfriend's MacBook Pro and I have the same problems on each computer! Help please!
    I try to delete an event on iCal and it always comes back!! I cannot delete it and I cannot delete an entire calendar too! It disappears and 10 seconds later, it's back!
    I also removed an icon from the Dock but when I restart the computer, it is back in the dock!
    I have also some issues with the file sharing between my Macs. Usually, I entered the username and password of the Mac and it was possible to access everything from another Mac. But now it doesn't work! I think that I must create a new user account for file sharing...
    What should I do??
    Thanks!!!

    I have the same issues with items "re-appearing" in the dock after reboot or waking from sleep. I went into recovery mode, wiped my hard drive, and cleanly reinstalled lion to no avail. I had other issues that cleared up, but my dock is full of apps I never use...so I can only conclude its a bug.

  • Bug in iCal and adressbook?

    Everytime I close adressbook or iCal and reopen them, they do not fill the screen. The shrink and stay smaller only a view pixels under the menu-bar. It can be reproduced and I'm not that dumb that it's my personal fault I think. Or is it?? No programm installed to change the look nothing that has to do with iCal or adressbook...

    Sorry but the problem still exists. Deleted the files while the programs were closed. Then I opened them, resized them to fill the hole screen but the same thing (after I reopened them): The windows are not totally smaller, but they are some pixels (about 15) smaller at the top, which looks ugly because i like them directly under the menu-bar. I don't get it.

  • IPad, iCal and iTunes sync problem

    Early last year, I posted (https://discussions.apple.com/message/18503738#18503738) that syncing between my iPad 3 and my Snow Leopard iMac behaved oddly.  AppleCare Support dweebs had failed to resolve the issue and no one on here managed to come up with any suggested fix.
    However, for no apparent reason, the problem stopped and I stopped monitoring this august and highly esteemed forum and all went well ...
    ... until recently.
    I sync via a USB cable and I do not use iCloud (as I'm on Snow Leopard) save for Find My iPad, all other iCloud options are switched off.  All other app syncing appears to work correctly, it is only iCal and Calendars that don't.
    Just why things have started to go wrong now, probably in the last three or four weeks, I do not know but now the following syncing errors occur ...
    1) On the iPad: new appointments or changes to appointments made on the iPad are not synced to the iMac;
    2) On the iMac, changes to appointments already on the iMac are shown on the iPad as both the new and old timings/details, not as replacements;
    3) On the iMac, new appointments are made in the default (or last) calendar used.  These are then edited as required, with the details put in and, if necessary, calendars changed.  On the iPad, however, these will show as both "New event" in the default calendar and as the edited correct appointment, not just as the finalised entry;
    4) Appointments deleted from the iMac are not deleted from the iPad.
    In other words, changes on the iPad are not synced across to the iMac and changes on the iMac are synced twice, once as the unedited appointment and once as the edited appointment - if an appointment is deleted it remains on the iPad.
    When the original problem arose (similar but not identical) the Apple dweebs suggested deleting my iCloud account (not synced, used only for Find My iPad) but doing that this time does not remove the bug.
    I'm running a 27" quad-core i7 iMac under MacOSX.6.8 (Build 10K549), iCal v4.0.4 (1395.7) and I sync via USB  and iTunes v11.0.2 (26).  The iPad is a 64GB 4G/wifi iPad 3, currently running under under iOS6.1.3.  To the best of my knowledge, all available updates have been applied to both devices.
    I have deleted all calendars off the iPad by deselecting Calendars in iTunes' iPad tab, turned it off.  Swicthed off the iMac, Safe Booted and run OnyX full suite, I have then Single User booted, run fsck -fy three times then run applejack AUTO restart, then rebooted the iMac, rebooted the iPad, sync'd without Calendars then resynced with the Calendars selected again.
    I had hoped that this would remove any cache files, temporary files, stuck RAM or whatever else could conceivably be causing this bizarre behaviour - to no bl**dy avail!  It is behaving exactly and frustratingly as before!
    What on earth is going on?  if I can't use my iPad as my main calendar and add new appointments when out and about and have them synced properly and reliably to my iMac then the whole thing is a waste of time andI shall have to revert to a paper diary again!
    HELP!!!!! Please, before I go mad with frustration!

    I'm not sure whether getting no replies to this (or the earlier) query is something of which to be proud - or terrified!
    Am I the only person in the world with this bizarre insoluble problem?  if so, why me?  Am I a Chosen One or, more likely, someone to be punished for a lifetime of misdeeds!
    But there is progress.  I have no idea what happened at a technical level or why, but the matter has now resolved itself and things are syncing normally.  Until the next time!
    Perhaps there is a clue somewhere in the following ...
    I run my iMac 24/7 and thus I rarely close iCal on the iMac and when i do it is usually by accident.  The same applies to Calendars on the iPad, although I do reboot from time to time.
    Anyway, I installed some software on the iMac which required a reboot and, as susual, iCal opened via Preferences > Accounts > Startup items - only this time I was presented with a perfectly blank calendar.  A message appeared, from within iCal (oh, how I wish i had noticed what it actually said) saying something along the lines of "importing calendars".  This took a little while and it wasn't instant - maybe it does this every time it reatrts but too fast for me to notice.
    After this "import", if indeed that's what it was, the syncing was corrected!
    Coincidence?  Cause and effect?  Magic?  Too many magic mushrooms for breakfast?
    If that is what resolved the issue, then how can I cause an import deliberately for when the syncing goes astray again and just what does an "import" do that a normal launch doesn't and which might have resolved the glitch?
    I have had this "import" message before, but very very rarely, so it may well have resolved the syncing issue last time and I just didn't make the possible connection.
    Does that help anyone come to my rexcue with an explanation and, possibly, a strategy for preventing or deliberatly correcting syncing issues in the future?

  • Still having trouble with snow leopard ical and address book

    Here's a new problem. I have been having problems syncing my ical and address book to my ipod 5g through itunes. I decided to remove "myself" from the equation. I went into ical, exported the database file->export->ical archive. ical crashed a few times. I rebooted and then tried again. This time, I was able to get an archive file created. I copied this archive file to the "shared" folder /users/shared. I then created a dummy account called "test" in system preferences. I then logged into this account, opened up ical, and tried to import this archive. I received this error "the calendar failed to restore".
    I also tried to archive the address book database (file->export->address book archive) and address book won't allow me to do this. It keeps crashing. I keep sending the "dump" to apple.
    Any thoughts?

    Here's the whole dump:
    Process: iCal [707]
    Path: /Applications/iCal.app/Contents/MacOS/iCal
    Identifier: com.apple.iCal
    Version: 4.0 (1362)
    Build Info: iCal-13620000~1
    Code Type: X86-64 (Native)
    Parent Process: launchd [138]
    Date/Time: 2009-09-03 15:03:55.133 -0600
    OS Version: Mac OS X 10.6 (10A432)
    Report Version: 6
    Interval Since Last Report: 84 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 17 sec
    Per-App Crashes Since Last Report: 1
    Anonymous UUID: 84817736-6170-43AD-AD0E-BE6767777460
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x000000000000000c
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 com.apple.CoreFoundation 0x00007fff838cbf50 CFRelease + 112
    1 com.apple.DesktopServices 0x00007fff826761b2 TFSInfo::~TFSInfo() + 30
    2 com.apple.DesktopServices 0x00007fff82676691 TFSInfo::RemovePtrReference() + 37
    3 com.apple.DesktopServices 0x00007fff8268e42c TNode::IsUnresolved() const + 52
    4 com.apple.DesktopServices 0x00007fff82682fd3 TNode::SetAliasTarget(TNodePtr const&, bool) + 239
    5 com.apple.DesktopServices 0x00007fff826b4fc2 TNode::RecursivelyRemoveAllChildren(bool) const + 204
    6 com.apple.DesktopServices 0x00007fff826b5594 TNode::Finalize(TNodePtr*&) + 54
    7 com.apple.DesktopServices 0x00007fff826b5795 TNode::Finalize() + 253
    8 com.apple.DesktopServices 0x00007fff826cbf62 NodeContextClose + 466
    9 com.apple.AppKit 0x00007fff84c45cdb _NSSavePanelContextEnd + 66
    10 com.apple.Foundation 0x00007fff84116500 __NSFireDelayedPerform + 404
    11 com.apple.CoreFoundation 0x00007fff8390da78 __CFRunLoopRun + 5480
    12 com.apple.CoreFoundation 0x00007fff8390c03f CFRunLoopRunSpecific + 575
    13 com.apple.HIToolbox 0x00007fff82accc4e RunCurrentEventLoopInMode + 333
    14 com.apple.HIToolbox 0x00007fff82acca53 ReceiveNextEventCommon + 310
    15 com.apple.HIToolbox 0x00007fff82acc90c BlockUntilNextEventMatchingListInMode + 59
    16 com.apple.AppKit 0x00007fff84599570 _DPSNextEvent + 718
    17 com.apple.AppKit 0x00007fff84598ed9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    18 com.apple.AppKit 0x00007fff8455eb29 -[NSApplication run] + 395
    19 com.apple.AppKit 0x00007fff84557844 NSApplicationMain + 364
    20 com.apple.iCal 0x00000001000025b0 0x100000000 + 9648
    21 com.apple.iCal 0x00000001000a27f8 0x100000000 + 665592
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff828f8c7e kevent + 10
    1 libSystem.B.dylib 0x00007fff828fab55 dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff828fa824 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff828fa34e dispatch_workerthread2 + 244
    4 libSystem.B.dylib 0x00007fff828f9c80 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff828f9b1d start_wqthread + 13
    Thread 2:
    0 libSystem.B.dylib 0x00007fff828f9aa2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff828f9eb4 pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff828f9b1d start_wqthread + 13
    Thread 3:
    0 libSystem.B.dylib 0x00007fff828f9aa2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff828f9eb4 pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff828f9b1d start_wqthread + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff82923aae select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff8392e252 __CFSocketManager + 818
    2 libSystem.B.dylib 0x00007fff8291906e pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff82918f21 thread_start + 13
    Thread 5:
    0 libSystem.B.dylib 0x00007fff828f9aa2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff828f9eb4 pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff828f9b1d start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000000 rbx: 0x0000000000000003 rcx: 0x00007fffffe00080 rdx: 0x000000010d165d50
    rdi: 0x0000000000000003 rsi: 0x0000000000000000 rbp: 0x00007fff5fbfe610 rsp: 0x00007fff5fbfe600
    r8: 0x0000000000000000 r9: 0x000000010d10f870 r10: 0x000000010cef47f0 r11: 0x0000000000000001
    r12: 0x000000010d165d50 r13: 0x00007fff5fbfe760 r14: 0x0000000000000000 r15: 0x0000000000000001
    rip: 0x00007fff838cbf50 rfl: 0x0000000000010246 cr2: 0x000000000000000c
    Binary Images:
    0x100000000 - 0x1002c5fef com.apple.iCal 4.0 (1362) <BCA7EBEA-D524-C83D-4A88-B16C15B091C2> /Applications/iCal.app/Contents/MacOS/iCal
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
    0x7fff80003000 - 0x7fff8001cfff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff8001d000 - 0x7fff800e8fe7 ColorSyncDeprecated.dylib ??? (???) <03DA3BF0-1293-8947-A8B6-5E599F5B5DC7> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff800e9000 - 0x7fff80149fff com.apple.ExchangeWebServices 1.0 (54) <C56EF9CA-93FC-066F-23E5-E1FD53D86916> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x7fff8017f000 - 0x7fff80192fff libGL.dylib ??? (???) <D452ADC0-04B1-E24F-03E6-717E58E1D659> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff80193000 - 0x7fff801f0fef com.apple.framework.IOKit 2.0 (???) <65AA6170-12E3-BFB5-F982-E0C433610A1F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff801f1000 - 0x7fff801fdfef libbz2.1.0.dylib ??? (???) <4AA81AA7-DF37-6430-07D1-F59F37AEC357> /usr/lib/libbz2.1.0.dylib
    0x7fff801fe000 - 0x7fff801feff7 com.apple.vecLib 3.5 (vecLib 3.5) <5B072584-9579-F54F-180E-5D425B37E85C> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff801ff000 - 0x7fff8027cfef libstdc++.6.dylib ??? (???) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff8027d000 - 0x7fff802d4fff com.apple.Symbolication 1.1 (67) <73B6FC15-9E05-69E2-2955-14F82F9BC337> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff802d5000 - 0x7fff80318fff libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib
    0x7fff80329000 - 0x7fff803a4ff7 com.apple.ISSupport 1.9.1 (49) <EF46DFEE-3B41-97C1-1BE6-A19A1786B85F> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff803a5000 - 0x7fff803a7fef com.apple.ExceptionHandling 1.5 (10) <F2867B93-A56A-974F-9556-266BCE394057> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x7fff803a8000 - 0x7fff80a9a5d7 com.apple.CoreGraphics 1.535.5 (???) <6599C41F-2D50-5E04-44E4-44FA90E022B5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff80a9b000 - 0x7fff80aa8ff7 com.apple.AppleFSCompression 1.0 (1.0) <597C8E16-90C0-A7AA-7236-5D1281F20AD0> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff80aa9000 - 0x7fff814ccfe7 com.apple.WebCore 6531 (6531.9) <6DEBA397-4369-A8B1-1757-40FD454F6B51> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff814cd000 - 0x7fff814cefff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff814cf000 - 0x7fff814d5fff com.apple.AOSNotification 1.1.0 (123.3) <9436ED02-186A-E6CC-E594-31E3942A5898> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x7fff814d6000 - 0x7fff814ecfff com.apple.MultitouchSupport.framework 200.20 (200.20) <96B8C66E-D84D-863B-CB1D-F7E005569706> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff814ed000 - 0x7fff814f4fff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff814f5000 - 0x7fff81572fef com.apple.backup.framework 1.1 (1.0) <35E2F1B1-C301-EFF7-F222-964D1A6ABE09> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff81573000 - 0x7fff819b6fef libLAPACK.dylib ??? (???) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff819b7000 - 0x7fff81a1dfe7 com.apple.AppleVAFramework 4.6.2 (4.6.2) <3DA57727-EAD1-A199-4093-54CC4698A109> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff81a1e000 - 0x7fff81a29ff7 com.apple.speech.recognition.framework 3.10.10 (3.10.10) <7E2A89FC-0F18-1CCC-472E-AD0E2BC2DD4C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff81a2a000 - 0x7fff81a2aff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <BA861575-B0DE-50F5-A799-BDF188A3D4EF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff81a2b000 - 0x7fff81aa8fe7 com.apple.CoreText 3.0.0 (???) <51175014-9F0C-7E96-FB6F-3DC5E446B92E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff81ac5000 - 0x7fff81b14ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff81b15000 - 0x7fff81b17fff com.apple.print.framework.Print 6.0 (237) <70DA9755-5DC1-716B-77E2-E42C5DAB85A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff81b57000 - 0x7fff81bc3ff7 com.apple.CorePDF 1.0 (1.0) <8D76B569-F938-6337-533A-5C8A69B005DA> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff81bc4000 - 0x7fff81c90fff com.apple.CFNetwork 454.4 (454.4) <E7721AD8-3177-8749-60F7-5EF323E6492B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff81c91000 - 0x7fff81c91ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff81dcb000 - 0x7fff81df4ff7 com.apple.speech.LatentSemanticMappingFramework 2.6.9 (2.6.9) <CDFCD034-B44A-1C99-CBA4-ED9F233B3DD4> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x7fff81df5000 - 0x7fff82079fff com.apple.security 6.0 (36910) <F7431448-BC2E-835D-E7A2-E47E0A5CB984> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8207a000 - 0x7fff8207fff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff82080000 - 0x7fff820c6fe7 libvDSP.dylib ??? (???) <2DAA1591-8AE8-B411-7D01-68DE99C63CEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff820c7000 - 0x7fff822fdfef com.apple.AddressBook.framework 5.0 (862) <06928F7A-AFEC-7C7F-E1EC-D99983588C00> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff822fe000 - 0x7fff82415fef libxml2.2.dylib ??? (???) <6D4C196C-B061-CBCD-AAFD-A21736A8425C> /usr/lib/libxml2.2.dylib
    0x7fff82416000 - 0x7fff82421fff com.apple.CrashReporterSupport 10.6 (237) <7B22FB86-33C7-A775-2F13-0D3356E2B971> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff82422000 - 0x7fff8245ffff com.apple.LDAPFramework 2.0 (120.1) <0F7DF87D-6A08-02AF-790B-76294FCE8916> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff82644000 - 0x7fff82664fff com.apple.DotMacSyncManager 2.0.0 (446) <1D7898EC-2EA8-EAAF-821A-B0E1A170CB03> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x7fff82665000 - 0x7fff82672fff libCSync.A.dylib ??? (???) <D97C8D7E-2CA3-9495-0C41-004CE47BC5DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff82673000 - 0x7fff82757fe7 com.apple.DesktopServices 1.5.0 (1.5.0) <EA3CDFEC-713D-7291-4015-600336E83EDD> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff82770000 - 0x7fff827abff7 com.apple.CoreMediaIOServices 101.0 (715) <7B93206A-FEC5-FCC3-3587-91E3CEC61797> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff827ac000 - 0x7fff827ddfff libGLImage.dylib ??? (???) <4F318A3E-20C1-D846-2B36-62451A3241F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff8288f000 - 0x7fff828d8ff7 com.apple.securityinterface 4.0 (36981) <F14235A2-8320-1A71-24FE-EB22008483E9> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff828d9000 - 0x7fff828defff libGFXShared.dylib ??? (???) <C386DB22-A0AA-D826-ACBA-25E82B480D05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff828df000 - 0x7fff82a9efe7 libSystem.B.dylib ??? (???) <1AABDC4B-CBAE-F40C-405C-DAE785959F57> /usr/lib/libSystem.B.dylib
    0x7fff82a9f000 - 0x7fff82d9cfef com.apple.HIToolbox 1.6.0 (???) <870B39B2-55BD-9C82-72EB-2E3470BD0E14> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff82d9d000 - 0x7fff82fd6fe7 com.apple.imageKit 2.0 (1.0) <F579694D-9FA0-6365-45CD-E380C2EB2573> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff83140000 - 0x7fff83177ff7 libssl.0.9.8.dylib ??? (???) <2D7FAEF9-A3CD-9F80-7CDE-852D3C93AEDB> /usr/lib/libssl.0.9.8.dylib
    0x7fff83178000 - 0x7fff8318afe7 libsasl2.2.dylib ??? (???) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff8318b000 - 0x7fff8319afef com.apple.opengl 1.6.3 (1.6.3) <6318A188-B43D-E82F-C157-2E76331227BD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8319b000 - 0x7fff8321dfef com.apple.QuickLookUIFramework 2.0 (327.0) <B9850E11-3F04-100F-0122-B4AD6222A43F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff8321e000 - 0x7fff8323ffff libresolv.9.dylib ??? (???) <01C7C750-7F6A-89B3-C586-5C50A839019E> /usr/lib/libresolv.9.dylib
    0x7fff83240000 - 0x7fff832a2fe7 com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff832a3000 - 0x7fff835d5fef com.apple.CoreServices.CarbonCore 859.1 (859.1) <5712C4C1-B18B-88EE-221F-DA04A8EDA029> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff835d6000 - 0x7fff835d7fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff835e1000 - 0x7fff83649ff7 com.apple.MeshKitRuntime 1.0 (49.0) <580F1945-540B-1E68-0341-A6ADAD78397E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff8364a000 - 0x7fff83650ff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff83651000 - 0x7fff836f1fff com.apple.LaunchServices 360.3 (360.3) <02FFE657-CC7A-5266-F06E-8732E28F70A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff836f2000 - 0x7fff836f2ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <E517A811-E0E6-89D0-F397-66122C7A25A4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff836f3000 - 0x7fff8377ffef SecurityFoundation ??? (???) <B69E2FF9-A698-4923-BC8B-180224B6EF75> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff83780000 - 0x7fff8383bff7 libFontParser.dylib ??? (???) <8926E1B0-6D1E-502A-5028-1DCC57F6D6FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8383e000 - 0x7fff8383fff7 com.apple.TrustEvaluationAgent 1.0 (1) <4B6B7853-EDAC-08B7-3324-CA9A3802FAE2> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff8387f000 - 0x7fff838c0ff7 com.apple.SystemConfiguration 1.10 (1.10) <E3FF1FC8-C760-2047-F954-0D283DD0F714> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff838c1000 - 0x7fff83a34fef com.apple.CoreFoundation 6.6 (550) <04EC0CC2-6CE4-4EE0-03B9-6C5109398CB1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff83a47000 - 0x7fff83a4afff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff83a4b000 - 0x7fff83b07ff7 com.apple.CoreServices.OSServices 352 (352) <CD933BBD-B260-552F-E64E-291D6ED3091A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff83b21000 - 0x7fff83b51fef com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff83b52000 - 0x7fff83ba3fe7 com.apple.HIServices 1.8.0 (???) <113EEB8A-8EC6-9F86-EF46-4BA5C2CBF77C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff83c45000 - 0x7fff83caffe7 libvMisc.dylib ??? (???) <524DC30F-6A54-CCED-56D9-F57033B06E99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff83ce6000 - 0x7fff83d3bfef com.apple.framework.familycontrols 2.0 (2.0) <2520A455-5487-1964-C5D9-D284699D2537> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff83d3c000 - 0x7fff83d62fe7 libJPEG.dylib ??? (???) <52ACD177-F101-BEF5-E7CC-9131F8372D0A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff83d63000 - 0x7fff83d98ff7 libcups.2.dylib ??? (???) <1FE99C26-B845-F508-815A-5B2CF2CA5337> /usr/lib/libcups.2.dylib
    0x7fff83d99000 - 0x7fff83daafff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff83dab000 - 0x7fff83f65fef com.apple.ImageIO.framework 3.0.0 (3.0.0) <D5594E10-F805-F816-10E9-F95753BE18CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff83f66000 - 0x7fff83f6aff7 libmathCommon.A.dylib ??? (???) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff83f6b000 - 0x7fff83faffef com.apple.ImageCaptureCore 1.0 (1.0) <29A6CF83-B5C2-9730-D71D-825AEC8657F5> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff83fb0000 - 0x7fff840edfef com.apple.WebKit 6531 (6531.9) <17A680A1-FE75-81E5-952A-047E5FA96F66> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff840ee000 - 0x7fff8436ffe7 com.apple.Foundation 6.6 (751) <CCE98C5C-DFEA-6C80-A014-A5985437072E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff84370000 - 0x7fff8437bfff com.apple.HelpData 2.0.3 (33) <51BB9EFA-8C21-A7F9-09C7-E0DE1E5EC3B1> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff843bc000 - 0x7fff8440bff7 libTIFF.dylib ??? (???) <E11A75A8-223C-8B5E-7F62-821F9ADE8821> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8440c000 - 0x7fff84413ff7 com.apple.KerberosHelper 2.0 (1.0) <F0154529-03F3-356D-56BC-A78964B2BE50> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x7fff84414000 - 0x7fff84414ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff84415000 - 0x7fff8451afe7 libGLProgrammability.dylib ??? (???) <EDEC71CB-5F5B-7F55-47F4-19E953E3BE61> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff8451b000 - 0x7fff84554ff7 com.apple.MeshKit 1.0 (49.0) <7587A7F2-DF5D-B8B2-A6A8-1389CF28BC51> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff84555000 - 0x7fff84f47fef com.apple.AppKit 6.6 (1038) <D4AB61F8-371E-D197-6F3D-DE397D1A717C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff84f48000 - 0x7fff84f66ff7 libPng.dylib ??? (???) <6A0E35B8-2E33-7C64-2B53-6F47F628DE7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff84f67000 - 0x7fff84fd9fef com.apple.CoreSymbolication 2.0 (23) <06F8561E-4B36-7BF6-31BA-64091B3D8058> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff84fda000 - 0x7fff85005ff7 libxslt.1.dylib ??? (???) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff85006000 - 0x7fff8500aff7 libCGXType.A.dylib ??? (???) <50EB4AB0-0B25-E5DC-FC9E-12268B51F02F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff8500b000 - 0x7fff85178fe7 com.apple.QTKit 7.6.3 (1584) <6D02A542-5202-4022-2050-5BE01F70D225> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff85179000 - 0x7fff8518cff7 com.apple.syncservices.syncservicesui 5.0 (575) <4B99D800-624D-FEBF-CC70-EAC553046AEB> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x7fff851b1000 - 0x7fff85335fff com.apple.JavaScriptCore 6531 (6531.5) <8C470ACB-1A45-71FC-673D-34EA3F5EF0DC> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff85336000 - 0x7fff85674fe7 com.apple.MessageFramework 4.0 (1075.2) <E2FADB67-CB43-E1A9-4367-EC047CECC30A> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x7fff856e7000 - 0x7fff85796fef edu.mit.Kerberos 6.5.8 (6.5.8) <A9C16B72-A1F8-3DDE-7772-E7635774CA6E> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff85797000 - 0x7fff858cfff7 com.apple.CoreData 102 (246) <0502CBD8-513E-C19A-3562-20EC35535D71> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff858ec000 - 0x7fff85900ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff85901000 - 0x7fff85a5eff7 com.apple.syncservices 5.0 (575) <5A2B1757-BADC-9E3E-9260-3133C45859BB> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x7fff85a5f000 - 0x7fff85b13fef com.apple.ColorSync 4.6.0 (4.6.0) <080BEDDE-E7A4-F88D-928B-7501574A157B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff85b14000 - 0x7fff85b5efff com.apple.DAVKit 4.0 (729) <83F34E7A-4C4C-D021-FDB3-157600E2BA0A> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x7fff85b5f000 - 0x7fff85b65ff7 IOSurface ??? (???) <8E0EE904-59D1-9AA0-CE55-B1777F4BAEC1> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff85b66000 - 0x7fff85bb0ff7 com.apple.Metadata 10.6.0 (507.1) <AA0DF8E0-9B5B-2377-9B20-884919E28994> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff85bb1000 - 0x7fff85bc6fff com.apple.LangAnalysis 1.6.5 (1.6.5) <D4956302-5A2D-2AFD-C143-6287F1313196> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff85bc7000 - 0x7fff85da6fff com.apple.CalendarStore 4.0 (965) <86082B77-ABD6-A9DD-E0CE-C5471ED2399A> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x7fff85da7000 - 0x7fff85dacfff libGIF.dylib ??? (???) <0C112067-95FE-B9BC-C70C-64A46A277F34> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff85dad000 - 0x7fff85ecbff7 com.apple.PubSub 1.0.4 (65.11) <C1D56F85-7553-FB97-2A31-35CEB2BB8B63> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff85fa4000 - 0x7fff8605dfff libsqlite3.dylib ??? (???) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff8605e000 - 0x7fff8616dff7 libcrypto.0.9.8.dylib ??? (???) <A2DA70D0-02AE-89FA-1CDA-B3CA986CAE6D> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8616e000 - 0x7fff861b5ff7 com.apple.coreui 0.2 (112) <E64F7594-7829-575F-666A-0B16875FC644> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff861b6000 - 0x7fff861b7ff7 com.apple.audio.units.AudioUnit 1.6 (1.6) <7A51FBCE-7907-28A0-B2D2-CAADA78F2913> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff861b8000 - 0x7fff86248fff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff86249000 - 0x7fff86249ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff8624a000 - 0x7fff862c8fef com.apple.audio.CoreAudio 3.2.0 (3.2) <51E4AA76-3A8A-2B78-95D2-582501421A4E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff862c9000 - 0x7fff86309fef com.apple.QD 3.31 (???) <0FA2713A-99BD-A96B-56AF-7DB0AB4927AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff8630a000 - 0x7fff8669eff7 com.apple.QuartzCore 1.6.0 (226.0) <66E14771-C5F0-1415-0B7B-C45EE00C51A1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8669f000 - 0x7fff8669fff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff866e9000 - 0x7fff86724fef com.apple.AE 496 (496) <6AFD62E0-DD92-4F04-A73A-90224D80593D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff86725000 - 0x7fff8674dfff com.apple.DictionaryServices 1.1 (1.1) <D57BA55A-4CC5-5C17-8077-AEEA27A01C7A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff8674e000 - 0x7fff86858ff7 com.apple.MeshKitIO 1.0 (49.0) <66600E25-66F9-D31A-EA47-E81518FF6DDA> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff86859000 - 0x7fff86868fff com.apple.NetFS 3.2 (3.2) <61E3D8BE-A529-20BF-1A11-026EC774820D> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff86869000 - 0x7fff868edfff com.apple.print.framework.PrintCore 6.0 (312) <1F747E69-924D-8C5B-F318-C4828CC6E85D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff86904000 - 0x7fff869deff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff86a94000 - 0x7fff86aafff7 com.apple.openscripting 1.3 (???) <DFBFBFD3-90C0-0710-300C-1A7210CB3713> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff86ab0000 - 0x7fff86ab3ff7 com.apple.securityhi 4.0 (36638) <77F40B57-2D97-7AE5-1331-8945C71DFB57> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff86ab4000 - 0x7fff86ab6fff libRadiance.dylib ??? (???) <77F285E0-5D5E-A0B0-A89E-9332D6AB2867> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff86ae7000 - 0x7fff86aeaff7 libCoreVMClient.dylib ??? (???) <3A41933A-5174-7516-37E0-8E06365BF3DA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff86aeb000 - 0x7fff86b0cff7 com.apple.opencl 11 (11) <A53E07FB-AD2F-9F3E-EC00-7DCC7DDE2F90> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff86bd2000 - 0x7fff86be3fef libz.1.dylib ??? (???) <3A7A4C48-A4C8-A78A-8B87-C0DDF6601AC8> /usr/lib/libz.1.dylib
    0x7fff86be4000 - 0x7fff86bebff7 com.apple.DisplayServicesFW 2.1 (2.1) <2C039CF5-8AF8-6DA3-3C77-566B22EFB172> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff86bec000 - 0x7fff86c02fef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff86c03000 - 0x7fff86c23fef com.apple.DirectoryService.Framework 3.6 (621) <925EE208-03B2-B24A-3686-57EAFBDA5ADF> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff86c24000 - 0x7fff86c73fff com.apple.iCalendar 1 (42) <25CA7CA2-0994-62F1-9A2E-F938C8142330> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x7fff86c74000 - 0x7fff86c7cff7 com.apple.NSServerNotificationCenter 2 (1.0) <0F9B07B8-D9F9-A55D-AB60-9CC3533D77F8> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x7fff86d76000 - 0x7fff86e7ffff com.apple.MediaToolbox 0.420.17 (420.17) <31834AB2-1BFF-92D5-A8D2-21B0AE51FA98> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff86e80000 - 0x7fff86f0ffff com.apple.PDFKit 2.5 (2.5) <7849E675-4289-6FEA-E314-063E91A4B07F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff86f34000 - 0x7fff8773efe7 libBLAS.dylib ??? (???) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff877a2000 - 0x7fff877c6ff7 com.apple.CoreVideo 1.6.0 (43.0) <FF5F0EEF-56BE-24DD-C8FA-CB41F126E6A8> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff877c7000 - 0x7fff87801fff com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff87802000 - 0x7fff87840fef com.apple.DebugSymbols 1.1 (70) <C3D11461-E118-09DB-D9D7-8972B3FD160F> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff87841000 - 0x7fff878dbfe7 com.apple.ApplicationServices.ATS 4.0 (???) <76009EB5-037B-8A08-5AB5-18DA59559509> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff878dc000 - 0x7fff87917fe7 com.apple.CoreMedia 0.420.17 (420.17) <E299556E-6930-DC30-DA23-88B812AF63CA> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff87918000 - 0x7fff8795bff7 libRIP.A.dylib ??? (???) <8D7113D2-71A7-A205-D2D0-2DB0F37FFBB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8795c000 - 0x7fff87b19fff libicucore.A.dylib ??? (???) <224721C0-EC21-94D0-6484-66C603C34CBE> /usr/lib/libicucore.A.dylib
    0x7fff87b1a000 - 0x7fff87b1aff7 com.apple.Carbon 150 (152) <8D8CF535-90BE-691C-EC1B-63FBE2162C9B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff87b1b000 - 0x7fff87b26fff com.apple.dotMacLegacy 3.2 (266) <80F00DE2-4C50-0FD9-5C6E-3EAA1599277B> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x7fff87b27000 - 0x7fff87d91ff7 com.apple.QuartzComposer 4.0 (156.6) <4E43D357-4A18-5D16-02E8-14324A5B9302> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff87d92000 - 0x7fff87ddfff7 libauto.dylib ??? (???) <8658DB85-C611-1212-44E5-5B2539018FA0> /usr/lib/libauto.dylib
    0x7fff87e2e000 - 0x7fff87e8afff libGLU.dylib ??? (???) <AA2D37B3-8B7C-6772-F8BA-7364284C55FE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff87e8b000 - 0x7fff87effff7 com.apple.WhitePagesFramework 10.6.0 (140.0) <546E204C-AC7A-030C-DC32-125A3E422FB5> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x7fff87f00000 - 0x7fff87f0eff7 libkxld.dylib ??? (???) <823B6BE6-E952-3B3C-3633-8F4D6C4606A8> /usr/lib/system/libkxld.dylib
    0x7fff87f0f000 - 0x7fff8811bff7 com.apple.RawCamera.bundle 2.2.1 (477) <B4DD9D3B-CD05-5ACE-6808-BEC5660D805C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8811c000 - 0x7fff8814bff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff8814c000 - 0x7fff88162fff com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff8817e000 - 0x7fff88233fff com.apple.ink.framework 1.3 (104) <9B552E27-7E3F-6767-058A-C998E8F78692> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff88234000 - 0x7fff88265fef libTrueTypeScaler.dylib ??? (???) <3F30259E-9EB0-18D2-B0F3-7B8A9625574E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff883d5000 - 0x7fff888cdff7 com.apple.VideoToolbox 0.420.17 (420.17) <E034AA6E-A1E4-BB8F-5AFA-F5C354DDD889> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff888ce000 - 0x7fff889f0ff7 com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <3CA3B481-9627-6F36-F2B8-C2763DEEB128> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff889f1000 - 0x7fff889f7fff libCGXCoreImage.A.dylib ??? (???) <D113DB65-BB37-5499-8825-E6AE8AB1F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff889f8000 - 0x7fff88a35ff7 libFontRegistry.dylib ??? (???) <43ADB89E-036B-9D8F-CC4B-CE6B6BCC5AB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff88a36000 - 0x7fff88aecfe7 libobjc.A.dylib ??? (???) <261D97A3-225B-8A00-56AA-F9F27973063F> /usr/lib/libobjc.A.dylib
    0x7fff88aed000 - 0x7fff88b34fef com.apple.QuickLookFramework 2.0 (327.0) <E15E267E-D462-2AD0-DB03-A54E0F94452F> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <1AABDC4B-CBAE-F40C-405C-DAE785959F57> /usr/lib/libSystem.B.dylib
    System Profile:
    Model: iMac5,1, BootROM IM51.0090.B09, 2 processors, Intel Core 2 Duo, 2 GHz, 2 GB, SMC 1.8f2
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x87), Broadcom BCM43xx 1.0 (5.10.91.19)
    Bluetooth: Version 2.2.0f18, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Serial ATA Device: ST3160812AS Q, 149.05 GB
    Parallel ATA Device: PIONEER DVD-RW DVR-K06
    USB Device: LaCie Hard Drive USB, 0x059f (LaCie), 0x0951, 0xfd500000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8501, 0xfd400000
    USB Device: Hub, 0x050d (Belkin Corporation), 0x0237, 0xfd300000
    USB Device: Desktop, 0x0bc2, 0x3300, 0xfd360000
    USB Device: Hub, 0x050d (Belkin Corporation), 0x0234, 0xfd350000
    USB Device: EPSON Scanner, 0x04b8 (Seiko Epson Corp.), 0x011e, 0xfd351000
    USB Device: USB Printer, 0x04b8 (Seiko Epson Corp.), 0x0005, 0xfd352000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8206, 0x7d100000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8240, 0x7d200000
    USB Device: Hub in Apple Pro Keyboard, 0x05ac (Apple Inc.), 0x1003, 0x1d100000
    USB Device: Apple Optical USB Mouse, 0x05ac (Apple Inc.), 0x0304, 0x1d110000
    USB Device: Apple Pro Keyboard, 0x05ac (Apple Inc.), 0x020b, 0x1d130000
    FireWire Device: LaCie Hard Drive FireWire+, LaCie Group SA, Up to 400 Mb/sec

  • How to avoid hardcoding in RFC Lookup and JDBC Lookup during transport...

    Hi All,
      We have RFC and JDBC Lookups in some of our scenarios(JDBC to RFC synch)....Now problem is during transport of design objects, we have to change the business system and channel name manually in UDF in target environment....as it wont change although we define the target group in SLD.....we want to avoid this hardcoding.....one idea is we can use a business service inspite of business system and assign the comm channel to it.....this business service will be generic for all environment(dev,qua and prod)...and hence we dnt hav to hardcode....pls let me knw how to achieve or its possible or not....
    waiting for ur inputs....
    Regds,
    Pinangshuk.

    Hi,
    For RFC lookup you might be doing hardcoding for Business system and RFC channel name.
    Options are
    1) Create value mapping for Business system. So you can maintain it in Directory part.
    2) Keep the RFC channel name same for all system (Development, Quality, Production)
        The details of channel can be changed in the Directory part of the respective system

  • ICal and PHP iCalendar Issue/Conflict

    I'm currently using iCal 2.0.4 and I'm trying to publish some calendars to my private server using PHP iCalendar. I have it all set up and I can get it working, but I am running into one specific problem:
    The minimum permissions needed for this whole scheme to work is 644 (rw-r--r--). However, whenever iCal updates the calendar to my WebDAV directory, it changes the permissions of the calendar to 640 (rw-r-----), completely breaking PHP iCalendar. Because the directory that iCal is uploading the published calendar to is WebDAV, I can't edit the permissions unless I turn WebDAV off, edit the permissions, then turn WebDAV back on. Quite annoying everytime I update a calendar.
    Has anyone figured out a way around this? It seems like a problem with iCal and not PHP iCalendar (even though apparently Sunbird is having the same issue now).
    On a side note: Does anyone know of any web calendars that iCal can upload to that don't look like complete garbage other than PHP iCalendar?
    Thanks.

    Hi,
    I'm sorry I don't have an answer, you may also want to take a look at the phpicalendar forum http://phpicalendar.net/forums .
    Best wishes
    John M

  • Graphical message mapping examples for JDBC and RFC lookup

    hi, can any body provide me graphical message mapping examples for the "JDBC Lookup" function and "RFC Lookup" function?
    I'm now studying the graphical message mapping and want to try those 2 functions. thank you.
    I expect the examples to be simple enoung, not need to set up much.

    >
    Madhu_1980 wrote:
    > can u check this link:
    >
    > PI 7.0 & 7.1 Mapping - Blogs,Articles,Wiki,Code Samples and Videos Collections https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=79955426  
    >
    > it contains a link : SAP PI 7.1 Mapping Enhancements Series: Graphical Support for JDBC and RFC Lookups /people/jin.shin/blog/2008/02/15/sap-pi-71-mapping-enhancements-series-graphical-support-for-jdbc-and-rfc-lookups
    May be I'm too foolish to follow those links, I got issues of each links.
    What I really want is an example from step0
    Swarup:
    Refer the Lookup document - Easy Lookup in Process Integration 7.1
    https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20befc9a-aa72-2b10-ae9b-b0988791d457
    The first step is "Create an RFC Enabled Function Module for look up", but where can I create the function module? Should I use ESB, IB? or use transaction 'SE11' ?
    Kulkarni:
    Very good links for RFC lookup with 7.0/3.0
    https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/70d90a91-3cf4-2a10-d189-bfd37d9c3231&overridelayout=true
    At page6 "PI Development/Configuration", it saies "You are on the design maintenance screen in the Integration Builder.Expand the subnodes for the software component version for which you want to import interfaces".
    What is "design maintenance screen" ? My IB version is: Service Pack:08 Release:NW07_08_REL.
    When I open IB, it display a screen titled with "Configuration: Intergation Builder", I did not find "software component version" node on the left tree.
    Madhu_1980 :
    it contains a link : SAP PI 7.1 Mapping Enhancements Series: Graphical Support for JDBC and RFC Lookups /people/jin.shin/blog/2008/02/15/sap-pi-71-mapping-enhancements-series-graphical-support-for-jdbc-and-rfc-lookups
    The Prerequisites state:
    The JDBC channel to be used for the lookup must be configured and activated in the Integration Directory.
    The definition of the table used for the lookup must already be imported into the ES Repository as an external definition
    But I don't know how to create a JDBC channel and define the table.

  • ICal and Mail integration in other languages

    Hi,
    I'm really impressed with the way mail integrates with iCal. My only problem is that I get a lot of meeting arrangements in Estonian, so mail doesn't recognise words like tomorrow, days of the week or months of the year. Is there a list in OS X where alternatives can be added? For instance, can I make Mail recognise both the English work 'tomorrow' and the Estonian word 'homme' as the same thing?
    Thanks,
    Ant

    There's a nifty App out there called MailTags (http://www.indev.ca/MailTags.html).  I've been using it for a year or so on Lion and it connects your mail to iCal pretty well.
    From what I'm reading on the MailTags support forum, however, the Mountain Lion version of MailTags, though available, is causing some pretty bad crashing problems at the moment.  I'm personally not installing it until I see those issues resolved.  I would keep an eye on it and wait for MailTags to fix the bugs, then take it out for a spin - they have a free trial. 
    In Lion with MailTags 3, you would open an email in Mail, click the tag and either assign an iCal Event to the email or an iCal Task.  You made the assignment right inside Mail using the "Tag" and the Event or Task would automatically appear in iCal - and Event/Task would include a link back to the Mail message it came from (which was super convenient).   
    Tasks in iCal seem to be gone since I installed Mountain Lion tonight. I'm not really happy about that - cannot figure out how to get them back. The "Reminders" icon was added to my toolbar - I'm guessing that Apple killed Tasks in iCal and replaced with Reminders??  Though I'm not convinced I didn't lose some data in this process.
    It will be interesting to see how MailTags for Mountain Lion works with these changes from Apple - once MailTags for Mountain Lion gets stabilized anyway.  I was a PC person for 20 years.  The only thing Microsoft does better than Apple is Outlook's full integration of calendars, tasks and mail.  Wish Apple would wake up and see the value to integrating these tools into a single app - bouncing between THREE apps now for this is not productive.  But MailTags is the closest thing I've found to bringing that integration together since I went Mac.  Hopefully they'll have the new release of Mailtags for Mountain Lion stabilized soon, cause I'm already missing it.

  • Enabling OCSP checking in Access Manager causes Directory lookup error

    I have deployed Access Manager 7.1 update 1 to Sun Java Web Server 7. This is on a Solaris 9 sparc server.
    If I enable OCSP checking in AMConfig.properties, I get the following in my web server logs:
    HTTP3068: Error receiving request from 214.x.x.x (Directory lookup error).
    This is when running the webserver as webservd - if I run it as root (not acceptable in my environment) I don't have a problem. I have successful installations on a Solaris 10 x86, and another Solaris 9 sparc server.
    It seems to be either a permissions issue, or an environment issue, but after working with LD_LIBRARY_PATH, and adding .jar and .so files to the amserver lib directory, I'm still not getting a working configuration. Does anyone have any ideas?

    Thanks samk,
    After the installation, I have started the Directory server,admin,and console with following commands:
    bash-3.00# directoryserver start
    bash-3.00# directoryserver start-admin
    SunONE-WebServer-Enterprise/6.0SP3 B05/19/2004 02:48
    warning: daemon is running as super-user
    [LS ls1] http://AM55-zone.ipsolutionshowcase.com <http://AM55-zone.ipsolutionshowcase.com> , port 390 ready to accept requests
    startup: server started successfully
    bash-3.00# directoryserver startconsole
    Recieved the Login console window,logged in and got the ipsolutionshowcase tree.
    What are the next steps I need to folow in order to launch the Access Manager page?
    Ant thoughts?
    Thanks for ye help
    Sid

  • Mscorlib recursive resource lookup bug

    Hi,
    I got crash in my application when restart of the Windows 8.
    Please find the assertion failure details below.
    Expression: [mscorlib recursive resource lookup bug] Description: Infinite recursion during resource lookup within mscorlib. This may be a bug in mscorlib, or potentially in certain extensibility points
    such as assembly resolve events or CultureInfo names. Resource name: Word_At
    [Expanded Information] Stack Trace:    at System.Environment.ResourceHelper.GetResourceStringCode(Object userDataIn)    at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode
    code, CleanupCode backoutCode, Object userData)    at System.Environment.ResourceHelper.GetResourceString(String key, CultureInfo culture)    at System.Environment.ResourceHelper.GetResourceString(String key)    at
    System.Environment.GetResourceStringLocal(String key)    at System.Environment.GetResourceFromDefault(String key)    at System.Diagnostics.StackTrace.ToString(TraceFormat traceFormat)    at System.Diagnostics.StackTrace.ToString() 
    Event Viewer Showing Error Message: .NET Runtime version : 4.0.30319.17929 - Assert FailureExpression: [mscorlib recursive resource
    lookup bug] Description: Infinite recursion during resource lookup within mscorlib. This may be a bug in mscorlib, or potentially in certain extensibility points such as assembly resolve events or CultureInfo names. Resource name: Arg_AccessViolationException.
    What could be the reason and any fix is available for this
    issue in windows 8?
    Thanks....

    Thanks gaurav for reply ,
    We Verified code , we are not doing any recursive call trace.
    This is the piece of code while executing it on windows 8 giving issue , issue seen rarely , 2 times we encounter the issue.
         private static bool ReadConfigFile()
    bool err = false;
    _logWriterParams = new LogWriterParams();    // default config
    if (File.Exists(_logWriterConfigFileName))
    try
              TextReader reader = new StreamReader(_logWriterConfigFileName);
             XmlSerializer x = new XmlSerializer(typeof(LogWriterParams));  <<-- assert trace pointing this for the error.
    Assert Failure.
    Expression: [mscorlib recursive resource lookup bug]
    Description: Infinite recursion during resource lookup within mscorlib. This may be a bug in mscorlib, or potentially in certain extensibility points such as assembly resolve events or CultureInfo
    names. Resource name: Word_At
    [Expanded Information] Stack Trace:    at System.Environment.ResourceHelper.GetResourceStringCode(Object userDataIn)    at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode
    code, CleanupCode backoutCode, Object userData)    at System.Environment.ResourceHelper.GetResourceString(String key, CultureInfo culture)    at System.Environment.ResourceHelper.GetResourceString(String key)    at
    System.Environment.GetResourceStringLocal(String key)    at System.Environment.GetResourceFromDefault(String key)    at System.Diagnostics.StackTrace.ToString(TraceFormat traceFormat)    at System.Diagnostics.StackTrace.ToString()
    Please excuse for late response.
    Thank you,
    Jeevan

Maybe you are looking for

  • Need Help in displaying data labels at the top of the bars in CFCHART

    Hi, I have a cfchart with two line series and one bar. I want to display the data values at the top of the bar and the line series. Below is the XML I am using: <cfsavecontent variable="chartStyle"> <?xml version="1.0" encoding="UTF-8"?> <frameChart

  • Pass value to a field dynamically..

    Hi Experts, Can any one solve this issue?. I want to pass value to different fields dynamically.. Egu2026 I have work are having fields lwa_table-var1, lwa_table-var2, lwa_table-var3, lwa_table-var4, u2026.. up to lwa_table-var100. My logic is I have

  • Change Bg Color of Buttons

    I have built an application in v1.6 using theme "grey and orange". The background color of the page is grey. For buttons, I am using the template "Button, alternative 3" which shows a background color of orange. Can I change the background color of t

  • Revitalizing searching in iCal-- thanks to  Thierry R.

    Searching was not working in iCal-- it would show certain events and not others. It would not show new events. Thierry R. in an archived thread found an easy solution-- export the calendar and then import it. Voila! Searching now working great. As he

  • Updating Creative Cloud: failed

    I've tried deleting the AAMUpdater > 1.0 folder, as suggested elsewhere in this forum. No luck. This does not work on a new-ish, high-spec iMac. Oddly, the updates went smoothly on my old Macbook Pro. "Update Failed Unable to extract the downloaded f