Open DMS Document in Module Pool?

Hi all,
I have Moudule pool screen and i want to open th DMS documents on click of button in module pool uploaded by end users.
Users are uplodading the DMS Documents through webdynporo.
Is there any way to do this?
Regards,
Arpita

Users dont want to go through CV03N.they want that attachment will open directly.
WIth this FM BAPI_DOCUMENT_CHECKOUTVIEW2 will get the data on Application server but how to open the docu?
I wnat to open docu on button click of module pool..Is this possible in Module pool?
Thanks..

Similar Messages

  • Error when open DMS document

    Dear DMS experts,
    After migration DMS server from one server to another an error has occurred in transaction CV03N when try open original document I got next error massage: File C:\temp\file_name cannot be created (Message no. 26172).
    This happens when I try to open the documents that have already been previously saved, the documents are saved now - open normally.
    In tr. SLG1 I see the following errors:
    1. Error
    Long Text:
    An error occurred when calling module SCMS_DOC_READ_FILES
    Message no. 1R579
    Diagnosis
    Exception number 14 occurred when function module SCMS_DOC_READ_FILES was called with document 0050569339A51ED4828753F4B06C13F3.
    Details:
    In tr. SLG1
    MANDT      200
    STOR_CAT    ZDMS_C1_ST
    PATH       C:\temp\
    FRONTEND   X
    COMP_NAMES %D0%9D%D0%B0%D0%BA%D0%B0%D0%B7 1029 26122012.tif
    COMP_NAMES File_name
    ERRMSG     Content repository DMS_C1 does not exist
    V1 SCMS_DOC_READ_FILES
    V2 14
    V3         DMS_PCD1
    V4         0050569339A51ED4828753F4B06C13F3
    %LOGNUMBER 00000000000000111877
    2. Error
    Connect Error: Connect to Host IP_HOST_DMS_SERVER Port 1090 error: NIECONN_REFUSED
    Message no. 04100
    I run Programs, and get next result:
    1. Program RSIRCCON. My location is spelled correctly but when I run program, chose my repository and run Single_Test I receive next result:
    Error when setting up connection.
    2. Program RSHTTP05
    SAPHTTP check
    Check RFC destination SAPHTTP...
    ... OK.
    Ping RFC destination SAPHTTP...
    ... OK.
    Check RFC destination SAPHTTPA...
    ... OK.
    Ping RFC destination SAPHTTPA...
    ... OK.
    3. Program RSHTTP20
    Connect Error: NiHostToAddr  error: NIEHOST_UNKNOWN
    Message no. 04100
    In SMICM->trace file -> display all.
    I see many massage like this:
    [Thr 5196] Wed Apr 08 09:11:00 2015
    [Thr 5196] *** WARNING => Connection request from (13/14/0) to host: IP_HOST, service: 1090 failed (NIECONN_REFUSED)
    [Thr 5196]  {000105f9} [icxxconn.c 2271]
    [Thr 4904] *** WARNING => Connection request from (13/14/0) to host: pwdf2625, service: 1090 failed (NIEHOST_UNKNOWN)
    [Thr 4904]  {000105fc} [icxxconn.c 2271]
    I do not know this problem relates to the existing or not yet, but I don’t know what is IP_HOST, none of my server does not have this address.
    My Storage Categories: ZDMS_C1_ST
    In SM59 SAPFTPA is working, but SAPHTTP don’t work. After change program SAPHTTP  on a SAPGUI front-end, SAPHTTP is working.
    I try ping my DMS – ok
    In tr. CSADMIN I checked connection - all good.
    Status: Running
    Try test «nipping» on both servers all fine.
    Tried to change the version of SAPGUI - did not help.
    My system parameters DMS server:
    OS: Windows Server 2012
    DB: MAXDB Database Studio
    I can not understand what the problem is because already migrate  the server and it was all good
    Thank you in advance.
    Regards,
    Vitaliy

    Hi S S B ,
    I'm sorry, I have laid out a mistake with the old Content  repository DMS_C1, my new new  Content  repository ZDMS.
    In SLG1 I have next error:
    1. Error: Problem class Other:
    Connect Error: Connect to Host My_DMS_HOST Port 1090 error: NIECONN_REFUSED
    Message no. 04100
    2. Error: Problem class Additional Information
    Long Text exists:
    An error occurred when calling module SCMS_DOC_READ_FILES
    Message no. 1R579
    Diagnosis
    Exception number 14 occurred when function module SCMS_DOC_READ_FILES was called with document 0050569339A51ED482808B4B77CD53F3.
    Detail exists:
    MANDT      200
    STOR_CAT   ZDMS_C1_ST
    PATH       C:\temp\
    FRONTEND   X
    COMP_NAMES %D0%9D%D0%B0%D0%BA%D0%B0%D0%B7 1029 26122012.tif
    COMP_NAMES Наказ 1029  26122012.tif
    ERRMSG     HTTP error: 404 (Not Found)  ""
    V1         SCMS_DOC_READ_FILES
    V2 14
    V3         DMS_PCD1
    V4         0050569339A51ED482808B4B77CD53F3
    %LOGNUMBER 00000000000000111957
    Regards,
    Vitaliy

  • DMS BAPI RFC Open DMS document from external application

    Hello,
    I want open a document stored in DMS through RFC BAPI, from an external application (for example .NET)
    EasyDNS run OK: I have included the bapi Z_EASYDMS_ECL_OPEN_DOCUMENT (code from a SAP note)  in the system and I can open ECL/EAI & local documents (pdf, word, ...)
    If I run Z_EASYDMS_ECL_OPEN_DOCUMENT from SE37 run OK: I can see every document, document is downloaded to local system and then open.
    But when I call bapi Z_EASYDMS_ECL_OPEN_DOCUMENT from my external application through RFC I don't receive any result: document is not download to local system.
    I have debugged the bapi (with SM50) and I have see that the calling entry in bapi, run and then ... crash.
    I have detected the fail in OLE_FLUSH_CALL: system has a dump.
    Summary:
    - EasyDMS run Ok
    - SE37 Z_EASYDMS_ECL_OPEN_DOCUMENT run ok
    - Z_EASYDMS_ECL_OPEN_DOCUMENT dump at OLE_FLUSH_CALL
    Any idea?
    thanks in advance,

    Hello,
    it is possible to extract DMS's file to application server directory:
    FUNCTION Z_DMS_VIEW.
    ""Interfase local
    *"  IMPORTING
    *"     VALUE(DOC_NUMBER) LIKE  BAPI_DOC_DRAW2-DOCUMENTNUMBER OPTIONAL
    *"     VALUE(DOC_PART) LIKE  BAPI_DOC_DRAW2-DOCUMENTPART OPTIONAL
    *"     VALUE(DOC_TYPE) LIKE  BAPI_DOC_DRAW2-DOCUMENTTYPE OPTIONAL
    *"     VALUE(DOC_VERS) LIKE  BAPI_DOC_DRAW2-DOCUMENTVERSION OPTIONAL
    *"     VALUE(ORIGINAL_PATH) LIKE  BAPI_DOC_AUX-FILENAME OPTIONAL
    *"  EXPORTING
    *"     VALUE(P_RETURN) LIKE  BAPIRET2 STRUCTURE  BAPIRET2
    *"  TABLES
    *"      DOC_FILES STRUCTURE  BAPI_DOC_FILES2 OPTIONAL
      CLEAR:   doc_files.
      REFRESH: doc_files.
      DATA: i_doc_files like bapi_doc_files2.
    DATA: i  type i.
    i = 2.
    while i = 2.
       i = 2.
    endwhile.
      CALL FUNCTION 'BAPI_DOCUMENT_CHECKOUTVIEW2'
        EXPORTING
          DOCUMENTTYPE    = DOC_TYPE
          DOCUMENTNUMBER  = DOC_NUMBER
          DOCUMENTPART    = DOC_PART
          DOCUMENTVERSION = DOC_VERS
          DOCUMENTFILE    = i_doc_files
          GETSTRUCTURE    = '0'
          GETCOMPONENTS   = 'X'
          ORIGINALPATH    = ORIGINAL_PATH
          HOSTNAME        = ' '
          GETHEADER       = 'X'
          PF_HTTP_DEST    = 'SAPHTTPA'
          PF_FTP_DEST     = 'SAPFTPA'
        IMPORTING
          RETURN          = P_RETURN
        TABLES
          DOCUMENTFILES   = DOC_FILES.
    ENDFUNCTION.
    ORIGINAL_PATH must be a directory of application server.
    By background is not possible (I don't know how can we do that) download thsi file to PC.
    Then with the file in application server we can :
    - to map application server directory in a drive unit of Pc
    - to transfer with a ftp client from Pc
    - rfcexec
    But always the bapi can not download the file: it must be a process in Pc who transfer the file.

  • Open DMS document through Portal

    Hi Experts,
    I  develop one intereactive form in that i want to show attachement. I found many standard fms for that but i could not able execute same fms on portal. i used following code . This code works fine in backend but in frontend it could not work.
    CALL FUNCTION 'BAPI_DOCUMENT_CHECKOUTVIEW2'
              EXPORTING
                DOCUMENTTYPE    = WA_DOCLIST-DOCUMENTTYPE
                DOCUMENTNUMBER  = WA_DOCLIST-DOCUMENTNUMBER
                DOCUMENTPART    = WA_DOCLIST-DOCUMENTPART
                DOCUMENTVERSION = WA_DOCLIST-DOCUMENTVERSION
                DOCUMENTFILE    = DOCFL
                GETSTRUCTURE    = '0'
                DOCUMENTFILES   = DOCFILE.
    Here in this fms i could not pass rfc destinations so by default it pass "SAPGUI" but in case of frontend it would not pass anything.
    Regards,
    Gurprit Bhatia

    Ans.

  • What is Module pool??

    Hi
    What is module pool???? How to create an module pool???Can i have with example please. If any documents on module pool plz forward me to the following address
    [email protected]
    Regards
    Krishna

    Hi
    Check the below link:
    http://wiki.ittoolbox.com/index.php/FAQ:What_is_module_pool_program_in_abap%3F
    http://help.sap.com/saphelp_46c/helpdata/en/35/26b1aaafab52b9e10000009b38f974/content.htm
    http://sap.mis.cmich.edu/sap-abap/abap09/sld011.htm
    http://sap.mis.cmich.edu/sap-abap/abap09/index.htm
    http://www.geocities.com/ZSAPcHAT
    http://www.allsaplinks.com/files/using_table_in_screen.pdf
    http://help.sap.com/saphelp_webas630/helpdata/en/9f/db9cdc35c111d1829f0000e829fbfe/content.htm
    http://www.sapdevelopment.co.uk/dialog/dialoghome.htm
    http://www.sap-img.com/
    http://help.sap.com/saphelp_46c/helpdata/en/08/bef2dadb5311d1ad10080009b0fb56/content.htm
    http://www.sapgenie.com/links/abap.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c9/5472fc787f11d194c90000e8353423/frameset.htm
    You can also check the transaction ABAPDOCU which gives you lot of sample programs.
    Also you can see the below examples...
    Go to se38 and give demodynpro and press F4.
    YOu will get a list of demo module pool programs.
    One more T-Code is ABAPDOCU.
    YOu can find more examples there.
    <b>See the prgrams:
    DEMO_DYNPRO_TABLE_CONTROL_1 Table Control with LOOP Statement
    DEMO_DYNPRO_TABLE_CONTROL_2 Table Control with LOOP AT ITAB</b>
    http://www.geocities.com/ZSAPcHAT
    http://www.allsaplinks.com/files/using_table_in_screen.pdf
    <b>Reward points</b>
    Regards

  • How to include DMS in module pool?

    hello,
    i want to incorporate DMS[]Document data] in my module pool program, the same  is there in MM03 transaction(document data).How can we do this?
    below is the syntax tht i have used.
    PROCESS BEFORE OUTPUT.
    *&SPWIZARD: PBO FLOW LOGIC FOR TABSTRIP 'TAB'
    MODULE TAB_ACTIVE_TAB_SET.
        break-point.
      CALL SUBSCREEN:
          1002_SCA INCLUDING G_TAB-PROG '1002',
            1002_SCA  INCLUDING SAPLCV140 '0204',
           1003_SCA INCLUDING G_TAB-PROG '1003'.
    MODULE STATUS_1001.
           tab-activetab = 'TAB1'.
           DYNNR = '0204'.
            MODULE TAB_ACTIVE_TAB_SET.
    PROCESS AFTER INPUT.
    *&SPWIZARD: PAI FLOW LOGIC FOR TABSTRIP 'TAB'
      CALL SUBSCREEN:
           1002_SCA,
    *CALL SUBSCREEN TABFRA1.
           1003_SCA.
      MODULE TAB_ACTIVE_TAB_GET.
    MODULE USER_COMMAND_1001.
    in MODULE TAB_ACTIVE_TAB_SET
    MODULE TAB_ACTIVE_TAB_SET OUTPUT.
      break-point.
      TAB-ACTIVETAB = G_TAB-PRESSED_TAB.
      CASE G_TAB-PRESSED_TAB.
        WHEN C_TAB-TAB1.
          G_TAB-SUBSCREEN = '1002'.
         CALL subscreen 1002_SCA  INCLUDING SAPLCV140 '0204'.
        WHEN C_TAB-TAB2.
          G_TAB-SUBSCREEN = '1003'.
        WHEN OTHERS.
    *&SPWIZARD:      DO NOTHING
      ENDCASE.
    ENDMODULE.

    I think that the best way is to call directly class/function or form present in standard cvxxn transaction.
    For example, take a look to d100_display_document form in include LCV110F19 (see also d100_consume_events in LCV110F19)
    For example, function for displaying document is CV110_DOC_DISPLAY

  • DMS Document is not opening in ITS screen

    Hi All,
    We are on EP 7. 0 SP 17 & ECC 6.0.
    Our HODs are approving PO's and PR's through Portal through UWL. But when they are opening a PR or PO with DMS document
    attachment, the attachment file is not opeing in ITS screen.
    Thanks & Regards,
    Bharat Mistry.

    Hi Bharat,
    Have you tried to execute the same t-code in the WEBGUI directly? The result is the same? You can check SAP note 1058218 (ITS Up/Down: open document with application directly) too (I don't the SAP_BASIS version from your backend system).
    You also need to be sure that the document you are trying to open is in the app server and not in a local PC (via network drive): this will not work.
    Regards,
    Cristiano

  • Module pool scren document

    how to print & email my module pool screen document in simple way,if i click print then automatically print has to generate similarly to email .

    Hi ,
    you need to declare that variable param at Global.
    sample code...
    report xyz....
    data: g_no type ekko-ebeln.
    start-of-selection...
    g_no = '12345'.
    call screen 0100.

  • Subscribe document,Un-suscribe,Log (who has open the document) in easy DMS

    Hi..
    i can see below options are not available when u right click on document in easy DMS 7.1
    Subscribe document,Un-suscribe,Log (who has open the document).Which will help user to get any update with the document.
    Help me asap

    Hi Rahul,
    from an EasyDMS point of view I have to inform you that the mentioned functionalities are currently not available in EasyDMS. If you want to view the log of a document you have to go to the backend system.
    Best regards,
    Christoph

  • Not able to upload file in DMS(Document Mang. system) using Web dynpro ABAP

    Hi All,
    I am facing a problem while uploading the file into the DMS ( Document Management System ) from Webdnrpo .
    I am using the BAPI - BAPI_DOCUMENT_CREATE2 to create the document .
    CASE - 1
    when i am providing the storage category mention below and no data carrier1
    ls_documentfiles-storagecategory = 'ZHMEL_CS'.  it is not able to upload the document in the DMS system and when i check
    in the debugg mode it giving error as  ""Error while checking in and storing: C:\TEST.TXT "" .
    CASE - 2
    When i am not using the storage category and providing the the data carrier as default
    ls_documentdata-DATACARRIER1 = 'DEFAULT'. It is able to create the document in the DMS but i am not able to read that document .
    I checked with DMS Consultant that DMS is configured for  ZOL ( documenttype) with a storage category  as 'ZHMEL_CS'.
    The code which i have used is below :
    ls_documentdata-documenttype = 'ZOL'.
    ls_documentdata-documentversion = '00'.
    ls_documentdata-documentpart = '000'.
    ls_documentdata-description = 'Test Document'.
    ls_documentdata-laboratory = '001'.
    ls_documentdata-WSAPPLICATION1 = 'TXT'.
    ls_documentdata-DOCFILE1 = 'C:\TEST.TXT'.
    ls_documentdata-SAVEDOCFILE1 = 'C:\TEST.TXT'.
    *ls_documentdata-FILESIZE1 = 000000000000.
    *ls_documentdata-FILESIZE2 = 000000000000.
    ls_documentdata-WSAPPLICATION1 = 'TXT'.
    ls_documentfiles-DOCUMENTTYPE = 'ZOL'.
    ls_documentfiles-DOCUMENTPART = '000'.
    ls_documentfiles-DOCUMENTVERSION = '00'.
    ls_documentfiles-storagecategory = 'ZHMEL_CS'.
    ls_documentfiles-WSAPPLICATION = 'TXT'.
    ls_documentfiles-DOCPATH = 'C:\'.""lv_filename.
    ls_documentfiles-DOCFILE = 'TEST.TXT'."lv_filename.
    ls_documentfiles-description = 'Test Document'.
    ls_documentfiles-language = 'EN'.
    ls_documentfiles-CHECKEDIN = 'X'.
    APPEND ls_documentfiles to lt_documentfiles .
    *&----Fill Descriptions
    w_descr-language = 'EN'.
    w_descr-language_iso = 'EN'.
    w_descr-description = 'Test'.
    append w_descr to lt_descr.
    clear w_descr.
    **w_hostname = 'HMEL-DV1R3_DR3_00'.
    CALL FUNCTION 'BAPI_DOCUMENT_CREATE2'
    EXPORTING
    documentdata = ls_documentdata
    *hostname = 'content-srv'
    *pf_http_dest = 'SAPHTTPA'
    *pf_ftp_dest  = 'SAPFTPA'
    IMPORTING
    DOCUMENTNUMBER = lv_DOCUMENTNUMBER
    return = gv_return
    TABLES
    documentdescriptions       = lt_descr
    documentfiles              = lt_documentfiles.
    Please let me know your valuable inputs on the same ..
    Edited by: Omm Awasthi on Dec 30, 2010 12:22 AM
    Edited by: Omm Awasthi on Dec 30, 2010 12:25 AM

    Hi omm , from functional side your require a document type and content repository
    I have used below code in a function module to create document , we have create object link as PO to the doc.
    FUNCTION ZFM_SR_CREATE_FROM_EXTERNAL .
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(IV_DOCUMENTNUMBER) TYPE  DOKNR OPTIONAL
    *"     VALUE(IV_DOCUMENTTYPE) TYPE  DOKAR OPTIONAL
    *"     VALUE(IV_DOCUMENTVERSION) TYPE  DOKVR OPTIONAL
    *"     VALUE(IV_DOCUMENTPART) TYPE  DOKTL_D OPTIONAL
    *"     VALUE(IV_STORAGE_CAT) TYPE  CV_STORAGE_CAT OPTIONAL
    *"     VALUE(IV_DOKST) TYPE  DOKST OPTIONAL
    *"     VALUE(IT_DM_FILES) TYPE  ZDM_TT_FILES OPTIONAL
    *"     VALUE(IV_EBELN) TYPE  EBELN
    *"  EXPORTING
    *"     VALUE(EV_DOCUMENTNUMBER) TYPE  DOKNR
    *"     VALUE(ES_RETURN) TYPE  BAPIRET2
    V00.00  DD.MM.YYYY                                                   *
    *********************New Method of Uploading File*********************************
      CONSTANTS path_name    TYPE dms_path
               VALUE '/tmp/'.
      CONSTANTS log TYPE dms_path VALUE '/tmp/logFO.txt'.
      DATA: ls_draw TYPE bapi_doc_draw2,
            lt_documentfiles TYPE TABLE OF bapi_doc_files2,
            ls_documentfiles TYPE bapi_doc_files2,
            ls_dm_files TYPE zdm_files,
            lv_filename TYPE string,
            lv_ext TYPE string,
            lv_file_type TYPE draw-dappl,
            lv_file_name TYPE dms_path,
            lv_msg(80) TYPE c,
            lt_objectlinks TYPE TABLE OF bapi_doc_drad,
            ls_objectlinks TYPE bapi_doc_drad,
            lv_ebelp   TYPE ebelp
    Prepare Data
      MOVE iv_documentnumber TO ls_draw-documentnumber.
      MOVE iv_documenttype TO ls_draw-documenttype.
      MOVE iv_documentversion TO ls_draw-documentversion.
      MOVE iv_documentpart TO ls_draw-documentpart.
      ls_draw-statusextern = iv_dokst.
      ls_draw-statusintern = iv_dokst.
      ls_draw-username = sy-uname.
      LOOP AT it_dm_files INTO ls_dm_files.
        SPLIT ls_dm_files-filepath AT '.' INTO lv_filename lv_ext.
        CALL FUNCTION 'CV120_DOC_GET_APPL'
          EXPORTING
            pf_file   = ls_dm_files-filepath
          IMPORTING
            pfx_dappl = lv_file_type.
        TRANSLATE lv_file_type TO UPPER CASE.
        OPEN DATASET log FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
        TRANSFER lv_ext TO log.
        ls_documentfiles-wsapplication = lv_file_type.
        TRANSLATE ls_documentfiles-wsapplication TO UPPER CASE.
        CONCATENATE path_name
                           lv_filename
                            lv_ext
                            INTO lv_file_name.
        CONDENSE lv_file_name  NO-GAPS.
        TRANSFER lv_file_name TO log.
        OPEN DATASET lv_file_name FOR OUTPUT IN BINARY MODE MESSAGE lv_msg.
    *Transfer Attachment Content to Application Server
        TRANSFER ls_dm_files-content TO lv_file_name.
        CLOSE DATASET lv_file_name.
        TRANSFER 'move data to lt_files' TO log.
        ls_documentfiles-storagecategory = iv_storage_cat.
        ls_documentfiles-docfile = lv_file_name.
        ls_documentfiles-DOCUMENTVERSION = IV_DOCUMENTVERSION.
        APPEND ls_documentfiles TO lt_documentfiles.
        CLEAR lv_file_name.
        CLOSE DATASET log.
      ENDLOOP.
      IF iv_ebeln IS NOT INITIAL.
        ls_objectlinks-objecttype = 'EKPO'.
        SELECT SINGLE ebelp INTO lv_ebelp FROM ekpo WHERE
                                          ebeln = iv_ebeln
                                          AND loekz eq space.
        CONCATENATE iv_ebeln lv_ebelp INTO ls_objectlinks-objectkey.
        APPEND ls_objectlinks TO lt_objectlinks.
      ENDIF.
    CALL FUNCTION 'BAPI_DOCUMENT_CREATE2'
       EXPORTING
         documentdata   = ls_draw
         pf_ftp_dest    = 'SAPFTPA'
         pf_http_dest   = 'SAPHTTPA'
       IMPORTING
         documentnumber = ev_documentnumber
         return         = es_return
       TABLES
         objectlinks          = lt_objectlinks
         documentfiles  = lt_documentfiles.
    DATA:   ls_doc_data  type bapi_doc_draw2,
       ls_doc_datax type bapi_doc_drawx2,
       ls_return type bapiret2.
    Set value for document data
      ls_doc_data-statusextern  = 'IW'.
      ls_doc_data-statusintern  = 'IW'.
    Set value for document data check
    ls_doc_datax-statusextern = 'X'.
    ls_doc_datax-statusintern = 'X'.
    CALL FUNCTION 'BAPI_DOCUMENT_CHANGE2'
      EXPORTING
        DOCUMENTTYPE               = 'ROS'
        DOCUMENTNUMBER             = IV_DOCUMENTNUMBER
        DOCUMENTPART               = IV_DOCUMENTPART
        DOCUMENTVERSION            = IV_DOCUMENTVERSION
        DOCUMENTDATA               = ls_doc_data
        DOCUMENTDATAX              = ls_doc_datax
      HOSTNAME                   =
      DOCBOMCHANGENUMBER         =
      DOCBOMVALIDFROM            =
      DOCBOMREVISIONLEVEL        =
      SENDCOMPLETEBOM            = ' '
          pf_ftp_dest    = 'SAPFTPA'
          pf_http_dest   = 'SAPHTTPA'
      CAD_MODE                   = ' '
      ACCEPT_EMPTY_BOM           = ' '
    IMPORTING
       RETURN                     =  ls_return
    TABLES
      CHARACTERISTICVALUES       =
      CLASSALLOCATIONS           =
      DOCUMENTDESCRIPTIONS       =
      OBJECTLINKS                =
      DOCUMENTSTRUCTURE          =
       DOCUMENTFILES              = lt_documentfiles.
      LONGTEXTS                  =
      COMPONENTS                 =
      move es_return to ES_RETURN.
      IF es_return-type CA 'EA' ."NE 'E' AND es_return-type NE 'A'.
        "do nothing
      ELSE.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
          EXPORTING
            wait = 'X'.
      ENDIF.
      LOOP AT lt_documentfiles INTO ls_documentfiles.
        DELETE DATASET ls_documentfiles-docfile.
      ENDLOOP.
    ENDFUNCTION.

  • DMS Document Attachment for Z Transactions

    Dear All,
    I have a Z transaction ( Module Pool ) , its getting used for some customer business process which is not mapped in sap. now my user requirement is that he wants to attach some documents ( diff types ) to that ztransaction like DMS functionality for normal business transactions.
    Please help me to achieve this..
    Regards
    Gee

    What do you mean by DMS type document attachment to the t-code powered by a Z-program? Can you elaborate on the requirement?
    What type of module pool is this? Are you trying to build a report using it?

  • How to attach files in module pool

    Hi all,
    i want to attach files ,
    if i click one push button in module pool screen , then it will popup browser window for attach file from my pc and i press save that files to be save for that item.  while creating a record,
    while displaying the record, i want to open that corresponding files the same.
    it is possible ? or
    we have any function modules for that.
    The same scenario is available in T-code iw31  In menu bar Order --> display
    give any order number then press enter
    it will take to u one screen then find one icon(services for object) front of the title of that screen.

    Hi,
    U can use the transactions CV01N and CV03n for attaching the documents and displaying the documents respectively. Just code it lke that when u click a push button use FM F4_FILENAME for picking the file path and BAPI_DOCUMENT_CREATE2 to attach the document.
    For displaying call the transaction CV03N.
    Think this will solve ur problem.
    Reward points if usefull.

  • DMS Documents cannot be created

    Hello DMS Gurus
    I am working on DMS module.Previously on my P.C. ,  files which are attached in the DMS (Created From CV01N) can be opened easily ( PDF files,Excel, Word files).
    But some time ago my P.C. was formatted & now I have installed WINDOWS 7 operating system.After this installation I am unable to open the documents which are attached in DMS.Every time it is giving the error that File C:\ DFIG.pdf cannot be created.   or   "C:\material.xls file cannot be created" when file is excel sheet.
    I have already taken Read & Write access of C drive & also installed Document Imaging software. But still I am facing the same issue.
    What could be the reason? Is there any other software installation required?
    Your reply is awaited & appreciated.
    Thanks
    Pravink.
    Edited by: PFulwade on Aug 19, 2011 11:38 AM

    Hello Pradeep
    Front End Computers Setting are as follows:
    Data Carrier Type
    PC     Desktop with Windows     C:\
    WL     WfW system / local applications     c:\temp\
    Front End Computers Setting :
    #        PC     #                          BASIS
    Christoph        PC     Christoph                          GOINGLIVE
    DNIRANJN25        PC     DNIRANJN2515PG5     PLMUSER2
    Default        PC     DEFAULT                          Default for local PC
    JANAND2143     WL                          JANAND2143PG3     YSUNIL
    YSUNIL2247     WL     YSUNIL2247PG3     YSUNIL                               YSUNIL
    Waiting for your reply.
    Thanks
    Pravink

  • Won't Open Any Documents

    Hi all,
    I'm pretty new to Illustrator and I'm currently using Illustrator CS6 v16.0.0 x32 on Windows 7. I'm having an issue where it's not letting me open any documents or basically use it... hence the long description:
    When I load the program, everything looks okay. But when I go to File --> New (to create a new file, or even use one from a template) the program crashes. I get an error message that says: "Adobe Illustrator has stopped working - A problem caused the program to stop working correctly. Please close the program." This error has occurred even when opening existing .ai or .pdf files so I can't open anything at the moment.
    Originally, v16.0.2 was working and then I installed the v16.0.3 update. I didn't use it for a few days after the update and then I created a new document but it started crashing and not saving. I was able to isolate it to at least changing rectangle colors. For example, I drew a box filled with red and saved the file. Then I drew another box filled with blue on the same artboard and when I went to save the file the program would crash. However, I was able to save when I drew multiple red boxes. But once I put a blue box, it wouldn't work. [I don't recall what the error message was, if there was one, since I now have a different issue where I can't open anything]
    I wasn't exactly sure what was causing that so I thought I would uninstall Illustrator and install the v16.0.2 update to it and leave it at that for the moment. So I used the Windows Remove Program and removed Illustrator. I also at some point ran the Adobe Cleanup tool for removing trial versions just to have all my bases covered. I also removed anything else from Adobe that came with Illustrator (like Bridge, Reader, Acrobat, AIR, etc) just in case. Some of those programs probably did not come bundled with Illustrator.
    I re-downloaded the files from Adobe (the Akamai Download Manager kept crashing so I had to do the regular download) and then I extracted them and ran it. It initialized the install and everything seemed to install fine, the same way I did it the first time. I put in the serial number, etc and then I was not able to open any documents. I ran the v16.0.2 update and had the same problem.
    So then I uninstalled everything again and used the Adobe Download Manager to download the trial version of Illustrator CS6 and was not able to open any documents there either once it was installed. This leads me to believe it may be something specific to my computer or some setting somewhere?
    Does anyone have any ideas?

    Hi Myelenium,
    Thanks for the info about Event Viewer!
    It's showing this message:
    Faulting application name: Illustrator.exe, version: 16.0.0.682, time stamp: 0x4f6e762b
    Faulting module name: AGM.dll, version: 4.26.20.19822, time stamp: 0x4f56925c
    Exception code: 0xc0000005
    Fault offset: 0x0024ed0b
    Faulting process id: 0x1a58
    Faulting application start time: 0x01cddf8abaeab2fc
    Faulting application path: C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\Illustrator.exe
    Faulting module path: C:\Program Files\Adobe\Adobe Illustrator CS6\Support Files\Contents\Windows\AGM.dll
    So I searched the forums for any previous AGM.dll posts and tried resetting the preferences (through Alt+Ctrl+Shift) and deleting the entire Adobe Illustrator CS6 Settings folder. I opened Illustrator again and moved some panels around to save a new AIPrefs folder but I was still unable to open any documents.
    Then I tried the next step listed here:
    http://forums.adobe.com/message/4687911#4687911
    And removed the Printer that I usually use and it seems like that did the trick! Yay!

  • Suddenly Preview will not open any documents

    All of the sudden, Preview will not open any documents on my MacBook Pro OSX 10.8. I can get the program itself to open, but when I try a PDF, I get an error.
    The only thing I did today was add a second monitor to my setup using the Diamond USB Display Adaptor Pro BVU195. I don't recall if the issue started immediately thereafter or not. I tried unplugging the device but it didn't fix anything.
    I ran the disk utility and repaired any disk permissions that it identified.
    Here's the error:
    Process:         Preview [416]
    Path:            /Applications/Preview.app/Contents/MacOS/Preview
    Identifier:      com.apple.Preview
    Version:         6.0.1 (765.4)
    Build Info:      Preview-765004000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [128]
    User ID:         501
    Date/Time:       2013-01-04 15:45:36.363 -0500
    OS Version:      Mac OS X 10.8.2 (12C3012)
    Report Version:  10
    Interval Since Last Report:          1776 sec
    Crashes Since Last Report:           23
    Per-App Interval Since Last Report:  75 sec
    Per-App Crashes Since Last Report:   8
    Anonymous UUID:                      D0A86D25-A50D-36C2-26B9-802EE9BAB9C0
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000106149000-000000010635a000 [ 2116K] r-x/rwx SM=COW  /Applications/Preview.app/Contents/MacOS/Preview
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libGPUSupport.dylib                     0x0000000108b0746d gldPopulateRendererInfo + 7
    1   GLEngine                                0x000000010b320bfc gliQueryRendererInfo + 184
    2   com.apple.opengl                        0x00007fff9303e52a 0x7fff9303c000 + 9514
    3   com.apple.opengl                        0x00007fff93046bf1 CGLQueryRendererInfo + 501
    4   com.apple.imageKit                      0x00007fff91288e0e IKIsGLAccelerated + 53
    5   com.apple.imageKit                      0x00007fff9127dbe4 -[IKImageBrowserView(RenderingContext) initRenderingContext] + 283
    6   com.apple.imageKit                      0x00007fff91240d75 -[IKImageBrowserView _ikCommonInit] + 50
    7   com.apple.imageKit                      0x00007fff912420d8 -[IKImageBrowserView initWithCoder:] + 160
    8   com.apple.AppKit                        0x00007fff8d7bebfc -[NSClassSwapper initWithCoder:] + 546
    9   com.apple.Foundation                    0x00007fff8e3c7a09 _decodeObjectBinary + 2741
    10  com.apple.Foundation                    0x00007fff8e3c6db4 _decodeObject + 226
    11  com.apple.AppKit                        0x00007fff8d63a9f4 -[NSNibConnector initWithCoder:] + 401
    12  com.apple.AppKit                        0x00007fff8d63a858 -[NSNibOutletConnector initWithCoder:] + 344
    13  com.apple.Foundation                    0x00007fff8e3c7a09 _decodeObjectBinary + 2741
    14  com.apple.Foundation                    0x00007fff8e3c87e6 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1189
    15  com.apple.Foundation                    0x00007fff8e3c8d58 -[NSArray(NSArray) initWithCoder:] + 538
    16  com.apple.Foundation                    0x00007fff8e3c7a09 _decodeObjectBinary + 2741
    17  com.apple.Foundation                    0x00007fff8e3c6db4 _decodeObject + 226
    18  com.apple.AppKit                        0x00007fff8d639aca -[NSIBObjectData initWithCoder:] + 2025
    19  com.apple.Foundation                    0x00007fff8e3c7a09 _decodeObjectBinary + 2741
    20  com.apple.Foundation                    0x00007fff8e3c6db4 _decodeObject + 226
    21  com.apple.AppKit                        0x00007fff8d6391a3 loadNib + 227
    22  com.apple.AppKit                        0x00007fff8d638729 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 219
    23  com.apple.AppKit                        0x00007fff8d78b68c +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 140
    24  com.apple.AppKit                        0x00007fff8d7be6bb -[NSWindowController loadWindow] + 199
    25  com.apple.AppKit                        0x00007fff8d7be395 -[NSWindowController window] + 77
    26  com.apple.Preview                       0x00000001061513bb 0x106149000 + 33723
    27  com.apple.AppKit                        0x00007fff8d7fec59 -[NSWindowController showWindow:] + 53
    28  com.apple.Preview                       0x0000000106255cb8 0x106149000 + 1100984
    29  com.apple.Foundation                    0x00007fff8e405220 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 212
    30  com.apple.Foundation                    0x00007fff8e4050c8 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 131
    31  com.apple.Preview                       0x0000000106152189 0x106149000 + 37257
    32  com.apple.Preview                       0x00000001061514f1 0x106149000 + 34033
    33  com.apple.Preview                       0x0000000106236c55 0x106149000 + 973909
    34  libdispatch.dylib                       0x00007fff8fa53f01 _dispatch_call_block_and_release + 15
    35  libdispatch.dylib                       0x00007fff8fa500b6 _dispatch_client_callout + 8
    36  libdispatch.dylib                       0x00007fff8fa550c8 _dispatch_main_queue_callback_4CF + 275
    37  com.apple.CoreFoundation                0x00007fff8a7d30fe __CFRunLoopRun + 1614
    38  com.apple.CoreFoundation                0x00007fff8a7d26b2 CFRunLoopRunSpecific + 290
    39  com.apple.HIToolbox                     0x00007fff9597c0a4 RunCurrentEventLoopInMode + 209
    40  com.apple.HIToolbox                     0x00007fff9597be42 ReceiveNextEventCommon + 356
    41  com.apple.HIToolbox                     0x00007fff9597bcd3 BlockUntilNextEventMatchingListInMode + 62
    42  com.apple.AppKit                        0x00007fff8d699613 _DPSNextEvent + 685
    43  com.apple.AppKit                        0x00007fff8d698ed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    44  com.apple.AppKit                        0x00007fff8d690283 -[NSApplication run] + 517
    45  com.apple.AppKit                        0x00007fff8d634cb6 NSApplicationMain + 869
    46  libdyld.dylib                           0x00007fff8a4cc7e1 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8edbcd16 kevent + 10
    1   libdispatch.dylib                       0x00007fff8fa52dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff8fa529ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8edbc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8ece7eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8ece7cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8ecd2171 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8edbc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8ece7eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8ece7cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8ecd2171 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8edbc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8ece7eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8ece7cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8ecd2171 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8edbc6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8ece7eec _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8ece7cb3 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8ecd2171 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007ff0dbe00010  rcx: 0x0000000000000001  rdx: 0x0000000000080000
      rdi: 0x0000000000000000  rsi: 0x00007ff0df000620  rbp: 0x00007fff59ab3970  rsp: 0x00007fff59ab3970
       r8: 0x0000000000000010   r9: 0x0000000000000013  r10: 0x00007fff96dc9802  r11: 0x0000000000000010
      r12: 0x0000000000000000  r13: 0x00007ff0df000620  r14: 0x00007ff0df000620  r15: 0x0000000000000000
      rip: 0x0000000108b0746d  rfl: 0x0000000000010206  cr2: 0x0000000000000000
    Logical CPU: 2
    Binary Images:
           0x106149000 -        0x106359fef  com.apple.Preview (6.0.1 - 765.4) <50247CB0-A1F3-333B-B0EE-916EB4F138BD> /Applications/Preview.app/Contents/MacOS/Preview
           0x106400000 -        0x106436fff  com.apple.MediaUI (1.1 - 22) <49961E63-DCC6-3092-8009-F856B902DA85> /System/Library/PrivateFrameworks/MediaUI.framework/Versions/A/MediaUI
           0x106468000 -        0x106871ff7  com.apple.SceneKit (3.2 - 155.4) <6D1742E5-64AD-3002-B1E0-6FDE82F8AA60> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
           0x108b02000 -        0x108b10ff7  libGPUSupport.dylib (8.6.1) <C8A361A5-8A82-375D-B50E-E520662F76B1> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/lib GPUSupport.dylib
           0x108b17000 -        0x108b44fff  GLRendererFloat (8.6.1) <B598274C-3C23-3EBB-A7C5-13C131FAC651> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x10ac94000 -        0x10ac9dfe7  libcldcpuengine.dylib (2.1.19) <50800DA2-7233-32E5-9553-A02171B68399> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x10aca3000 -        0x10aca6ff7  libCoreFSCache.dylib (24.4) <C375CAA0-F91F-3D9F-AF90-DB951BD86983> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x10acbe000 -        0x10acbeff3 +cl_kernels (???) <5C7FAAD6-6986-494F-8D13-C77D46C18D4D> cl_kernels
           0x10ae4b000 -        0x10aee6ff7  unorm8_bgra.dylib (2.1.19) <904EA51D-225A-38AF-B66C-84493C55C065> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra. dylib
           0x10af72000 -        0x10b0b4fff  libGLProgrammability.dylib (8.6.1) <FC866EA6-6263-3F51-BF7C-EA1A9A4162B4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x10b312000 -        0x10b4c9fff  GLEngine (8.6.1) <94C4C4C0-E96C-30B2-8CD7-DE8D82CA74F1> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x10b500000 -        0x10b97dfff  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.6.22 - 8.0.6) <6486BC95-ADD7-3E85-A8B3-97404CDF9F32> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD4000GraphicsGLDriver
        0x7fff65d49000 -     0x7fff65d7d93f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
        0x7fff898f9000 -     0x7fff89bc9fff  com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff89bca000 -     0x7fff89e6efff  com.apple.CoreImage (8.2.2 - 1.0.1) <930B0B23-DD84-3B0C-B5A9-C09B7068A6F0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff89e6f000 -     0x7fff89fb3fef  com.apple.MediaControlSender (1.4.5 - 145.3) <3A308EA3-21F7-3213-9157-D3421EB43715> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff8a10d000 -     0x7fff8a13eff7  com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8a13f000 -     0x7fff8a182ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8a1de000 -     0x7fff8a1fdff7  com.apple.ChunkingLibrary (2.0 - 133.2) <D2A746DE-002A-3C6C-961E-BE94E71DB835> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8a1fe000 -     0x7fff8a300fff  libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8a301000 -     0x7fff8a403fff  libJP2.dylib (845) <405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8a404000 -     0x7fff8a41bfff  com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8a41c000 -     0x7fff8a448fff  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
        0x7fff8a449000 -     0x7fff8a4c9ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8a4ca000 -     0x7fff8a4cdff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff8a4ce000 -     0x7fff8a4e0ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff8a4e1000 -     0x7fff8a4f8fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8a4f9000 -     0x7fff8a541fff  libcurl.4.dylib (69.2) <EBDBF42D-E4A6-3D05-A76B-2817D79D59E2> /usr/lib/libcurl.4.dylib
        0x7fff8a542000 -     0x7fff8a79dff7  com.apple.QuartzComposer (5.1 - 284) <D9CDC9ED-9F03-30F0-80DF-BA189A054AC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff8a79e000 -     0x7fff8a987fff  com.apple.CoreFoundation (6.8 - 744.12) <EF002794-DAEF-31C6-866C-E3E3AC387A9F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8a988000 -     0x7fff8a988fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8a989000 -     0x7fff8aadafff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8aadb000 -     0x7fff8ab1bff7  com.apple.MediaKit (14 - 685) <0188751A-93EC-3FB1-92CB-76DD75818CD4> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff8ab1c000 -     0x7fff8ab84fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8ab85000 -     0x7fff8af7cfff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8af81000 -     0x7fff8afbefe7  libGLImage.dylib (8.6.1) <7F31DD61-3110-3541-A9BB-035CD1262E50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8afd0000 -     0x7fff8b026fff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8b04f000 -     0x7fff8b052fff  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
        0x7fff8b053000 -     0x7fff8b151fff  com.apple.QuickLookUIFramework (4.0 - 555.4) <58EC2F30-0959-3586-A1DD-BDCAF589D2D3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8b152000 -     0x7fff8b157fff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff8b15a000 -     0x7fff8b15eff7  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
        0x7fff8b2ea000 -     0x7fff8b2ebfff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff8b2ec000 -     0x7fff8b341ff7  libTIFF.dylib (845) <ADCB4683-69EB-318B-8BE7-5FDF38BCADAF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8b342000 -     0x7fff8b344fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff8b361000 -     0x7fff8b3b7ff7  com.apple.opencl (2.1.21 - 2.1.21) <E2E3C6D8-208D-3926-B051-77FDD8F0BE2D> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8b3b8000 -     0x7fff8b426fff  com.apple.framework.IOKit (2.0.1 - 755.20.4) <F2E5AC1B-F03D-3916-B239-7B421579DFA5> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8b427000 -     0x7fff8b432ff7  com.apple.DisplayServicesFW (2.7.2 - 357) <00CB0283-408E-3F37-8138-B108EE6DDE83> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8b433000 -     0x7fff8b435ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
        0x7fff8b43e000 -     0x7fff8b440ff7  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
        0x7fff8b441000 -     0x7fff8b447ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff8b4da000 -     0x7fff8b525fff  com.apple.framework.CoreWLAN (3.0.1 - 301.12) <3CC31D0B-8BAF-3042-8940-FE33EB2405A3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8b526000 -     0x7fff8b526ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <29E2C990-3617-3FA2-BDD7-DB7DF493E443> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8b5b9000 -     0x7fff8b5bafff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8b5bc000 -     0x7fff8b5c9ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8b612000 -     0x7fff8b61efff  com.apple.CrashReporterSupport (10.8.2 - 415) <55783BF9-125E-3F9C-A412-6A095ECD9353> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff8b61f000 -     0x7fff8b6f9ff7  com.apple.backup.framework (1.4.1 - 1.4.1) <A3CFCA9E-717C-302D-821B-16FD35E6673F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff8b6fa000 -     0x7fff8b728ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
        0x7fff8b80d000 -     0x7fff8b813fff  libCGXCoreImage.A.dylib (328.0.4) <1E8692C1-7F72-391E-93C7-9306E3FB1C7E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff8b814000 -     0x7fff8b83bfff  com.apple.framework.familycontrols (4.1 - 410) <AE49B2AB-7D2B-3D52-8E21-60EBEA1A38E6> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8b884000 -     0x7fff8bc7dff7  com.apple.MediaToolbox (1.0 - 926.62) <83BBE53E-29FE-3874-9991-B6D009EADCC5> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8bf42000 -     0x7fff8bf4cfff  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
        0x7fff8c401000 -     0x7fff8c404fff  libRadiance.dylib (845) <E8956A35-494E-3014-8B86-362D32576116> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8c405000 -     0x7fff8c40afff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff8c42e000 -     0x7fff8c547ff7  com.apple.ImageIO.framework (3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8c548000 -     0x7fff8c550fff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff8c551000 -     0x7fff8c55eff7  com.apple.HelpData (2.1.4 - 85) <EE68BDCC-AF2E-34D3-8E4F-87379E3A4D8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff8c55f000 -     0x7fff8c574fff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8d544000 -     0x7fff8e171ff7  com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8e172000 -     0x7fff8e181ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
        0x7fff8e182000 -     0x7fff8e1ebfff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff8e1ec000 -     0x7fff8e1f0fff  libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8e1f1000 -     0x7fff8e1f5fff  com.apple.IOSurface (86.0.3 - 86.0.3) <C121DE83-ED12-3DC1-BDB3-4FCB29AB0571> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8e1f6000 -     0x7fff8e240ff7  libGLU.dylib (8.6.1) <DF45C1E3-3884-3991-B84F-F39B482E8BF8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8e241000 -     0x7fff8e263ff7  libxpc.dylib (140.41) <FAC04D8B-680E-325F-8F0C-DD69859D0E01> /usr/lib/system/libxpc.dylib
        0x7fff8e264000 -     0x7fff8e2b0ff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff8e2bd000 -     0x7fff8e2c6fff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff8e2c7000 -     0x7fff8e378fff  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
        0x7fff8e379000 -     0x7fff8e6d5fff  com.apple.Foundation (6.8 - 945.11) <A5D41956-A354-3ACC-9355-BE200072223B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8e6d6000 -     0x7fff8e6d8fff  com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8e6d9000 -     0x7fff8e7acff7  com.apple.DiscRecording (7.0 - 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8e7ad000 -     0x7fff8e7b1fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff8e7b2000 -     0x7fff8e833fff  com.apple.Metadata (10.7.0 - 707.3) <A45D75C1-B311-39F0-AF4A-63FCCC098C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8e834000 -     0x7fff8e88efff  com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8e88f000 -     0x7fff8e935ff7  com.apple.CoreServices.OSServices (557.4 - 557.4) <841878A8-6F3E-300D-8F01-444B3CC1F41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8e936000 -     0x7fff8e964fff  com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8e9da000 -     0x7fff8e9e8fff  com.apple.Librarian (1.1 - 1) <1635162F-239A-341E-83C7-710C55E254AF> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8ea77000 -     0x7fff8eadfff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
        0x7fff8eae0000 -     0x7fff8eb29fff  com.apple.framework.CoreWiFi (1.1 - 110.11) <9DA88230-5530-3981-BF71-FAE3822EE8B0> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8eb2a000 -     0x7fff8eb2cfff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8ebeb000 -     0x7fff8ec48ff7  com.apple.AE (645.3 - 645.3) <FF867ACA-8628-3E5A-8FA0-AF429B42C5D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8eca2000 -     0x7fff8ecd0fff  com.apple.shortcut (2.2 - 2.2) <C573DB65-37FB-3DDC-AB19-525094346D9B> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff8ecd1000 -     0x7fff8ed9dfe7  libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
        0x7fff8ed9e000 -     0x7fff8eda9ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8edaa000 -     0x7fff8edc5ff7  libsystem_kernel.dylib (2050.20.9) <EC0A9F5B-C9F5-336B-A7DD-49A718042F39> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8edc6000 -     0x7fff8edc6fff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8edc7000 -     0x7fff8edcafff  com.apple.AppleSystemInfo (2.0 - 2) <BC221376-361F-3F85-B284-DC251D3BB442> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8edcb000 -     0x7fff8edebfff  libPng.dylib (845) <C3CDD2B4-3CB0-3F6D-8411-DAAF267E952B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8edec000 -     0x7fff8edecfff  libOpenScriptingUtil.dylib (148.2) <B8061D13-C1B2-38D5-A723-9A98D64E67AC> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8ee3f000 -     0x7fff8ee7afff  com.apple.LDAPFramework (2.4.28 - 194.5) <0190B746-F684-3F43-B4D0-148EFE386CA4> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8ee7b000 -     0x7fff8f298fff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8f299000 -     0x7fff8f29efff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8f29f000 -     0x7fff8f2d7fff  libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
        0x7fff8f2e5000 -     0x7fff8f2f2fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff8f2f3000 -     0x7fff8f413fff  com.apple.desktopservices (1.7.2 - 1.7.2) <CDE8C2C2-C505-31B0-8C61-E40E4EA364A5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff8f71a000 -     0x7fff8f728ff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
        0x7fff8f729000 -     0x7fff8f72aff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
        0x7fff8f72b000 -     0x7fff8f757ff7  libRIP.A.dylib (328.0.4) <9DFF2DC8-9877-3546-A760-929CD974E30A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8f758000 -     0x7fff8f782ff7  com.apple.CoreVideo (1.8 - 99.3) <C424838A-889C-39E5-8108-FD05C93D26A0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8fa04000 -     0x7fff8fa3efff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8fa45000 -     0x7fff8fa45fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff8fa46000 -     0x7fff8fa48fff  libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8fa4e000 -     0x7fff8fa63ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff8faac000 -     0x7fff9043c1f7  com.apple.CoreGraphics (1.600.0 - 328.0.4) <9A1324EF-C9CB-30E4-AE9F-0AEF69052FAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff9043d000 -     0x7fff9043eff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff9046b000 -     0x7fff90471fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff90472000 -     0x7fff9050cfff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff90627000 -     0x7fff9062bfff  libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff9062c000 -     0x7fff9067dff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <E095637C-457F-3D8F-AE32-A032F9D5A46C> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff9067e000 -     0x7fff907efff7  com.apple.QTKit (7.7.1 - 2599.13) <5B24A892-ED69-3C01-8B00-DF3AD81A20D4> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff907f0000 -     0x7fff90801ff7  libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
        0x7fff909c3000 -     0x7fff909faff7  libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
        0x7fff909fb000 -     0x7fff90a57ff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff90b50000 -     0x7fff90b57fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff90b58000 -     0x7fff90bf2fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff90c07000 -     0x7fff90c46ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff90c47000 -     0x7fff90e7cff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff90e7d000 -     0x7fff90ed4ff7  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
        0x7fff90ed5000 -     0x7fff90fed92f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff91029000 -     0x7fff9102dfff  libCGXType.A.dylib (328.0.4) <446116C9-E59C-35FA-892A-7F6BA8C9DA8A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff9102e000 -     0x7fff9103cff7  libkxld.dylib (2050.20.9) <27342FF8-E3DA-3E03-B3FB-CFFD64F20E80> /usr/lib/system/libkxld.dylib
        0x7fff9108e000 -     0x7fff91199fff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff911e1000 -     0x7fff9120cfff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff9120d000 -     0x7fff914bbfff  com.apple.imageKit (2.2 - 667) <66A64289-6259-335E-9D8C-E3E02ECE7837> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff914ca000 -     0x7fff914ddff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff914de000 -     0x7fff9152dff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff9152e000 -     0x7fff915bbff7  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
        0x7fff915bc000 -     0x7fff915bdff7  libdnsinfo.dylib (453.18) <E7595861-ECF9-336E-9901-BED2620FAA80> /usr/lib/system/libdnsinfo.dylib
        0x7fff915be000 -     0x7fff9161bfff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff91655000 -     0x7fff91712ff7  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
        0x7fff91713000 -     0x7fff917b0ff7  com.apple.PDFKit (2.7.2 - 2.7.2) <DE5BE2EF-2570-3792-B1C3-AAD45765F533> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff917b1000 -     0x7fff9180afff  com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <2CC27836-1E1E-3633-B15C-A3BA1734D092> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff918ff000 -     0x7fff91c16ff7  com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) <DF7CABCA-F2CB-345B-8EFF-F0F4E937B7FF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff91c68000 -     0x7fff91c68fff  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
        0x7fff91c69000 -     0x7fff91d59ff7  com.apple.DiskImagesFramework (10.8 - 344) <3A30B9B5-5099-35E2-9DCD-C96764FA2D26> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff9281c000 -     0x7fff92822fff  com.apple.DiskArbitration (2.5.1 - 2.5.1) <C0EC9C24-F5F4-3378-84DE-EA1073DA760E> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff92831000 -     0x7fff928b3fff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff92b91000 -     0x7fff92fcdfff  com.apple.VideoToolbox (1.0 - 926.62) <7D749558-08B6-3F86-A20E-05ECDACE6F17> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff92fce000 -     0x7fff9303bfff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff9303c000 -     0x7fff9304bff7  com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff9307a000 -     0x7fff93085fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff9357c000 -     0x7fff93590fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff9361e000 -     0x7fff93662fff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
        0x7fff93663000 -     0x7fff936aeff7  com.apple.CoreMedia (1.0 - 926.62) <CFBD094F-DA9C-3498-9D50-BC754B56F00A> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff9370c000 -     0x7fff93720fff  libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff9372f000 -     0x7fff9375bfff  com.apple.framework.Apple80211 (8.3 - 830.18) <F2CABF84-E0B1-3F8D-9EC5-526121A007F3> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff937ba000 -     0x7fff937c8fff  libcommonCrypto.dylib (60027) <DA98AE56-BC3F-3AD0-9660-8CC79E4AECE6> /usr/lib/system/libcommonCrypto.dylib
        0x7fff937fe000 -     0x7fff938fbfff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff938fc000 -     0x7fff93903fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff93910000 -     0x7fff93aabfef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff93aac000 -     0x7fff93ab0ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff93ab1000 -     0x7fff93abefff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff93abf000 -     0x7fff93ae4ff7  libc++abi.dylib (24.4) <E7BD9363-1D25-3551-A68A-2E2FF6ABECD7> /usr/lib/libc++abi.dylib
        0x7fff93b97000 -     0x7fff93bbeff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
        0x7fff93bbf000 -     0x7fff93c3dff7  com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff93cae000 -     0x7fff93ccffff  com.apple.Ubiquity (1.2 - 243.10) <F97D3A33-2C8B-3CFF-AF75-A74866D42853> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff93cd0000 -     0x7fff93e7efff  com.apple.QuartzCore (1.8 - 304.0) <BDC66714-F60C-386D-A773-F897D1E87AB6> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff9464d000 -     0x7fff9471fff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff94720000 -     0x7fff94721ff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
        0x7fff94722000 -     0x7fff9476ffff  com.apple.CoreMediaIO (306.0 - 4151.1) <583789FD-1AB3-3436-9B92-FC78B1FBDACD> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff947b5000 -     0x7fff947d6ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
        0x7fff947d7000 -     0x7fff947edfff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff947ee000 -     0x7fff947eefff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff947ef000 -     0x7fff94802ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff94803000 -     0x7fff9485aff7  com.apple.AppleVAFramework (5.0.18 - 5.0.18) <B75949DD-AC27-3848-8221-00D70D14C7E0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff94867000 -     0x7fff9486dfff  libGFXShared.dylib (8.6.1) <CF55E720-1B9E-3E24-A1DA-7FA8B261CD8E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff9486e000 -     0x7fff9486efff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff9486f000 -     0x7fff948cbfff  com.apple.QuickLookFramework (4.0 - 555.4) <B34DB61C-15F0-3CF8-98A4-152C2F54DF8D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff948cc000 -     0x7fff94b51ff7  com.apple.RawCamera.bundle (4.03 - 676) <21D098D4-35EC-3495-9227-2DA19B9BD640> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff94b52000 -     0x7fff94c47fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff94c8d000 -     0x7fff94ca7fff  com.apple.CoreMediaAuthoring (2.1 - 914) <CFA664F9-D5A7-3281-A12F-3ED8A98FD8C1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff94ca8000 -     0x7fff94da5ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
        0x7fff94dee000 -     0x7fff94e0bfff  com.apple.openscripting (1.3.6 - 148.2) <33B87CFB-CACC-3EBC-893D-38AECB94FB8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff94e0c000 -     0x7fff94e18fff  libCSync.A.dylib (328.0.4) <D49C5371-6BCC-32F6-9013-BFF2E924B790> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff94e19000 -     0x7fff94f33fff  com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff94f34000 -     0x7fff94f3ffff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff94f51000 -     0x7fff94f87fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
        0x7fff94f88000 -     0x7fff950fcfff  com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff950fd000 -     0x7fff950fefff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff950ff000 -     0x7fff950fffff  com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff95100000 -     0x7fff951c5ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff951c6000 -     0x7fff951e5ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff951e6000 -     0x7fff951e6fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff951e7000 -     0x7fff9522afff  com.apple.RemoteViewServices (2.0 - 80.5) <F3A897C9-A277-3B56-8FB3-2BC2C10C33BF> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
        0x7fff9527b000 -     0x7fff95401fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff95402000 -     0x7fff95493fff  com.apple.CorePDF (2.0 - 2) <EB5660B1-0D79-34F3-B242-B559AE0A5B4A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff95494000 -     0x7fff954cafff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff954cb000 -     0x7fff954d3ff7  libsystem_dnssd.dylib (379.34) <F0AE5B8E-C7CC-3393-927F-B65DB04016AA> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff954d4000 -     0x7fff956d4fff  libicucore.A.dylib (491.11.1) <CC318A27-878A-38CE-9292-1B98353FA9C7> /usr/lib/libicucore.A.dylib
        0x7fff956d5000 -     0x7fff957feff7  com.apple.avfoundation (2.0 - 361.25) <1F5CACA6-9CF3-3FAB-BDE1-E6CC96A63FF7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff958f9000 -     0x7fff9591bff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff9591c000 -     0x7fff95c4cff7  com.apple.HIToolbox (2.0 - 625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff95c9d000 -     0x7fff96445fff  com.apple.CoreAUC (6.16.00 - 6.16.00) <B0B4B5B8-6F8F-3221-9128-313E3B8C695D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff96446000 -     0x7fff966e0ff7  com.apple.JavaScriptCore (8536 - 8536.26.7) <ADAD1276-675A-3000-B746-560A2EB596A2> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff966e1000 -     0x7fff966e1fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff96765000 -     0x7fff967b4ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff967b9000 -     0x7fff967e1fff  libJPEG.dylib (845) <A32618D7-FB91-3EE2-A105-5407B2F3F8D8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff967e2000 -     0x7fff96880ff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 2
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 367
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=201.3M resident=146.4M(73%) swapped_out_or_unallocated=54.9M(27%)
    Writable regions: Total=81.2M written=1960K(2%) resident=22.1M(27%) swapped_out=0K(0%) unallocated=59.1M(73%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG backing stores                   152K
    CG image                             12K
    CG shared images                   1216K
    CoreImage                             4K
    CoreServices                       1856K
    MALLOC                             52.1M
    MALLOC guard page                    48K
    Memory tag=240                        4K
    Memory tag=242                       12K
    Memory tag=251                       80K
    OpenCL                                8K
    STACK GUARD                        56.0M
    Stack                              10.5M
    VM_ALLOCATE                        16.1M
    __DATA                             16.5M
    __IMAGE                             528K
    __LINKEDIT                         55.7M
    __TEXT                            145.6M
    __UNICODE                           544K
    mapped file                        45.0M
    shared memory                       308K
    ===========                      =======
    TOTAL                             402.2M
    Model: MacBookPro9,2, BootROM MBP91.00D3.B08, 2 processors, Intel Core i7, 2.9 GHz, 8 GB, SMC 2.2f41
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3431554638424455302D474E2D4620
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3431554638424455302D474E2D4620
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.98.100.14)
    Bluetooth: Version 4.1.2f9 11046, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: APPLE HDD HTS547575A9E384, 750.16 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: USB Receiver, 0x046d  (Logitech Inc.), 0xc517, 0x14200000 / 1
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0x1a110000 / 3
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0x1d180000 / 3
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x1d182000 / 6
    USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 5
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821d, 0x1d181300 / 9
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0x1d183000 / 4
    Thanks very much!

    Okay, well, the Diamond displaylink for the second monitor looks like it was the culprit. I uninstalled and Preview (and Parallels) is now working again.
    So, that leads to the next topic. I did a bunch of research and it looks like there is no way to hook a second monitor up to my MacBook Pro (not Retina). Besides this Diamond thing I've also tried Matrox DualHead2Go, which I couldn't get to work despite several hours on the phone with customer support. Is there no option?

Maybe you are looking for

  • Oracle 12c installation in local windows 32 bit

    Hi, I tried to install oracle 12c in my laptop. but installation is finised successfully. i could not create a database yet. can any one please help ?

  • Local disks are in FAIL status after installing the cluster

    The /var/adm/messages log isn't giving me much info to go on. This has happened twice now. After installing the cluster, my local disks are in a FAIL status and the cluster is not giving me much information why. It's a two-node cluster w/ x2100 M2s.

  • Can't find flash player plug in to download

    Unable to find where to download the free Flash Player Plug In that is requested by AT&T to view a trouble shooting video on a  home land line.   I called the Adobe help 1-800-642-3623 number but no one answers the call , it just rings or music plays

  • Is Dreamweaver 8 compatible with Mac OS X Lion 10.7?

    Does anyone know if dreamweaver 8 is compatible with Mac OS X Lion 10.7? Want to update  all my hardware with iCloud, which means I need to move from OS 10.6 to 10.7, and I still want to be able to upload changes to my current website until my new si

  • Help pleas

    i have iphone 4s and i have resived an email that i won iphone 6 and 515000 pound from appl inc. london so they want from me 400 erue to deliver it to me in jordan how can i make sure if that talking is real and its not a robbery