WDA: Check if PCD path or system alias exists?

Hello Portal Experts,
How can I check if the PCD path or the system alias exists?
I like to check the PCD in my Web Dynpro for ABAP application, to prevent calling the portal navigation in case the system alias does not exist.
Thank you very much in advance.
Kind regards
Axel

Hi Axel,
System Alias is must when you create Webdynpro ABAP iview .
Please have a look  at below link, it may help you ,
http://help.sap.com/saphelp_nw70/helpdata/en/e9/9bc93f92908032e10000000a11405a/content.htm.
http://help.sap.com/saphelp_nw04/helpdata/en/fb/93ed3d72fe4b5ae10000000a11405a/content.htm.
Regards,
Krishna chaitanya.

Similar Messages

  • About System alias for system object

    Can any one tell me exact need for system alias for system object when we are integrating SAP TCODES

    The main use of System alias is to identify the uniqueness of the systems that exist in the portal
    also it is very easy to transport TCode iviews from one landscape to other if you have same system alias exist in all the landscapes
    Raghu

  • How to locate system in pcd knowing just the Alias?

    Hi
    In the portal I'm using I can see the system aliases listed in user mapping in the pesonalize option.
    Now how should I locate the systems associated with these system aliases in the PCD?
    thanks for your help in advance.
    rgrds
    Lekha

    Hello Lekha,
    Goto:
    System Administration --> System Configuration --> System Landscape
    Then in Content Area switch to "Search" tab.
    Then fill the fields as below:
    "Search In" == Entire Portal Catalog
    "Object Type" == System
    "Search For" == "your system alias"
    You should see the system objects in the search result.
    Greetings,
    Praveen Gudapati

  • Determine system aliases from PCD path?

    I'm trying to display all the system objects in the PCD, along with their associated aliases.  I'm able to traverse the PCD via the JNDI interface, and I can pick out all the systems (based on the class name).
    However, at this point I'm stuck.  I've tried various methods of trying to fetch the system object from the PCD, but nothing seems to work.
    Given a PCD path, how can you fetch the related object? 
    I'm trying to do this:
    Object o = ctx.lookup( "pcd:portal_content/Collaboration_Integration_WebEx" );
    'o' is a com.sapportals.portal.pcd.gl.PcdGlContext, which I assume should be accessed via IPcdContext.  However, this isn't a system object; rather, it seems to be another lookup mechanism.
    Any suggestions would be most welcome.
    BTW, I've also looked at using the Portal Service for systems, ala
    ISystems systemSrv = (ISystems) PortalRuntime.getRuntimeResources().getService(ISystems.KEY);
                   IPrincipal prin = getServiceUser("pcd_service");
                   String aliases[] = systemSrv.getAliases(prin, true);
    but this doesn't seem to return all aliases in the system (and therefore not all systems), whereas traversing the PCD manually does return all defined systems.
    Message was edited by: Ken Miller

    Hi Ken,
    I suggest doing the look up this way:
    Once you get the PCD address for each system, do a lookup to get the semantic object (ISystem) for the system:
    Hashtable env = new Hashtable();
    env.put(Context.INITIAL_CONTEXT_FACTORY,
        IPcdContext.PCD_INITIAL_CONTEXT_FACTORY);
    env.put(Context.SECURITY_PRINCIPAL, request.getUser());
    env.put(Constants.REQUESTED_ASPECT,
        PcmConstants.ASPECT_SEMANTICS);
    InitialContext iCtx = null;
    try
        String systemID = "pcd:portal_content/myFolder/mySystem";
        iCtx = new InitialContext(env);
        ISystem result =(ISystem)iCtx.lookup(systemID);
    catch(Exception e)
    Either way, when you look up the title (a text attribute), you must supply the locale. For example:
    result.getAttribute ("attribute",request.getLocale() )
    Hope this helps.
    Daniel

  • Different System Alias in one iView

    Hi all,
    I have an ESS/MSS Szenario based on EP7 SP13 and HCM (ECC 6). I have setup the business package and all is working fine. I have setup the different System Aliases like SAP_R3_HumanResources and SAP_R3_HumanResources_Meta etc. and I have a working Single Sign On between my Portal and the HCM system.
    I now face the challenge to change one link within the working time iView to point to a different system than all the others!
    Let me explain: I have a second ERP 6 system that provides for the actual working time Web Dynpro and this Dynpro is not provided by the HCM system. I think I need to change the target for this one Dynpro to point to the ERP instead of the HCM system while all the other links in the working time iView still have to point to the HCM system!
    I have no idea whatsoever, how to do this. I checked the PCD but I can't seem to find the right place where to adapt the System Alias for an iView at all. Can someone point me in the right direction?
    Kind regards,
       Christian

    No you're not
    In fact you lack the System and System alias that point to you're new ERP 6.
    Here a link with a demo that explain how to create the system and define its alias : [demo|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/24d8faf9-0701-0010-c99c-aabbdb7e95f4] .
    Informations needed are the same you can find in a saplogon for the system you want to connect to.
    Once you'll have defined system and alias you'll see it in you're listbox!
    Anyway you'll still face the last problem : you can't define multiple system alias for the same iView.
    Hope that helps!!
    Edited by: Seb on Jan 9, 2008 4:34 PM

  • EP 6.0.13.0 : iView : System Alias

    Hi all
    I am loggin as Admin.
    I want to see all the System and their Alias !!!
    where can i find it out ????
    Points assured !!!
    Thanks
    Kay

    Peter/Detley
       Thanks for the details !!! It really helped a lot !!!
       But i am LOST now in DSR !!!
       Basically I created a DSR routine that with the following details: ( I am resolving the Alias for a  CRM system named OCD_200 whose ID = pcd:portal_content/com.rmg.fdr.jk/systems/sap_crm/com.rmg.OCD/com.jk.org.OCD_200)
         Class Name: MyDynaResolutionClass
         Alias     : dynamic_system_kk
         Resolving : myresolvingservicename 
      In the PORTAL, System Admin --> Sys Config -->System Landscape --> In a small window Protal Content >jk> systems -->sap crm --> ocd -->ocd200.
      I have added my system alias <b>dynamic_system_kk</b> and saved..
      I am here and i dont know What to do next ????
      My plan is to TEST whether my RESOLVING SERVICE works or not ??
    Help Please !!!!!
      Forgot to say, that I have Deployed the PAR and checked the Resolving Service and Alias are REGISTERD and started !!!
    Thanks
    Kay
    Message was edited by: Kay

  • Problem in creation of system alias for bw system

    Hi,
    I want to create system alias for the bw system
    system admin->sys Config->system landscape->portal content->my own folder
    for this folder i created the system object
    after creation of system object, from property category i select the connector and give the details.
    after that i select the user management and give
    authentication ticket - select
    Logon method- UIDPW
    User Management type- admin,user
    i saved till now
    in the display object i select the system alias
    then that screen displays
    In the system alias screen, i clicked on add button for adding alias then we r getting this message.
    User Mapping Status:  (Not ready for user mapping configuration)
    Please give the solution for solving this problem
    Regards,
    Sid.
    Edited by: sid m on Mar 11, 2008 12:15 PM

    Hi Krishna,
    I checked  the connection settings.
    WAS settings in system object is giving this mistake
    before user mapping it works fine.
    after giving usermapping i ma getting this exception.
    SAP Web AS Connection
      Test Details:
    The test consists of the following steps:
    1. Check the validity of the system ID in the system object
    2. Check whether the system can be retrieved
    3. Check whether a SAP system is defined in the system object
    4. Validate the following parameters: WAS protocol; WAS host name
    5. Check HTTP/S connectivity to the defined backend application
      Results
    1. The system ID is valid
    2. Retrieval of the system was successful
    3. The system object represents an SAP system
    4. The following parameters are valid: Web AS Protocol (http) Web AS Host Name (172.19.18.75)
    5. HTTP/S connection failed
    for testing the connector i am getting this exception
    Test Connection with Connector
      Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this system object
      Results
    Retrieval of default alias successful
    Connection failed. Make sure user mapping is set correctly and all connection properties are correct.
    Regards,
    Sid.

  • Can't sync notes from icloud to iMac the following error message occursProcess:         System Preferences [676] Path:            /Applications/System Preferences.app/Contents/MacOS/System Preferences Identifier:      com.apple.systempreferences Version:

    the following error ocurs when i try and instruct icloud system preferences for notes to sync i
    Any ideas how to fix this please
    kind regards
    Stewart
    Process:         System Preferences [676]
    Path:            /Applications/System Preferences.app/Contents/MacOS/System Preferences
    Identifier:      com.apple.systempreferences
    Version:         12.0 (12.0)
    Build Info:      SystemPrefsApp-232001000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [171]
    User ID:         501
    Date/Time:       2013-03-30 19:32:18.555 +0000
    OS Version:      Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Interval Since Last Report:          3046 sec
    Crashes Since Last Report:           49
    Per-App Interval Since Last Report:  551 sec
    Per-App Crashes Since Last Report:   8
    Anonymous UUID:                      1058A160-30E2-6CE7-59E6-15890C1D5B62
    Crashed Thread:  4  +[Library _mergeRestoreMessageLibraryIDsToUpdate:]  Dispatch queue: com.apple.root.default-overcommit-priority
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    com.apple.preferences.icloud v.223 (iCloud)
    objc[676]: GC: forcing GC OFF because OBJC_DISABLE_GC is set
    *** Terminating app due to uncaught exception 'MFSQLiteException', reason: 'checking for existence of object'
    Performing @selector(enableServicePressed:) from sender NSButton 0x7fe672e11eb0
    terminate called throwing an exception
    abort() called
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff8ab93b06 __exceptionPreprocess + 198
    1   libobjc.A.dylib                     0x00007fff872fd3f0 objc_exception_throw + 43
    2   Message                             0x00007fff8e6f6fef sqliteObjectExists + 388
    3   Message                             0x00007fff8e648ec2 databaseIsEmpty + 34
    4   Message                             0x00007fff8e570f8b +[Library executeBlock:isWriter:useTransaction:isPrivileged:] + 3369
    5   Message                             0x00007fff8e5915d1 +[Library sendMessagesMatchingQuery:to:options:] + 398
    6   Message                             0x00007fff8e58db62 +[Library sendMessagesMatchingCriterion:to:options:] + 1677
    7   Message                             0x00007fff8e58d37c +[Library messagesMatchingCriterion:options:] + 119
    8   Message                             0x00007fff8e62d981 +[Library _mergeRestoreMessageLibraryIDsToUpdate:] + 174
    9   CoreFoundation                      0x00007fff8ab8709c __invoking___ + 140
    10  CoreFoundation                      0x00007fff8ab86f37 -[NSInvocation invoke] + 263
    11  CoreMessage                         0x00007fff8591feb2 -[ThrowingInvocationOperation main] + 33
    12  CoreMessage                         0x00007fff858cc042 -[_MFInvocationOperation main] + 431
    13  Foundation                          0x00007fff87674036 -[__NSOperationInternal start] + 684
    14  Foundation                          0x00007fff8767b861 __block_global_6 + 129
    15  libdispatch.dylib                   0x00007fff86d9bf01 _dispatch_call_block_and_release + 15
    16  libdispatch.dylib                   0x00007fff86d980b6 _dispatch_client_callout + 8
    17  libdispatch.dylib                   0x00007fff86d991fa _dispatch_worker_thread2 + 304
    18  libsystem_c.dylib                   0x00007fff8df12d0b _pthread_wqthread + 404
    19  libsystem_c.dylib                   0x00007fff8defd1d1 start_wqthread + 13
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff850e56c2 semaphore_wait_trap + 10
    1   libdispatch.dylib                       0x00007fff86d9b486 _dispatch_semaphore_wait_slow + 241
    2   libxpc.dylib                            0x00007fff8a108e1f xpc_connection_send_message_with_reply_sync + 127
    3   com.apple.AOSKit                        0x00007fff8c1b4d9d -[AOSAgentConnection sendMessageWithPayload:replyHandler:isAsync:] + 346
    4   com.apple.AOSKit                        0x00007fff8c1ae39d +[AOSUtilities makeAgentRequestWithAccount:type:args:callback:maxRetries:] + 764
    5   com.apple.AOSKit                        0x00007fff8c19a7cf AOSAccountCopyInfo + 212
    6   com.apple.AOSAccounts                   0x00007fff8674d591 MMCopyAccountType + 65
    7   com.apple.icloud.iaplugin               0x0000000105f347b3 0x105f2b000 + 38835
    8   com.apple.icloud.iaplugin               0x0000000105f32711 0x105f2b000 + 30481
    9   com.apple.CoreFoundation                0x00007fff8ab45eda _CFXNotificationPost + 2554
    10  com.apple.Foundation                    0x00007fff8762de26 -[NSNotificationCenter postNotificationName:object:userInfo:] + 64
    11  com.apple.AppKit                        0x00007fff85c6b989 -[NSApplication sendAction:to:from:] + 342
    12  com.apple.AppKit                        0x00007fff85c6b7e7 -[NSControl sendAction:to:] + 85
    13  com.apple.AppKit                        0x00007fff85c6b71b -[NSCell _sendActionFrom:] + 138
    14  com.apple.AppKit                        0x00007fff85c69c03 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1855
    15  com.apple.AppKit                        0x00007fff85c69451 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 504
    16  com.apple.AppKit                        0x00007fff85c68bcc -[NSControl mouseDown:] + 820
    17  com.apple.AppKit                        0x00007fff85c98e47 forwardMethod + 125
    18  com.apple.AppKit                        0x00007fff85c6053e -[NSWindow sendEvent:] + 6853
    19  com.apple.systempreferences             0x0000000105ca15b2 0x105c9a000 + 30130
    20  com.apple.AppKit                        0x00007fff85c5c674 -[NSApplication sendEvent:] + 5761
    21  com.apple.systempreferences             0x0000000105ca09a8 0x105c9a000 + 27048
    22  com.apple.AppKit                        0x00007fff85b7224a -[NSApplication run] + 636
    23  com.apple.AppKit                        0x00007fff85b16c06 NSApplicationMain + 869
    24  libdyld.dylib                           0x00007fff8f1f77e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff850e7d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff86d9adea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff86d9a9ee _dispatch_mgr_thread + 54
    Thread 2:: Dispatch queue: com.apple.iCloudHelper.xpcq
    0   libsystem_kernel.dylib                  0x00007fff850e5686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff850e4c42 mach_msg + 70
    2   liblaunch.dylib                         0x00007fff8d59e7c4 0x7fff8d59b000 + 14276
    3   liblaunch.dylib                         0x00007fff8d59d4d9 bootstrap_look_up3 + 69
    4   libxpc.dylib                            0x00007fff8a106c21 _xpc_connection_bootstrap_look_up_slow + 371
    5   libxpc.dylib                            0x00007fff8a105c82 _xpc_connection_init + 1062
    6   libdispatch.dylib                       0x00007fff86d980b6 _dispatch_client_callout + 8
    7   libdispatch.dylib                       0x00007fff86d9947f _dispatch_queue_drain + 235
    8   libdispatch.dylib                       0x00007fff86d992f1 _dispatch_queue_invoke + 52
    9   libdispatch.dylib                       0x00007fff86d991c3 _dispatch_worker_thread2 + 249
    10  libsystem_c.dylib                       0x00007fff8df12d0b _pthread_wqthread + 404
    11  libsystem_c.dylib                       0x00007fff8defd1d1 start_wqthread + 13
    Thread 3:: Dispatch queue: com.apple.Dataclass.Notes
    0   libsystem_kernel.dylib                  0x00007fff850e56c2 semaphore_wait_trap + 10
    1   libdispatch.dylib                       0x00007fff86d9b486 _dispatch_semaphore_wait_slow + 241
    2   com.apple.Notes.framework               0x000000010b61c43c -[NotesMigratorClient sync_importMailAccounts] + 377
    3   com.apple.Notes.iaplugin                0x000000010b5e7b0f 0x10b5e5000 + 11023
    4   com.apple.AOSAccounts                   0x00007fff86747bac AccountUIDForUser(NSString*, NSString*, NSString*, NSString*) + 118
    5   com.apple.AOSAccounts                   0x00007fff86747d90 MailProvider::isAccountActive(__CFString const*) + 46
    6   com.apple.AOSAccounts                   0x00007fff8674822b __SetEnabled_block_invoke_0286 + 90
    7   libdispatch.dylib                       0x00007fff86d9bf01 _dispatch_call_block_and_release + 15
    8   libdispatch.dylib                       0x00007fff86d980b6 _dispatch_client_callout + 8
    9   libdispatch.dylib                       0x00007fff86d9947f _dispatch_queue_drain + 235
    10  libdispatch.dylib                       0x00007fff86d992f1 _dispatch_queue_invoke + 52
    11  libdispatch.dylib                       0x00007fff86d991c3 _dispatch_worker_thread2 + 249
    12  libsystem_c.dylib                       0x00007fff8df12d0b _pthread_wqthread + 404
    13  libsystem_c.dylib                       0x00007fff8defd1d1 start_wqthread + 13
    Thread 4 Crashed:: +[Library _mergeRestoreMessageLibraryIDsToUpdate:]  Dispatch queue: com.apple.root.default-overcommit-priority
    0   libsystem_kernel.dylib                  0x00007fff850e7212 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff8df11b54 pthread_kill + 90
    2   libsystem_c.dylib                       0x00007fff8df55dce abort + 143
    3   libc++abi.dylib                         0x00007fff9105b9eb abort_message + 257
    4   libc++abi.dylib                         0x00007fff9105939a default_terminate() + 28
    5   libobjc.A.dylib                         0x00007fff872fd873 _objc_terminate() + 91
    6   libc++.1.dylib                          0x00007fff88b518fe std::terminate() + 20
    7   libobjc.A.dylib                         0x00007fff872fd5de objc_terminate + 9
    8   libdispatch.dylib                       0x00007fff86d980ca _dispatch_client_callout + 28
    9   libdispatch.dylib                       0x00007fff86d991fa _dispatch_worker_thread2 + 304
    10  libsystem_c.dylib                       0x00007fff8df12d0b _pthread_wqthread + 404
    11  libsystem_c.dylib                       0x00007fff8defd1d1 start_wqthread + 13
    Thread 5:: Dispatch queue: com.apple.NotesMigratorService.xpcq
    0   libsystem_kernel.dylib                  0x00007fff850e5686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff850e4c42 mach_msg + 70
    2   liblaunch.dylib                         0x00007fff8d59e7c4 0x7fff8d59b000 + 14276
    3   liblaunch.dylib                         0x00007fff8d59d4d9 bootstrap_look_up3 + 69
    4   libxpc.dylib                            0x00007fff8a106c21 _xpc_connection_bootstrap_look_up_slow + 371
    5   libxpc.dylib                            0x00007fff8a105c82 _xpc_connection_init + 1062
    6   libdispatch.dylib                       0x00007fff86d980b6 _dispatch_client_callout + 8
    7   libdispatch.dylib                       0x00007fff86d9947f _dispatch_queue_drain + 235
    8   libdispatch.dylib                       0x00007fff86d992f1 _dispatch_queue_invoke + 52
    9   libdispatch.dylib                       0x00007fff86d991c3 _dispatch_worker_thread2 + 249
    10  libsystem_c.dylib                       0x00007fff8df12d0b _pthread_wqthread + 404
    11  libsystem_c.dylib                       0x00007fff8defd1d1 start_wqthread + 13
    Thread 4 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x0000000109680cd8  rdx: 0x0000000000000000
      rdi: 0x000000000000631b  rsi: 0x0000000000000006  rbp: 0x0000000109680d00  rsp: 0x0000000109680cd8
       r8: 0x00007fff759b6278   r9: 0x0000000109680ce0  r10: 0x0000000030000000  r11: 0x0000000000000206
      r12: 0x0000000109680e60  r13: 0x00007fff74c39e08  r14: 0x0000000109681000  r15: 0x0000000109680d40
      rip: 0x00007fff850e7212  rfl: 0x0000000000000206  cr2: 0x00007fff759afff0
    Logical CPU: 0
    Binary Images:
           0x105c9a000 -        0x105cbdfff  com.apple.systempreferences (12.0 - 12.0) <0249AAAE-AA18-3A55-BBCE-D870C940E8C7> /Applications/System Preferences.app/Contents/MacOS/System Preferences
           0x105eec000 -        0x105ef2ff7  com.apple.preferences.icloud (1.1 - 223) <7DC4812C-C81E-3D45-B123-F009810DC462> /System/Library/PreferencePanes/iCloudPref.prefPane/Contents/MacOS/iCloudPref
           0x105efa000 -        0x105f04ff7  com.apple.AppleSRP (5.0 - 1) <16B1431A-295A-386B-9159-A396877D6FE3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
           0x105f0b000 -        0x105f1dff7  com.apple.syncservices.syncservicesui (7.1 - 713.1) <0BDA0163-EBA8-3923-AF99-9BDD92CD4E2D> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
           0x105f2b000 -        0x105f47fff  com.apple.icloud.iaplugin (1.0.1 - 238.5) <182DE70D-0255-3D0F-BE81-C7D56E069089> /System/Library/InternetAccounts/iCloud.iaplugin/Contents/MacOS/iCloud
           0x105f5b000 -        0x105f63fff  com.apple.mail.iaplugin (6.3 - 1503) <656944F5-B9E6-3AE9-B816-4F7D24838C08> /System/Library/InternetAccounts/Mail.iaplugin/Contents/MacOS/Mail
           0x107b10000 -        0x107b13ff7  com.apple.NotesImporter (1.2 - 103) <BE5191A4-12FB-3990-88DC-0A083F97F17D> /System/Library/PrivateFrameworks/Notes.framework/Versions/A/PlugIns/NotesImpor ter.bundle/Contents/MacOS/NotesImporter
           0x107ba5000 -        0x107ba5ff9 +cl_kernels (???) <7798B379-E787-485F-91C3-F8946607AE99> cl_kernels
           0x107bae000 -        0x107bb7fe7  libcldcpuengine.dylib (2.2.16) <DB9678F6-7D50-384A-A961-6109B61D1607> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x107bd1000 -        0x107bd2ffb +cl_kernels (???) <970849E0-DEAD-4B31-93F7-B232A995928F> cl_kernels
           0x109aef000 -        0x109b89ff7  unorm8_bgra.dylib (2.2.16) <5D62BED8-DF5D-3C51-94B4-57368FF10DDB> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x10b34e000 -        0x10b34eff9 +cl_kernels (???) <0BA97827-DE65-4ABD-97A8-5C270DDB7240> cl_kernels
           0x10b352000 -        0x10b352ff3 +cl_kernels (???) <AB3EC88D-62CE-49D9-B0FE-A8DC2854345A> cl_kernels
           0x10b35a000 -        0x10b35ffff  com.apple.audio.AppleHDAHALPlugIn (2.3.7 - 2.3.7fc4) <39BF351C-010A-3CBB-AE72-265C5C809E1B> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x10b374000 -        0x10b40aff7  unorm8_rgba.dylib (2.2.16) <853BEBC4-AED9-3CE2-B91D-3D666E7C7C8F> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba. dylib
           0x10b429000 -        0x10b483fff  com.apple.AOSUI (1.1 - 150) <B0095CFE-8A28-3C89-A55B-73C628DDE66D> /System/Library/PrivateFrameworks/AOSUI.framework/Versions/A/AOSUI
           0x10b4d5000 -        0x10b4d7fff  apop.so (169) <2A1CAD32-5734-3D4E-868B-E773DCD192B5> /usr/lib/sasl2/apop.so
           0x10b4db000 -        0x10b4effff  dhx.so (169) <3C4D7E51-F30B-3A5B-9BB6-4426EC607E10> /usr/lib/sasl2/dhx.so
           0x10b4fb000 -        0x10b504ff7  digestmd5WebDAV.so (169) <D1EF0A0E-92FA-321F-9445-DD08A64C2493> /usr/lib/sasl2/digestmd5WebDAV.so
           0x10b509000 -        0x10b50bfff  libanonymous.2.so (166) <6417EA9E-4202-31DA-A086-B58F1E92C931> /usr/lib/sasl2/libanonymous.2.so
           0x10b510000 -        0x10b513fff  libcrammd5.2.so (166) <866C8DD4-5086-376A-BFC7-897A40327DB4> /usr/lib/sasl2/libcrammd5.2.so
           0x10b518000 -        0x10b521ff7  libdigestmd5.2.so (166) <F2344A08-F032-35D3-9EBB-F147D4100517> /usr/lib/sasl2/libdigestmd5.2.so
           0x10b526000 -        0x10b52bfff  libgssapiv2.2.so (166) <83A21AF3-FB42-3ACC-B6ED-26B23388C4F4> /usr/lib/sasl2/libgssapiv2.2.so
           0x10b530000 -        0x10b532fff  login.so (166) <1F868238-FB26-3477-B31C-67DB400D6F68> /usr/lib/sasl2/login.so
           0x10b536000 -        0x10b53bfff  libntlm.so (166) <82608FB8-E225-39FF-BC83-B9D3F89D7CEC> /usr/lib/sasl2/libntlm.so
           0x10b540000 -        0x10b547fff  libotp.2.so (166) <2AE53E63-A826-3E20-9B4D-476CC712410D> /usr/lib/sasl2/libotp.2.so
           0x10b550000 -        0x10b552fff  libplain.2.so (166) <074D7604-3435-3E01-A86B-FF102001FC5B> /usr/lib/sasl2/libplain.2.so
           0x10b556000 -        0x10b55afff  libpps.so (169) <3C150ECF-0D94-3DBE-8AB6-7B0070700699> /usr/lib/sasl2/libpps.so
           0x10b55f000 -        0x10b562fff  mschapv2.so (169) <9DAC741E-6BB8-3DFA-85AD-532EB20E780B> /usr/lib/sasl2/mschapv2.so
           0x10b567000 -        0x10b594fff  com.apple.DirectoryService.PasswordServerFramework (10.8 - 27.1) <81194DEC-984F-3099-B537-F70394F8492C> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
           0x10b5aa000 -        0x10b5acfff  pwauxprop.so (387.1) <94457D86-AB48-33B6-8C01-F08C3BC6CE53> /usr/lib/sasl2/pwauxprop.so
           0x10b5b1000 -        0x10b5b4fff  shadow_auxprop.so (169) <FE9BCBA3-7F30-303B-A815-8FADE514246E> /usr/lib/sasl2/shadow_auxprop.so
           0x10b5b9000 -        0x10b5bbfff  smb_nt.so (169) <F6798ECD-BBC9-3055-96E9-3A9836E36E7A> /usr/lib/sasl2/smb_nt.so
           0x10b5c0000 -        0x10b5c3fff  smb_ntlmv2.so (169) <FB9D0145-0F31-3FA1-A6B4-5F8530CC60CA> /usr/lib/sasl2/smb_ntlmv2.so
           0x10b5c8000 -        0x10b5d0ff7  com.apple.calendar.iaplugin (6.0 - 1249) <8A7C7FF8-98D1-36BC-B9FD-EDCB91915B95> /System/Library/InternetAccounts/Calendar.iaplugin/Contents/MacOS/Calendar
           0x10b5d9000 -        0x10b5deff7  com.apple.contacts.iaplugin (2.1 - 1169) <ABDD0396-6065-3D03-8CC5-F15FBE626280> /System/Library/InternetAccounts/AddressBook.iaplugin/Contents/MacOS/AddressBoo k
           0x10b5e5000 -        0x10b5ebff7  com.apple.Notes.iaplugin (1.2 - 103) <CD2FB5A9-38B9-3F48-A6B8-50D56E70353D> /System/Library/InternetAccounts/Notes.iaplugin/Contents/MacOS/Notes
           0x10b5f2000 -        0x10b634ff7  com.apple.Notes.framework (1.2 - 103) <5F2CD221-805B-3050-AC07-FFBB4541780A> /System/Library/PrivateFrameworks/Notes.framework/Versions/A/Notes
           0x10b83c000 -        0x10b83dfff  com.apple.AddressBook.LocalSourceBundle (2.1 - 1169) <641DB5BF-1E7A-3090-8AA3-CB11262B43FC> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x10b858000 -        0x10b85bfff  com.apple.DirectoryServicesSource (2.1 - 1169) <C1DDD61F-2F1E-3D21-80C2-38FC23DD9871> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x10bbfe000 -        0x10bc51fff  com.apple.AddressBook.CardDAVPlugin (10.8 - 333) <14C01B09-7E73-30C2-9882-AF4223A1A4F0> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
           0x10bc7d000 -        0x10bc8eff7  com.apple.NSServerNotificationCenter (5.0 - 5.0) <5A605DD1-CB86-3677-B87E-039E88331FC5> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
           0x10bd33000 -        0x10bd34ffa +cl_kernels (???) <8DB72174-D4C1-4DE7-A542-1DBD769095E2> cl_kernels
        0x7fff6589a000 -     0x7fff658ce93f  dyld (210.2.3) <6900F2BA-DB48-3B78-B668-58FC0CF6BCB8> /usr/lib/dyld
        0x7fff84511000 -     0x7fff84570fff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff84601000 -     0x7fff84876fff  com.apple.CalendarStore (6.0 - 1249) <EDF94D24-0BFF-366E-851F-0F5C82455648> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
        0x7fff84877000 -     0x7fff84c70fe7  com.apple.MediaToolbox (1.0 - 926.87) <8346DAFC-88E5-350E-90E1-C98B180488C2> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff84c71000 -     0x7fff84c7dfff  libCSync.A.dylib (331.0.4) <C7043BB7-284D-3B9F-A5CB-78ADE691B2D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff84c7e000 -     0x7fff84c85fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff84c86000 -     0x7fff850c2fff  com.apple.VideoToolbox (1.0 - 926.87) <7319477A-4A3D-3233-AAD1-31F9C9429DA7> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff850c3000 -     0x7fff850c7fff  com.apple.FindMyMac (2.1 - 2.1) <EF5351E8-4BA3-3EE2-8358-0436EF4EC041> /System/Library/PrivateFrameworks/FindMyMac.framework/Versions/A/FindMyMac
        0x7fff850d5000 -     0x7fff850f0ff7  libsystem_kernel.dylib (2050.22.13) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
        0x7fff850f1000 -     0x7fff850f3fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff850f4000 -     0x7fff85137ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff85636000 -     0x7fff85640fff  libcsfde.dylib (296.16) <DE03E28D-7979-3C31-9F46-2A7337CE0DBA> /usr/lib/libcsfde.dylib
        0x7fff85641000 -     0x7fff85841fff  libicucore.A.dylib (491.11.2) <FD6282D8-DF3F-3842-8C2E-CF478D2B9669> /usr/lib/libicucore.A.dylib
        0x7fff8589d000 -     0x7fff858a1ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff858a2000 -     0x7fff8595aff7  com.apple.CoreMessage (1.0 - 1503) <8C8B4C77-6985-3750-A54C-9806550C1C62> /System/Library/PrivateFrameworks/CoreMessage.framework/Versions/A/CoreMessage
        0x7fff85a26000 -     0x7fff86653ff7  com.apple.AppKit (6.8 - 1187.37) <FAEA8B77-210F-3C0F-B9CF-85A7595CCA26> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff86654000 -     0x7fff86676ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff86677000 -     0x7fff866e5fff  com.apple.framework.IOKit (2.0.1 - 755.22.5) <1547DA6F-9793-30A2-8E92-7368DE84D46C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff866e6000 -     0x7fff86742fff  com.apple.corelocation (1239.40 - 1239.40) <2F743CD8-A9F5-3375-A3B0-BB0D756FC239> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff86743000 -     0x7fff86765fff  com.apple.AOSAccounts (1.1.2 - 1.1.95) <9A1A8780-1F48-3CCA-96EB-D3137F93B676> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
        0x7fff86766000 -     0x7fff8679afff  com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff8686b000 -     0x7fff8686dff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8686e000 -     0x7fff86872fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff86881000 -     0x7fff868acfff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff868f5000 -     0x7fff86d12fff  FaceCoreLight (2.4.1) <DDAFFD7A-D312-3407-A010-5AEF3E17831B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff86d96000 -     0x7fff86dabff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff86dac000 -     0x7fff86ea9ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff86eaa000 -     0x7fff86eacff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff86ef4000 -     0x7fff86f4dfff  com.apple.ImageCaptureCore (5.0.2 - 5.0.2) <D6A71984-8FA2-3964-87C6-1936460FDF8C> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff86f4e000 -     0x7fff86fe9fff  com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff86fea000 -     0x7fff86febff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff86fec000 -     0x7fff86ffafff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
        0x7fff8720d000 -     0x7fff8723bfff  com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8723c000 -     0x7fff87299ff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <D15F3FB3-BE53-3545-AD37-9A25A597FE3C> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff8729a000 -     0x7fff872e4ff7  libGLU.dylib (8.7.25) <C243C6D3-3384-3DB1-BB15-E27B65C87294> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff872e5000 -     0x7fff872e8fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff872e9000 -     0x7fff872ebfff  libCVMSPluginSupport.dylib (8.7.25) <A45E21E3-4B40-39B0-A8B6-411526A84F47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff872ec000 -     0x7fff8740492f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff87405000 -     0x7fff87410ff7  com.apple.aps.framework (3.0 - 3.0) <2041AD84-4279-3ECC-A13E-AC6698BB1A67> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
        0x7fff87411000 -     0x7fff87460ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff87461000 -     0x7fff8755efff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff8755f000 -     0x7fff8755ffff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff87560000 -     0x7fff875a0ff7  com.apple.MediaKit (14 - 687) <8AAA8CC3-3ACD-34A5-9E57-9B24AD8AFD4D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff875a1000 -     0x7fff875e4ff7  com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff875e5000 -     0x7fff87942ff7  com.apple.Foundation (6.8 - 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff87943000 -     0x7fff87944ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff8796e000 -     0x7fff8798fff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff87990000 -     0x7fff87997fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff87998000 -     0x7fff87a72fff  com.apple.backup.framework (1.4.2 - 1.4.2) <0B557393-CD2A-3076-BED2-F28D02E1EC1D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff87a73000 -     0x7fff87d44ff7  com.apple.security (7.0 - 55179.11) <73958084-5BBC-3597-A751-7370B0C247E5> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff87d45000 -     0x7fff87e43fff  com.apple.QuickLookUIFramework (4.0 - 555.5) <EE02B332-20F3-3226-A022-D71B808E1CC4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff87e44000 -     0x7fff87e7bff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff87e7c000 -     0x7fff87ec7fff  com.apple.framework.CoreWLAN (3.0.2 - 302.12) <896D75EB-069B-3674-936E-27A81568BECB> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff87ec8000 -     0x7fff87f06fff  com.apple.PassKit (1.0 - 1) <EB8C9B79-65A3-36BA-B5CF-D2DB0B036EFB> /System/Library/PrivateFrameworks/PassKit.framework/Versions/A/PassKit
        0x7fff87f07000 -     0x7fff87f12ff7  com.apple.ProtocolBuffer (2 - 104) <3270C172-1437-3080-9E53-3E2DCA9AE2EC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
        0x7fff87f13000 -     0x7fff87f7cfff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff87f7d000 -     0x7fff87f9efff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff87fa1000 -     0x7fff87fadfff  com.apple.CrashReporterSupport (10.8.3 - 417) <48EDDDF3-5720-39D6-B51F-D9AFB93327B3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff87fae000 -     0x7fff88005ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <541A7DBE-F8E4-3023-A3C0-8D5A2A550CFB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff88006000 -     0x7fff88013ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff88014000 -     0x7fff8804ffff  com.apple.LDAPFramework (2.4.28 - 194.5) <67FBDB29-3B9F-309A-BA7C-AA5921D9A4FB> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8805b000 -     0x7fff8807aff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff8807b000 -     0x7fff880fcfff  com.apple.Metadata (10.7.0 - 707.5) <4140B1F6-7D73-33C7-B3F2-4DB349C31AE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff880fd000 -     0x7fff8810afff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff8810b000 -     0x7fff88118fff  com.apple.KerberosHelper (4.0 - 1.0) <6815439D-1A03-3251-99FE-CC24CF4C93C5> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
        0x7fff88119000 -     0x7fff88119fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8811f000 -     0x7fff8812eff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff88132000 -     0x7fff883cdfff  com.apple.JavaScriptCore (8536 - 8536.28.10) <BC911515-D051-3E2E-8E57-D36878407C60> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff883ce000 -     0x7fff883cefff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff883cf000 -     0x7fff883daff7  com.apple.CalendarAgentLink (1.0 - 37) <B794F739-3AA0-395E-B8EA-3E9DECA10890> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
        0x7fff883db000 -     0x7fff88610ff7  com.apple.CoreData (106.1 - 407.7) <A676E1A4-2144-376B-92B8-B450DD1D78E5> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff88611000 -     0x7fff886e4ff7  com.apple.DiscRecording (7.0 - 7000.2.4) <9DA3C0A7-0AB9-3DD1-9D84-737BB0014F1E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff886e5000 -     0x7fff886e6fff  libodfde.dylib (18) <015DD2A0-D59A-3547-909D-7C028A65C312> /usr/lib/libodfde.dylib
        0x7fff88720000 -     0x7fff88723ff7  com.apple.LoginUICore (2.0 - 2.0) <C1911200-E442-3B99-AB91-C135703D55DF> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/Lo ginUICore.framework/Versions/A/LoginUICore
        0x7fff88724000 -     0x7fff88750ff7  libRIP.A.dylib (331.0.4) <4B261CE2-524E-3FA9-9437-B70DAC1EAB95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff88751000 -     0x7fff88816ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff88817000 -     0x7fff88876fff  com.apple.IMAP (6.0 - 1503) <BA336D11-AD1A-3CAF-A9AE-F98AAACCCD54> /System/Library/PrivateFrameworks/IMAP.framework/Versions/A/IMAP
        0x7fff88877000 -     0x7fff88885ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff88886000 -     0x7fff88886fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff88887000 -     0x7fff8888bff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8888c000 -     0x7fff88893fff  libGFXShared.dylib (8.7.25) <869580B2-39CB-30C3-B76E-73BB4894B6B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff88894000 -     0x7fff88b42ff7  com.apple.imageKit (2.2 - 670) <F9B50A59-A749-333C-A8D9-C8A92C649AA9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff88b43000 -     0x7fff88b49ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff88b4a000 -     0x7fff88bb2ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff88bb3000 -     0x7fff88be9fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff88c45000 -     0x7fff88c6dfff  libJPEG.dylib (849) <5C9052F6-D0B3-39CC-8302-468B43D694D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff88c6e000 -     0x7fff88d63fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff88d64000 -     0x7fff88d67fff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8954e000 -     0x7fff89552fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff89553000 -     0x7fff8965efff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8965f000 -     0x7fff896bbff7  com.apple.Symbolication (1.3 - 93) <D5044687-E424-31CF-B120-667143E6B9C1> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff896f5000 -     0x7fff89751fff  com.apple.QuickLookFramework (4.0 - 555.5) <8B9EAC35-98F3-3BF0-8B15-3A5FE39F150A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff89752000 -     0x7fff89900fff  com.apple.QuartzCore (1.8 - 304.2) <234EABE1-067C-3DAE-BEAC-674526E232C2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff89901000 -     0x7fff8990bfff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8990c000 -     0x7fff8990cffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <173346B7-614C-380B-8E80-9BD1BE501674> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8990d000 -     0x7fff89934ff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff89935000 -     0x7fff89c65fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff89c66000 -     0x7fff89d17fff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff89d18000 -     0x7fff89d6fff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff89d70000 -     0x7fff89e89fff  com.apple.ImageIO.framework (3.2.0 - 849) <C52AED41-A7C2-300B-91FA-5AF73718D243> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff89e8a000 -     0x7fff89f8cfff  libJP2.dylib (849) <4EEA33EB-AF9F-365D-A572-F7D11AD1C76F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff89f8d000 -     0x7fff89f98ff7  com.apple.DisplayServicesFW (2.7.2 - 357) <EC87A00D-FE9C-3CFE-A98C-063C3D23085A> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff89f99000 -     0x7fff89fc3ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff89fc4000 -     0x7fff8a001fef  libGLImage.dylib (8.7.25) <139A9892-A6F2-3F49-87FB-E7AC3F56E003> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8a038000 -     0x7fff8a064fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <B8DE45D7-1827-3379-A478-1A574A1D11D9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff8a0fd000 -     0x7fff8a11fff7  libxpc.dylib (140.42) <BBE558BD-5E55-35E4-89ED-1AA6B056D05A> /usr/lib/system/libxpc.dylib
        0x7fff8a120000 -     0x7fff8a16bfff  com.apple.CoreMedia (1.0 - 926.87) <F51205F8-A102-359C-A9A3-22A48524C081> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff8a1bc000 -     0x7fff8a22bfff  com.apple.WhitePagesFramework (10.7.0 - 141.0) <65B30FD8-DEC0-31D4-8E7F-CBCB987D7A48> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
        0x7fff8a22c000 -     0x7fff8a23bfff  com.apple.opengl (1.8.7 - 1.8.7) <26F7FF79-6BB2-3968-B70D-71D4E07C9551> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8a23c000 -     0x7fff8a256fff  com.apple.CoreMediaAuthoring (2.1 - 914) <F0E11E75-03DA-3622-B614-2257EBDABF25> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8a257000 -     0x7fff8a277fff  libPng.dylib (849) <F4C23A55-F17B-3E4F-9E80-BC97F778BA49> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8a27e000 -     0x7fff8a2a5fff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8a2a6000 -     0x7fff8a2a6fff  com.apple.Carbon (154 - 155) <CC5AA589-242E-3BE1-B776-7D4FFD93D0C1> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8a2a7000 -     0x7fff8aa4efff  com.apple.CoreAUC (6.16.13 - 6.16.13) <8CBFBC9C-0773-3DEB-AF99-989008CB2B36> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8aa4f000 -     0x7fff8aa60ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff8aa61000 -     0x7fff8aaffff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8ab00000 -     0x7fff8aceaff7  com.apple.CoreFoundation (6.8 - 744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8aceb000 -     0x7fff8acf4ff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8ad11000 -     0x7fff8ad55fff  libcups.2.dylib (327.3) <71E771A1-0489-3417-8A4A-56A2C930F80C> /usr/lib/libcups.2.dylib
        0x7fff8ad7c000 -     0x7fff8ae0dfff  com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8ae0e000 -     0x7fff8af5ffff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <C680EE1A-B4ED-3E77-A08C-DC47922ACA33> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8af60000 -     0x7fff8b223ff7  com.apple.AddressBook.framework (7.1 - 1169) <5FFF3765-414A-3633-ADE5-337CD4B9A102> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8b224000 -     0x7fff8b23fff7  com.apple.frameworks.preferencepanes (15.1 - 15.1) <8A3CDC5B-9FA5-32EB-A066-F19874193B92> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff8b240000 -     0x7fff8b295ff7  libTIFF.dylib (849) <C4D0E196-9319-319B-AF72-8B63FB5AF71B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8b2c8000 -     0x7fff8b317ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff8b318000 -     0x7fff8b323fff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8b324000 -     0x7fff8b47dff7  com.apple.syncservices (7.1 - 713.1) <1B20AF09-C1E5-3B70-A57F-177A4D92E403> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
        0x7fff8b47e000 -     0x7fff8b48fff7  com.apple.CalendarFoundation (1.0 - 29) <2C84D3EB-844E-39DA-A848-43FC42707168> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/Calen darFoundation
        0x7fff8b505000 -     0x7fff8b511ff7  com.apple.DirectoryService.Framework (10.8 - 151.10) <5AA375C4-9FD4-3F4F-849D-0329E0D5DC04> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff8b512000 -     0x7fff8b63cff7  com.apple.avfoundation (2.0 - 361.32) <E99A8D44-3283-377D-AF56-65F9651CEA8E> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8b63d000 -     0x7fff8b6faff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8b716000 -     0x7fff8b7b0fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8b7b1000 -     0x7fff8b80bff7  com.apple.opencl (2.2.18 - 2.2.18) <4A78E53C-17B0-3B2D-A9EA-EF8720FE4134> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8b80c000 -     0x7fff8b83aff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff8b83b000 -     0x7fff8b875ff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8b876000 -     0x7fff8bb1aff7  com.apple.CoreImage (8.2.4 - 1.0.1) <4A6B017F-B9F7-36DA-943D-A95611F147EA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8bb1b000 -     0x7fff8bb78fff  com.apple.ExchangeWebServices (3.0 - 157) <58BFD72E-27F3-3F22-A421-B883FACA0E19> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff8bb79000 -     0x7fff8bbe9fff  com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff8bbea000 -     0x7fff8bbebff7  libSystem.B.dylib (169.3) <FF25248A-574C-32DB-952F-B948C389B2A4> /usr/lib/libSystem.B.dylib
        0x7fff8bbec000 -     0x7fff8bc18fff  com.apple.framework.Apple80211 (8.3.2 - 832.18.1) <5D601780-9AD9-31C9-9AB5-716D8634CB78> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8bc19000 -     0x7fff8bcb6ff7  com.apple.PDFKit (2.7.3 - 2.7.3) <5AE5FD4E-658F-38BC-90DD-C2B28E17ED34> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8bcb7000 -     0x7fff8bd11fff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8bd12000 -     0x7fff8bd48fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff8bd49000 -     0x7fff8bd51ff7  com.apple.AppSandbox (2.0 - 1) <2E28B3EA-EAD8-3632-862D-60286FE70D79> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff8bd52000 -     0x7fff8beb0fef  com.apple.MediaControlSender (1.7 - 170.20) <853BE89D-49B0-3922-9ED5-DDBDE9A97356> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff8beb1000 -     0x7fff8bebcfff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff8bec0000 -     0x7fff8bef1ff7  com.apple.DictionaryServices (1.2 - 184.4) <FB0540FF-5034-3591-A28D-6887FBC220F7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8bef2000 -     0x7fff8bf7fff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8bf80000 -     0x7fff8bf84fff  libMatch.1.dylib (17) <E10E50F3-25F8-3B9B-AA11-923E40F5FFDD> /usr/lib/libMatch.1.dylib
        0x7fff8bf85000 -     0x7fff8bf85fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff8bf86000 -     0x7fff8bfedfff  com.apple.coredav (1.0.1 - 179.7) <EEFBD7EA-82F4-32AB-8D2B-541D74FB764A> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
        0x7fff8bfee000 -     0x7fff8bffcff7  libkxld.dylib (2050.22.13) <4AAF0573-8632-3D06-BE32-C5675F77638D> /usr/lib/system/libkxld.dylib
        0x7fff8bffd000 -     0x7fff8c06aff7  com.apple.datadetectorscore (4.1 - 269.2) <4FD4A7CE-BB00-3AAB-B7AA-AE395D5400EC> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8c06b000 -     0x7fff8c079fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8c084000 -     0x7fff8c089fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8c132000 -     0x7fff8c142fff  com.apple.FileSync.framework (8.0 - 606) <570A8365-80AA-394C-A245-599327A65516> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
        0x7fff8c143000 -     0x7fff8c143fff  com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
        0x7fff8c170000 -     0x7fff8c176fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff8c177000 -     0x7fff8c177fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8c193000 -     0x7fff8c198fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff8c199000 -     0x7fff8c419ff7  com.apple.AOSKit (1.05 - 152.2) <43361229-45F3-3946-A11A-CC0FF2129F06> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff8c41a000 -     0x7fff8c50bff7  com.apple.DiskImagesFramework (10.8.3 - 345) <F9FAEAF0-B9A5-34DF-94B7-926FB03AD5F6> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8c519000 -     0x7fff8c536ff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff8c537000 -     0x7fff8c6a8ff7  com.apple.QTKit (7.7.1 - 2599.24) <A2153722-268B-3293-B9E3-CB59273CDE41> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8c6c1000 -     0x7fff8c6c1fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8ca4e000 -     0x7fff8cb20ff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff8cb21000 -     0x7fff8cb6afff  com.apple.framework.CoreWiFi (1.2.2 - 122.12) <D237551E-0E2C-30FB-8FAA-003D8F25E819> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8cb6b000 -     0x7fff8cb6dfff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8cb6e000 -     0x7fff8cb72ff7  com.apple.SecCodeWrapper (2.0 - 1) <E8C5B9D5-A62A-3467-A9DF-441021EF2C0E> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWr apper
        0x7fff8cb73000 -     0x7fff8cbf2ff7  com.apple.securityfoundation (6.0 - 55115.4) <64EDD2F2-4DE2-3DE5-BE57-43D413853CF9> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8cbf3000 -     0x7fff8cbf4fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff8cbf5000 -     0x7fff8cc02fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8cc03000 -     0x7fff8d5936ff  com.apple.CoreGraphics (1.600.0 - 331.0.4) <4953961C-96DC-39D7-ADF5-B767F2A7E4E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8d594000 -     0x7fff8d59afff  libCGXCoreImage.A.dylib (331.0.4) <004875C9-182C-34E9-B6C8-5B2BF2A998E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff8d59b000 -     0x7fff8d5a3fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff8d5a4000 -     0x7fff8d829ff7  com.apple.RawCamera.bundle (4.03 - 676) <BC5109D0-87F4-3F88-8DBD-3330B6524913> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8d82a000 -     0x7fff8d82bff7  libsystem_sandbox.dylib (220.2) <6838A6FD-8626-3356-BB4F-BB4787216207> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8d82c000 -     0x7fff8d86bff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8d86c000 -     0x7fff8d86efff  com.apple.securityhi (4.0 - 55002) <9B6CBA92-123F-3307-A2D7-D77A8D3BF87E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8d86f000 -     0x7fff8d873fff  libCGXType.A.dylib (331.0.4) <251D4D2D-92B9-3D56-B348-CD67397F71FE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff8d874000 -     0x7fff8d874ff7  com.apple.SafariServices.framework (8536 - 8536.28.10) <0A50A10A-E261-3F73-8343-D9EC34AA98F1> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariSer vices
        0x7fff8d875000 -     0x7fff8da00ff7  com.apple.WebKit (8536 - 8536.28.10) <792FA1F3-68F2-36F8-A070-898B3682F5DE> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff8da01000 -     0x7fff8da28ff7  com.apple.speech.LatentSemanticMappingFramework (2.9.3 - 2.9.3) <CDB23C93-853B-3F18-985C-6D32D4704F26> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
        0x7fff8da29000 -     0x7fff8da3cff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff8da3d000 -     0x7fff8db5dfff  com.apple.desktopservices (1.7.3 - 1.7.3) <707F77D2-EC0E-3431-840F-B984BD7ABDD6> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8db5e000 -     0x7fff8dba6fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff8dba7000 -     0x7fff8dbf3ff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff8dbf4000 -     0x7fff8dc26fff  com.apple.framework.Admin (12.0 - 12.0) <21E02DE3-B255-3A55-8F55-7FC9EE864C06> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff8dc56000 -     0x7fff8dc5bfff  com.apple.OpenDirectory (10.8 - 151.10) <3EE3D15A-3C79-3FF1-9A95-7CE2F065E542> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8dc5c000 -     0x7fff8dd5efff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8dd5f000 -     0x7fff8dd9bfff  com.apple.GeoServices (1.0 - 1) <DB382348-EBFA-3AD5-888B-7F4640F41834> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff8dd9c000 -     0x7fff8dda0fff  libGIF.dylib (849) <6A664B4D-0A88-33F7-9064-0CD159AB9CE9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8dda1000 -     0x7fff8dda2fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8dda7000 -     0x7fff8ddb2ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8ddb3000 -     0x7fff8ddc9fff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
      

    Deleting the System Preference or other .plist file

  • Unable to create system Alias.

    Hi All,
    I Created one system object , but i am not able to create system Alias.While creating system Alias it throws this  error   "  This system object is restricted and u can't create System Alias". Exactly what is the prob?What is the solution?
    Thanks in Advance.

    Hi,
    system object is restricted
    1. Make sure you have required permissions to create the system object. You should use administrator user to create the system.
    2. Check the object properties and permissions.
    Refer following procedure to create the system object and see if you have missed any step.
    http://wiki.sdn.sap.com/wiki/display/EP/11Systems-+Creation
    Regards,
    Varun

  • System Alias reappears in the System Configuration

    Hi All,
    This is a bit of a strange one but I wondered if anyone else has ever come across this with EP6 SP2.
    I have a System Object which I do not want to delete, since it might be required again in the future, so I am just removing the system alias to render it inactive.
    Overnight something causes the system alias to reappear and hence for the option in the user mapping drop-down to reappear too.
    I think my only option is to delete the system completely from the PCD.
    Any ideas?

    Thanks both for your advice.
    I have found out that this is in fact a "feature" in SP2 that if the alias is removed, but a user who has personalised this particular user mapping system logs onto the Portal afterwards, the alias is automatically recreated.
    Rgds,
    Marc
    Message was edited by: i022156

  • Portal Runtime Error - com.sapportals.portal.appintegrator.ApplicationIntegratorException: Unknown system alias.

    Hi Experts,
    Can anyone please help me on the below Portal Runtime Exception.
    10:59_26/08/14_0043_3937250
    [EXCEPTION]
    com.sapportals.portal.appintegrator.ApplicationIntegratorException: Unknown system alias.
    System Alias:  'SAP_BW',
    User:          'Test',
    Reason:        System Alias is not defined or permission denied for this user
    at com.sapportals.portal.appintegrator.accessor.system.LocalSystemAccessor.<init>(LocalSystemAccessor.java:60)
    at com.sapportals.portal.appintegrator.accessor.system.SystemAccessorFactory$Decider.getAccessor(SystemAccessorFactory.java:178)
    at com.sapportals.portal.appintegrator.accessor.system.SystemAccessorFactory$Decider.getSystemAccessor(SystemAccessorFactory.java:123)
    at com.sapportals.portal.appintegrator.accessor.system.SystemAccessorFactory.getSystemAccessor(SystemAccessorFactory.java:52)
    at com.sapportals.portal.appintegrator.layer.AbstractIntegrationLayer.getLocalOrRemote(AbstractIntegrationLayer.java:624)
    at com.sapportals.portal.appintegrator.layer.TopLayerSwitch.mustRedirectToProducer(TopLayerSwitch.java:105)
    at com.sapportals.portal.appintegrator.layer.TopLayerSwitch.getNextLayer(TopLayerSwitch.java:75)
    at com.sapportals.portal.appintegrator.LayerProcessor.getNextLayer(LayerProcessor.java:293)
    at com.sapportals.portal.appintegrator.LayerProcessor.processActionPass(LayerProcessor.java:183)
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doActionPass(AbstractIntegratorComponent.java:111)
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doOnPOMReady(AbstractIntegratorComponent.java:70)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:398)
    at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher$1.service(RequestDispatcherFactory.java:168)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:270)
    at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher.handleEvent(RequestDispatcherFactory.java:158)
    at com.sap.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:242)
    at com.sap.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:342)
    at com.sap.portal.prt.pom.PortalNode.processEventQueue(PortalNode.java:732)
    at com.sap.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:473)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:202)
    at com.sap.portal.prt.dispatcher.DispatcherServlet.service(DispatcherServlet.java:132)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:202)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:103)
    at com.sap.portal.http.EnrichNavRequestFilter.doFilter(EnrichNavRequestFilter.java:49)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at com.sap.portal.prt.dispatcher.CustomHeaderFilter.doFilter(CustomHeaderFilter.java:58)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at com.sap.portal.http.EnrichNavRequestFilter.doFilter(EnrichNavRequestFilter.java:49)
    at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:432)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
    at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:278)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
    at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
    at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
    at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
    at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
    at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)

    Hi Jelbin,
    Following is the solution of this error,
    Step 1: Check the system alias in application which you are opening and maintain same in system object also, or take system object default system alias and maintain it in iView property named as "System", either of above is valid.
    Step 2: Add every One group to the system object with end user ticked.
    Step 3: Logoff and login again it should work,
    Kindly reply if this works.
    Regards,
    Bhavin Anajwala

  • PCD Paths

    Hello--
    I am wanting to know how to find the PCD in Portal Content Studio for Iviews placed on a page.
    As an example:
    The portal landing page has a number of iViews on it, how can I find out the PCD Path for each of the iviews in order to check their individual parameters? I tried right-clicking, but the information is mystic is trying to decifer the PCD Path, does Firefox help in this situation?
    Thanks,
    John

    If you have the details option enabled in the top right corner of the iView's tray, that will give you a clue.

  • System and System Alias Creation

    Hi all,
    we have developed iViews in EP5. Now we want to migrate all our iViews to Ep6.. we have problem in EP6 for system and system alias creation..
    in EP5 we have 2 files called System.xml for defining the system and JCODestination.xml..
    after creating systems in System.xml.. we will define   all system properties in  like router string ,client no,and system number for each sap system in JCODestination.xml ..  
    and these systems we will map to the user in which will come all the defined Systems to combo box
    and we will define the systems in default.properties file and we will use in the par development...
    I heared that there are no System.xml and JCODestination.xml files in EP6 Netweaver Component....
    can you please any one advise me how to get configured System and System Alias in EP6 NetWever... and how to call in coding...
    I need a detailed steps how to create SAP System Alias.. since i am connecting to SAP System and Calling Function Modules and BAPIS From My Application(iViews).....
    I need a Detailed Explaination Step by Step Explanation ..
    your help will be required for me.. and appreciated to the great extent......
    Thanks and Regards
    Prasad.Y

    After following the steps above in system landscape
    please do the following to fill in the parameters
    Select connector under the property category.
    PlZ make sure that you have provided ApplicationHost(the host name of backend system), LogicalSystemName(can be found from transaction scc4,just dounle click on the client to see the logical name use saplogon and logon to the backend system R3 in this case) ,SAP Client(can be found from transaction code scc4), SAP SystenID,SAP System Number and Server port.
    After that create a System Alias for that system by selecting System Aliases under display.( This is important. I had the same kind of problem this should slove it).
    Now make sure that you have user mapping set for the backend R3 System(User Administration-->User Maping search for the user and choose edit. Then choose the system alias name form the drop down box and provide the login details for the backend system).
    Try to test the connection by selecting connection tests under display. If it doesnot work plz copy paste the whole error message.
    The message should look something like the one below
    Test Connection with Connector - Jan 1, 1970 2:35:42 PM
    Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this system object
    Results
    Retrieval of default alias successful
    Connection successful
    Let me know if you need any more details
    - Sheshu

  • Maintaining a System Alias List

    Hi,
    I want to open System Alias Editor. In the System Landscape I expand Portal Content, right-click a system name but I can't find Open -> System Aliases.....
    Anything wrong???
    Any suggestion is appreciative
    Tony

    Hi Tony,
    Are you sure you got all the authorisation in portal to define a system ? If yes, check if there isn't a lock object on this system. Sometimes EP60 don't delete lock object automaticly , so you can't modify else the definition until you delete manually the lock entries in portal.
    Normally, when you right-click on a system you should see Maintain then in a sub-menu you should find 3 entries which are : Object/Aliase/Authorisation .
    Regards.
    Bertrand

  • Delete system alias

    hello all,
        I deleted a system object, before deleting its system alias. Could anyone tell me how to delete the system alias? I tried searching for the system alias in the System Landscape overview too.  I did not find the system alias. If anyone has answer to this, please share with me. I will appreciate your help.
    Thanks,
    Sunitha.

    Hi Sunitha,
       Goto system administration -> system configuration -> system landscape overview. All the system and their alias are available here. But removing the alias is not possible this way.
      What I suggested will work. You must create the same system with the same name.
    Check this thread on the same
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=182555">Thread on system alias</a>
    Regards,
    Saravanan

Maybe you are looking for