Calculation Builder

Hi,
I am trying to use the index function of advanced arithmetic calculation through JDEveloper. After Selecting the index function when click next button I get the following exception. Please let me know what could be the reason of this error and way to fix this problem. All other calculations like subtraction, addition etc...work fine with the measures of the cube.
=========================================================
oracle.dss.calculation.client.calcBuilder.CalcBuilderException: BIB-15014 Could not update measure operand.
oracle.dss.dataSource.common.QueryRuntimeException: BIB-9509 Oracle OLAP did not create cursor.
oracle.express.ExpressServerExceptionError class: OLAPI
Server error descriptions:
DPR: Unable to create server cursor, Generic at TxsOqDefinitionManagerSince9202::crtCurMgrs2
OES: ORA-21700: object does not exist or is marked for delete
, Generic at TxsRdbSelectStatement:execute()
oracle.dss.dataSource.common.OLAPException: BIB-9509 Oracle OLAP did not create cursor.
oracle.express.ExpressServerExceptionError class: OLAPI
Server error descriptions:
DPR: Unable to create server cursor, Generic at TxsOqDefinitionManagerSince9202::crtCurMgrs2
OES: ORA-21700: object does not exist or is marked for delete
, Generic at TxsRdbSelectStatement:execute()
oracle.express.ExpressServerExceptionError class: OLAPI
Server error descriptions:
DPR: Unable to create server cursor, Generic at TxsOqDefinitionManagerSince9202::crtCurMgrs2
OES: ORA-21700: object does not exist or is marked for delete
, Generic at TxsRdbSelectStatement:execute()
     at oracle.dss.calculation.client.calcStepView.RelationshipIndexStepView.updateData(RelationshipIndexStepView.java:196)
     at oracle.dss.calculation.client.calcBuilder.TemplatePanel.updateData(TemplatePanel.java:374)
     at oracle.dss.datautil.gui.panel.DefaultStandardPanel.setActive(DefaultStandardPanel.java:386)
     at oracle.dss.calculation.client.calcBuilder.TemplatePanel.setActive(TemplatePanel.java:326)
     at oracle.dss.datautil.gui.DefaultBuilderDialog.setActive(DefaultBuilderDialog.java:1072)
     at oracle.dss.datautil.gui.DefaultBuilderDialog.validateNextPreviousEvent(DefaultBuilderDialog.java:1438)
     at oracle.dss.datautil.gui.DefaultBuilderDialog$BuilderWizardValidateAdapter.wizardValidatePage(DefaultBuilderDialog.java:2113)
     at oracle.bali.ewt.wizard.WizardPage.processWizardValidateEvent(Unknown Source)
     at oracle.bali.ewt.wizard.WizardPage.validatePage(Unknown Source)
     at oracle.dss.datautil.gui.CustomImageWizardPage.validatePage(CustomImageWizardPage.java:81)
     at oracle.bali.ewt.wizard.BaseWizard.validateSelectedPage(Unknown Source)
     at oracle.bali.ewt.wizard.BaseWizard.doNext(Unknown Source)
     at oracle.dss.datautil.gui.CustomWizard.doNext(CustomWizard.java:415)
     at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
     at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
     at java.awt.Component.processMouseEvent(Component.java:5100)
     at java.awt.Component.processEvent(Component.java:4897)
     at java.awt.Container.processEvent(Container.java:1569)
     at java.awt.Component.dispatchEventImpl(Component.java:3615)
     at java.awt.Container.dispatchEventImpl(Container.java:1627)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
     at java.awt.Container.dispatchEventImpl(Container.java:1613)
     at java.awt.Window.dispatchEventImpl(Window.java:1606)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:141)
     at java.awt.Dialog$1.run(Dialog.java:540)
     at java.awt.Dialog.show(Dialog.java:561)
     at java.awt.Component.show(Component.java:1133)
     at java.awt.Component.setVisible(Component.java:1088)
     at oracle.dss.addins.wizard.calc.CalcWizardDialog.setVisible(CalcWizardDialog.java:48)
     at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
     at oracle.dss.datautil.gui.DefaultBuilderDialog.runDialog(DefaultBuilderDialog.java:489)
     at oracle.dss.addins.wizard.calc.CalcWizardDialog.runDialog(CalcWizardDialog.java:57)
     at oracle.dss.datautil.gui.DefaultBuilderDialog.run(DefaultBuilderDialog.java:466)
     at oracle.dss.calculation.client.calcBuilder.CalcBuilder.run(CalcBuilder.java:957)
     at oracle.dss.calculation.client.calcBuilder.CalcBuilderStepStorage.invoke(CalcBuilderStepStorage.java:376)
     at oracle.dss.addins.wizard.calc.CalcWizardAddin.invoke(CalcWizardAddin.java:82)
     at oracle.dss.addins.wizard.calc.CalcWizardAddin.invokeFromMenu(CalcWizardAddin.java:132)
     at oracle.dss.addins.designer.BIDesignerAddin.actionPerformed(BIDesignerAddin.java:577)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
     at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
     at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
     at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1113)
     at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:943)
     at java.awt.Component.processMouseEvent(Component.java:5100)
     at java.awt.Component.processEvent(Component.java:4897)
     at java.awt.Container.processEvent(Container.java:1569)
     at java.awt.Component.dispatchEventImpl(Component.java:3615)
     at java.awt.Container.dispatchEventImpl(Container.java:1627)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
     at java.awt.Container.dispatchEventImpl(Container.java:1613)
     at java.awt.Window.dispatchEventImpl(Window.java:1606)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
=========================================================

Which version of BI Beans are you using? This should have been fixed in the latest version of BI Beans. If you are not already using the latest version then please download the software from OTN and upgrade your projects as per the instructions when you launch JDeveloper.
Hope this helps
Business Intelligence Beans Product Management Team
Oracle Corporation

Similar Messages

  • Custom functions to calculation builder

    Is it possbile to add custom functions to the calculation builder?

    Not at the moment as the BI Beans Calc Builder is not extensible. There is no mechanism for you to register your SQL Model with the OLAP API.
    However, we are in the process of creating the functional specification for the next generation Calc Builder so I would be interested in understanding the types of models/calcs you would like to see added. Please add your requirements to this thread.
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • Calculation builder in adhoc tool application

    Hello All,
    I have problems with calculartion builder tool in adhoc tool sample. Firstly it displays all measures from catalog even though my presentation uses only some of them. How can I filter the list ? Can anybody can provide me with a code snippet for that. Right now code looks as follows:
    // Create our CalcBuilder
    QueryContext qc = (QueryContext) m_analyzer.getActiveWorksheet().getActiveDataview().getDataSource();
    MetadataManager mdm = m_connection.getMetadataManager();
    // CalcBuilderStepStorage does everything for creating a new Calc
    // and adding it to the MeatadataManager
    CalcBuilderStepStorage calcBuilderStepStorage =
    new CalcBuilderStepStorage(null, /*component*/
    null, /*mdObject*/
    qc, /*queryContext*/
    mdm/*metadataManager*/);
    // Invoke the CalcBuilder -- if the user press the OK button to create
    // a new calc the calcBuliderStepStorage will do all the work for saving
    // and making the calc appear in the Query Builder.
    MDMeasure mdMeasure = (MDMeasure) calcBuilderStepStorage.invoke();
    Secondly for some options (like Index) in case of some measures the list of dimensions is incomplete, but I hope it is connected with first problem, because the list is incorrect only for the selected presentation. After that the connection crashes and application is not usable.
    Thanks in advance for any suggestions

    The answer is:
    CalcBuilderStepStorage calcBuilderStepStorage =
    new CalcBuilderStepStorage(null, /*component*/
    null, /*mdObject*/
    qc, /*queryContext*/
    mdm/*metadataManager*/);
    calcBuilderStepStorage.setQueryFilter((Query)qc);
    MDMeasure mdMeasure = (MDMeasure) calcBuilderStepStorage.invoke();

  • Calculating NPV

    Dear all,
    I get some large amount of data through a batch process from mainframe. I need to calculate NPV (Net Present Value), once per day. When I was searching through sites and posted in some other forums, I could get two replies
    1) Use OLAP DML to calculate npv.
    How should I do this? I understand that I cannot use an OLAP function just like a select clause. And another point, how will I trigger this every day certain time (like a unix cron)? Please give some links.
    2) The spreadsheet technique:-
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14223/sqlmodel.htm#sthref1943
    Which one I should adopt considering efficiency ? Is there any other way such as Pro*C could be used for the same purpose?
    Please help with the best architectural decision to go about it, thanks
    Warmest regards,
    Ravion

    Not sure what you are really asking?
    NPV is a function provided within OLAP DML. You can use it directly within a custom measure or embed it within an OLAP DML program that can also be called directly from an custom measure. AWM with the Excel calculation builder utility (on the OLAP OTN Home Page) will allow you to quickly and easily add a custom measure to your AW.
    I would look at the worked examples in the OLAP DML Help Guide. This will explain how to use the NPV function. Obviously you will need to create a new cube that contains all your main dimensions except time since the result returned by the NPV function is dimensioned by all the dimensions of your cashflow model except its time dimension. If your cashflows model is dimensioned only by the time dimension then NPV will return just a single value.
    The following example explains using DML statements how to use the NPV function by creating a dimension called project, add values to it, and create a variable called cflow, which is dimensioned by year and project.
    DEFINE project DIMENSION TEXT
    MAINTAIN project ADD 'a' 'b' 'c' 'd' 'e'
    DEFINE cflow VARIABLE DECIMAL <project year>When you assign the following values to CFLOW,
    ------------------------CFLOW----------------------
                 -----------------------PROJECT---------------------
    YEAR             a          b          c          d          e
    Yr95           -200.00    -200.00    -300.00    -100.00  -200.00
    Yr96            100.00     150.00     200.00      25.00    25.00
    Yr97            100.00     400.00     200.00     100.00   200.00Using AWM these values would need to be stored in a relational table and then mapped to your cashflow cube. To view the results of an NPV calculaltion you could use the following statement:
    REPORT NPV(cflow, .08, year)uses a discount rate of 8 percent to create the following report of the net present value of the cflow data.
    NPV(CFLOW,
    PROJECT        .08, YEAR)
    a                  -21.67
    b                  281.82
    c                   56.65
    d                    8.88
    e                   -5.38within AWM this would be used to drive a custom formula where the formula itself would simply be the statement NPV(cflow, .08, year). You could even parameterise the middle value from a dimension to provide a series of NPV scenarios.
    Hope this helps
    Keith Laker
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/

  • How to delete help button in the wizard and dialogs.

    Hello,
    I am trying to delete the Help button in the wizard and dialogs provided by bibeans and having problems. Can someone give me an advise regarding the following three issues please? Thank you.
    bibeans:bibeans903a
    JDeveloper:JDeveloper903
    1)Deleting the Help Button from the Print Dialog.
    I'm using "oracle.dss.dataView.gui.PrintDialog" for the Print Dialog and this class has method to delete the Help button(setHelpEnabled(Boolean)).
    But, the Help button is always displayed even when I set false for this method like below.
    PrintDialog.setHelpEnabled(false);
    2) Deleting the Help button from Open Dialog and BI Explorer.
    I am using "PersistenceObjectChooser" class for Open Dialog and "Explorer" class for BI Explorer. But, these classes does not have a method to delete the Help button like the PringDialog class has. How can I delete the Help button for these dialogs?
    3) Deleting the Help button from Calculation Builder.
    I am using "CalcBuilderStepStorage" class to build a calculation and trying to delete the Help button like this.
    ((DefultBuilderDialog)calcBuilderStepStorage.getContainer()).getWizard().setHelpAvailable(false);
    But, again the Help button will be displayed

    hi,
    Use this code..
    REPORT  Z_TEST999                               .
    DATA itab TYPE TABLE OF sy-ucomm.
    PARAMETERS test(10) TYPE c.
    AT SELECTION-SCREEN OUTPUT.
      APPEND: 'E' TO itab.
      CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
           EXPORTING
                p_status  = sy-pfkey
           TABLES
                p_exclude = itab.
    Regards,
    Sailaja.

  • Ipod Shuffle v2 problem

    Hey, as my name already implicates, i'm a total noob when it comes to apples and well some weeks i ago i decided to jump on the bandwagon and order an ipod shuffle v2, yesterday i got it.
    All stoked about the fact i'm gonna rock with my new ipod i put it in after actually reading the entire userguide.
    totally confident on what to do i plug it in, start itunes and what an anticlimax..
    my ipod does not work!
    i get the message my ipod has been damaged and i need to restore it,
    i do this over a couple of times,(trying it at all my hubs and ubs ports, several times each port/hub)
    the message keeps poppin" up and i decide to go back to the store, assuming my ipod really was damaged.
    so today at the store, the guy takes a look at it, (i took a printscreen picture of the error with me) and said he would try if the ipod really was defected, and that i should get a new one when it wouldn't work over there ever.
    after half an hour he gets back, big smile on his face, the ipod did work for him, and to prove it, he had put music on it.
    So i get home, assuming he had updated the software or something like that, i don't know.
    I plug in again, also according to the way discribed in the userguide.
    And i get the same problem, AGAIN!
    the guy from the store also said there was one weird thing about my screenshot, it had a normal ipod"logo" on it, and not the shuffle "logo" if you want, i can show you the screenshot, i only don't have it in english, sorry.
    screenshot >> [img]http://img183.imageshack.us/img183/2920/wtfzorsgx52123vf4.jpg[/img]
    so, i hope someone could help me out!
    thanks!
    (ipod shuffle v2)   Windows XP   my comp. is 4 years old or so...
      Windows XP   my comp. is 4 years old or so...

    ok, so this morgning it suddenly worked and i was able to put on some music, but when i wanted to put some more on it, it got the same old problem back.
    here's the error message
    Microsoft Windows XP Home Edition Service Pack 2 (Build 2600)
    System manufacturer System Product Name
    iTunes 7.0.2.16
    iPodService 7.0.2.16 is currently running.
    iTunesHelper 7.0.2.16 is currently running.
    Current user is an administrator.
    Connected Storage Devices:
    IDE\DiskMaxtor6Y200P0_________________________YAR41BW0, Bus Type ATA, Bus Address [0,0]
    USBSTOR\DiskApple__iPod___________2.70, Bus Type USB
    Universal Serial Bus Controllers:
    SiS 7001 PCI naar USB open host-controller, PCI-bus 0, apparaat 3, functie 0. Device is working properly.
    SiS PCI naar USB Enhanced host-controller, PCI-bus 0, apparaat 3, functie 3. Device is working properly.
    IEEE 1394 Host Controllers:
    VIA OHCI Compliant IEEE 1394 Host Controller, PCI-bus 0, apparaat 9, functie 0. Device is working properly.
    The last connected iPod serial number: 5F6438DYVTE .
    The iPod Service Logging Information:
    [SERVICE: 0xC50,14:22:02 INFO] Started C:\Program Files\iPod\bin\iPodService.exe (Wed Nov 08 14:22:02 2006)
    [SERVICE: 0xC50,14:22:02 INFO] ##### iPodService starting as a service, version: 7.0.2.16
    [SERVICE: 0xC5C,14:22:03 INFO] Got signaled to go ahead... Starting device manager!
    [SERVICE: 0xCD0,14:22:03 INFO] Listener Window created
    [SERVICE: 0xCD0,14:22:34 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,14:23:24 INFO] [VolumeArrive] mask = 0x8
    [SERVICE: 0xCD0,14:23:24 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,14:23:24 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,14:23:24 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,14:23:34 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,14:23:34 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,14:26:14 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,14:32:47 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,14:32:48 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,14:43:07 INFO] [VolumeRemoved] existing mask 0x0, arrive mask 0x8
    [SERVICE: 0xCD0,14:44:15 INFO] [VolumeArrive] mask = 0x8
    [SERVICE: 0xCD0,14:44:15 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,14:44:15 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,14:44:15 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,14:51:39 INFO] [VolumeRemoved] existing mask 0x0, arrive mask 0x8
    [SERVICE: 0xCD0,14:52:05 INFO] [VolumeArrive] mask = 0x8
    [SERVICE: 0xCD0,14:52:05 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,14:52:05 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,14:52:05 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,14:55:48 INFO] [VolumeRemoved] existing mask 0x0, arrive mask 0x8
    [SERVICE: 0xCD0,14:56:13 INFO] [VolumeArrive] mask = 0x8
    [SERVICE: 0xCD0,14:56:13 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,14:56:13 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,14:56:13 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,14:59:37 INFO] [VolumeRemoved] existing mask 0x0, arrive mask 0x8
    [SERVICE: 0xCD0,14:59:40 INFO] [VolumeArrive] mask = 0x8
    [SERVICE: 0xCD0,14:59:40 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,14:59:40 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,14:59:40 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,15:43:15 INFO] CItunesDeviceMsgListener::OnSessionChange: WTSSESSIONLOGOFF
    [SERVICE: 0xCD0,15:43:15 INFO] session 0l disconnected
    [SERVICE: 0xC58,15:43:15 INFO] Session is logging off
    [SERVICE: 0xC58,15:43:15 INFO] Checking client 1024
    [SERVICE: 0xC58,15:43:15 INFO] Removing client 1024 with cookie 67168770
    [SERVICE: 0xCD0,15:43:24 INFO] CItunesDeviceMsgListener::OnSessionChange: WTSSESSIONLOGON
    [SERVICE: 0xCD0,15:43:24 INFO] session 0l connected
    [SERVICE: 0xCD0,15:43:33 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:43:33 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:43:33 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:43:35 INFO] [InterfaceArrival] \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:43:35 INFO] device \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:43:35 INFO] device is an iPod
    [SERVICE: 0xCD0,15:43:35 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:43:35 INFO] [-1] set waiting to mount = 1
    [SERVICE: 0xCD0,15:43:35 INFO] [1] Assigning session 0
    [SERVICE: 0xCD0,15:43:35 INFO] [1] added device interface "\\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" to m_objDeviceNameMap
    [SERVICE: 0xCD0,15:43:35 INFO] [1] added state machine 1 to m_objDeviceIdMap
    [SERVICE: 0xCD0,15:43:35 INFO] [1] added device number 1 to m_objDeviceNumberMap
    [SERVICE: 0xCD0,15:43:35 INFO] [1] added device interface "\\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" to m_vctDeviceInterfaces
    [SERVICE: 0xCD0,15:43:35 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:43:35 INFO] [1] input #0 from src #0
    [SERVICE: 0xCD0,15:43:35 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:43:35 INFO] [1] input #1 from src #0
    [SERVICE: 0xCC4,15:43:35 INFO] [1] input #0
    [SERVICE: 0xCC0,15:43:35 INFO] [1] input #1
    [SERVICE: 0xCD0,15:43:35 INFO] [VolumeArrive] mask = 0x40
    [SERVICE: 0xCD0,15:43:35 INFO] looking up device # for \\.\G:
    [SERVICE: 0xCD0,15:43:35 INFO] type 0x7 drive 0x1 partition 0x1
    [SERVICE: 0xCD0,15:43:35 INFO] iTunes device #1 found with drive letter G, mask 0x40
    [SERVICE: 0xCD0,15:43:35 INFO] [1] set waiting to mount = 0
    [SERVICE: 0xCD0,15:43:35 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:43:35 INFO] [1] input #2 from src #0
    [SERVICE: 0xCC8,15:43:35 INFO] [1] input #2
    [SERVICE: 0xCC4,15:43:35 INFO] [MACHINE 1 INPUT #0] - (HDW) CheckDevNode
    [SERVICE: 0xCD0,15:43:35 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:43:35 INFO] [1] input #3 from src #0
    [SERVICE: 0xCD0,15:43:35 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:43:35 INFO] [1] input #4 from src #0
    [SERVICE: 0xCD0,15:43:35 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:43:35 INFO] [1] input #5 from src #0
    [SERVICE: 0xCC4,15:43:35 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0xCC0,15:43:35 INFO] [MACHINE 1 INPUT #1] - (HDW) CheckDevNode
    [SERVICE: 0xCC0,15:43:36 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0xCC8,15:43:36 INFO] [MACHINE 1 INPUT #2] - (HDW) CheckDevNode
    [SERVICE: 0xCC8,15:43:36 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0xCC8,15:43:36 INFO] [1] input #3
    [SERVICE: 0xCC4,15:43:36 INFO] [1] input #4
    [SERVICE: 0xCC0,15:43:36 INFO] [1] input #5
    [SERVICE: 0xCC8,15:43:36 INFO] [MACHINE 1 INPUT #3] - (HDW) CheckDevNode
    [SERVICE: 0xCC8,15:43:36 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0xCC4,15:43:36 INFO] [MACHINE 1 INPUT #4] - (HDW) CheckDevNode
    [SERVICE: 0xCD0,15:43:36 INFO] [VolumeRemoved] existing mask 0x40, arrive mask 0x40
    [SERVICE: 0xCD0,15:43:36 INFO] [1] value = 1
    [SERVICE: 0xCD0,15:43:36 INFO] [InterfaceRemoved]
    [SERVICE: 0xCD0,15:43:36 INFO] [1] value = 0
    [SERVICE: 0xCD0,15:43:36 INFO] removed device number 1 from m_objDeviceNumberMap
    [SERVICE: 0xCC4,15:43:37 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0xCC0,15:43:37 INFO] [MACHINE 1 INPUT #5] - (HDW) CheckDevNode
    [SERVICE: 0xCC0,15:43:37 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0xCD0,15:44:13 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:44:13 INFO] [1] input #6 from src #0
    [SERVICE: 0xCC8,15:44:13 INFO] [1] input #6
    [SERVICE: 0xCD0,15:44:13 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:44:13 INFO] [1] input #7 from src #0
    [SERVICE: 0xCC4,15:44:13 INFO] [1] input #7
    [SERVICE: 0xCC8,15:44:14 INFO] [MACHINE 1 INPUT #6] - (HDW) CheckDevNode
    [SERVICE: 0xCC8,15:44:15 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0xCC4,15:44:15 INFO] [MACHINE 1 INPUT #7] - (HDW) CheckDevNode
    [SERVICE: 0xCC4,15:44:15 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0xCD0,15:45:30 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:45:30 INFO] [1] input #8 from src #0
    [SERVICE: 0xCC0,15:45:30 INFO] [1] input #8
    [SERVICE: 0xCD0,15:45:30 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:45:30 INFO] [1] input #9 from src #0
    [SERVICE: 0xCD0,15:45:30 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:45:30 INFO] [1] input #10 from src #0
    [SERVICE: 0xCC4,15:45:30 INFO] [1] input #9
    [SERVICE: 0xCC8,15:45:30 INFO] [1] input #10
    [SERVICE: 0xCC0,15:45:30 INFO] [MACHINE 1 INPUT #8] - (HDW) CheckDevNode
    [SERVICE: 0xCC0,15:45:30 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xCC4,15:45:30 INFO] [MACHINE 1 INPUT #9] - (HDW) CheckDevNode
    [SERVICE: 0xCC4,15:45:30 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xCC8,15:45:30 INFO] [MACHINE 1 INPUT #10] - (HDW) CheckDevNode
    [SERVICE: 0xCC8,15:45:30 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xCD0,15:45:32 INFO] [InterfaceArrival] \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:32 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:45:32 INFO] [1] set waiting to mount = 1
    [SERVICE: 0xCD0,15:45:32 INFO] [1] added device interface "\\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" to m_objDeviceNameMap
    [SERVICE: 0xCD0,15:45:32 INFO] [1] added state machine 1 to m_objDeviceIdMap
    [SERVICE: 0xCD0,15:45:32 INFO] [1] added device number 1 to m_objDeviceNumberMap
    [SERVICE: 0xCD0,15:45:32 INFO] [1] input #11 from src #0
    [SERVICE: 0xCC0,15:45:32 INFO] [1] input #11
    [SERVICE: 0xCD0,15:45:32 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:45:32 INFO] [1] input #12 from src #0
    [SERVICE: 0xCC4,15:45:32 INFO] [1] input #12
    [SERVICE: 0xCC0,15:45:32 INFO] [MACHINE 1 INPUT #11] - (HDW) Interface Arrival
    [SERVICE: 0xCC0,15:45:32 INFO] [1] progress state is 2, Waiting to mount = 1
    [SERVICE: 0xCC0,15:45:32 INFO] [1] progress is now 2
    [SERVICE: 0xCC0,15:45:32 INFO] [1] progress is now 2
    [SERVICE: 0xCC0,15:45:32 INFO] [MACHINE 1 TRANSITION] - {Unknown} ==> {Connected}
    [SERVICE: 0xCC0,15:45:32 INFO] [MACHINE 1 ACTIONS] - {Connected}
    [SERVICE: 0xCC0,15:45:32 INFO] [1] SCSI Inquiry attempt #0
    [SERVICE: 0xCC0,15:45:33 INFO] VendorId: Apple
    [SERVICE: 0xCC0,15:45:33 INFO] ProductId: iPod
    [SERVICE: 0xCC0,15:45:33 INFO] revision: 2.70
    [SERVICE: 0xCC0,15:45:33 INFO] vendor bytes:
    [SERVICE: 0xCC0,15:45:33 INFO] 02 01 00 00 00 00 00 00 00 82 00 00 92 00 00 00 00 00 00 00
    [SERVICE: 0xCC0,15:45:33 INFO] [1] firmware version: 2.70 (0x246)
    [SERVICE: 0xCC0,15:45:33 INFO] [1] Power State: Powered
    [SERVICE: 0xCC0,15:45:33 INFO] [1] Checkpoint attempt #0
    [SERVICE: 0xCC0,15:45:33 INFO] [1] could not retrieve checkpoint, calculating build id, family, and serial number
    [SERVICE: 0xCC0,15:45:33 ERROR] unexpected firmware major version 2
    [SERVICE: 0xCC0,15:45:33 INFO] [1] serial # 000a270010c2f306
    [SERVICE: 0xCC0,15:45:33 INFO] [1] *** CONNECTED - Sending event out, device session 0.
    [SERVICE: 0xCC4,15:45:33 INFO] [MACHINE 1 INPUT #12] - (HDW) CheckDevNode
    [SERVICE: 0xCC4,15:45:33 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xEEC,15:45:33 INFO] [1] Checkpoint attempt #1
    [SERVICE: 0xEEC,15:45:33 INFO] <0x4> Got Serial #
    [SERVICE: 0xFF8,15:45:33 INFO] [1] Checkpoint attempt #1
    [SERVICE: 0xEEC,15:45:33 INFO] [1] Checkpoint attempt #1
    [SERVICE: 0xFF8,15:45:33 ERROR] ERROR!!! Empty Checkpoint!
    [SERVICE: 0xFF8,15:45:33 INFO] <0x4> CItunesDevice::GetCheckPointData() failed
    [SERVICE: 0xEEC,15:45:33 INFO] [1] Progress state is 2, Waiting to disconnect = 0
    [SERVICE: 0x5C8,15:45:33 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0x5C8,15:45:33 INFO] looking up device # for \\.\C:
    [SERVICE: 0x5C8,15:45:33 INFO] type 0x7 drive 0x0 partition 0x1
    [SERVICE: 0x5C8,15:45:33 INFO] looking up device # for \\.\D:
    [SERVICE: 0x5C8,15:45:33 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0x5C8,15:45:33 INFO] looking up device # for \\.\E:
    [SERVICE: 0x5C8,15:45:33 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0x5C8,15:45:33 INFO] Mounted
    [SERVICE: 0x5C8,15:45:33 INFO] [1] already mounted!
    [SERVICE: 0x5C8,15:45:33 INFO] [1] progress state is 2, Waiting to mount = 1
    [SERVICE: 0x5C8,15:45:33 INFO] [1] progress state is 2, Waiting to mount = 1
    [SERVICE: 0x5C8,15:45:33 INFO] [1] progress state is 2, Waiting to mount = 1
    [SERVICE: 0x5C8,15:45:33 INFO] [1] Mount in progress, wait till finish...
    [SERVICE: 0xCD0,15:45:38 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:38 INFO] [VolumeArrive] mask = 0x3D
    [SERVICE: 0xCD0,15:45:38 INFO] looking up device # for \\.\F:
    [SERVICE: 0xCD0,15:45:38 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:38 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0xCD0,15:45:38 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:38 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:45:38 INFO] looking up device # for \\.\E:
    [SERVICE: 0xCD0,15:45:38 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:38 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,15:45:38 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:38 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,15:45:38 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:38 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:45:38 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:38 INFO] [VolumeArrive] mask = 0x3D
    [SERVICE: 0xCD0,15:45:38 INFO] looking up device # for \\.\F:
    [SERVICE: 0xCD0,15:45:38 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:38 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0xCD0,15:45:38 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:38 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:45:38 INFO] looking up device # for \\.\E:
    [SERVICE: 0xCD0,15:45:38 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:38 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,15:45:38 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:38 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,15:45:38 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:38 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:45:38 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:38 INFO] [VolumeArrive] mask = 0x3D
    [SERVICE: 0xCD0,15:45:38 INFO] looking up device # for \\.\F:
    [SERVICE: 0xCD0,15:45:38 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:38 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0xCD0,15:45:38 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:38 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:45:38 INFO] looking up device # for \\.\E:
    [SERVICE: 0xCD0,15:45:38 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:38 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,15:45:38 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:38 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,15:45:38 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:38 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:45:38 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:38 INFO] [VolumeArrive] mask = 0x3D
    [SERVICE: 0xCD0,15:45:38 INFO] looking up device # for \\.\F:
    [SERVICE: 0xCD0,15:45:38 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:38 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\.\E:
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:39 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:45:39 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:39 INFO] [VolumeArrive] mask = 0x3D
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\.\F:
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:39 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\.\E:
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:39 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:45:39 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:39 INFO] [VolumeArrive] mask = 0x3D
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\.\F:
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:39 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\.\E:
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:39 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:45:39 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:39 INFO] [VolumeArrive] mask = 0x3D
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\.\F:
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:39 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\.\E:
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:39 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:45:39 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:39 INFO] [VolumeArrive] mask = 0x3D
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\.\F:
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:39 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\.\E:
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:39 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:45:39 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:39 INFO] [VolumeArrive] mask = 0x3D
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\.\F:
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:39 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\.\E:
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:39 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:45:39 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:39 INFO] [VolumeArrive] mask = 0x7D
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\.\G:
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x7 drive 0x1 partition 0x1
    [SERVICE: 0xCD0,15:45:39 INFO] iTunes device #1 found with drive letter G, mask 0x40
    [SERVICE: 0xCD0,15:45:39 INFO] [1] set waiting to mount = 0
    [SERVICE: 0xCD0,15:45:39 INFO] [1] input #13 from src #0
    [SERVICE: 0xCC8,15:45:39 INFO] [1] input #13
    [SERVICE: 0xCD0,15:45:39 INFO] looking up device # for \\.\F:
    [SERVICE: 0xCD0,15:45:39 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:39 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0xCD0,15:45:40 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:40 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:45:40 INFO] looking up device # for \\.\E:
    [SERVICE: 0xCD0,15:45:40 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:40 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,15:45:40 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,15:45:40 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,15:45:40 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:45:40 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:45:40 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:45:40 INFO] [1] input #14 from src #0
    [SERVICE: 0xCC0,15:45:40 INFO] [1] input #14
    [SERVICE: 0xCC8,15:45:40 INFO] [MACHINE 1 INPUT #13] - (HDW) Volume Mount
    [SERVICE: 0xCC8,15:45:40 INFO] [MACHINE 1 TRANSITION] - {Connected} ==> {Mounted}
    [SERVICE: 0xCC8,15:45:40 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xCC8,15:45:40 INFO] [MACHINE 1 ACTIONS] - {Mounted}
    [SERVICE: 0xCC8,15:45:40 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0xCC8,15:45:40 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0xCC8,15:45:40 INFO] FAILED! Read Operation.
    [SERVICE: 0xCC8,15:45:40 INFO] Last Error = 0x79
    [SERVICE: 0xCC8,15:45:40 INFO] uStart = 0, uNumSectors = 1
    [SERVICE: 0xCC8,15:45:40 INFO] m_hDisk = 0x00000268, ScsiStatus = 0x00000000, sense pStrBuffer:
    [SERVICE: 0xCC8,15:45:40 INFO] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    [SERVICE: 0xCC8,15:45:40 INFO] FAILED! Read Operation.
    [SERVICE: 0xCC8,15:45:40 INFO] Last Error = 0x79
    [SERVICE: 0xCC8,15:45:40 INFO] uStart = 0, uNumSectors = 1
    [SERVICE: 0xCC8,15:45:40 INFO] m_hDisk = 0x00000268, ScsiStatus = 0x00000000, sense pStrBuffer:
    [SERVICE: 0xCC8,15:45:40 INFO] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    [SERVICE: 0xCC8,15:45:41 INFO] FAILED! Read Operation.
    [SERVICE: 0xCC8,15:45:41 INFO] Last Error = 0x1F
    [SERVICE: 0xCC8,15:45:41 INFO] uStart = 0, uNumSectors = 1
    [SERVICE: 0xCC8,15:45:41 INFO] m_hDisk = 0x00000268, ScsiStatus = 0x00000000, sense pStrBuffer:
    [SERVICE: 0xCC8,15:45:41 INFO] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    [SERVICE: 0xCD0,15:45:59 INFO] [VolumeArrive] mask = 0x40
    [SERVICE: 0xCD0,15:45:59 INFO] looking up device # for \\.\G:
    [SERVICE: 0xCD0,15:45:59 INFO] type 0x7 drive 0x1 partition 0x1
    [SERVICE: 0xCD0,15:45:59 INFO] iTunes device #1 found with drive letter G, mask 0x40
    [SERVICE: 0xCD0,15:45:59 INFO] [1] set waiting to mount = 0
    [SERVICE: 0xCD0,15:45:59 INFO] [1] input #15 from src #0
    [SERVICE: 0xCD0,15:45:59 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:45:59 INFO] [1] input #16 from src #0
    [SERVICE: 0xCC8,15:46:02 INFO] SUCCESS
    [SERVICE: 0xCC8,15:46:02 INFO] FAILED, last error = 0x5
    [SERVICE: 0xCC8,15:46:03 INFO] Volume lock success!
    [SERVICE: 0xCC8,15:46:10 INFO] [1] GetVolumeInformation() failed with error 87
    [SERVICE: 0xCC8,15:46:25 ERROR] CreateFile failed
    [SERVICE: 0xCC8,15:46:25 INFO] [1] ===== iPod Shuffle =====
    [SERVICE: 0xCC8,15:46:25 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0xCC8,15:46:25 INFO] [1] iPod needs formatting...
    [SERVICE: 0xCC8,15:46:25 INFO] 15:46:25, year 2006, day of yr. 311, GMT offset 4 isDST 0
    [SERVICE: 0xCC8,15:46:25 INFO] [1] Perform launch updater check.
    [SERVICE: 0xCC8,15:46:25 INFO] [1] iTunes located at 'C:\Program Files\iTunes\iTunes.exe'
    [SERVICE: 0xCC8,15:46:25 INFO] [1] progress is now 0
    [SERVICE: 0xCC8,15:46:25 INFO] [1] *** MOUNT FAILED - Non-FAT32 device, device session 0
    [SERVICE: 0xCC0,15:46:25 INFO] [MACHINE 1 INPUT #14] - (HDW) CheckDevNode
    [SERVICE: 0x5C8,15:46:25 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0xCC0,15:46:25 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xCC0,15:46:25 INFO] [1] input #15
    [SERVICE: 0xCC8,15:46:25 INFO] [1] input #16
    [SERVICE: 0xC54,15:46:25 ERROR] iTunes is already running...
    [SERVICE: 0xCC0,15:46:25 INFO] [MACHINE 1 INPUT #15] - (HDW) Volume Mount
    [SERVICE: 0xCC0,15:46:25 INFO] ** CItunesDevice::HandleHardwareInput()
    [SERVICE: 0xCC8,15:46:25 INFO] [MACHINE 1 INPUT #16] - (HDW) CheckDevNode
    [SERVICE: 0xCC8,15:46:25 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xEEC,15:46:25 ERROR] ERROR, mount lock count is 0 but device is not mounted
    [SERVICE: 0xFF8,15:46:59 INFO] [1] GetVolumeInformation() failed with error 87
    [SERVICE: 0xFF8,15:46:59 INFO] <0x4> GetFormatType() returned unknown format 4
    [SERVICE: 0xEEC,15:46:59 ERROR] ERROR!!! Empty Checkpoint!
    [SERVICE: 0xEEC,15:46:59 INFO] <0x4> CItunesDevice::GetCheckPointData() failed
    [SERVICE: 0xCD0,15:46:59 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:46:59 INFO] [1] input #17 from src #0
    [SERVICE: 0xCC4,15:47:00 INFO] [1] input #17
    [SERVICE: 0xCD0,15:47:00 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:47:00 INFO] [1] input #18 from src #0
    [SERVICE: 0xCC0,15:47:00 INFO] [1] input #18
    [SERVICE: 0xCD0,15:47:00 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:47:00 INFO] [1] input #19 from src #0
    [SERVICE: 0xCC8,15:47:00 INFO] [1] input #19
    [SERVICE: 0xCC4,15:47:00 INFO] [MACHINE 1 INPUT #17] - (HDW) CheckDevNode
    [SERVICE: 0xCC4,15:47:00 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xCC0,15:47:00 INFO] [MACHINE 1 INPUT #18] - (HDW) CheckDevNode
    [SERVICE: 0xCC0,15:47:00 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xCC8,15:47:00 INFO] [MACHINE 1 INPUT #19] - (HDW) CheckDevNode
    [SERVICE: 0xCC8,15:47:00 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xCD0,15:47:02 INFO] [VolumeRemoved] existing mask 0x40, arrive mask 0x40
    [SERVICE: 0xCD0,15:47:02 INFO] [1] value = 1
    [SERVICE: 0xCD0,15:47:02 INFO] [1] input #20 from src #0
    [SERVICE: 0xCC4,15:47:02 INFO] [1] input #20
    [SERVICE: 0xCD0,15:47:02 INFO] [InterfaceRemoved]
    [SERVICE: 0xCD0,15:47:02 INFO] [1] value = 0
    [SERVICE: 0xCD0,15:47:02 INFO] removed device number 1 from m_objDeviceNumberMap
    [SERVICE: 0xCD0,15:47:02 INFO] [1] input #21 from src #0
    [SERVICE: 0xCC0,15:47:02 INFO] [1] input #21
    [SERVICE: 0xCD0,15:47:02 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:47:02 INFO] [1] input #22 from src #0
    [SERVICE: 0xCC8,15:47:02 INFO] [1] input #22
    [SERVICE: 0xCD0,15:47:02 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:47:02 INFO] [1] input #23 from src #0
    [SERVICE: 0xCD0,15:47:02 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:47:02 INFO] [1] input #24 from src #0
    [SERVICE: 0xCC4,15:47:02 INFO] [MACHINE 1 INPUT #20] - (HDW) Volume Unmount
    [SERVICE: 0xCC4,15:47:02 INFO] [1] progress is now 3
    [SERVICE: 0xCC4,15:47:02 INFO] [1] Setting progress to 3
    [SERVICE: 0xCC4,15:47:02 INFO] [MACHINE 1 TRANSITION] - {Mounted} ==> {Connected}
    [SERVICE: 0xCC4,15:47:02 INFO] [1] *** UNMOUNTED - Sending event out, device session 0.
    [SERVICE: 0xCC4,15:47:02 INFO] [1] !!!!! DoConnectStateAction() INTERRUPTED.
    [SERVICE: 0xCC4,15:47:02 INFO] [1] input #23
    [SERVICE: 0xCC0,15:47:02 INFO] [MACHINE 1 INPUT #21] - (HDW) Interface Removal
    [SERVICE: 0xCC0,15:47:02 INFO] [MACHINE 1 TRANSITION] - {Connected} ==> {Unknown}
    [SERVICE: 0xCC0,15:47:02 INFO] [MACHINE 1 ACTIONS] - {Unknown}
    [SERVICE: 0xCC8,15:47:02 INFO] [MACHINE 1 INPUT #22] - (HDW) CheckDevNode
    [SERVICE: 0xCD0,15:47:02 INFO] [InterfaceArrival] \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCC8,15:47:02 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xCC4,15:47:02 INFO] [MACHINE 1 INPUT #23] - (HDW) CheckDevNode
    [SERVICE: 0xCC0,15:47:02 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xCC0,15:47:02 ERROR] device number 0 exists, but isn't in m_objDeviceNumberMap!
    [SERVICE: 0xCC4,15:47:02 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xCC0,15:47:02 INFO] [1] *** DISCONNECTED - Sending event out, device session 0.
    [SERVICE: 0xCC0,15:47:02 INFO] [1] progress is now 0
    [SERVICE: 0xCC0,15:47:02 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0xCC0,15:47:02 INFO] [1] input #24
    [SERVICE: 0xCD0,15:47:02 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:02 INFO] [1] set waiting to mount = 1
    [SERVICE: 0xCD0,15:47:02 INFO] [1] Attempt to reassign from session 0 to session 0, DENIED!
    [SERVICE: 0xCD0,15:47:02 INFO] [1] added device interface "\\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" to m_objDeviceNameMap
    [SERVICE: 0xCD0,15:47:02 INFO] [1] added state machine 1 to m_objDeviceIdMap
    [SERVICE: 0xCD0,15:47:02 INFO] [1] added device number 1 to m_objDeviceNumberMap
    [SERVICE: 0xCD0,15:47:02 INFO] [1] input #25 from src #0
    [SERVICE: 0xCC4,15:47:02 INFO] [1] input #25
    [SERVICE: 0xCD0,15:47:02 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:47:02 INFO] [1] input #26 from src #0
    [SERVICE: 0xCC8,15:47:02 INFO] [1] input #26
    [SERVICE: 0xCC0,15:47:02 INFO] [MACHINE 1 INPUT #24] - (HDW) CheckDevNode
    [SERVICE: 0xCC0,15:47:03 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xCC4,15:47:03 INFO] [MACHINE 1 INPUT #25] - (HDW) Interface Arrival
    [SERVICE: 0xCC4,15:47:03 INFO] [1] progress state is 2, Waiting to mount = 1
    [SERVICE: 0xCC4,15:47:03 INFO] [1] progress is now 2
    [SERVICE: 0xCC4,15:47:03 INFO] [1] progress is now 2
    [SERVICE: 0xCC4,15:47:03 INFO] [MACHINE 1 TRANSITION] - {Unknown} ==> {Connected}
    [SERVICE: 0xCC8,15:47:03 INFO] [MACHINE 1 INPUT #26] - (HDW) CheckDevNode
    [SERVICE: 0xCC8,15:47:03 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xCC4,15:47:03 INFO] [MACHINE 1 ACTIONS] - {Connected}
    [SERVICE: 0xCC4,15:47:03 INFO] [1] SCSI Inquiry attempt #0
    [SERVICE: 0xCC4,15:47:03 INFO] VendorId: Apple
    [SERVICE: 0xCC4,15:47:03 INFO] ProductId: iPod
    [SERVICE: 0xCC4,15:47:03 INFO] revision: 2.70
    [SERVICE: 0xCC4,15:47:03 INFO] vendor bytes:
    [SERVICE: 0xCC4,15:47:03 INFO] 02 01 00 00 00 00 00 00 00 82 00 00 92 00 00 00 00 00 00 00
    [SERVICE: 0xCC4,15:47:03 INFO] [1] firmware version: 2.70 (0x246)
    [SERVICE: 0xCC4,15:47:03 INFO] [1] Power State: Powered
    [SERVICE: 0xCC4,15:47:03 INFO] [1] Checkpoint attempt #0
    [SERVICE: 0xCC4,15:47:03 INFO] [1] could not retrieve checkpoint, calculating build id, family, and serial number
    [SERVICE: 0xCC4,15:47:03 ERROR] unexpected firmware major version 2
    [SERVICE: 0xCC4,15:47:03 INFO] [1] serial # 000a270010c2f306
    [SERVICE: 0xCC4,15:47:03 INFO] [1] *** CONNECTED - Sending event out, device session 0.
    [SERVICE: 0xEEC,15:47:03 INFO] [1] Checkpoint attempt #1
    [SERVICE: 0xEEC,15:47:03 INFO] <0x4> Got Serial #
    [SERVICE: 0xFF8,15:47:03 INFO] [1] Checkpoint attempt #1
    [SERVICE: 0xCD0,15:47:07 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:07 INFO] [VolumeArrive] mask = 0x3D
    [SERVICE: 0xCD0,15:47:07 INFO] looking up device # for \\.\F:
    [SERVICE: 0xCD0,15:47:07 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:07 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0xCD0,15:47:07 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:07 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:07 INFO] looking up device # for \\.\E:
    [SERVICE: 0xCD0,15:47:07 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:07 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,15:47:07 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:07 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,15:47:07 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:07 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:07 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:07 INFO] [VolumeArrive] mask = 0x3D
    [SERVICE: 0xCD0,15:47:07 INFO] looking up device # for \\.\F:
    [SERVICE: 0xCD0,15:47:07 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:07 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0xCD0,15:47:07 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:07 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:07 INFO] looking up device # for \\.\E:
    [SERVICE: 0xCD0,15:47:07 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:07 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,15:47:07 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:07 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,15:47:07 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:07 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:07 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:07 INFO] [VolumeArrive] mask = 0x3D
    [SERVICE: 0xCD0,15:47:07 INFO] looking up device # for \\.\F:
    [SERVICE: 0xCD0,15:47:07 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:07 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0xCD0,15:47:07 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:07 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:07 INFO] looking up device # for \\.\E:
    [SERVICE: 0xCD0,15:47:07 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:07 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,15:47:07 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:07 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,15:47:07 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:07 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:07 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:07 INFO] [VolumeArrive] mask = 0x3D
    [SERVICE: 0xCD0,15:47:07 INFO] looking up device # for \\.\F:
    [SERVICE: 0xCD0,15:47:07 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:07 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0xCD0,15:47:07 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:07 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:08 INFO] looking up device # for \\.\E:
    [SERVICE: 0xCD0,15:47:08 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:08 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,15:47:08 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:08 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,15:47:08 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:08 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:08 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:08 INFO] [VolumeArrive] mask = 0x3D
    [SERVICE: 0xCD0,15:47:08 INFO] looking up device # for \\.\F:
    [SERVICE: 0xCD0,15:47:08 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:08 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0xCD0,15:47:08 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:08 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:08 INFO] looking up device # for \\.\E:
    [SERVICE: 0xCD0,15:47:08 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:08 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,15:47:08 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:08 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,15:47:08 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:08 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:08 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:08 INFO] [VolumeArrive] mask = 0x3D
    [SERVICE: 0xCD0,15:47:08 INFO] looking up device # for \\.\F:
    [SERVICE: 0xCD0,15:47:08 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:08 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0xCD0,15:47:08 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:08 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:08 INFO] looking up device # for \\.\E:
    [SERVICE: 0xCD0,15:47:08 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:08 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,15:47:08 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:08 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,15:47:08 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:08 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:08 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:08 INFO] [VolumeArrive] mask = 0x3D
    [SERVICE: 0xCD0,15:47:08 INFO] looking up device # for \\.\F:
    [SERVICE: 0xCD0,15:47:08 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:08 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0xCD0,15:47:08 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:08 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:08 INFO] looking up device # for \\.\E:
    [SERVICE: 0xCD0,15:47:08 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:08 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,15:47:08 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:08 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,15:47:09 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:09 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:09 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:09 INFO] [VolumeArrive] mask = 0x3D
    [SERVICE: 0xCD0,15:47:09 INFO] looking up device # for \\.\F:
    [SERVICE: 0xCD0,15:47:09 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:09 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0xCD0,15:47:09 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:09 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:09 INFO] looking up device # for \\.\E:
    [SERVICE: 0xCD0,15:47:09 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:09 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,15:47:09 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:09 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,15:47:09 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:09 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:09 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:09 INFO] [VolumeArrive] mask = 0x3D
    [SERVICE: 0xCD0,15:47:09 INFO] looking up device # for \\.\F:
    [SERVICE: 0xCD0,15:47:09 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:09 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0xCD0,15:47:09 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:09 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:09 INFO] looking up device # for \\.\E:
    [SERVICE: 0xCD0,15:47:09 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:09 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,15:47:09 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:09 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,15:47:09 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:09 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:09 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:09 INFO] [VolumeArrive] mask = 0x3D
    [SERVICE: 0xCD0,15:47:09 INFO] looking up device # for \\.\F:
    [SERVICE: 0xCD0,15:47:09 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:09 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0xCD0,15:47:09 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:09 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:09 INFO] looking up device # for \\.\E:
    [SERVICE: 0xCD0,15:47:09 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:09 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,15:47:09 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:09 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCD0,15:47:09 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:09 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:09 INFO] [SIMULATED VOLUME ARRIVAL] generating volume mount for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:09 INFO] [VolumeArrive] mask = 0x7D
    [SERVICE: 0xCD0,15:47:09 INFO] looking up device # for \\.\G:
    [SERVICE: 0xCD0,15:47:09 INFO] type 0x7 drive 0x1 partition 0x1
    [SERVICE: 0xCD0,15:47:09 INFO] iTunes device #1 found with drive letter G, mask 0x40
    [SERVICE: 0xCD0,15:47:09 INFO] [1] set waiting to mount = 0
    [SERVICE: 0xCD0,15:47:09 INFO] [1] input #27 from src #0
    [SERVICE: 0xCD0,15:47:09 INFO] looking up device # for \\.\F:
    [SERVICE: 0xCC0,15:47:09 INFO] [1] input #27
    [SERVICE: 0xCD0,15:47:09 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:09 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0xCD0,15:47:10 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:10 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:10 INFO] looking up device # for \\.\E:
    [SERVICE: 0xCD0,15:47:10 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:10 INFO] looking up device # for \\.\D:
    [SERVICE: 0xCD0,15:47:10 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0xCD0,15:47:10 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0xCC0,15:47:10 INFO] [MACHINE 1 INPUT #27] - (HDW) Volume Mount
    [SERVICE: 0xCC0,15:47:10 INFO] [MACHINE 1 TRANSITION] - {Connected} ==> {Mounted}
    [SERVICE: 0xCD0,15:47:10 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xCD0,15:47:10 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xCD0,15:47:10 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:47:10 INFO] [1] input #28 from src #0
    [SERVICE: 0xCC8,15:47:10 INFO] [1] input #28
    [SERVICE: 0xCC0,15:47:10 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xCC0,15:47:10 INFO] [MACHINE 1 ACTIONS] - {Mounted}
    [SERVICE: 0xCC0,15:47:10 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0xCC0,15:47:10 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0xCC0,15:47:10 INFO] FAILED! Read Operation.
    [SERVICE: 0xCC0,15:47:10 INFO] Last Error = 0x79
    [SERVICE: 0xCC0,15:47:10 INFO] uStart = 0, uNumSectors = 1
    [SERVICE: 0xCC0,15:47:10 INFO] m_hDisk = 0x00000290, ScsiStatus = 0x00000000, sense pStrBuffer:
    [SERVICE: 0xCC0,15:47:10 INFO] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    [SERVICE: 0xCC0,15:47:10 INFO] FAILED! Read Operation.
    [SERVICE: 0xCC0,15:47:10 INFO] Last Error = 0x79
    [SERVICE: 0xCC0,15:47:10 INFO] uStart = 0, uNumSectors = 1
    [SERVICE: 0xCC0,15:47:10 INFO] m_hDisk = 0x00000290, ScsiStatus = 0x00000000, sense pStrBuffer:
    [SERVICE: 0xCC0,15:47:10 INFO] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    [SERVICE: 0xCC0,15:47:11 INFO] FAILED! Read Operation.
    [SERVICE: 0xCC0,15:47:11 INFO] Last Error = 0x1F
    [SERVICE: 0xCC0,15:47:11 INFO] uStart = 0, uNumSectors = 1
    [SERVICE: 0xCC0,15:47:11 INFO] m_hDisk = 0x00000290, ScsiStatus = 0x00000000, sense pStrBuffer:
    [SERVICE: 0xCC0,15:47:11 INFO] 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    [SERVICE: 0xCD0,15:47:30 INFO] [VolumeArrive] mask = 0x40
    [SERVICE: 0xCD0,15:47:30 INFO] looking up device # for \\.\G:
    [SERVICE: 0xCD0,15:47:30 INFO] type 0x7 drive 0x1 partition 0x1
    [SERVICE: 0xCD0,15:47:30 INFO] iTunes device #1 found with drive letter G, mask 0x40
    [SERVICE: 0xCD0,15:47:30 INFO] [1] set waiting to mount = 0
    [SERVICE: 0xCD0,15:47:30 INFO] [1] input #29 from src #0
    [SERVICE: 0xCD0,15:47:31 INFO] [DevNodesChanged]
    [SERVICE: 0xCD0,15:47:31 INFO] [1] input #30 from src #0
    [SERVICE: 0xCC0,15:47:32 INFO] SUCCESS
    [SERVICE: 0xCC0,15:47:32 INFO] FAILED, last error = 0x5
    [SERVICE: 0xCC0,15:47:33 INFO] Volume lock success!
    [SERVICE: 0xCC0,15:47:41 INFO] [1] GetVolumeInformation() failed with error 87
    [SERVICE: 0xCC0,15:47:55 ERROR] CreateFile failed
    [SERVICE: 0xCC0,15:47:55 INFO] [1] ===== iPod Shuffle =====
    [SERVICE: 0xCC0,15:47:55 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0xCC0,15:47:55 INFO] [1] iPod needs formatting...
    [SERVICE: 0xCC0,15:47:55 INFO] 15:47:55, year 2006, day of yr. 311, GMT offset 4 isDST 0
    [SERVICE: 0xCC0,15:47:55 INFO] [1] Perform launch updater check.
    [SERVICE: 0xCC0,15:47:55 INFO] [1] iTunes located at 'C:\Program Files\iTunes\iTunes.exe'
    [SERVICE: 0xCC0,15:47:55 INFO] [1] progress is now 0
    [SERVICE: 0xCC0,15:47:55 INFO] [1] *** MOUNT FAILED - Non-FAT32 device, device session 0
    [SERVICE: 0xCC8,15:47:55 INFO] [MACHINE 1 INPUT #28] - (HDW) CheckDevNode
    [SERVICE: 0xCC8,15:47:55 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xCC8,15:47:55 INFO] [1] input #29
    [SERVICE: 0xFF8,15:47:55 INFO] [1] Checkpoint attempt #2
    [SERVICE: 0xFF8,15:47:55 INFO] <0x4> Got Serial #
    [SERVICE: 0xC9C,15:47:55 INFO] [1] Checkpoint attempt #2
    [SERVICE: 0xCC4,15:47:55 INFO] [1] input #30
    [SERVICE: 0xC54,15:47:55 ERROR] iTunes is already running...
    [SERVICE: 0xCC8,15:47:55 INFO] [MACHINE 1 INPUT #29] - (HDW) Volume Mount
    [SERVICE: 0xCC8,15:47:55 INFO] ** CItunesDevice::HandleHardwareInput()
    [SERVICE: 0xCC4,15:47:55 INFO] [MACHINE 1 INPUT #30] - (HDW) CheckDevNode
    [SERVICE: 0xCC4,15:47:55 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev2.70#000a270010c2f306&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xEEC,15:48:02 INFO] [1] GetVolumeInformation() failed with error 87
    [SERVICE: 0xEEC,15:48:02 INFO] <0x4> GetFormatType() returned unknown format 4
    [SERVICE: 0xFF8,15:48:02 INFO] [1] Checkpoint attempt #2
    [SERVICE: 0xC9C,15:48:02 ERROR] ERROR!!! Empty Checkpoint!
    [SERVICE: 0xC9C,15:48:02 INFO] <0x4> CItunesDevice::GetCheckPointData() failed
    [SERVICE: 0xEEC,15:48:02 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x79C,15:48:02 INFO] Mounted
    [SERVICE: 0x79C,15:48:02 INFO] [1] already mounted!
    [SERVICE: 0x79C,15:48:02 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0xEEC,15:48:05 ERROR] ERROR, mount lock count is 0 but device is not mounted
    [SERVICE: 0xFF8,15:48:19 INFO] [1] GetVolumeInformation() failed with error 87
    [SERVICE: 0xFF8,15:48:19 INFO] <0x4> GetFormatType() returned unknown format 4
    [SERVICE: 0xC9C,15:48:19 ERROR] ERROR!!! Empty Checkpoint!
    [SERVICE: 0xC9C,15:48:19 INFO] <0x4> CItunesDevice::GetCheckPointData() failed
    [SERVICE: 0xEEC,15:48:34 INFO] [1] GetVolumeInformation() failed with error 87
    [SERVICE: 0xEEC,15:48:34 INFO] <0x4> GetFormatType() returned unknown format 4
      Windows XP   my comp. is 4 years old or so...

  • Query edit and calc insert not appearing in servlet, appearing in client

    Hi,
    I use Oracle DB version 9.2.0.4 and Jdeveloper 9.0.3 with BI Beans. I generated a client version of my BIBean application from JDeveloper. When I run that, I have options to edit the query and insert calculations. This is good.
    But, when I run the servelet version of my application, I do not see the options to edit the query and insert calculations.
    Does anyone know what needs to be done to get these options appear on the servlet version?
    Thanks
    Hari

    Hi,
    The version of BI Beans you are currently using does not have all the functionality of the Java Client application environment within the HTML environment. Currently, there is no thin HTML Query Builder or Calculation Builder. However, in HTML (JSP, Servlet and UIX) users can access saved selections, created either from JDeveloper and/or a Java Client application, via the presentation tool bar to modify their presentation queries.
    The next release of BI Beans, which should be available for download shortly, provides both thin Query and Calculation Builders.
    Hope this helps
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • Graphic user interfaces

    Does oracle olap have graphic user interfaces like SQL Server Analysis Services?

    At Escendo we also offer products that have direct access to the OLAP Option including write back. Escendo Analytics, and Architect. Check us out or contact us at http://www.escendo.com
    Escendo Analytics*
    * Full graphic Calculation builder including support for aggregations, allocations, models and many others even including the standard regression and forecasting, Geneva Forecasting and Monte Carlo simulation.
    * Process Management which utilizes DBMS_SCHEDULER making for multiple threaded processes such as as parallel loading/processing a snap - full dependency mapping and approvals and flexible scheduling.
    * Direct Read/Write access through our ad-hoc reporting with all the usual slice and dice features you would expect in a flash front end
    * User access control and management through our Business Perspectives (users, groups
    * Easy sharing and collaboration - use any standard SQL reporting tools against the the same data (obviously since this is an Oracle Forum I must add that OBIEE, Publisher, APEX etc - literally any reporting tool)
    Architect* is a multi-simultaneous developer workbench which allows full direct access to the OLAP Option capabilities, while our Analyzer web interface to Analytics provides
    *version Control including optional integration with subversion, promotion management (dev->test->QA->PROD for example)
    *partition templates
    *Fullly automated multi-user access
    *both Visible and non-user visible measures
    *aggregation and allocation management
    *native support for both level and value based(ragged) hierarchies
    *model and Program editing with lots of Features for productivity and quality enhancements (we use it to develop our flagship products)
    *Conversion utilities for legacy Express Applications (Like OFA)  - we have converted OFA systems (including reports and saved selections) with huge performance boosts in under a week.
    Don't forget that since we are inside the database with Oracle OLAP, there are huge benefits in managing a truly integrated solution. As part of the database kernel, you have scalability, performance and reliability which is unrivaled. (Things like rman, imp/exp etc.
    A partner has an excel add-in which has native support the Escendo application platform. http://myobjectiveolap.com/index.htm It is very useful in that you have very advanced control and interaction with the OLAP option allowing complete control over your excel formatting and layout.
    Edited by: user467608 on Jul 8, 2010 7:41 AM

  • When will new version of BI Beans be available?

    We'd very much like to have Query Builder and Calculation Builder functionality in the thin-client implentation of BI presentations. From other posts in this forum I've learned that the next version of BI Beans will have both of these. However, these posts weren't specific about when this will be available ("soon" and "this summer" were the responses).
    Is there a definite timeframe for when this release will be available?

    That's the same answer given out in February. I had been hoping that since summer is a month and change away, there'd be some more specific dates.
    We're trying to decide whether to use the java or thin-client deployment method, and without Edit Query and Calculations the thin-client deployment lacks far behind, functionality-wise. Is there any beta program, or early preview, or white papers, or something that might give us an idea of what to expect?
    s.l.

  • Can BI Beans 905 suport applet?

    I got the BI Beans 905 from oracle support team.
    JDeveloper version = 9.0.3.2.1145
    BI Beans internal version = 2.7.0.13.1
    Can it support the applet ?
    If can ,how can I do this?
    I have learned that the BI Beans 905 can support applet:
    Java Client - Application or Applet
    Increased Query Performance (SQL Optimization)
    HTML Beans Extensions
    HTML Query Builder
    HTML Calculation Builder
    HTML Presentation Customizers
    HTML Presentation Formatting
    HTML Development Support
    Extended JSP Tag Library
    UIX and JSP Wizards

    Sorry.
    that info is wrong,and this is the correct:
    JDeveloper version ........................ = 9.0.5.1.1474
    BI Beans release description .............. = BI Beans 9.0.x Production Release
    BI Beans component number ................. = 9.0.x.0.0
    BI Beans internal version ................. = 3.2.0.14
    I'm also using FORM builder.The FORM is using applet,so I have considered using applet to build some BI-Beans's applications.
    Thank you for your advice,I will try the java web start.

  • Are BI Beans already installed with Developer Suite 10g R2?

    I wish to use BI Beans in Forms Builder 10g R2. Do I have to download the BI Beans separately or it has already been included when I install Developer Suite 10g R2? Thanks.

    If you are planning to use Forms against a relational data source then you will only be able to use the BI Graph bean as part of your development. The graph bean is automatically shipped with JDeveloper and there is no need to install BI Beans.
    There are lots of examples of how to use the graph bean with relational data sources and these can be found on the following sites:
    OTN Reports Home Page - Links to the FAQ on graphing
    BI Blog - posting on how to use the graph bean
    BI10gR2 samples - contains a JSP example of how to use the graph bean with a relational and XML data source.
    Forms does not support multi-dimensional data sources so there is no way to use the other BI Beans components such as query builder, calculation builder, crosstab beans unless you are using a multi-dimensional data source which requires use of Oracle OLAP (preferably 10gR2).
    What do you want to build with BI Beans?
    Keith Laker
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/

  • How to  build a  Calculator in WAB Template  by using  Java Script......

    Hi ,
    I am  trying   to build a dynamic  calculator in WAD which is as  similar to one in Executive view in Cognos. The  problem i am  facing  is,  i can  able to build a normal  calculator  by using  java script  but  i am  unable  to read the  key figure  values from  the  analysis  item  on from the  data  provider  in to  by  calculator  by using  on click  function. I wanted  to get the all  the  values in to a internal excel , so  that  my calculator can read the  values from  that. can  any  one  help  me  on getting  values in to internal excel by using   java before the  executing the  web template ?...
    Thanks in advance....
    Jhon.
    Edited by: sap bw on Jul 31, 2008 5:51 PM
    Edited by: sap bw on Jul 31, 2008 5:52 PM

    I might not be understanding your question completely since you mention WAD and then Excel, but if you are asking how to get the key figure values using Javascript in WAD, you can go to the Dataprovider properties and enable 'Output Result Data'.  This will embed an XML element into the HTML output that you can then parse using standard Javascript DOM navigation.
    Hope this helps.

  • Hi, I have an issue with a program that needs Windows Access for, it to run, any Ideas on how to make it work, the program I need to run is sbem (a building calculation software)

    Hi
    I have a mac book pro, I need to run a software package that requires Windows Access for it to work
    The software is SBEM (A building calculation software)
    Any ideas
    Many Thanks

    Direct you to the proper forum for MacBook :
    MacBook Series Forumshttps://discussions.apple.com/community/notebooks?view=discussions
    Mac OS X Forums
    https://discussions.apple.com/community/mac_os?view=discussions 
    http://www.apple.com/support/macbookpro
    Mac 101: Using Windows on your Mac via Boot Camp
    https://support.apple.com/kb/HT1461
    Helpful Apple Support Resources (Forum Overview)
    Boot Camp Support 
    Boot Camp Manuals
    Community
    https://discussions.apple.com/community/windows_software/boot_camp
    Boot Camp 4.0, OS X Lion: Frequently asked question
    http://support.apple.com/kb/HT4818

  • Building a calculator

    hi, i am trying to build a calculator in java, but i am having difficulty regarding the layout of buttons. please can someone tell me that which layout should i use ? I want the calculator to look like
    9 8 7 -
    6 5 4 *
    3 2 1 /
    0 . = +
    I also want that the the size of the + button be adjustable . I tried using the setSize method but it is not working.

    You should use a GridBagLayout().
    When you add a component, you have to give a GridBagConstraints object, to define in what cell the added component will be putted.
    When you use a LayoutManager, it uses the PreferredSize to resize all components in it.
    the setSize() method doesn't takes effect (actually it does, but you don't see the changes because the LayoutManager resize automatically all components)

  • How implement (Forms Builder ) Calculation Item in JDeveloper ADF?

    How implement (Forms Builder ) Calculation Item in JDeveloper ADF?
    (Forms Builder ) Property
    Calculation -> Calculation Mode=Summary
    Calculation -> Formula -> Summary Function=Sum
    Calculation -> Formula -> Summarized Block=Block Name
    Calculation -> Formula -> Summarized Item=Quantity Item

    You can have transient attributes in your VO that do calculations.
    http://download.oracle.com/docs/html/B25947_01/bcentities010.htm#BABHGCAH
    For summaries here are a few other options:
    http://www.freewebalbum.com/blogs/faces/bjanko/blogs.jsp?blog=bjanko20070725180020
    http://andrejusb.blogspot.com/2008/01/complex-calculated-values-in-oracle-adf.html

Maybe you are looking for