Read message content in ABAP reporting

Hi,
We need to read the message payload content for reporting purposes. I suppose this data is contained in tables SXMSCLUP and SXMSCLUR. (field CLUSTD)
The problem is that the content is in LRAW type.
Do you know how to convert this type to get a comprehensive content?
Thanks,
Laurent.

Hi,
Please use the function module SCMS_BINARY_TO_XSTRING to convert this data.
I have never tried it but probably this could help you out. Go through below discussion
Tables for XI messages
From http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f2e5446011d189700000e8322d00/content.htm:
RAW: Uninterpreted byte string. Fields of type RAW may have only a maximum length of 255 in tables. If longer raw fields are required in tables, you should select data type LRAW.
There are some Java Classes for that..
Just look into this..
http://jakarta.apache.org/commons/codec/apidocs/org/apache/commons/codec/binary/BinaryCodec.html
http://www.stanford.edu/group/coursework/docsTech/oracle/oracle/sql/RAW.html
OR Try defining the message element type as xsd:base64Binary
thanks
Swarup

Similar Messages

  • Catch message from submit abap report

    I would like to catch message from submit abap report.
    Example in abap program
    REPORT  zprog00.
    PARAMETERS p_test TYPE i DEFAULT 2.
    START-OF-SELECTION.
      IF p_test > 1.
        MESSAGE e000(38) WITH 'More than one'.
      ENDIF.
    and in Function module
      SUBMIT zprog00
              WITH p_test EQ '3'
              EXPORTING LIST TO MEMORY
              AND RETURN.
    <--- In this step I would like to catch error message from Program zprog00*
    Thank

    Hi,
    try this:
      DATA LIST_OBJ TYPE TABLE OF ABAPLIST.
      DATA LIST_ASC TYPE TABLE OF CHAR255.
      SUBMIT ZTEST EXPORTING LIST TO MEMORY AND RETURN.
      CALL FUNCTION 'LIST_FROM_MEMORY'
        TABLES
          LISTOBJECT = LIST_OBJ
        EXCEPTIONS
          NOT_FOUND  = 1
          OTHERS     = 2.
      CALL FUNCTION 'LIST_TO_ASCI'
        TABLES
          LISTASCI           = LIST_ASC
          LISTOBJECT         = LIST_OBJ
        EXCEPTIONS
          EMPTY_LIST         = 1
          LIST_INDEX_INVALID = 2
          OTHERS             = 3.
    and have a look into list_asc.
    Regards, Dieter

  • Reading WebDAV Content from ABAP

    Hello,
    I like to read WebDAV Content from SAP NetWeaver Portal KM with ABAP.
    For writing Content with WebDAV I found this post:
    A small working example of how to use the Abap webdav client to write files
    With Method GET_CONTENT from CL_SWDCL_NAMESPACE_CLIENT I can read single files, but what I need is a list with files and folders for a given path.
    I also tried to use the Interface IF_SWDCL_BASIC_SEARCH_CLIENT, but I only get HTML-Errorcodes 400 or 422 since I don't know which parameters I need.
    Maybe there is someone here who can help me to solve this problem.
    Thank you.

    Hello,
    I face the same problem, did you already find a solution you can share?
    Thanks in advance
    Stefan

  • Reading InfoCube contents in ABAP

    Dear,
    I'm reading the contents of an InfoCube using FM RSDRI_INFOPROV_READ. This works fine, characteristics & keyfigures are coming through, only when I want the currency keys and units, the returned itab (E_T_DATA) contains additional records in stead of the currencies and units filled in the corresponding entries. Probably beacuse units are in a separate dimension. Does anyone know how I can populate the currency keys & units in the same records as where the keyfigures are stored?
    Thanx in advance for your help!
    Regards,
    Marco

    Hi Lakshman,
    1.Files in application server are called 'Sequential files'. they are also called as 'Dataset'.
    2.To handle sequential file we can follow the below said procedures.
       a.  To open sequentioal file:
              OPEN DATASET <FILENAME> FOR { OUTPUT/INPUT/APPENDING}
              IN {TEXT MODE/BINARY MODE}
       b. To process ( reading/writing):
           TRANSFER <FIELD> TO <FILE NAME>,
           READ DATASET <FILENAME> INTO <FIELD>.
      c.  To close:
            CLOSE DATASET <FILENAME>
    3. To see  the application files tcode: AL11
    4. Download the files from application server to presentation server : CG3Y
    5. Presentation server to application server : CG3Z
    Regards,
    Sakthivel.VT

  • Read IDOC content in abap program

    Hi all
    using IDOC number, i'd like to read informations containted in that IDOC.
    In EDI_* Function moduls i have found EDI_DOCUMENT_OPEN_FOR_EDIT
    The problem is that this FM is used to process IDOC to change its content. i supose that the IDOC is enqued when processed by this FM.
    Do you know any other way to access IDOC data content in READ mode
    Thank you in advance
    Regards

    Hi,
    You can use the following FM.
    IDOC_READ_COMPLETELY (Read IDoc Data)
    IDOC_TYPE_COMPLETE_READ (Read IDoc Structure and Segments)
    or
    read the idoc data from database table edid4 and edids (idoc status))and edidc (idoc control data).
    Regards,
    S.Velsankar

  • Read XML content in ABAP

    Hi Experts,
    I have a requirement, where I need to Parse the XML file after reading it from application server. Based on the data, I need to add some Tags to XML data.
    Can we achieve the solution in ABAP.
    Request your expertise.
    Thank you,
    Amit

    Hi Amit,
    Yes, you can achieve this in SAP either by creating a DOM representation of the XML document, or by the parser firing events as logical elements are encountered in a run through an XML document.
    Refer the following documents for more details.
    DOM-based method - Parsing an XML document DOM-based - Application Development on AS ABAP - SAP Library 
    Event Based - Parsing an XML document event-based - Application Development on AS ABAP - SAP Library 
    Refer this document for sample code - Parse an xml file and insert values in ABAP - ABAP Development - SCN Wiki
    Regards
    Anoop

  • N70 - unable to read message content past first sc...

    Unable to get past the main screen.
    After getting through to applicaitons part by pulling SD card out, saw that half the applicaitons are missiing ...
    Where have they gone and how can I restore them?
    Basic functionality of phone works - it rings and answers but thats it ...can't view contacts, messages...
    Help
    Simon

    i couldn't understand how the memory card is related to the problem but i think you shoud format your phone just to get everything in order.
    to format your phone :
    Method 1
    1) Switch off your phone
    2) Press and hold these 3 keys together:
    -green dial key
    -the star key(*)
    -the number 3 key
    3) Turn the phone on
    Do not release the keys until you see a formatting screen and even after the phone has started. Wait until the initial sound starts to play and the hand animation is displayed.
    Method 2
    on the screen type *#7370#
    you will be prompted for a Security Code. This is 12345 if you haven't changed it.
    Do ensure that you have backed up your data first onto a PC by using pc suite.
    in the case that this problem only appears only when the memory card is in place then instead of formatting the whole phone, i advice you to format the memory card only and try again..
    Fear not those who argue but those who dodge

  • How to find contents of ABAP proxy message

    we are using an ABAP proxy to send data including a document number from SAP to PI when a document is received on our SAP ERP system.
    it is possible under certain conditions that the proxy will not be processed, but the document has. I want to be able to check the messages sent to PI  to ensure that all the data has actually created a proxy message. How can I, if it is possible, find the data within the messages so I can determine if the whole process has completed OK.
    Put another way how do we know what data is in a message as listed under transaction SXMB_MONI ? The GUID in this transaction appears to relate to table SXMSPMAST but how can I find the information contained within that message so I can then link the message with the original document and then if necessary call the proxy again for that document ?
    Colin
    Edited by: Colin Heap on Oct 22, 2009 5:16 PM

    The problems I mentioned above seem to have been down to the xml messages themsleves rather than the coding found from Ravis' link however I made a few changes to the code to add more flexibility in the search parameter and also a TRY - ENDTRY to deal with the problem of abends when the SAP cannot interpret the message contents.
    please refer to the original BLOG ( Super Message Monitor for SAP XI ) by Alessandro Guarneri at the link in Ravis' post.
    I have then made the following changes. Please note that the field names used in my code are slighlty different to the original code to fit in with local coding practice however I think it will be easy for a programmer to interpret the changes
    1. Selection Screen 850 has been changed to use a SELECT-OPTION for the payload value. In Alessandros' code this is in INCLUDE ZXIMONI_RSXMB_SEL_MSG_SEL.
    * Super selection screen -------------------------------------------------- BEGIN
    TABLES: idxsndpor, idxrcvpor.
    SELECTION-SCREEN BEGIN OF SCREEN 0850 AS SUBSCREEN.
    SELECTION-SCREEN COMMENT 5(40) text-S98.
    * IDoc
    SELECTION-SCREEN BEGIN OF BLOCK idoc WITH FRAME TITLE text-s16.
    * Sender
    SELECTION-SCREEN BEGIN OF BLOCK idoc_snd WITH FRAME TITLE text-s14.
    SELECT-OPTIONS: s_snum FOR idxsndpor-idocnumber NO INTERVALS,
                    s_styp FOR idxsndpor-idoctyp    NO INTERVALS.
    SELECTION-SCREEN END OF BLOCK idoc_snd.
    * Receiver
    SELECTION-SCREEN BEGIN OF BLOCK idoc_rcv WITH FRAME TITLE text-s15.
    SELECT-OPTIONS: s_rnum FOR idxrcvpor-idocnumber NO INTERVALS,
                    s_rtyp FOR idxrcvpor-idoctyp    NO INTERVALS.
    SELECTION-SCREEN END OF BLOCK idoc_rcv.
    SELECTION-SCREEN END OF BLOCK idoc.
    * Payload
    SELECTION-SCREEN BEGIN OF BLOCK xp WITH FRAME TITLE text-s30.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT (30) text-x01 FOR FIELD p_xpath.
    PARAMETERS: p_xpath TYPE text256.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT (30) text-x02 FOR FIELD s_xvalue. 
    PARAMETERS: p_xvalue TYPE text256 NO-DISPLAY.                   
    SELECT-OPTIONS s_xvalue for p_xvalue.                                      
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF BLOCK xp.
    SELECTION-SCREEN END OF SCREEN 0850.
    * Super selection screen -------------------------------------------------- END
    I'm having trouble entering the next piece of code for INCLUDE ZXIMONI_RSXMB_CUSTFILTERS  so will enter it in the next post.

  • Reading and printing the pdf file in  abap reports.

    Hello friends .
    how to read  pdf file and print the contents of the  pdf file in abap reports.?
    Edited by: Shivanand Kalagi on Jan 11, 2008 12:47 PM

    HI Brad Bohn,
      Issue is not only with the file damaged.
      My requirement is to place the PDF file in FTP folder using FTP_COMMAND, FTP_R3_TO_SERVER Function Modules.
      I'm placing the PDF sucessfully in FTP Folder. When i try to open it's showing the  "File cannot be opened because it's damaged....".
    I'm not sure whether i'm placing the PDF file in correct way.
    Regards,
    Saran

  • Read BDS documents in an ABAP report

    I have entered comments in BPS using standard functionnality. I would like to create an ABAP report to display content of my comments to avoid having to click on each icon. Do you know what are the function modules or abap report to call. Any piece of codes  for this purpose would be highly appreciated.
    Thanks

    Hi,
    You can use NEW-LINE NO-SCROLLING before writing the row using WRITE statement.
    This may not be useful for you now, but it will help for someone who are looking for help on this.
    Thanks,
    MK.

  • Is it possible to read a mySQL database from an ABAP report?

    We have some information stored in a mySQL database which is now required on ABAP reports.
    Is it possible to read the mySQL database from an ABAP report? I'm still a bit confused on that.
    So far I have setup DBCO with information about the mySQL server using MMS as the DBS because mySQL was not an option. I have made sure we have the latest dbmssslib.dll installed.
    When I try to run the following code
    EXEC SQL.
        CONNECT TO :con
    ENDEXEC.
    I get error: SQL Server does not exist or access denied.
    Then I have tried to connect using the function CHECK_CONNECTION_SDB.
    I get the following messages in the return table:
    1     OS-AppServ:Windows NT
    2     dbmcli_neg: no_client_software
    3     dbmrfc_c_neg: no_client_software
    4     dbmrfc_s_neg: no_client_software
    5     sql_neg
    6     work_proc: 1
    Does anyone know what I need to do to connect to the mySQL database.
    Thank you
    Karen

    Thank you for your reply. I've gone through all the documentation you sent and much more and I'm still not sure what the problem is.
    One thing that concerns me is that this all relates to MS SQL server and I'm trying to link to a mySQL database. Is this even possible?
    Some posts talk about changing Oracle settings and having J2EE installed. Is this necessary to connect to a mySQL database via ABAP?
    Which user should I enter into DBCO? Is it the mySQL server user or a SAP user? Does the person in charge of the mySQL database need to add any permissions for SAP to access the database or is that done by the user in DBCO?
    Does anyone have any more advice?
    Thank you
    Karen
    Also, does anyone know what the messages from the CHECK_CONNECTION_SDB function mean
    1 OS-AppServ:Windows NT
    2 dbmcli_neg: no_client_software
    3 dbmrfc_c_neg: no_client_software
    4 dbmrfc_s_neg: no_client_software
    5 sql_neg
    6 work_proc: 1
    Edited by: Karen Dean on Oct 6, 2009 4:44 AM

  • ITunes Reports "iTunes Cannot read the contents of the iPod...."

    This morning I connected my 2 week old iPod Classic to my laptop via the USB cable and iTunes came up and displayed a message saying "iTunes cannot read the contents of the iPod MHAM'S IPOD". It suggested a restore, which I have not tried yet. I have faithfully used the "Eject" function in iTunes to disconnect. After reading some other posts in the forums, it appears that others are having a similar issue. I'm concerned that this is normal operating behavior for this product. Given that this is my first Apple brand purchase, I'm a little turned off to the brand. Does anyone have a suggestion that doesn't involve me wiping this thing clean and starting over? And is this something that I should just expect? I ran a diagnostic and the results are below.
    Microsoft Windows XP Professional Service Pack 2 (Build 2600)
    Dell Inc. Latitude D620
    iTunes 7.4.3.1
    iPodService 7.4.3.1 is currently running.
    iTunesHelper 7.4.3.1 is currently running.
    Current user is an administrator.
    The current local date and time is 2007-10-16 07:04:02.
    Connected Storage Devices:
    Disk drive, Hitachi HTS541080G9SA00, Bus Type ATA, Bus Address [0,0]
    Disk drive, Apple iPod USB Device, Bus Type USB
    Disk drive, RIM BlackBerry SD USB Device, Bus Type USB
    Universal Serial Bus Controllers:
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C8. Device is working properly.
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C9. Device is working properly.
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CA. Device is working properly.
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CB. Device is working properly.
    Intel(R) 82801G (ICH7 Family) USB2 Enhanced Host Controller - 27CC. Device is working properly.
    No IEEE 1394 Host Controller found.
    The iPod Service Logging Information:
    [SERVICE: 0xF88,06:40:36 INFO] Started C:\Program Files\iPod\bin\iPodService.exe (Tue Oct 16 06:40:36 2007)
    [SERVICE: 0xF88,06:40:36 INFO] ##### iPodService starting as a service, version: 7.4.3.1
    [SERVICE: 0xFD0,06:40:36 INFO] Adding iTunesHelper to session 0
    [SERVICE: 0xF98,06:40:36 INFO] Got signaled to go ahead... Starting device manager!
    [SERVICE: 0x114,06:40:36 INFO] Listener Window created
    [SERVICE: 0x114,06:40:57 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:40:58 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:40:58 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:40:59 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:40:59 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:41:40 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:42:15 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:42:15 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:44:25 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:45:15 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:45:15 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:48:13 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:50:15 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:50:15 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:57:09 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:57:09 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:57:09 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:57:09 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:57:09 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:57:13 INFO] [InterfaceArrival] \\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0x114,06:57:13 INFO] device \\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0x114,06:57:13 INFO] device is an iPod
    [SERVICE: 0x114,06:57:13 INFO] type 0x7 drive 0x2 partition 0x0
    [SERVICE: 0x114,06:57:13 INFO] [-1] set waiting to mount = 1
    [SERVICE: 0x114,06:57:13 INFO] [1] Assigning session 0
    [SERVICE: 0x114,06:57:13 INFO] [1] added device interface "\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" to m_objDeviceNameMap
    [SERVICE: 0x114,06:57:13 INFO] [1] added state machine 1 to m_objDeviceIdMap
    [SERVICE: 0x114,06:57:13 INFO] [1] added device number 2 to m_objDeviceNumberMap
    [SERVICE: 0x114,06:57:13 INFO] [1] added device interface "\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" to m_vctDeviceInterfaces
    [SERVICE: 0x114,06:57:13 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:57:13 INFO] [1] input #0 from src #0
    [SERVICE: 0xEC,06:57:13 INFO] [1] input #0
    [SERVICE: 0x114,06:57:13 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:57:13 INFO] [1] input #1 from src #0
    [SERVICE: 0x11C,06:57:13 INFO] [1] input #1
    [SERVICE: 0x114,06:57:13 INFO] [VolumeArrive] mask = 0x20
    [SERVICE: 0x114,06:57:13 INFO] looking up device # for \\.\F:
    [SERVICE: 0x114,06:57:13 INFO] type 0x7 drive 0x2 partition 0x1
    [SERVICE: 0x114,06:57:13 INFO] iTunes device #2 found with drive letter F, mask 0x20
    [SERVICE: 0x114,06:57:13 INFO] [1] set waiting to mount = 0
    [SERVICE: 0x114,06:57:13 INFO] [1] input #2 from src #0
    [SERVICE: 0x128,06:57:13 INFO] [1] input #2
    [SERVICE: 0x114,06:57:13 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:57:13 INFO] [1] input #3 from src #0
    [SERVICE: 0x118,06:57:13 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x118,06:57:13 INFO] [First Connect] Creating connect event for device 1
    [SERVICE: 0x118,06:57:13 INFO] [1] set waiting to mount = 1
    [SERVICE: 0x118,06:57:13 INFO] [1] input #4 from src #0
    [SERVICE: 0xEC,06:57:13 INFO] [MACHINE 1 INPUT #0] - (HDW) CheckDevNode
    [SERVICE: 0xEC,06:57:14 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x11C,06:57:14 INFO] [MACHINE 1 INPUT #1] - (HDW) CheckDevNode
    [SERVICE: 0x11C,06:57:14 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x128,06:57:14 INFO] [MACHINE 1 INPUT #2] - (HDW) Volume Mount
    [SERVICE: 0x128,06:57:14 INFO] ** CItunesDevice::HandleHardwareInput()
    [SERVICE: 0x128,06:57:14 INFO] [1] input #3
    [SERVICE: 0xEC,06:57:14 INFO] [1] input #4
    [SERVICE: 0x128,06:57:14 INFO] [MACHINE 1 INPUT #3] - (HDW) CheckDevNode
    [SERVICE: 0x128,06:57:14 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xEC,06:57:14 INFO] [MACHINE 1 INPUT #4] - (HDW) Interface Arrival
    [SERVICE: 0xEC,06:57:14 INFO] [1] progress state is 2, Waiting to mount = 1
    [SERVICE: 0xEC,06:57:14 INFO] [1] progress is now 2
    [SERVICE: 0xEC,06:57:14 INFO] [1] progress is now 2
    [SERVICE: 0xEC,06:57:14 INFO] [MACHINE 1 TRANSITION] - {Unknown} ==> {Connected}
    [SERVICE: 0xEC,06:57:14 INFO] [MACHINE 1 ACTIONS] - {Connected}
    [SERVICE: 0xEC,06:57:14 INFO] [1] SCSI Inquiry attempt #0
    [SERVICE: 0xEC,06:57:14 INFO] VendorId: Apple
    [SERVICE: 0xEC,06:57:14 INFO] ProductId: iPod
    [SERVICE: 0xEC,06:57:14 INFO] revision: 1.62
    [SERVICE: 0xEC,06:57:14 INFO] vendor bytes:
    [SERVICE: 0xEC,06:57:14 INFO] 02 01 00 00 00 00 00 00 00 13 00 00 92 00 00 00 00 00 00 00
    [SERVICE: 0xEC,06:57:14 INFO] [1] firmware version: 1.62 (0x13E)
    [SERVICE: 0xEC,06:57:14 INFO] [1] Power State: Powered
    [SERVICE: 0xEC,06:57:14 INFO] [1] Checkpoint attempt #0
    [SERVICE: 0xEC,06:57:14 ERROR] Did not find first letter of stage
    [SERVICE: 0xEC,06:57:14 INFO] got HotPlugState 0
    [SERVICE: 0xEC,06:57:14 INFO] [1] serial number 000A27001547056B
    [SERVICE: 0xEC,06:57:14 INFO] Checkpoint successfully read from device [1]. Apple Serial Number [8N7344U3YMV]
    [SERVICE: 0xEC,06:57:14 INFO] [1] *** CONNECTED - Sending event out, device session 0.
    [SERVICE: 0x118,06:57:14 INFO] [First Connect] Creating mount event for device 1
    [SERVICE: 0x118,06:57:14 INFO] [VolumeArrive] mask = 0x7C
    [SERVICE: 0x118,06:57:14 INFO] looking up device # for \\.\G:
    [SERVICE: 0x118,06:57:14 INFO] type 0x7 drive 0x1 partition 0x1
    [SERVICE: 0x118,06:57:14 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 1
    [SERVICE: 0x118,06:57:14 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0x118,06:57:14 INFO] type 0x7 drive 0x2 partition 0x0
    [SERVICE: 0x118,06:57:14 INFO] looking up device # for \\.\F:
    [SERVICE: 0x118,06:57:14 INFO] type 0x7 drive 0x2 partition 0x1
    [SERVICE: 0x118,06:57:14 INFO] iTunes device #2 found with drive letter F, mask 0x20
    [SERVICE: 0x118,06:57:14 INFO] [1] set waiting to mount = 0
    [SERVICE: 0x118,06:57:14 INFO] [1] input #5 from src #0
    [SERVICE: 0x118,06:57:14 INFO] looking up device # for \\.\E:
    [SERVICE: 0x11C,06:57:14 INFO] [1] input #5
    [SERVICE: 0x118,06:57:14 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0x118,06:57:14 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0x118,06:57:15 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0x118,06:57:15 INFO] type 0x7 drive 0x2 partition 0x0
    [SERVICE: 0x118,06:57:15 INFO] looking up device # for \\.\D:
    [SERVICE: 0x118,06:57:15 INFO] type 0x7 drive 0x0 partition 0x3
    [SERVICE: 0x118,06:57:15 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0x118,06:57:15 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0x118,06:57:15 INFO] type 0x7 drive 0x2 partition 0x0
    [SERVICE: 0x11C,06:57:15 INFO] [MACHINE 1 INPUT #5] - (HDW) Volume Mount
    [SERVICE: 0x11C,06:57:15 INFO] [MACHINE 1 TRANSITION] - {Connected} ==> {Mounted}
    [SERVICE: 0x11C,06:57:15 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x11C,06:57:15 INFO] [MACHINE 1 ACTIONS] - {Mounted}
    [SERVICE: 0x11C,06:57:15 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x11C,06:57:15 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x11C,06:57:15 ERROR] Did not find first letter of stage
    [SERVICE: 0x11C,06:57:15 INFO] got HotPlugState 0
    [SERVICE: 0x11C,06:57:19 INFO] [1] OS says filesystem is FAT32
    [SERVICE: 0x11C,06:57:19 INFO] [1] ===== iPod with Video =====
    [SERVICE: 0x11C,06:57:19 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x11C,06:57:19 INFO] 6:57:19, year 2007, day of yr. 288, GMT offset -20 isDST 1
    [SERVICE: 0x11C,06:57:19 INFO] [1] progress is now 0
    [SERVICE: 0x11C,06:57:20 INFO] [1] *** MOUNTED - Sending event out, device session 0.
    [SERVICE: 0x11C,06:57:20 INFO] [1] Auto-launch iTunes ENABLED
    [SERVICE: 0x11C,06:57:20 INFO] iTunes located at 'C:\Program Files\iTunes\iTunes.exe'
    [SERVICE: 0xF90,06:57:21 INFO] Getting iTunesHelper for session 0
    [SERVICE: 0xF90,06:57:21 INFO] launching iTunes.
    [SERVICE: 0x90C,06:57:25 INFO] <0x4> Got Serial #
    [SERVICE: 0x90C,06:57:25 INFO] <0x4> GetFormatType() returned unknown format 0
    [SERVICE: 0xFD8,06:57:25 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xFD8,06:57:25 INFO] Mounted
    [SERVICE: 0xFD8,06:57:25 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xFD8,06:57:25 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x90C,06:57:25 INFO] Mounted
    [SERVICE: 0x90C,06:57:25 INFO] [1] already mounted!
    [SERVICE: 0x90C,06:57:25 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0x90C,06:57:26 INFO] <0x4> GetFormatType() returned unknown format 0
    [SERVICE: 0xFD8,06:57:26 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xFD8,06:57:26 INFO] Mounted
    [SERVICE: 0xFD8,06:57:26 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xFD8,06:57:26 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x90C,06:57:26 INFO] <0x4> COM request for device 1 drive letter - F
    [SERVICE: 0x90C,06:57:27 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x90C,06:57:27 INFO] Mounted
    [SERVICE: 0x90C,06:57:27 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0x90C,06:57:27 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0xFD8,06:57:27 INFO] Mounted
    [SERVICE: 0xFD8,06:57:27 INFO] [1] already mounted!
    [SERVICE: 0xFD8,06:57:27 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0xFD8,06:57:40 INFO] Mounted
    [SERVICE: 0xFD8,06:57:40 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xFD8,06:57:40 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x90C,06:57:40 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x90C,06:57:40 INFO] Mounted
    [SERVICE: 0x90C,06:57:40 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0x90C,06:57:40 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x90C,06:58:19 INFO] <0x4> Got Serial #
    [SERVICE: 0x90C,06:58:19 INFO] <0x4> GetFormatType() returned unknown format 0
    [SERVICE: 0xFD8,06:58:19 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xFD8,06:58:19 INFO] Mounted
    [SERVICE: 0xFD8,06:58:19 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xFD8,06:58:19 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x90C,06:58:19 INFO] Mounted
    [SERVICE: 0x90C,06:58:19 INFO] [1] already mounted!
    [SERVICE: 0x90C,06:58:19 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0x90C,06:58:19 INFO] <0x4> GetFormatType() returned unknown format 0
    [SERVICE: 0xFD8,06:58:19 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xFD8,06:58:19 INFO] Mounted
    [SERVICE: 0xFD8,06:58:19 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xFD8,06:58:19 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x90C,06:58:19 INFO] <0x4> COM request for device 1 drive letter - F
    [SERVICE: 0x90C,06:58:19 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x90C,06:58:19 INFO] Mounted
    [SERVICE: 0x90C,06:58:19 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0x90C,06:58:19 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0xFD8,06:58:19 INFO] Mounted
    [SERVICE: 0xFD8,06:58:19 INFO] [1] already mounted!
    [SERVICE: 0xFD8,06:58:19 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0xFD8,06:58:23 INFO] Mounted
    [SERVICE: 0xFD8,06:58:23 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xFD8,06:58:23 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x90C,06:58:23 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x90C,06:58:23 INFO] Mounted
    [SERVICE: 0x90C,06:58:23 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0x90C,06:58:23 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0xFD8,06:58:26 INFO] [1] input #6 from src #4
    [SERVICE: 0x128,06:58:26 INFO] [1] input #6
    [SERVICE: 0x128,06:58:27 INFO] [MACHINE 1 INPUT #6] - (APP) Unmount
    [SERVICE: 0x128,06:58:27 INFO] [1] Begin...
    [SERVICE: 0x128,06:58:27 INFO] [1] Mounted state
    [SERVICE: 0x128,06:58:27 INFO] total locks = 1, caller = 296, caller locks = 1
    [SERVICE: 0x128,06:58:27 INFO] [1] Begin Unmounting...
    [SERVICE: 0x128,06:58:27 INFO] [1] progress is now 3
    [SERVICE: 0x128,06:58:27 INFO] total locks = 2, caller = 296, caller locks = 2
    [SERVICE: 0x128,06:58:27 INFO] Ejecting media
    [SERVICE: 0x128,06:58:27 INFO] SUCCESS
    [SERVICE: 0x128,06:58:27 INFO] Volume lock success!
    [SERVICE: 0x128,06:58:28 INFO] total locks = 3, caller = 296, caller locks = 3
    [SERVICE: 0x128,06:58:29 INFO] CMQuery_And_RemoveSubTreeW stop
    [SERVICE: 0x114,06:58:29 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:58:29 INFO] [1] input #7 from src #0
    [SERVICE: 0xEC,06:58:29 INFO] [1] input #7
    [SERVICE: 0x114,06:58:29 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:58:29 INFO] [1] input #8 from src #0
    [SERVICE: 0x11C,06:58:29 INFO] [1] input #8
    [SERVICE: 0x128,06:58:29 INFO] CMQuery_And_RemoveSubTreeW took 625 ms
    [SERVICE: 0x128,06:58:29 INFO] total locks = 2, caller = 296, caller locks = 2
    [SERVICE: 0x128,06:58:29 INFO] total locks = 1, caller = 296, caller locks = 1
    [SERVICE: 0x128,06:58:29 INFO] [1] Finished Unmounting with status 1
    [SERVICE: 0x128,06:58:29 INFO] total locks = 0, caller = 296, caller locks = 0
    [SERVICE: 0x128,06:58:29 INFO] [1] Ext app unmount request finished!
    [SERVICE: 0xEC,06:58:30 INFO] [MACHINE 1 INPUT #7] - (HDW) CheckDevNode
    [SERVICE: 0xEC,06:58:30 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x11C,06:58:30 INFO] [MACHINE 1 INPUT #8] - (HDW) CheckDevNode
    [SERVICE: 0x11C,06:58:30 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x114,06:58:30 INFO] [VolumeRemoved] existing mask 0x20, arrive mask 0x20
    [SERVICE: 0x114,06:58:30 INFO] [1] value = 1
    [SERVICE: 0x114,06:58:30 INFO] [1] input #9 from src #0
    [SERVICE: 0x128,06:58:30 INFO] [1] input #9
    [SERVICE: 0x114,06:58:30 INFO] [InterfaceRemoved]
    [SERVICE: 0x114,06:58:30 INFO] [1] value = 0
    [SERVICE: 0x114,06:58:30 INFO] removed device number 2 from m_objDeviceNumberMap
    [SERVICE: 0x114,06:58:30 INFO] [1] input #10 from src #0
    [SERVICE: 0xEC,06:58:30 INFO] [1] input #10
    [SERVICE: 0x128,06:58:30 INFO] [MACHINE 1 INPUT #9] - (HDW) Volume Unmount
    [SERVICE: 0x128,06:58:30 INFO] [1] progress is now 3
    [SERVICE: 0x128,06:58:30 INFO] [1] Setting progress to 3
    [SERVICE: 0x128,06:58:30 INFO] [MACHINE 1 TRANSITION] - {Mounted} ==> {Connected}
    [SERVICE: 0x128,06:58:30 INFO] [1] *** UNMOUNTED - Sending event out, device session 0.
    [SERVICE: 0x128,06:58:30 INFO] [1] !!!!! DoConnectStateAction() INTERRUPTED.
    [SERVICE: 0xEC,06:58:30 INFO] [MACHINE 1 INPUT #10] - (HDW) Interface Removal
    [SERVICE: 0xEC,06:58:30 INFO] [MACHINE 1 TRANSITION] - {Connected} ==> {Unknown}
    [SERVICE: 0xEC,06:58:30 INFO] [MACHINE 1 ACTIONS] - {Unknown}
    [SERVICE: 0xEC,06:58:30 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xEC,06:58:30 ERROR] device number 0 exists, but isn't in m_objDeviceNumberMap!
    [SERVICE: 0xEC,06:58:30 INFO] [1] *** DISCONNECTED - Sending event out, device session 0.
    [SERVICE: 0xEC,06:58:30 INFO] [1] progress is now 0
    [SERVICE: 0xEC,06:58:30 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0x114,06:58:38 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:58:38 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x114,06:58:38 INFO] [1] input #11 from src #0
    [SERVICE: 0x11C,06:58:38 INFO] [1] input #11
    [SERVICE: 0x114,06:58:38 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:58:38 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x114,06:58:38 INFO] [1] input #12 from src #0
    [SERVICE: 0x128,06:58:38 INFO] [1] input #12
    [SERVICE: 0x114,06:58:38 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:58:38 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x114,06:58:38 INFO] [1] input #13 from src #0
    [SERVICE: 0xEC,06:58:38 INFO] [1] input #13
    [SERVICE: 0x11C,06:58:38 INFO] [MACHINE 1 INPUT #11] - (HDW) CheckDevNode
    [SERVICE: 0x11C,06:58:38 INFO] [1] PHYSICALLY DISCONNECTED!
    [SERVICE: 0x128,06:58:38 INFO] [MACHINE 1 INPUT #12] - (HDW) CheckDevNode
    [SERVICE: 0x128,06:58:38 INFO] [1] PHYSICALLY DISCONNECTED!
    [SERVICE: 0xEC,06:58:38 INFO] [MACHINE 1 INPUT #13] - (HDW) CheckDevNode
    [SERVICE: 0xEC,06:58:38 INFO] [1] PHYSICALLY DISCONNECTED!
    [SERVICE: 0x114,07:02:24 INFO] [DevNodesChanged]
    [SERVICE: 0x114,07:02:24 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x114,07:02:24 INFO] [1] input #14 from src #0
    [SERVICE: 0x11C,07:02:24 INFO] [1] input #14
    [SERVICE: 0x114,07:02:24 INFO] [DevNodesChanged]
    [SERVICE: 0x114,07:02:24 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x114,07:02:24 INFO] [1] input #15 from src #0
    [SERVICE: 0x128,07:02:24 INFO] [1] input #15
    [SERVICE: 0x114,07:02:24 INFO] [DevNodesChanged]
    [SERVICE: 0x114,07:02:24 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x114,07:02:24 INFO] [1] input #16 from src #0
    [SERVICE: 0xEC,07:02:24 INFO] [1] input #16
    [SERVICE: 0x114,07:02:24 INFO] [DevNodesChanged]
    [SERVICE: 0x114,07:02:24 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x114,07:02:24 INFO] [1] input #17 from src #0
    [SERVICE: 0x114,07:02:24 INFO] [DevNodesChanged]
    [SERVICE: 0x114,07:02:24 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x114,07:02:24 INFO] [1] input #18 from src #0
    [SERVICE: 0x11C,07:02:24 INFO] [MACHINE 1 INPUT #14] - (HDW) CheckDevNode
    [SERVICE: 0x11C,07:02:24 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x128,07:02:24 INFO] [MACHINE 1 INPUT #15] - (HDW) CheckDevNode
    [SERVICE: 0x128,07:02:24 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xEC,07:02:24 INFO] [MACHINE 1 INPUT #16] - (HDW) CheckDevNode
    [SERVICE: 0xEC,07:02:24 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xEC,07:02:24 INFO] [1] input #17
    [SERVICE: 0x11C,07:02:24 INFO] [1] input #18
    [SERVICE: 0xEC,07:02:25 INFO] [MACHINE 1 INPUT #17] - (HDW) CheckDevNode
    [SERVICE: 0xEC,07:02:25 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x11C,07:02:25 INFO] [MACHINE 1 INPUT #18] - (HDW) CheckDevNode
    [SERVICE: 0x11C,07:02:25 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x114,07:02:27 INFO] [InterfaceArrival] \\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0x114,07:02:27 INFO] type 0x7 drive 0x2 partition 0x0
    [SERVICE: 0x114,07:02:27 INFO] [1] set waiting to mount = 1
    [SERVICE: 0x114,07:02:27 INFO] [1] Attempt to reassign from session 0 to session 0, DENIED!
    [SERVICE: 0x114,07:02:27 INFO] [1] added device interface "\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" to m_objDeviceNameMap
    [SERVICE: 0x114,07:02:27 INFO] [1] added state machine 1 to m_objDeviceIdMap
    [SERVICE: 0x114,07:02:27 INFO] [1] added device number 2 to m_objDeviceNumberMap
    [SERVICE: 0x114,07:02:27 INFO] [1] input #19 from src #0
    [SERVICE: 0x128,07:02:27 INFO] [1] input #19
    [SERVICE: 0x114,07:02:27 INFO] [DevNodesChanged]
    [SERVICE: 0x114,07:02:27 INFO] [1] input #20 from src #0
    [SERVICE: 0xEC,07:02:27 INFO] [1] input #20
    [SERVICE: 0x114,07:02:27 INFO] [DevNodesChanged]
    [SERVICE: 0x114,07:02:27 INFO] [1] input #21 from src #0
    [SERVICE: 0x11C,07:02:27 INFO] [1] input #21
    [SERVICE: 0x114,07:02:27 INFO] [VolumeArrive] mask = 0x20
    [SERVICE: 0x114,07:02:27 INFO] looking up device # for \\.\F:
    [SERVICE: 0x114,07:02:27 INFO] type 0x7 drive 0x2 partition 0x1
    [SERVICE: 0x114,07:02:27 INFO] iTunes device #2 found with drive letter F, mask 0x20
    [SERVICE: 0x114,07:02:27 INFO] [1] set waiting to mount = 0
    [SERVICE: 0x114,07:02:27 INFO] [1] input #22 from src #0
    [SERVICE: 0x114,07:02:27 INFO] [DevNodesChanged]
    [SERVICE: 0x114,07:02:27 INFO] [1] input #23 from src #0
    [SERVICE: 0x128,07:02:28 INFO] [MACHINE 1 INPUT #19] - (HDW) Interface Arrival
    [SERVICE: 0x128,07:02:28 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x128,07:02:28 INFO] [1] progress is now 2
    [SERVICE: 0x128,07:02:28 INFO] [1] progress is now 2
    [SERVICE: 0x128,07:02:28 INFO] [MACHINE 1 TRANSITION] - {Unknown} ==> {Connected}
    [SERVICE: 0x128,07:02:28 INFO] [MACHINE 1 ACTIONS] - {Connected}
    [SERVICE: 0x128,07:02:28 INFO] [1] SCSI Inquiry attempt #0
    [SERVICE: 0x128,07:02:28 INFO] VendorId: Apple
    [SERVICE: 0x128,07:02:28 INFO] ProductId: iPod
    [SERVICE: 0x128,07:02:28 INFO] revision: 1.62
    [SERVICE: 0x128,07:02:28 INFO] vendor bytes:
    [SERVICE: 0x128,07:02:28 INFO] 02 01 00 00 00 00 00 00 00 13 00 00 92 00 00 00 00 00 00 00
    [SERVICE: 0x128,07:02:28 INFO] [1] firmware version: 1.62 (0x13E)
    [SERVICE: 0x128,07:02:28 INFO] [1] Power State: Powered
    [SERVICE: 0x128,07:02:28 INFO] [1] Checkpoint attempt #0
    [SERVICE: 0x128,07:02:28 ERROR] Did not find first letter of stage
    [SERVICE: 0x128,07:02:28 INFO] got HotPlugState 0
    [SERVICE: 0x128,07:02:28 INFO] [1] serial number 000A27001547056B
    [SERVICE: 0x128,07:02:28 INFO] Checkpoint successfully read from device [1]. Apple Serial Number [8N7344U3YMV]
    [SERVICE: 0x128,07:02:28 INFO] [1] *** CONNECTED - Sending event out, device session 0.
    [SERVICE: 0xEC,07:02:28 INFO] [MACHINE 1 INPUT #20] - (HDW) CheckDevNode
    [SERVICE: 0xEC,07:02:28 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x11C,07:02:28 INFO] [MACHINE 1 INPUT #21] - (HDW) CheckDevNode
    [SERVICE: 0x11C,07:02:28 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x11C,07:02:28 INFO] [1] input #22
    [SERVICE: 0x128,07:02:28 INFO] [1] input #23
    [SERVICE: 0xFD8,07:02:28 INFO] <0x4> Got Serial #
    [SERVICE: 0x11C,07:02:28 INFO] [MACHINE 1 INPUT #22] - (HDW) Volume Mount
    [SERVICE: 0x11C,07:02:28 INFO] [MACHINE 1 TRANSITION] - {Connected} ==> {Mounted}
    [SERVICE: 0x128,07:02:28 INFO] [MACHINE 1 INPUT #23] - (HDW) CheckDevNode
    [SERVICE: 0x11C,07:02:28 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x11C,07:02:28 INFO] [MACHINE 1 ACTIONS] - {Mounted}
    [SERVICE: 0x11C,07:02:28 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x128,07:02:28 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x11C,07:02:28 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x11C,07:02:28 ERROR] Did not find first letter of stage
    [SERVICE: 0x11C,07:02:28 INFO] got HotPlugState 0
    [SERVICE: 0x11C,07:02:33 INFO] [1] OS says filesystem is FAT32
    [SERVICE: 0x11C,07:02:33 INFO] [1] ===== iPod with Video =====
    [SERVICE: 0x11C,07:02:33 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x11C,07:02:33 INFO] 7:2:33, year 2007, day of yr. 288, GMT offset -20 isDST 1
    [SERVICE: 0x11C,07:02:33 INFO] [1] progress is now 0
    [SERVICE: 0xFD8,07:02:33 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xFD8,07:02:33 INFO] Mounted
    [SERVICE: 0xFD8,07:02:33 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xFD8,07:02:33 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x90C,07:02:33 INFO] Mounted
    [SERVICE: 0x90C,07:02:33 INFO] [1] already mounted!
    [SERVICE: 0x11C,07:02:34 INFO] [1] *** MOUNTED - Sending event out, device session 0.
    [SERVICE: 0x11C,07:02:34 INFO] [1] Auto-launch iTunes ENABLED
    [SERVICE: 0x11C,07:02:34 INFO] iTunes located at 'C:\Program Files\iTunes\iTunes.exe'
    [SERVICE: 0x90C,07:02:34 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0xFD8,07:02:34 INFO] <0x4> GetFormatType() returned unknown format 0
    [SERVICE: 0x90C,07:02:34 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x90C,07:02:34 INFO] Mounted
    [SERVICE: 0x90C,07:02:34 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0x90C,07:02:34 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0xFD8,07:02:34 INFO] <0x4> COM request for device 1 drive letter - F
    [SERVICE: 0xFD8,07:02:35 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xFD8,07:02:35 INFO] Mounted
    [SERVICE: 0xFD8,07:02:35 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xFD8,07:02:35 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x90C,07:02:35 INFO] Mounted
    [SERVICE: 0x90C,07:02:35 INFO] [1] already mounted!
    [SERVICE: 0x90C,07:02:35 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0xF8C,07:02:35 INFO] iTunes already running in current session.
    [SERVICE: 0x90C,07:03:51 INFO] Mounted
    [SERVICE: 0x90C,07:03:51 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0x90C,07:03:51 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0xFD8,07:03:51 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xFD8,07:03:51 INFO] Mounted
    [SERVICE: 0xFD8,07:03:51 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xFD8,07:03:51 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x90C,07:03:51 INFO] <0x4> GetFormatType() returned unknown format 0
    The iPod updater logging file cannot be found.

    I had this same exact issue happen to me this morning, and I lost 40 gigs worth of transferring in restoring it. I put a few albums on for the day, and when I tried connecting again this evening, the same thing happened. It hit me when it happened the second time that both times I had the iPod locked when it connected it to the computer. I'm pretty sure I've never accidentally connected it while locked before. My guess it that it is unable to read the content since the iPod is locked, and somehow this causes some sort of corruption that prevents it from seeing the files until a restoration is done. I would think Apple should be able to release an update which would detect if the iPod was locked and tell you to unlock it rather than to go through this process of losing all your music from the iPod. It scares me to think this could happen again simply if I am absent-minded in the future and forget to check whether it is locked or not before I connect it.

  • Error message: "iTunes cannot read the contents of the iPod."

    I wanted to get my dad a new iPod for Xmas and transfer all his music from his ancient Classic. But when I connect to my MacBookPro, I get the error message: "iTunes cannot read the contents of the iPod." I see that 90% of the ipod drive is used, but I don't see any songs listed either on the iPod screen or in iTunes, which is worrying. Is there anything I can to save the music? He will be so upset that it's all gone...

    My suggestions, when Restoring the iPod.
    Disconnect your PC from Internet. (just to make sure no nasties creep into your system while you syncing.
    Stop the Antivirus program
    Connect your iPod to the PC, using a high speed USB 2.0 port at the back of your PC.
    Disconnect all other USB devices, except the mouse and keyboard.
    Stop all other programs except iTunes.
    Good Luck!

  • Reading PDF in ABAP report

    Hi all,
    Is Adobe Document Services (ADS) necessary for reading PDF files directly in ABAP report? Maybe there is other way?
    Best regards
    Marcin Cholewczuk

    I guess there is no such solution. I think it's time for new project on Code Exchange platform
    Best regards
    Marcin Cholewczuk

  • How to read RRI sent parameters in ABAP Report??(Urgent)

    I have my own ABAP report. How can I read parameter that RRI sent to me from BEX Query? I know it's possibly needed to setup table name in RSBBS for each element.

    hi,
    i am failing to see relevance of this post in WebDynpro for ABAP forum.  Requesting moderator to move to ABAP general forum.

Maybe you are looking for

  • Accounting document is not generated-VF02

    Dear expert, I am facing error while releasing the Billing document from VF02 message is "Tax code "OZ" does not appear in any G/L account item " message number FF753 the following config is maintain i) tax code is created at country level ii) tax re

  • How to insert a hyperlink to RETURN TO FRONT PAGE?

    I just now played a photo slide show that I made last night. There is no way to exit that page to go back to the Table of Contents page/Site Menu. How do I insert a hyperlink in all the pages so a visitor can return to the first page, or at least to

  • Folio Builder Pannel: Cant create 1280px format

    Since the new update Folio builder pannel 1.1.9, the pannel gives me an error that I cannot create a folio larger than 1200 ??? What to do... Mr. Android

  • Issues with embedding QuickTime for audio

    Two issues when playing audio files via a web browser (tried with Chrome and IE8): If I use wmode=transparent the control buttons are not shown, only the progress bar. When I removed wmode=transparent it worked fine. Is this correct behavior? Some br

  • How can I hide the text of a SMS or MMS displayed on my iPhone?

    When I receive a sms some of the text of the SMS is showed on the iPhone. How can I avoid this, only showing that a sms has been received. Kenneth