Hyper-V-VmSwitch event 106

Hi everybody,
I have a problem with my nic teaming in Hyper-V.
In eventlog I do have events with id 106:
Available processor sets of the underlying physical NICs belonging to the LBFO team NIC /DEVICE/{GUID} (Friendly Name: Microsoft Network Adapter Multiplexor Driver #2) on switch GUID (Friendly Name: HS-vSwitch) are not configured correctly. Reason: The processor sets overlap when LBFO is configured with sum-queue mode.
I have read the following blogs:
http://blogs.technet.com/b/networking/archive/2013/09/24/vmq-deep-dive-1-of-3.aspx
http://blogs.technet.com/b/networking/archive/2013/09/10/vmq-deep-dive-2-of-3.aspx
http://blogs.technet.com/b/networking/archive/2013/10/22/vmq-deep-dive-3-of-3.aspx
I do have 2 CPU-Sockets with 12 cores per socket and hyperthreading enabled.
That makes 48 logical processors.
My NIC-Team is switchindependent with "Hyper-V Port" load balancing mode.
As far as I understand I have to configure the VMQs to use seperate logical processors (lp) per NIC.
I do this with the following commands in powershell:
Set-NetAdapterVMQ –Name NIC01 –BaseProcessorNumber 0 –MaxProcessors 24
Set-NetAdapterVMQ –Name NIC02 –BaseProcessorNumber 24 –MaxProcessors 24
After this command I still get the error in eventlog :(
I tried a bit after that and used the following commands:
Set-NetAdapterVMQ –Name NIC01 –BaseProcessorNumber 0 –MaxProcessors 12
Set-NetAdapterVMQ –Name NIC02 –BaseProcessorNumber 24 –MaxProcessors 12
There should be no overlapping anymore but error is still there.
My NICs are VMQ enabled. This is verified with get-netadaptervmq and the above settings are correctly displayed (BaseVmqProcessor and MaxProcessors).
What am I getting wrong?
Thanks for your help.
Greetings from germany,
torsten

Thanks for your reply.
The reboot didn't change anything. Would have been strange if the reboot would have been necessary :-)
I did some more testing and the following did solve my issue:
Set-NetAdapterVMQ -Name NIC1 -BaseProcessorgroup 0 –BaseProcessorNumber 2 -Enabled $True -MaxProcessorNumber 9 –MaxProcessors 8
Set-NetAdapterVMQ -Name NIC2 -BaseProcessorgroup 0 –BaseProcessorNumber 12 -Enabled $True -MaxProcessorNumber 19 –MaxProcessors 8
The additional parameters are listet as optional but in my case the were necessary.
Hope this helps someone to save some time.
greetings from germany,
torsten

Similar Messages

  • Hyper-V-VmSwitch Event id 106

    I have Windows Server 2012R2 with Hyper-V role installed. I,m using network Team.
    When the server starts I receive a error - Hyper-V-VmSwitch EventID 106 - in system event log.
    Log Name:      System
    Source:        Microsoft-Windows-Hyper-V-VmSwitch
    Date:          07.01.2014 18:13:48
    Event ID:      106
    Task Category: None
    Level:         Error
    Keywords:     
    User:          SYSTEM
    Computer:      csmavrtcl06.nlb.si
    Description:
    Available processor sets of the underlying physical NICs belonging to the LBFO team NIC /DEVICE/{CE5C164C-31C5-4EE7-AD31-CC2A1B2E6813} (Friendly Name: Microsoft Network Adapter Multiplexor Driver #2) on switch 25051EB0-C449-4504-A024-DB3F2D16591F (Friendly
    Name: ClusterSwitch) are not configured correctly. Reason: The processor sets are not identical when LBFO is configured with min-queue mode.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Hyper-V-VmSwitch" Guid="{67DC0D66-3695-47C0-9642-33F76F7BD7AD}" />
        <EventID>106</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2014-01-07T17:13:48.156559500Z" />
        <EventRecordID>3455</EventRecordID>
        <Correlation />
        <Execution ProcessID="4" ThreadID="60" />
        <Channel>System</Channel>
        <Computer>csmavrtcl06.nlb.si</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="NicNameLen">46</Data>
        <Data Name="NicName">/DEVICE/{CE5C164C-31C5-4EE7-AD31-CC2A1B2E6813}</Data>
        <Data Name="NicFNameLen">47</Data>
        <Data Name="NicFName">Microsoft Network Adapter Multiplexor Driver #2</Data>
        <Data Name="SwitchNameLen">36</Data>
        <Data Name="SwitchName">25051EB0-C449-4504-A024-DB3F2D16591F</Data>
        <Data Name="SwitchFNameLen">13</Data>
        <Data Name="SwitchFName">ClusterSwitch</Data>
        <Data Name="QueueMode">1</Data>
      </EventData>
    </Event>

    Hi,
    I run this command:
    Set-NetAdapterRss -name "10GE-S09-SP", "10GE-S09-SP"
    -BaseProcessorNumber 0 -MaxProcessorNumber 16
    Now both interfaces in team: Team-Cluster use same processors:
    PS C:\Windows\system32> Get-NetAdapterVMQ
    Name                           InterfaceDescription             
    Enabled BaseVmqProcessor MaxProcessors NumberOfReceive
    Queues
    Team-VM                        Microsoft Network Adapter Mult... True    0:0                           
    29
    10GE-S11-ZG                    HP Ethernet 10Gb 2-port 530...#45 True    0:0             
    16            29
    10GE-S09-ZG                    HP Ethernet 10Gb 2-port 530...#43 True    0:0             
    16            29
    10GE-S09-SP                    HP Ethernet 10Gb 2-port 530...#42 True    0:0             
    16            29
    10GE-S11-SP                    HP Ethernet 10Gb 2-port 530...#44 True    0:0             
    16            29
    Team-Cluster                   Microsoft Network Adapter Mu...#2 True    0:0                           
    29
    PS C:\Windows\system32> Get-NetAdapterRSS
    Name                                           
    : 10GE-S09-SP
    InterfaceDescription                            : HP Ethernet 10Gb 2-port 530T Adapter #42
    Enabled                                         : True
    NumberOfReceiveQueues                           : 8
    Profile                                         :
    BaseProcessor: [Group:Number]                   : 0:0
    MaxProcessor: [Group:Number]                    : :
    MaxProcessors                                   : 16
    RssProcessorArray: [Group:Number/NUMA Distance] :
    IndirectionTable: [Group:Number]                :
    Name                                           
    : 10GE-S11-SP
    InterfaceDescription                            : HP Ethernet 10Gb 2-port 530T Adapter #44
    Enabled                                         : True
    NumberOfReceiveQueues                           : 8
    Profile                                         :
    BaseProcessor: [Group:Number]                   : 0:0
    MaxProcessor: [Group:Number]                    : :
    MaxProcessors                                   : 16
    RssProcessorArray: [Group:Number/NUMA Distance] :
    IndirectionTable: [Group:Number]                :
    Name                                           
    : Team-Cluster
    InterfaceDescription                            : Microsoft Network Adapter Multiplexor Driver #2
    Enabled                                         : True
    NumberOfReceiveQueues                           : 0
    Profile                                         : NUMAStatic
    BaseProcessor: [Group:Number]                   : 0:0
    MaxProcessor: [Group:Number]                    : 0:39
    MaxProcessors                                   : 4
    RssProcessorArray: [Group:Number/NUMA Distance] : 0:0/0  0:1/0  0:2/0  0:3/0  0:4/0  0:5/0  0:6/0  0:7/0
    0:8/0  0:9/0  0:10/0  0:11/0  0:12/0  0:13/0  0:14/0  0:15/0
    0:16/0  0:17/0  0:18/0  0:19/0  0:20/0  0:21/0  0:22/0  0:23/0
    0:24/0  0:25/0  0:26/0  0:27/0  0:28/0  0:29/0  0:30/0  0:31/0
    0:32/0  0:33/0  0:34/0  0:35/0  0:36/0  0:37/0  0:38/0  0:39/0
    IndirectionTable: [Group:Number]       
    And the problem (event id 106) is still present....
    Regards, Simon

  • Hyper-V-VmSwitch EventID 106

    I have Windows Server 2012 with Hyper-V role. There is a network team on the server.
    When the server starts I receive a error:
    Log Name:      System
    Source:        Microsoft-Windows-Hyper-V-VmSwitch
    Date:          2/4/2013 2:44:50 PM
    Event ID:      106
    Task Category: None
    Level:         Error
    Keywords:     
    User:          SYSTEM
    Computer:      Seventeen.aqa.com.ru
    Description:
    Available processor sets of the underlying physical NICs belonging to the LBFO team NIC /DEVICE/{F81E5C50-00B3-4105-9CBB-04919F058B9D} (Friendly Name: Microsoft Network Adapter Multiplexor Driver) on switch 8CBADD0E-F4A3-45D4-AC2D-874C7DE6C821 (Friendly Name:
    AQA) are not configured correctly. Reason: The processor sets overlap when LBFO is configured with sum-queue mode.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Hyper-V-VmSwitch" Guid="{67DC0D66-3695-47C0-9642-33F76F7BD7AD}" />
        <EventID>106</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000000</Keywords>
        <TimeCreated SystemTime="2013-02-04T10:44:50.175406400Z" />
        <EventRecordID>11345</EventRecordID>
        <Correlation />
        <Execution ProcessID="4" ThreadID="380" />
        <Channel>System</Channel>
        <Computer>Seventeen.aqa.com.ru</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="NicNameLen">46</Data>
        <Data Name="NicName">/DEVICE/{F81E5C50-00B3-4105-9CBB-04919F058B9D}</Data>
        <Data Name="NicFNameLen">44</Data>
        <Data Name="NicFName">Microsoft Network Adapter Multiplexor Driver</Data>
        <Data Name="SwitchNameLen">36</Data>
        <Data Name="SwitchName">8CBADD0E-F4A3-45D4-AC2D-874C7DE6C821</Data>
        <Data Name="SwitchFNameLen">3</Data>
        <Data Name="SwitchFName">AQA</Data>
        <Data Name="QueueMode">2</Data>
      </EventData>
    </Event>

    I suppose you meant these settings:
    =====
    PS C:\Windows\system32> Get-NetLbfoTeam|fl
    Name                   : team0
     Members                : {Ethernet 3, Ethernet 2, Ethernet 4, Ethernet}
     TeamNics               : team0
     TeamingMode            : SwitchIndependent
     LoadBalancingAlgorithm : HyperVPort
     Status                 : Up
    PS C:\Windows\system32> Get-NetAdapterRss|fl
    Name                                           
    : Ethernet
     InterfaceDescription                            : Intel(R) I350 Gigabit Network Connection
     Enabled                                         : True
     NumberOfReceiveQueues                           : 2
     Profile                                         : Closest
     BaseProcessor: [Group:Number]                   : :4
     MaxProcessor: [Group:Number]                    : :63
     MaxProcessors                                   : 7
     RssProcessorArray: [Group:Number/NUMA Distance] :
     IndirectionTable: [Group:Number]                :
    Name                                           
    : Ethernet 2
     InterfaceDescription                            : Intel(R) I350 Gigabit Network Connection #2
     Enabled                                         : True
     NumberOfReceiveQueues                           : 2
     Profile                                         : Closest
     BaseProcessor: [Group:Number]                   : :11
     MaxProcessor: [Group:Number]                    : :63
     MaxProcessors                                   : 7
     RssProcessorArray: [Group:Number/NUMA Distance] :
     IndirectionTable: [Group:Number]                :
    Name                                           
    : Ethernet 4
     InterfaceDescription                            : Intel(R) I350 Gigabit Network Connection #4
     Enabled                                         : True
     NumberOfReceiveQueues                           : 2
     Profile                                         : Closest
     BaseProcessor: [Group:Number]                   : :25
     MaxProcessor: [Group:Number]                    : :7
     MaxProcessors                                   : 7
     RssProcessorArray: [Group:Number/NUMA Distance] :
     IndirectionTable: [Group:Number]                :
    Name                                           
    : Ethernet 3
     InterfaceDescription                            : Intel(R) I350 Gigabit Network Connection #3
     Enabled                                         : True
     NumberOfReceiveQueues                           : 2
     Profile                                         : Closest
     BaseProcessor: [Group:Number]                   : :18
     MaxProcessor: [Group:Number]                    : :63
     MaxProcessors                                   : 7
     RssProcessorArray: [Group:Number/NUMA Distance] :
     IndirectionTable: [Group:Number]                :
    Name                                           
    : team0
     InterfaceDescription                            : Microsoft Network Adapter Multiplexor Driver
     Enabled                                         : True
     NumberOfReceiveQueues                           : 0
     Profile                                         : NUMAStatic
     BaseProcessor: [Group:Number]                   : 0:0
     MaxProcessor: [Group:Number]                    : 0:30
     MaxProcessors                                   : 4
     RssProcessorArray: [Group:Number/NUMA Distance] : 0:0/0  0:2/0  0:4/0  0:6/0  0:8/0  0:10/0  0:12/0  0:14/0
    0:16/0  0:18/0  0:20/0  0:22/0  0:24/0  0:26/0  0:28/0  0:30/0
     IndirectionTable: [Group:Number]                :
    =====
    I think there are no overlaped processor sets. But the error occurs.
    I have another server with the same hardware and the same settings. It has overlaped processor sets by default. And the error does not occur on it.
    What else should  I check on my "bad" server?

  • Event 106-VMSwitch Error:Available processor sets of the underlying physical NICs belonging to the LBFO team...............

    I am Using Hyper-V 2012 R2. and the NIC Teaming mode is "Switch Independent (Dynamic)", I am getting the following Error on NIC Teaming on Both Hyper-V.
    Available processor sets of the underlying physical NICs belonging to the LBFO team NIC /DEVICE/{DBC60E38-B514-4752-941F-09E0418E6D87} (Friendly Name: Microsoft Network Adapter Multiplexor Driver) on switch DE3CB5B5-A67F-449F-83E4-A302671D9715 (Friendly
    Name: VSwitch) are not configured correctly. Reason: The processor sets overlap when LBFO is configured with sum-queue mode.
    Every Hyper-V has 2 NIC with 10GB (Broadcm) Teamed. and Hyper-V Specification is "16 Core , Socket 2, Logical Processor 32.
    Can ANy one Helps why I am getting this error and whats the solution to the Error....
    Thanksss...

    Hi Asfand,
    As you mentioned ,every hyper-v has 2 NICs and team mode is sum-queue .
    You can try to use following powershell command (if you want to allocate 14,16 LPs for each NIC and 0,1 LP for default queue ) :
    Set-NetAdapterVMQ -Name NIC1 -BaseProcessorgroup 0 –BaseProcessorNumber 2 -Enabled $True -MaxProcessorNumber 15 –MaxProcessors 14
    Set-NetAdapterVMQ -Name NIC2 -BaseProcessorgroup 0 –BaseProcessorNumber 16 -Enabled $True -MaxProcessorNumber 31 –MaxProcessors 16
    Please refer to the similar thread :
    http://social.technet.microsoft.com/Forums/en-US/1b320975-eb20-41a4-a06a-98bbff5a85db/hypervvmswitch-event-106?forum=winserverhyperv
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Hyper V VMMS Event ID 10172 server 2012 R2

    Hi,
    Recently setup a brand new 2012 R2 server, using hyper v to host 3 VM's, backing up with backup exec 2014.The backups are failing, backup exec stating...
    V-79-40960-38521 -
    Snapshot Technology: Initialization failure on: "VRTSRV::\\UKBNHV01.ProCam.local\Hyper-V?Virtual?Machine\UKBNDC01". Snapshot technology used: Microsoft Volume Shadow Copy Service (VSS).
    A virtual machine snapshot could not be created. Use the Event Viewer on the Hyper-V host to identify the cause. If the virtual machine is not properly configured, it may be necessary to use the Event Viewer in the virtual machine to
    identify the cause.
    Looking at the Hyper V VMMS event viewer I get the error:
    VSS writers inside virtual machine 'UKBNIT01' failed to perform BackupComplete to its shadow copy (VSS snapshot) set: Catastrophic failure (0x8000FFFF). (Virtual machine ID 7C31CD39-FFAD-4E04-BF92-223BC120BE1B) event ID 10172
    I see there are other posts relating to this, with random answers suggesting fixes relating to disk speeds and all sorts. If i restart the hyper v's and physical server the backup will run maybe 2 or 3 times successfully before failing again. Clearly buying
    a server to restart it every 2 days isn't an option.
    It seems apparent this isn't just a problem relating to server 2012 R2, but has carried across in all newer versions of windows server.
    My Vss Writers list as follows:
    Microsoft Windows [Version 6.3.9600]
    (c) 2013 Microsoft Corporation. All rights reserved.
    C:\Windows\system32>vssadmin list writers
    vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool
    (C) Copyright 2001-2013 Microsoft Corp.
    Writer name: 'Task Scheduler Writer'
       Writer Id: {d61d61c8-d73a-4eee-8cdd-f6f9786b7124}
       Writer Instance Id: {1bddd48e-5052-49db-9b07-b96f96727e6b}
       State: [1] Stable
       Last error: No error
    Writer name: 'VSS Metadata Store Writer'
       Writer Id: {75dfb225-e2e4-4d39-9ac9-ffaff65ddf06}
       Writer Instance Id: {088e7a7d-09a8-4cc6-a609-ad90e75ddc93}
       State: [1] Stable
       Last error: No error
    Writer name: 'Performance Counters Writer'
       Writer Id: {0bada1de-01a9-4625-8278-69e735f39dd2}
       Writer Instance Id: {f0086dda-9efc-47c5-8eb6-a944c3d09381}
       State: [1] Stable
       Last error: No error
    Writer name: 'System Writer'
       Writer Id: {e8132975-6f93-4464-a53e-1050253ae220}
       Writer Instance Id: {89a328b7-87eb-48e2-a3e6-9d04b164ba32}
       State: [1] Stable
       Last error: No error
    Writer name: 'Microsoft Hyper-V VSS Writer'
       Writer Id: {66841cd4-6ded-4f4b-8f17-fd23f8ddc3de}
       Writer Instance Id: {baa1e068-a50f-4d2e-898c-a54920ae4117}
       State: [8] Failed
       Last error: Retryable error
    Writer name: 'BITS Writer'
       Writer Id: {4969d978-be47-48b0-b100-f328f07ac1e0}
       Writer Instance Id: {4986e692-ea2c-454e-813e-9e5f71854adf}
       State: [1] Stable
       Last error: No error
    Writer name: 'SqlServerWriter'
       Writer Id: {a65faa63-5ea8-4ebc-9dbd-a0c4db26912a}
       Writer Instance Id: {f7f18f2b-660b-4e18-9aa1-5caa5115045e}
       State: [1] Stable
       Last error: No error
    Writer name: 'ASR Writer'
       Writer Id: {be000cbe-11fe-4426-9c58-531aa6355fc4}
       Writer Instance Id: {bfa584a7-72b3-47c1-90d7-87e71074e875}
       State: [1] Stable
       Last error: No error
    Writer name: 'Shadow Copy Optimization Writer'
       Writer Id: {4dc3bdd4-ab48-4d07-adb0-3bee2926fd7f}
       Writer Instance Id: {954a91e4-8c93-4f21-9ceb-53f2df3fefc5}
       State: [1] Stable
       Last error: No error
    Writer name: 'Registry Writer'
       Writer Id: {afbab4a2-367d-4d15-a586-71dbb18f8485}
       Writer Instance Id: {a254fab5-d160-4a2d-9f8f-e43e7ea0708e}
       State: [1] Stable
       Last error: No error
    Writer name: 'COM+ REGDB Writer'
       Writer Id: {542da469-d3e1-473c-9f4f-7847f01fc64f}
       Writer Instance Id: {d01d076a-aa1b-4998-8a5b-91b993895405}
       State: [1] Stable
       Last error: No error
    Writer name: 'WMI Writer'
       Writer Id: {a6ad56c2-b509-4e6c-bb19-49d8f43532f0}
       Writer Instance Id: {1e7cb515-f73d-4146-838d-74605a77628c}
       State: [1] Stable
       Last error: No error
    Is anyone able to explain how to trace why the Hyper-V VSS Writer gets the retryable error?
    Thanks
    Nick

    Hi Nick,
    You could use diskshadow command to clean up the orphaned snapshots to bring the Hyper-V VSS Writer back to a stable condition.
    Diskshadow (press enter)
    delete shadows all (press enter)
    Firstly, please check if you can do a backup with Windows Server Backup. In additional, please check if there is a Read Only Volume attached to VMs. If so, removed the flag read only volume to check if the backup works.
    Best Regards,
    Mandy 
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Hyper-V LBFO Teaming VMQ RSS-settings

    Hi,
    We are running a six host Hyper-V Cluster on 2012 R2 Core machines. Since the environment was set up we have been receiving the following error:
    Source: Hyper-V-VmSwitch
    Event ID: 106
    Description: Available processor sets of the underlying physical NICs belonging to the LBFO team on switch [GUID] (Friendly Name: VMNet Logical Switch are not configured correctly. Reason: The processor sets overlap when LBFO is configured with sum-queue
    mode. 
    The error pertains to the LBFO-team for our VM-Networks that was created automatically by SCVMM after joining the two NIC:s into a logical switch. After reading the MS documentation on Server 2012 teaming - http://www.microsoft.com/en-us/download/confirmation.aspx?id=30160)
    - I came to the following conclusion:
    The team is SwitchIndependent, Active-Active with HyperVPort as LBA. Our hosts have 32 logical cores therefore i ran the following commands:
    Set-NetAdapterRss -name VMNet01 -BaseProcessorNumber 2 -MaxProcessorNumber 16 (Leaving out CPU core 0 and 1 for system processing as per recommendations)
    Set-NetAdapterRss -name VMNet02 -BaseProcessorNumber 17 -MaxProcessorNumber 31
    (I did not run any commands on the Logical Switch itself)
    Which would give each NIC 15 cores each to use for VMQ. After that configuration was made and I rebooted the server i receive a different error upon boot:
    Source: Hyper-V-VmSwitch
    Event ID: 15
    Description: Failed to restore configuration for port Properties (Friendly Name: ) on switch [GUID] (Friendly Name: ), status = Object Name not found.
    Where [GUID] is the GUID of the Hyper-V-switch and the Friendly name of that Switch is blank (instead of saying VMNetLogical Switch) as before. I have tried removing the switch and adding it again (destroying and recreating the team). But the issue persists.
    Any ideas on how to fix this? Might this just be a "cosmetic flaw" or is it something I should get in order before putting this host back in to our production environment?
    This is what i get when i run Get-NetadapterRSS on the NIC:s and the switch
    Name  : VMnet Logical Switch
    InterfaceDescription: Microsoft Network Adapter Multiplexor Driver
    Enabled: True
    NumberOfReceiveQueues: 0
    Profile: NUMAStatic
    BaseProcessor: [Group:Number]  : 0:0
    MaxProcessor: [Group:Number]  : 0:30
    MaxProcessors  : 4
    RssProcessorArray: [Group:Number/NUMA Distance] :
      0:0/0  0:2/0  0:4/0  0:6/0
                                                      0:8/0  0:10/0  0:12/0  0:14/0
                                                      0:16/0  0:18/0  0:20/0
                                                      0:22/0  0:24/0  0:26/0
                                                      0:28/0  0:30/0
    IndirectionTable: [Group:Number] :
    Name : VMNet01
    InterfaceDescription: HP FlexFabric 10Gb 2-port 534FLB Adapter  #106
    Enabled: True
    NumberOfReceiveQueues: 8
    Profile :
    BaseProcessor: [Group:Number] : :2
    MaxProcessor: [Group:Number]: :16
    MaxProcessors  : 16
    RssProcessorArray: [Group:Number/NUMA Distance] :
    IndirectionTable: [Group:Number]:
    Name  : VMNet02
    InterfaceDescription: HP FlexFabric 10Gb 2-port 534FLB Adapter  #107
    Enabled : True
    NumberOfReceiveQueues : 8
    Profile:
    BaseProcessor: [Group:Number] : :17
    MaxProcessor: [Group:Number] : :31
    MaxProcessors : 16
    RssProcessorArray: [Group:Number/NUMA Distance] :
    IndirectionTable: [Group:Number] :

    Caption                                 : MSFT_NetAdapterVmqSettingData 'HP
                                              FlexFabric 10Gb 2-port 534FLB
                                              Adapter  #106'
    Description                             : HP FlexFabric 10Gb 2-port 534FLB
                                              Adapter  #106
    ElementName                             : HP FlexFabric 10Gb 2-port 534FLB
                                              Adapter  #106
    InstanceID                              : {DDF16911-57A4-4F36-B919-F28237002030
    InterfaceDescription                    : HP FlexFabric 10Gb 2-port 534FLB
                                              Adapter  #106
    Name                                    : VMNet01
    Source                                  : 2
    SystemName                              : asrhv06.*.local
    AnyVlanSupported                        :
    BaseProcessorGroup                      : 0
    BaseProcessorNumber                     : 2
    DynamicProcessorAffinityChangeSupported :
    Enabled                                 : True
    InterruptVectorCoalescingSupported      :
    LookaheadSplitSupported                 : False
    MaxLookaheadSplitSize                   : 0
    MaxProcessorNumber                      : 16
    MaxProcessors                           : 16
    MinLookaheadSplitSize                   : 0
    NumaNode                                :
    NumberOfReceiveQueues                   : 15
    NumMacAddressesPerPort                  : 0
    NumVlansPerPort                         : 0
    TotalNumberOfMacAddresses               : 15
    VlanFilteringSupported                  : True
    PSComputerName                          :
    ifAlias                                 : VMNet01
    InterfaceAlias                          : VMNet01
    ifDesc                                  : HP FlexFabric 10Gb 2-port 534FLB
                                              Adapter  #106
    Caption                                 : MSFT_NetAdapterVmqSettingData 'HP
                                              FlexFabric 10Gb 2-port 534FLB
                                              Adapter  #107'
    Description                             : HP FlexFabric 10Gb 2-port 534FLB
                                              Adapter  #107
    ElementName                             : HP FlexFabric 10Gb 2-port 534FLB
                                              Adapter  #107
    InstanceID                              : {94BFD5DC-6D42-4B4B-82EA-0D724C3A36E1
    InterfaceDescription                    : HP FlexFabric 10Gb 2-port 534FLB
                                              Adapter  #107
    Name                                    : VMNet02
    Source                                  : 2
    SystemName                              : asrhv06.*.local
    AnyVlanSupported                        :
    BaseProcessorGroup                      : 0
    BaseProcessorNumber                     : 17
    DynamicProcessorAffinityChangeSupported :
    Enabled                                 : True
    InterruptVectorCoalescingSupported      :
    LookaheadSplitSupported                 : False
    MaxLookaheadSplitSize                   : 0
    MaxProcessorNumber                      : 31
    MaxProcessors                           : 16
    MinLookaheadSplitSize                   : 0
    NumaNode                                :
    NumberOfReceiveQueues                   : 15
    NumMacAddressesPerPort                  : 0
    NumVlansPerPort                         : 0
    TotalNumberOfMacAddresses               : 15
    VlanFilteringSupported                  : True
    PSComputerName                          :
    ifAlias                                 : VMNet02
    InterfaceAlias                          : VMNet02
    ifDesc                                  : HP FlexFabric 10Gb 2-port 534FLB
                                              Adapter  #107
    Caption                                 : MSFT_NetAdapterVmqSettingData
                                              'Microsoft Network Adapter
                                              Multiplexor Driver'
    Description                             : Microsoft Network Adapter
                                              Multiplexor Driver
    ElementName                             : Microsoft Network Adapter
                                              Multiplexor Driver
    InstanceID                              : {28148EF9-CACD-4DC8-ABAC-AA9150361DED
    InterfaceDescription                    : Microsoft Network Adapter
                                              Multiplexor Driver
    Name                                    :  VMnet Logical Switch
    Source                                  : 2
    SystemName                              : asrhv06.*.local
    AnyVlanSupported                        :
    BaseProcessorGroup                      : 0
    BaseProcessorNumber                     : 0
    DynamicProcessorAffinityChangeSupported :
    Enabled                                 : True
    InterruptVectorCoalescingSupported      :
    LookaheadSplitSupported                 : False
    MaxLookaheadSplitSize                   : 0
    MaxProcessorNumber                      :
    MaxProcessors                           :
    MinLookaheadSplitSize                   : 0
    NumaNode                                :
    NumberOfReceiveQueues                   : 30
    NumMacAddressesPerPort                  : 0
    NumVlansPerPort                         : 0
    TotalNumberOfMacAddresses               : 30
    VlanFilteringSupported                  : True
    PSComputerName                          :
    ifAlias                                 : VMnet Logical Switch
    InterfaceAlias                          :  VMnet Logical Switch
    ifDesc                                  : Microsoft Network Adapter
                                              Multiplexor Driver

  • Hyper-V Guest Cluster Node Failing Regularly

    Hi,
    We currently have a 4-node Server 2012 R2 Cluster witch hosts among other things, a 3 node Guest Cluster running a single clustered file service.  
    Around once a week, the guest cluster node that is currently hosting the clustered file service will fail.  It's as if the VM is blue screening.  That in itself is fairly anoying and I'll be doing all the updates and checking event log for clues
    as to the cause.  
    The problem then is that whichever physical cluster node that is hosting the VM when it fails,  will not unlock some of the VM's files.  The Virtual machine configuration lists as Online Pending.  This means that the failed VM cannot be restarted
    on any other cluster node.  The only fix is to drain the physical host it failed on, and reboot. 
    Looking for suggestions on how to fix the following.
    1. Crashing guest file cluster node
    2. Failed VM with shared VHDX requiring Phyiscal host reboot.
    Event messages for the physical host that was hosting the failed vm in order that they occured.
    Hyper-V-Worker: Event ID 18590 - 'FS-03' has encountered a fatal error.  The guest operating system reported that it failed with the following error codes: ErrorCode0: 0x9E, ErrorCode1: 0x6C2A17C0, ErrorCode2: 0x3C, ErrorCode3: 0xA, ErrorCode4:
    0x0.  If the problem persists, contact Product Support for the guest operating system.  (Virtual machine ID 36166B47-D003-4E51-AFB5-7B967A3EFD2D)
    FailoverClustering: Event ID 1069 - Cluster resource 'Virtual Machine FS-03' of type 'Virtual Machine' in clustered role 'FS-03' failed.
    Hyper-V-High-Availability: Event ID 21128 - 'Virtual Machine FS-03' failed to shutdown the virtual machine during the resource termination. The virtual machine will be forcefully stopped.
    Hyper-V-High-Availability: Event ID 21110 - 'Virtual Machine FS-03' failed to terminate.
    Hyper-V-VMMS: Event ID 20108 - The Virtual Machine Management Service failed to start the virtual machine '36166B47-D003-4E51-AFB5-7B967A3EFD2D': The group or resource is not in the correct state to perform the requested operation. (0x8007139F).
    Hyper-V-High-Availability: Event ID 21107 - 'Virtual Machine FS-03' failed to start.
    FailoverClustering: Event ID 1205 - The Cluster service failed to bring clustered role 'FS-03' completely online or offline. One or more resources may be in a failed state. This may impact the availability of the clustered role.

    Hi,
    I don’t found the similar issue, Does your cluster can pass the cluster validation? Does all your Hyper-V host compatible with Server 2012r2? Have you try to disable all your
    AV soft and firewall? Please rerun Storage validation on the Cluster in non-production hours, the cluster validation report will quickly locate the issue.
    More information:
    Cluster
    http://technet.microsoft.com/en-us/library/dd581778(v=ws.10).aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • VM failed to start with Event ID 12140, 12010, 12030

    We are running VMs on Windows 2008. When trying to start one of VMs, we get the failed to start message with Event ID 12140, 12010 and 12030
    Log Name:      Microsoft-Windows-Hyper-V-Worker-Admin
    Source:        Microsoft-Windows-Hyper-V-Worker
    Event ID:      12140
    Task Category: None
    Level:         Error
    Description:
    The description for Event ID 12140 from source Microsoft-Windows-Hyper-V-Worker cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on
    the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    AutoDesk
    808419FF-6855-4DB9-8DD4-DBB30567B6E9
    E:
    %%2147942432
    0x80070020
    IDE/ATAPI
     1/0
    The locale specific resource for the desired message is not present
    Log Name:      Microsoft-Windows-Hyper-V-Worker-Admin
    Source:        Microsoft-Windows-Hyper-V-Worker
    Date:          9/12/2011 1:47:37 PM
    Event ID:      12010
    Task Category: None
    Level:         Error
    Description:
    The description for Event ID 12010 from source Microsoft-Windows-Hyper-V-Worker cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on
    the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    AutoDesk
    808419FF-6855-4DB9-8DD4-DBB30567B6E9
    Microsoft Emulated IDE Controller
    %%2147942432
    0x80070020
    {83F8638B-8DCA-4152-9EDA-2CA8B33039B4}
    The locale specific resource for the desired message is not present
    Log Name:      Microsoft-Windows-Hyper-V-Worker-Admin
    Source:        Microsoft-Windows-Hyper-V-Worker
    Date:          9/12/2011 1:50:42 PM
    Event ID:      12030
    Task Category: None
    Level:         Error
    Description:
    'AutoDesk' failed to start. (Virtual machine 808419FF-6855-4DB9-8DD4-DBB30567B6E9)
    Any help?
    Bob Lin, MVP, MCSE & CNE Networking, Internet, Routing, VPN Troubleshooting on
    http://www.ChicagoTech.net
    How to Setup Windows, Network, VPN & Remote Access on
    http://www.howtonetworking.com

    Hi,
    In order to perform the further research, please help me to collect the following information:
    1. What’s the operating system within the problematic VM?
    2. How many CPU and memory did you assign to this VM?
    3. Did you have any anti-virus software installed on the Hyper-V host machine?
    By the way, you can check the following link to see whether you can resolve the issue.
    http://www.chicagotech.net/netforums/viewtopic.php?f=3&t=5699
    Important Note: This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to
    you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there.
    There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
    Best Regards,
    Vincent Hu

  • Hyper-V - virtual machines don't start automatically after power outage

    Hi,
    I have a HP server running Windows 2012 R2 + Hyper-V. On this server, four VM have Windows Server 2003 R2, and one VM has Windows 2012. After power outage, 1 2003 R2 VM and 1 2012 VM are started properly, but the other three machines aren't. I've started
    it manually. All VM's have last version of Hyper-V integration tools installed, the option "Automatically start VM if it was running before the service was stopped" was chosen. I'm not very familiar with Hyper-V, so, I've investigated only Hyper-V-VMMS
    event log. There are some recurring errors:
    The Integration Services Setup Disk image could not be updated: The process cannot access the file because it is being used by another process. (0x80070020).
    and
    Failed to get the disk information.
    But I think it isn't a clue.
    How can I clarify, why these machines aren't started automatically?

    Hi EugenBerend,
    Maybe it is related to system resources allocation during the start up .
    I would suggest you to configure a startup delay for those lower priority machines so that system
    can locate enough resource for them.
    Hope it helps
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Cannot enable VLAN on VM

    Hi all,
    I cannot enable VLAN identification for VM, when I try to apply I get message: "Error Applying Network Adapter Changes. The Operation on computer 'ServerName' failed.". Previously everything was fine.
    In event viewer I see following error:
    Event ID 95, Source: Hyper-V-VmSwitch
    The VLAN configuration being set on port 036E9BF5-0646-4DC4-967C-B8E4A9A2FB29 (Friendly Name: External_ExternalPort) on switch 749C7BFE-0926-4957-9B95-5D24CE4B1225 (Friendly Name: LAN) is invalid. Reason: VLAN settings other than Access VLAN Id must be zero
    The same situation if I try to uncheck 'Enable VLAN identification' on VM where VLAN was already set. Reboot didn't help. NIC firmware upgrade didn't help.
    Host info: Dell PowerEdge R710, Two Broadcom NET Extreme II NICs inside NIC team created by BACS, HyperV 2012 Server OS.
    How to figure this out?

    Sorry, this is my fail.
    I connected to HyperV host from 2008R2 console. With 2012 console everything works fine.

  • Need key commands list - complete

    can someone do me a favor and email me the clipboard output of the comprehensive key command list? i'm not in a position to do this myself right at the moment. if someone chimes up, i'll reply with the email address to send it to. no formating or anything is necessary.
    also, for those that use key commands a lot and have some complex customization, what is your opinion on its reliability? my questioning is due to the possible utilization of a remote session of logic, receiving custom MIDI sysex commands to basically remote control functionality via MIDI. (i will be sending commands via TCP, but there will be a local server sending MIDI to the host machine) do key commands ever not execute? if you send a rapid sequence of key commands, do they execute in a predictable fashion? etc...

    Why do you need to use Sysex commands? They're so much more complicated to program and keep track of...
    In terms of reliability, sometimes I find that key commands "go bad". This is almost always a case of "key label" commands going bad and to fix the problem they need to be re-programmed as "key position". That's the only buggy behavior re key commands, aside from the bugs in the key command window itself. But that's another story. Here's the list:
    -------- Global Commands --------
    * Record
    •Record Repeat
    Tab •Record Toggle
    sh - 18 •Capture Last Take as Recording
    •Capture Last Take as Recording & Play
    Enter Play
    ; Pause
    Return Stop
    Space Play or Stop
    Rewind
    Forward
    Fast Rewind
    Fast Forward
    Rewind 1 frame
    Forward 1 frame
    Rewind by format value
    Forward by format value
    Shuttle Rewind
    Shuttle Forward
    Scrub Rewind
    Scrub Forward
    Scrub by MIDI Value (-2-)
    ct 0 •Play from Beginning
    •Play from previous Bar
    •Play from Left Locator
    •Play from Right Locator
     •Play from left window corner
     Goto Left Locator
    ct Enter Goto Right Locator
    Goto Last Play Position
    Stop Goto Last Play Position
    Stop Goto Left Locator
    op co G •goto Position...
    . Set Left Locator...
    ct . Set Right Locator...
    sh [ Set Left Locator by Song Position
    [ Set Left Locator by rounded Song Position
    Set Left Autodrop Point by Song Position
    Set Left Autodrop Point by rounded Song Position
    sh ] Set Right Locator by Song Position
    ] Set Right Locator by rounded Song Position
    Set Right Autodrop Point by Song Position
    Set Right Autodrop Point by rounded Song Position
    Set Locators by Regions
    op O Set rounded Locators by Regions/Events
    ct X •Set Locators & Play
    X •Set rounded Locators & Play
    •Set rounded Locators & Cycle Play
    •Set rounded Locators & Record
    •Set rounded Locators & Cycle Record
    Swap Left and Right Locator
    Move Locators forward by Cycle Length
    Move Locators backwards by Cycle Length
    sh Enter •Play from Selection
    •Goto Selection
    ct a Create Marker
    sh a Create Marker without rounding
    Create Marker by Regions
    Delete Marker
    sh M Open Marker List...
    Open Marker List as Float...
    Open Marker Text...
    Open Marker Text as Float...
    Set Locators by Marker & Enable Cycle
    Set Locators by previous Marker & Enable Cycle
    Set Locators by next Marker & Enable Cycle
    sh -123 Goto Previous Marker
    sh -124 Goto Next Marker
    Goto Marker Number...
    sh - 85 Quick Edit Marker
    ct 1 Goto Marker Number 1
    ct 2 Goto Marker Number 2
    ct 3 Goto Marker Number 3
    ct 4 Goto Marker Number 4
    ct 5 Goto Marker Number 5
    ct 6 Goto Marker Number 6
    ct 7 Goto Marker Number 7
    ct 8 Goto Marker Number 8
    ct 9 Goto Marker Number 9
    ct op 0 Goto Marker Number 10
    ct op 1 Goto Marker Number 11
    ct op 2 Goto Marker Number 12
    ct op 3 Goto Marker Number 13
    ct op 4 Goto Marker Number 14
    ct op 5 Goto Marker Number 15
    ct op 6 Goto Marker Number 16
    ct op 7 Goto Marker Number 17
    ct op 8 Goto Marker Number 18
    ct op 9 Goto Marker Number 19
    ct op co 0 Goto Marker Number 20
    Select Previous Song
    Select Next Song
    Select Song 1
    Select Song 2
    Select Song 3
    Select Song 4
    Select Song 5
    Select Song 6
    Select Song 7
    Select Song 8
    Select Song 9
    Select Song 10
    Select Song 11
    Select Song 12
    Select Song 13
    Select Song 14
    Select Song 15
    Select Song 16
    Select Song 17
    Select Song 18
    Select Song 19
    Select Song 20
    C Cycle
    Drop
    Replace
    S Solo
    op -  1 •Set Solo Lock Mode
    ct op co -  1 •Reselect Solo-locked Regions
    Solo off for all
    Mute off for all
    sh ct * Record off for all
    Sync intern/extern
    •Tap Tempo
    MIDI Machine Control
    sh ct op * Toggle MIDI Remote (always MIDI remotable)
    Disable MIDI Remote
    co 3 •Set next higher Format
    co 2 •Set next lower Format
    N MIDI/Monitor Metronome Click
    Send Reset Controllers
    sh Help Send discrete Note Offs (Panic)
    Send Maximum Volume
    Send Used Instruments MIDI Settings
    Send All Current Fader Values except Sysex
     Send All Current Fader Values
    •Revert to Current Screenset
    Copy Screenset
    Paste Screenset
    Lock/Unlock Current Screenset
    •Next Screenset
    •Previous Screenset
    - 83 Recall Screenset 1
    - 84 Recall Screenset 2
    - 85 Recall Screenset 3
    - 86 Recall Screenset 4
    - 87 Recall Screenset 5
    - 88 Recall Screenset 6
    - 89 Recall Screenset 7
    - 91 Recall Screenset 8
    - 92 Recall Screenset 9
    sh op co C Copy MIDI Events...
    sh ct X Extended Region Parameters...
    Import Settings...
    Open Synchronization Song Settings...
    sh N Open Metronome Song Settings...
    Recording options...
    Open Tuning Song Settings...
    sh ct -106 Open Audio Song Settings...
    ct -106 MIDI options...
    sh ct C Chase Events...
    Open Score Song Settings...
    Open Video Song Settings...
    Preferences...
    Open Global Preferences...
    -106 Open Audio Preferences...
    Open MIDI Preferences...
    Open Display Preferences...
    sh ct co S Score Preferences
    Open Video Preferences...
    sh F14 Open Automation Preferences...
    Open Control Surfaces Preferences...
    Open Surround Preferences...
    Initialize All Except Key Commands...
    Start Logic Setup Assistant...
    Start Logic AU Manager...
    Import File...
    sh F1 Open Event Editor...
    co 1 Open Arrange Window...
    Open Track Mixer...
    F3 Open Score Editor...
    co 4 Transform
    Open Hyper Editor...
    Open Matrix Editor...
    co 7 Open Transport...
    F8 Open Environment...
    co K Open Step Input Keyboard
    \ Open Audio Window...
    Loop Browser...
    sh co - 14 Open Sample Editor...
    EXS24 Instrument Editor
    Open Project Manager...
    Open Signature Changes List...
    ct F1 Toggle Event Float
    F1 Toggle Event Editor
    Toggle Arrange Window
    co M Toggle Track Mixer
    sh F3 Toggle Score Editor
    Toggle Transform
    Toggle Hyper Editor
    F2 Toggle Matrix Editor
    F4 Toggle Transport
    Toggle Environment
    Toggle Audio Window
    Toggle Sample Editor
    Toggle Signature Changes List
    Start external Sample Editor
    sh / Open System Performance...
    TDM DSP Usage
    T Open Tempo List...
    Open Tempo Operations...
    Open Tempo Interpreter...
    K Open Key Commands...
    ct C Open Object Colors...
    Open Movie...
    sh co F Open Movie as Float...
    Open Movie Again
    sh ct op A Open Movie Again as Float
    Find Scene Cuts
    Remove Scene Markers
    / Open Audio Record Window...
    •Toggle (Mute) Audio Inputs
    •Toggle (Mute) Audio Tracks
    •Toggle (Mute) Audio Aux
    •Toggle (Mute) Audio Bus
    •Toggle (Mute) Audio Outputs
    Toggle Current Track Automation Off/Read
    Set Current Track to Automation Read
    Toggle Current Track Automation Touch/Read
    Toggle Current Track Automation Latch/Read
    Toggle Current Track Automation Write/Read
    Toggle Current Track Automation MIDI/Read
    Set All Tracks to Automation Off
    ct op co R Set All Tracks to Automation Read
    Set All Tracks to Automation Touch
    Set All Tracks to Automation Latch
    Set All Tracks to Automation Write
    Set All Tracks to Automation MIDI
    co E Automation Event Edit...
    sh F15 Track Automation Settings...
    Toggle Automation controlling Volume
    Toggle Automation controlling Pan
    Toggle Automation controlling Mute
    Toggle Automation controlling Send Levels
    Toggle Automation controlling Plug-in parameters
    Toggle Automation controlling Solo
    Toggle Automation Quick Access
    Toggle Group Clutch
    Open Group Settings...
    Write To End
    Write To Right Locator
    Delete currently visible Automation Data of Current Track
    Delete All Automation Data of Current Track
    Delete Orphan Automation Data of Current Track
    Delete All Automation Data of All Tracks
    sh ct R Move Current Region Data To Track Automation
    Move Current Track Automation Data To Region
    Move All Region Control Data To Track Automation
    op co M Move All Track Automation Data To Region
    Refresh Freeze Files
    •Refresh Audio Configuration
    - 75 Audio Hardware Setup
    ct \ Audio Configuration
    co \ Set Audio Record Path...
    Toggle Punch On The Fly
    Toggle Auto Input Monitoring
    sh ct / Toggle Pre-Fader Metering
    sh Space Clear Overload Flag in Audio Channel Display
    Toggle Velocity Engine support
    co W Close Window
    co Esc Close Floating Window
    Esc Close Window or Song
    Close Song without Save
    sh F Select Next Window
    sh R Redraw current window
    co N New...
    Initialize Song
    co O Open...
    Project Settings...
    Clean up Project...
    Consolidate Project...
    Rename Project...
    sh co W Close
    co S Save
    ct -  1 Save Song as...
    Save a Copy As...
    Save as Template...
    Save as Project...
    Revert to Saved...
    Page Setup...
    co P Print
    Import...
    Export Selection as MIDI File...
    Export Region as Audio File...
    Export Track as Audio File...
    Export All Tracks as Audio File...
    Export Song as OMF File...
    Export Song as OpenTL File...
    Export Song as AAF File...
    Song to FinalCut Pro/XML...
    Bounce...
    co Q Quit
    co Z Undo
    sh co Z Redo
    Undo History...
    Delete Undo History
    co X Cut
    co C Copy
    co V Paste
    -117 Clear
    co A Select All
    co F4 Zoom Window
    Tile Windows
    Tile Windows horizontally
    Stack Windows
    Import Audio File...
    Next Plug-In Setting
    Previous Plug-In Setting
    Next EXS Instrument
    Previous EXS Instrument
    Next Plug-In Setting or EXS Instrument
    Previous Plug-In Setting or EXS Instrument
    Next Channel Strip Setting
    Previous Channel Strip Setting
    Copy Channel Strip Setting
    Paste Channel Strip Setting
    Save Channel Strip Setting as...
    Next Channel Strip or Plug-in Setting or EXS Instrument
    Previous Channel Strip or Plug-in Setting or EXS Instrument
    Plug-in Delay Compensation: All
    -------- Various Windows --------
    •Show Tools
     •Set Next Tool
     •Set Previous Tool
    W •Set Arrow Tool
    R •Set Scissors Tool
    •Set Glue Tool
    •Set Eraser Tool
    •Set MIDI Thru Tool
    E •Set Text Tool
    •Set Solo Tool
    •Set Pencil Tool
    •Set Crosshair Tool
    •Set Mute Tool
    •Set Finger Tool
    •Set Layout Tool
    •Set Magnifying Glass Tool
    •Set Size Tool
    •Set Voice Separation Tool
    •Set Camera Tool
    •Set Velocity Tool
    •Set Quantize Tool
    •Set Audio Crossfade Tool
    •Set Automation Tool
    •Set Marquee Tool
    sh G Toggle Global Tracks
    Toggle Signature Track
    Toggle Tempo Track
    Toggle Chord Track
    Toggle Beat Mapping Track
    Toggle Marker Track
    Toggle Video Track
    Toggle Transposition Track
    Hide All Global Tracks
    Show All Global Tracks
    ct Left Zoom Horizontal Out
    ct Right Zoom Horizontal In
    ct Down Zoom Vertical Out
    ct Up Zoom Vertical In
    co F1 •Recall Zoom 1
    co F2 •Recall Zoom 2
    co F3 •Recall Zoom 3
    sh co F1 •Save as Zoom 1
    sh co F2 •Save as Zoom 2
    sh co F3 •Save as Zoom 3
    Zoom to fit Selection vertically & horizontally, store Navigation Snapshot
    Zoom to fit Selection horizontally, store Navigation Snapshot
    Zoom to fit Locators, store Navigation Snapshot
    Store Navigation Snapshot
    Navigation: Back
    Navigation: Forward
    PageUp Page Up
    PageDown Page Down
    Page Left
    Page Right
    1/3 Page Left
    1/3 Page Right
    1/8 Page Left
    1/8 Page Right
    Home Page Top
    End Page Bottom
    Page Left-most
    Page Right-most
    Scroll In Play
    sh F4 Hide/Show Transport
    Hide/Show Parameters
    Hide/Show Toolbox
    sh op co G Grid
    Plain Background
    A Catch Clock Position
    Link Window (Same Level)
    D MIDI Out Toggle
    MIDI In Toggle
    M Mute Folders/Regions
    F12 Hyper Draw: Disable
    F13 Hyper Draw: Volume
    Hyper Draw: Pan
    Hyper Draw: Modulation
    Hyper Draw: Pitch Bend
    Hyper Draw: Note Velocity
    Hyper Draw: Other...
    H Hyper Draw: Autodefine
    -------- Arrange and Various Editors --------
    co a •Go Into Folder or Region
    a •Go Out of Folder or Region
    Deselect All
    sh ct T Toggle Selection
    ct op co F Select All Following
    Select All Following of Track
    Select inside Locators
    Deselect outside Locators
    Deselect Global Tracks
    sh U Select empty Objects
    sh O Select overlapped Objects
    op = Select Equal Objects
    ct op S Select Similar Objects
    = Select Equal Channels
    sh = Select Equal Subpositions
    ct op co M Select Muted Regions/Events
    sh co 1 •Select First
    sh co 2 •Select Last
    Left •Select Previous Event
    Right •Select Next Event
    sh Left •Toggle Previous Region/Event
    sh Right •Toggle Next Region/Event
    -  5 Scroll To Selection
    Q Quantize Again
    •Quantize: next value
    •Quantize: previous Value
    sh Q De-Quantize
    sh co F Note Overlap Correction
    sh co C Note Force Legato
    Select Top Line
    ct op co Down Select Bottom Line
    sh C Lines To Channels
    co L Sustain Pedal to Note Length
    co F Note Overlap Correction (selected/selected)
    ct co C Note Force Legato (selected/selected)
    co R Note Overlap Correction for Repeated Notes
    •Delete Similar Objects
    •Delete but Keep Similar Objects
    •Delete and Select Next Region/Event
    ct V Paste at original Position
    Paste Replace
    Erase Unselected within Selection
    sh co R Repeat Objects...
    J Merge Objects
    Split Regions/Events by Locators
    sh F5 Split Regions/Events by rounded Song Position
    F5 Split Regions/Events by Song Position
    ct op co P •Pickup Clock (Move Event to SPL Position)
    sh ct P •Pickup Clock & Select Next Event
    •Set Region/Event Start to SPL Position
    sh \ •Set Region/Event End to SPL Position
    ct op + •Nudge Event Position by SMPTE frame +1
    ct op - •Nudge Event Position by SMPTE frame -1
    sh ct + •Nudge Event Position by SMPTE Bits +1
    sh ct - •Nudge Event Position by SMPTE Bits -1
    ct + •Nudge Event Position by SMPTE frame + 0.5
    ct - •Nudge Event Position by SMPTE frame - 0.5
    •Nudge Event Position by SMPTE frame + 5
    •Nudge Event Position by SMPTE frame - 5
    •Nudge Event Position by Tick +1
    •Nudge Event Position by Tick -1
    ct op Right •Nudge Event Position by Format +1
    •Nudge Event Position by Format -1
    •Nudge Event Position by Beat +1
    •Nudge Event Position by Beat -1
    •Nudge Event Position by Bar +1
    •Nudge Event Position by Bar -1
    •Nudge Event Position by + Nudge Value
    •Nudge Event Position by - Nudge Value
    •Set Nudge Value to Tick
    •Set Nudge Value to Format
    •Set Nudge Value to Beat
    •Set Nudge Value to Bar
    •Set Nudge Value to SMPTE Frame
    •Set Nudge Value to 0.5 SMPTE Frame
    •Nudge Event Length by Tick +1
    •Nudge Event Length by Tick -1
    sh ct Right •Nudge Event Length by Format +1
    sh ct Left •Nudge Event Length by Format -1
    •Nudge Event Length by Beat +1
    •Nudge Event Length by Beat -1
    •Nudge Event Length by Bar +1
    •Nudge Event Length by Bar -1
    •Nudge Event Length by SMPTE frame +1
    •Nudge Event Length by SMPTE frame -1
    op Up •Event Transpose +1
    op Down •Event Transpose -1
    + •Event Channel +1
    - •Event Channel -1
    P Positions/Time Ruler in SMPTE Units
    co U Unlock SMPTE Position
    ct op co - 37 Lock SMPTE Position
    Snap Mode: Smart
    Snap Mode: Bar
    Snap Mode: Beat
    Snap Mode: Format
    Snap Mode: Ticks
    Snap Mode: Frames
    Snap Mode: QF
    sh co D Snap Mode: Samples
    Drag Mode: Overlap
    Drag Mode: No Overlap
    Drag Mode: X-Fade
    Drag Mode: Shuffle L
    Drag Mode: Shuffle R
    -------- Windows showing audio files --------
    ct op co W Show file(s) in Finder
    -------- Arrange Window --------
    Up •Select previous Track
    Down •Select next Track
    Left •Select previous Region
    Right •Select next Region
    ct op co D •Deselect All Regions Except Recording Track
    •Set Track & MIDI Thru Parameters by Region/Folder
    ct op co C Select Equal Colored Regions
    Pack Folder
    Unpack Folder
    Unpack Folder (Use Existing Tracks)
    Append Track to Track List
    sh - 17 Create Track
    sh ct Return Create Track with next Instrument
    Create Multiple Tracks...
    Delete Track
    co D Delete unused Tracks
    sh op co D Delete Redundant Audio Tracks
    sh co T Tracks for Overlapped Regions
    Tracks for Selected Regions
    H Toggle Hide View
    Hide Current Track and Select Next Track
    Unhide All Tracks
    Toggle Track Mute
    Toggle Track Mute of all Tracks of Folder
    Toggle Track Mute of all Tracks With Same Instrument of Song
    Record Enable Track
    Toggle Track Solo
    ct op Down Individual Track Zoom In
    ct op Up Individual Track Zoom Out
    Toggle Individual Track Zoom
    Auto Track Zoom
    ct op co -  6 Individual Track Zoom Reset
    ct op co T Individual Track Zoom Reset for All Tracks
    Make Alias
    Make Alias but Copy Folder
    Turn Alias to Real Copy
    Reassign Alias
    Find Original of Alias
     Select All Aliases of Region
    Select All Orphan Aliases
    Delete All Orphan Aliases
    Audio Crossfade Options for Merge...
    Merge Regions per Tracks
    < Snip: Cut Time and Move by Locators
    Insert Time and Move by Locators
    Splice: Insert snipped part at Song Position
    Demix by Event Channel
    Demix by Note Pitch
    ct op co F15 Empty Trash
    ct op co F14 Open Trash
    Create New Instrument
    ct T Create Trackname
    Delete Trackname
    Move Selected Regions to track
    Adjust Tempo using Region Length and Locators
    ct op co O Set Region(s) to Recording Position
     Convert Regions to New Regions
     Convert Regions to New Audio Files
    sh ct co - 37 Adjust Region Length to Locators
    Adjust Region Length to Nearest Bar
    Strip Silence...
    ct op co A Open in Apple Loops Utility...
    Copy ReCycle Loop
    Paste ReCycle Loop
    Search Zero Crossings
    ct op co N Normalize
    Normalize without Channel
    Normalize without Channel & Delay
    ct op co Q Apply Quantization Settings Destructively
    L Toggle Loop
    sh L Turn Loops to Real Copies
    Turn Loops to Aliases
    Erase Duplicated Events
    ct op co X Set Optimal Region Sizes rounded by bar
    Set Optimal Region Sizes rounded by denominator
    Snap Region Start to Bar
    Remove Overlaps
    sh Tab Tie Regions by Length Change
    op Tab Tie Regions by Position Change
    Replace Overlapped Regions
    Tie Regions within Locators
    Insert Instrument MIDI settings as Events
    Erase inside Locators
    Erase outside Locators
    ct E Erase outside Region Borders
    Crop Regions outside Marquee Selection
    Remove Groove Template from list
    Make Groove Template
    Import DNA Groove Templates...
    Show Channel Strip Only
    sh A View Track Automation
    ct D Delay in ms
    Region Content
    sh op C Instrument Colors To Regions
    sh op N Tracknames To Regions
    Waveform vertical zoom x 1 (Normal)
    Waveform vertical zoom x 2
    Waveform vertical zoom x 4
    Waveform vertical zoom x 8
    ct op co -125 Waveform vertical zoom out
    ct op co Up Waveform vertical zoom in
    -------- Track &Mixer --------
    Toggle MIDI Instruments
    Toggle Audio Inputs
    Toggle Audio Tracks
    Toggle Audio Instruments
    Toggle Audio Aux
    Toggle Audio Busses
    Toggle Audio Outputs
    -------- Environment Window --------
    New Standard Instrument
    New Multi Instrument
    New Mapped Instrument
    New Fader/Knobs/...
    New Keyboard
    New Monitor
    New Arpeggiator
    New Transformer
    New Delay Line
    New Voice Limiter
    New Channel Splitter
    New Chord Memorizer
    New MIDI Out Port
    New Audio Object
    Clear Cables only
    Clean up Positions
    Reset Sizes
    ct A Align Objects
    sh ct op Left Object move left
    sh ct op Right Object move right
    sh ct op Up Object move up
    sh ct op Down Object move down
    Object Width -1 Pixel
    Object Width +1 Pixel
    Object Height -1 Pixel
    Object Height +1 Pixel
    Hide/Show Cables
    Protect Cabling/Positions
    •Toggle Channel Display Default of Multi Instrument
    sh ct T Toggle Selection
    ct F Select Used Instruments
    op G Select Unused Instruments
    Select Cable Destination
    ct op co / Select Cable Origin
    Goto Layer of Object
    Goto previous Layer
    Send Selected Fader Values
    Send All Fader Values except Sysex
    Delete Layer
    Insert Layer
    Cable serially
    Apply Buffer Template to Position and Size
    Apply Buffer Template to Position
    Apply Buffer Template to Size
    Apply Buffer Template to Definition
    Apply Buffer Template to Definition, channel increment
    Apply Buffer Template to Definition, number increment
    Apply Buffer Template to Cable(s)
    -------- Score Window --------
    Page Edit
    Explode Folders
    ct P Explode Polyphony
    Hide/Show Instrument Names
    ct op co H Hide/Show Page Rulers
    Color View: individual
    sh ct F14 Color View: Show Pitch
    Color View: Show Velocity
    Color View: Show Polyphony
    Color View: Force Black & White
    sh G Go to Page #...
    ct op co V Paste Multiple
    •Paste Multiple at original Position
    Right •Next Event
    Left •Previous Event
    Down •Next Staff
    Up •Previous Staff
    sh ct D Default Syncopation
    sh ct F Force Syncopation
    sh ct G Defeat Syncopation
    ct G Default Interpretation
    ct F Force Interpretation
    ct D Defeat Interpretation
    Stems: default
    - 23 Stems: up
    - 19 Stems: down
    Stems: hide
    Stem End: Default Length
    sh ct op Up Stem End: Move Up
    sh ct op Down Stem End: Move Down
    Voice/Staff Assignment: default
    Voice/Staff Assignment: staff above voice
    Voice/Staff Assignment: staff below voice
    Ties: default
    ct PageUp Ties: up
    ct PageDown Ties: down
    B Beam Selected Notes
    U Unbeam Selected Notes
    Default Beams
    Not Independent
    co I Independent
    co G Independent Grace
    Default Accidentals
    sh ct 3 Enharmonic Shift: #
    sh ct B Enharmonic Shift: b
    ct [ Flats To Sharps
    ct ] Sharps To Flats
    Force Accidental
    Hide Accidental
    sh co G Guide Accidental
    co N Reset Note Attributes
    Reset Line Layout
    op V •Align Object Positions Vertically
    op H •Align Object Positions Horizontally
    •Align Object Positions
    Split To Channels
    ct op co Up •Nudge Position Up
    •Nudge Position Down
    ct op co Left •Nudge Position Left
    ct op co Right •Nudge Position Right
    ct op co PageUp Open Score Style Window
    ct op co PageDown Open Instrument Set Window
    ct op co G Settings: Global Format
    ct N Settings: Numbers Names
    Settings: Guitar Tablature
    Settings: Clefs & Signatures
    Settings: Clefs & Signatures
    Settings: Clefs & Signatures
    Settings: Score Colors
    Selection To New Instrument Set
    •Partbox: 1/1 Note
    •Partbox: 1/2 Note
    •Partbox: 1/4 Note
    •Partbox: 1/8 Note
    •Partbox: 1/16 Note
    •Partbox: 1/32 Note
    •Next Partbox Symbol
    •Previous Partbox Symbol
    •Next Partbox Group
    •Previous Partbox Group
    •Attach Symbol: Fermata Up
    •Attach Symbol: Fermata Down
    - 47 •Attach Symbol: Staccato
    •Attach Symbol: Staccatissimo
    - 28 •Attach Symbol: Accent
    •Attach Symbol: Strong Accent
    •Attach Symbol: Long Accent
    •Attach Symbol: Tenuto
    sh ct U •Attach Symbol: Up-Bow
    •Attach Symbol: Down-Bow
    •Attach Symbol: Flageolet
    sh ct P •Attach Symbol: Pizzicato
    •Attach Symbol: Left Hand
    •Attach Symbol: Right Hand
    •Attach Symbol: Soft
    •Attach Symbol: Heavy
    •Attach Symbol: Jazz 1
    •Attach Symbol: Jazz 2
    •Attach Symbol: Jazz 3
    •Attach Symbol: Jazz 4
    •Attach Symbol: Jazz 5
    •Attach Symbol: Jazz 6
    sh ct W Insert: Slur Up
    sh ct S Insert: Slur Down
    co , Insert: Crescendo
    co . Insert: Decrescendo
    -------- Event Window --------
    Left Scroll to Previous Event
    Right Scroll to Next Event
    Length as Absolute Position
    Local Position
    •Numerical Edit of Event Position
    •Duplicate Event and Numerical Edit
    ct op co E •Copy value to all following events
    -------- Hyper Edit --------
    Create Hyper Set
    Create GM Drum Set
    Create Hyper Set For Current Events
    Clear Hyper Set
    Create Event Definition
    Delete Event Definition
    Multi Create Event Definition...
     Convert Event Definition...
    Copy Event Definition
    Paste Event Definition
    Select All Event Definitions
    Protect Values toggle
    Auto define toggle
    -------- Audio Window --------
    Up Select Previous Audio File
    Down Select Next Audio File
    Show Audio File Details
    Hide Audio File Details
    Play/Stop Region
    ct O Add Audio File...
    Add Region
    Delete File(s)
    Optimize File(s)...
    Backup File(s)
    Copy/Convert File(s)
    Move File(s)
    ct F Select Used
    ct D Select Unused
    ct G Show All Regions
    ct H Hide All Regions
    sh W Strip Silence...
    Import SDII Regions
    Export SDII Regions
    Create Group...
    Delete selected Groups
    -------- Sample Edit Window --------
    Play/Stop Selection
    sh ct Space •Play/Stop All
    ct Space •Play/Stop Region
    •Play/Stop Region to Anchor
    sh ct A •Play/Stop Region from Anchor
    Create Backup
    Revert to Backup
    Save A Copy As...
    Save Selection As...
    Region -> Selection
    Selection -> Region
    Left •Goto Selection Start
    Right •Goto Selection End
    •Goto Region Start
    sh E •Goto Region End
    sh A •Goto Region Anchor
    ct R Create New Region
    ct N Normalize
    Change Gain...
    Fade In
    Fade Out
    ct Backspace Silence
    Invert
    ct < Reverse
    F7 Trim
    Remove DC Offset
    Time and Pitch Machine...
    ct G Groove Machine...
    ct E Audio Energizer...
    Sample Rate Convert...
    Silencer...
    Audio to MIDI Groove Template...
    Audio to Score...
    Quantize Engine...
    Search Peak
    Search Silence
    -------- EXS24 Instrument Editor --------
    Z Select zones pointing to selected group(s)
    Toggle Selection
    Left Previous Zone/Group
    Right Next Zone/Group
    Open file selector for selected zone
    New Zone
    New Group
    View: All / Toggle Mode
    View: Next Zone Parameter
    View: Next Group Parameter
    Move Audio files
    Copy Audio files
    •Backup audio files of all USED and ACTIVE instruments of current song...
    •Shift selected zone(s) left
    •Shift selected zone(s) right
    •Shift selected zone(s) left (inc. root key)
    •Shift selected zone(s) right (inc. root key)
    -------- Keyboard Input --------
    Note 'C'
    Note 'C#'
    Note 'D'
    Note 'D#'
    Note 'E'
    Note 'F'
    Note 'F#'
    Note 'G'
    Note 'G#'
    Note 'A'
    Note 'A#'
    Note 'B'
    Rest
    Next note will be sharp
    Next note will be flat
    Chord Mode
    Erase
    - 43 Step backwards
    - 47 Step forward
    Octave 0
    Octave 1
    Octave 2
    Octave 3
    Octave 4
    Octave 5
    Octave 6
    Octave - 2
    Octave - 1
    Octave + 1
    Octave + 2
    1/1 note
    1/2 note
    1/4 note
    1/8 note
    1/16 note
    1/32 note
    1/64 note
    1/128 note
    Next three notes are triplets
    Next two notes are a dotted group
    Velocity 16 (ppp)
    Velocity 32 (pp)
    Velocity 48 (p)
    Velocity 64 (mp)
    Velocity 80 (mf)
    Velocity 96 (f)
    Velocity 112 (ff)
    Velocity 127 (fff)
    Sustain inserted note(s)
    Quantize note starts on/off
    -------- Project Manager --------
    Up
    Down
    Left
    Right
    Scan
    Expanded Scan
    Scan folder...
    Abort scan process
    Check for modified or deleted files
    Clear scanned data
    Save Project Manager data
    Install files from...
    Toggle find mode
    Toggle Scan Paths mode
    Set selected folder as display root
    Move display root one level up
    Move display root to top
    Consolidate files of selected Songs...
    Add selected files to Audio Window
    Find used files for selected items
    op co U Find unresolved file references for selected items
    Move used files for selected EXS-Instruments...
    Copy selected EXS-Instruments and used samples...
    Convert selected REX files to Apple Loops...
    Set comment 1 for selected...
    Set comment 2 for selected...
    Show details for selected
    Hide details for selected
    Move selected items...
    Copy selected items...
    Start/stop preview
    Back
    Update file list in find mode
    Add selected files to Arrange
    -------- Global Control Surfaces Commands --------
    Open Setup
    Open Setup as Float
    Open Controller Assignments
    Open Install
    sh ct op M Open MIDI Monitor
    Open MIDI Monitor as Float
    Scan all models
    Rebuild Defaults
    Learn new Controller Assignment
    -------- Setup Window --------
    as Icons
    as List
    -------- Install Window --------
    Scan for selected models
    Scan all models
    Add selected models
    (the "old") Quad, 6G RAM   Mac OS X (10.4.5)   LP 7.1.1, MOTU PCI/2408/1224

  • Alter table taking long time

    Hi
    we have problem with one of our tables
    we are trying to add a column to that table and it hangds
    I am trying to drop the table and it still hangs nor can i rename that table to a diff table name
    i killed the SQL session and in one of trace files got following errors for that table trust_details
    Dump file e:\oracle\ora92\dev\udump\dev_ora_2968.trc
    Wed Oct 13 11:53:38 2004
    ORACLE V9.2.0.1.0 - Production vsnsta=0
    vsnsql=12 vsnxtr=3
    Windows 2000 Version 5.0 Service Pack 4, CPU type 586
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Windows 2000 Version 5.0 Service Pack 4, CPU type 586
    Instance name: dev
    Redo thread mounted by this instance: 1
    Oracle process number: 13
    Windows thread id: 2968, image: ORACLE.EXE
    *** 2004-10-13 11:53:38.000
    *** SESSION ID:(21.6937) 2004-10-13 11:53:38.000
    *** 2004-10-13 12:04:09.000
    SEARCH in kdisti: tsn = 2, objd = 4083, rdba = 12583042FATAL ERROR IN TWO-TASK SERVER: error = 12571
    *** 2004-10-13 12:04:09.000
    ksedmp: internal or fatal error
    ORA-04021: timeout occurred while waiting to lock object CHEALTH1.BIG_HV_LABELS
    No current SQL statement being executed.
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    ksedmp+147          CALLrel  ksedst+0
    __VInfreq__opitsk+3 CALLrel _ksedmp+0            2 25C34D4 311B
    eb
    opiino+5fc          CALLrel  opitsk+0 0 0 B416320 E4836C4 CE 0
    _opiodr+4cd          CALLreg  00000000             3C 4 E3EFBD4
    opidrv+233          CALLrel  opiodr+0 3C 4 E3EFBD4 0
    sou2o+19            CALLrel  opidrv+0
    opimai+10a          CALLrel  sou2o+0
    OracleThreadStart@  CALLrel  opimai+0
    4+35c
    7C4E9879 CALLreg 00000000
    --------------------- Binary Stack Dump ---------------------
    ========== FRAME [1] (_ksedmp+147 -> _ksedst+0) ==========
    Dump of memory from 0x0E3EE69C to 0x0E3EE714
    E3EE690 0E3EE714 [..>.]
    E3EE6A0 00691AB4 00000000 00000000 00000000 [..i.............]
    E3EE6B0 00000000 00000000 0000273E 6111978F [........>'.....a]
    E3EE6C0 00000000 00000000 00000000 025B43F0 [.............C[.]
    E3EE6D0 00000066 00000066 F1C11D54 00000065 [f...f...T...e...]
    E3EE6E0 00000000 0B410048 0B416320 00000000 [....H.A. cA.....]
    E3EE6F0 0B410048 0B416320 0B410048 0E3EE6A8 [H.A. cA.H.A...>.]
    E3EE700 0E3EE718 0E3EF898 014122B0 025AFB94 [..>...>.."A...Z.]
    E3EE710 FFFFFFFF [....]
    ========== FRAME [2] (__VInfreq__opitsk+3eb -> _ksedmp+0) ==========
    Dump of memory from 0x0E3EE714 to 0x0E3EEB14
    E3EE710 0E3EF7A0 017E1AE0 00000002 [..>...~.....]
    E3EE720 025C34D4 0000311B 00130003 00000001 [.4\..1..........]
    E3EE730 00000001 00000921 00000003 0E3EE648 [....!.......H.>.]
    E3EE740 0000004B 0E3EE614 0000000C 0E429EB0 [K.....>.......B.]
    E3EE750 0E3EEC70 00000000 00000000 00000000 [p.>.............]
    E3EE760 00000000 00000000 00000000 00000000 [................]
    E3EE770 0E3EEC94 00000000 0E3EECB8 0A4DE9E8 [..>.......>...M.]
    E3EE780 00000000 00000000 00000000 00000000 [................]
    Repeat 7 times
    E3EE800 00000000 0000004B 00000000 00000005 [....K...........]
    E3EE810 00000000 00000000 00140000 00000000 [................]
    E3EE820 00000000 0E3EDB78 6057DAA8 00000000 [....x.>...W`....]
    E3EE830 0000003C 6057BF48 00000009 00000000 [<...H.W`........]
    E3EE840 00000004 003C0520 00000000 00000000 [.... .<.........]
    E3EE850 0E429EF8 6057BF08 00000000 0000004B [..B...W`....K...]
    E3EE860 47230101 00008000 00000000 00000000 [..#G............]
    E3EE870 00000000 00000000 00000000 0001001F [................]
    E3EE880 0000001E 00000000 00000000 00000000 [................]
    E3EE890 00000000 00000000 0E3E0000 00000000 [..........>.....]
    E3EE8A0 0E3EF4CC 6111D987 0E3EECC4 0E3EF0C8 [..>....a..>...>.]
    E3EE8B0 00000000 0000000D 6F5C3A45 6C63000D [........E:\o..cl]
    E3EE8C0 00000000 00323961 00000000 00000000 [....a92.........]
    E3EE8D0 00000000 00000000 00000000 00000000 [................]
    Repeat 8 times
    E3EE960 00000000 0E478A10 0E478A50 0E4836C4 [......G.P.G..6H.]
    E3EE970 00000000 00000000 00000000 00000000 [................]
    E3EE980 00000002 00000000 00000000 00000000 [................]
    E3EE990 00000000 00000000 00000000 00000000 [................]
    Repeat 4 times
    E3EE9E0 6F5C3A45 6C636172 726F5C65 00323961 [E:\oracle\ora92.]
    E3EE9F0 00000000 00000000 00000000 00000000 [................]
    Repeat 4 times
    E3EEA40 00000000 00000000 6F5C3A45 6C636172 [........E:\oracl]
    E3EEA50 726F5C65 00323961 00000000 00000000 [e\ora92.........]
    E3EEA60 00000000 00000000 0E3EEEA8 0E3EEE98 [..........>...>.]
    E3EEA70 0E3EF6CC 0E3EF6A0 6111D987 0E3EEE98 [..>...>....a..>.]
    E3EEA80 0E3EF29C 0000000F 00000000 000004B0 [..>.............]
    E3EEA90 00000200 0E3EF6C0 6111D8C0 00000000 [......>....a....]
    E3EEAA0 0E3EF2BC 0E3EEEB8 02806D3F 0281F398 [..>...>.?m......]
    E3EEAB0 00000002 00000000 00000000 00000000 [................]
    E3EEAC0 00000000 00000000 00000000 00000000 [................]
    Repeat 1 times
    E3EEAE0 000004B0 00000200 0E3EF714 6111D8C0 [..........>....a]
    E3EEAF0 00000000 0E3EF310 0E3EEF0C 0E3EF9A8 [......>...>...>.]
    E3EEB00 0B410048 FFFFFFFF 00000000 0E3EF328 [H.A.........(.>.]
    E3EEB10 0E3EEF24 [$.>.]
    ========== FRAME [3] (_opiino+5fc -> _opitsk+0) ==========
    Dump of memory from 0x0E3EF7A0 to 0x0E3EF8A8
    E3EF7A0 0E3EF8A8 00627A91 00000000 00000000 [..>..zb.........]
    E3EF7B0 0B416320 0E4836C4 000000CE 00000000 [ cA..6H.........]
    E3EF7C0 00000000 00000000 0B416320 0E3EFD7A [........ cA.z.>.]
    E3EF7D0 0000000A 00000000 0B4162A8 00000000 [.........bA.....]
    E3EF7E0 0E478A10 0E478A50 0E3E0000 00000000 [..G.P.G...>.....]
    E3EF7F0 00000003 0E3EF884 0B4102AC 0E3EF7C0 [......>...A...>.]
    E3EF800 0E3EF92C 00167ED0 00000000 0E420400 [,.>..~........B.]
    E3EF810 00000000 00000000 00000002 0B410638 [............8.A.]
    E3EF820 0E420548 0E42A8DC 00000000 0E4284CC [H.B...B.......B.]
    E3EF830 00000000 00000000 00000000 677FA850 [............P..g]
    E3EF840 0B419398 00420000 00000000 0E3EF800 [..A...B.......>.]
    E3EF850 00000011 00420000 000010C0 00000000 [......B.........]
    E3EF860 00000000 00432B00 0E3EFAC8 018FC8D4 [.....+C...>.....]
    E3EF870 0000000F 00000000 0E4836C4 000000CE [.........6H.....]
    E3EF880 0E3EF92C 0B4102AC 00000002 0B410048 [,.>...A.....H.A.]
    E3EF890 0E3EF7C0 00000000 0E3EFAB4 014122B0 [..>.......>.."A.]
    E3EF8A0 025B13C8 FFFFFFFF [..[.....]
    ========== FRAME [4] (_opiodr+4cd -> 00000000) ==========
    Dump of memory from 0x0E3EF8A8 to 0x0E3EFAC4
    E3EF8A0 0E3EFAC4 005DFC74 [..>.t.].]
    E3EF8B0 0000003C 00000004 0E3EFBD4 01991CA0 [<.........>.....]
    E3EF8C0 60588FF0 00000000 00000000 00000000 [..X`............]
    E3EF8D0 00000000 00000000 0B416324 00000000 [........$cA.....]
    E3EF8E0 00000000 4D2FA200 FFFFFFFF 0E3EF96C [....../M....l.>.]
    E3EF8F0 7C4F1B1B 000000E4 7C4F1800 000000E4 [..O|......O|....]
    E3EF900 00000001 00430622 000000E4 0E3EF9A8 [....".C.......>.]
    E3EF910 0B411D08 0B411D08 00000003 0E42356C [..A...A.....l5B.]
    E3EF920 0E3EF930 0003270C 0B4102AC 0E3EFB10 [0.>..'....A...>.]
    E3EF930 00000001 00000001 00000001 00000001 [................]
    E3EF940 74B84CA6 01C4B10F 00000000 00000000 [.L.t............]
    E3EF950 00000000 00000000 00000000 0B411D08 [..............A.]
    E3EF960 00000001 0B411D29 00000500 0E3EF900 [....).A.......>.]
    E3EF970 0E3EF9D4 026B8BD7 0E3EF9A8 0E3EF9F0 [..>...k...>...>.]
    E3EF980 0B411D08 0B410048 00000000 00000000 [..A.H.A.........]
    E3EF990 00000000 00000000 00000000 0200CF70 [............p...]
    E3EF9A0 0000058C 00000570 00000000 00000000 [....p...........]
    E3EF9B0 0000270F 00000000 00000000 00000000 [.'..............]
    E3EF9C0 00000000 00000000 00000000 74B84CA6 [.............L.t]
    E3EF9D0 01C4B10F 0E3EFAD4 00432B12 0E3EF9F0 [......>..+C...>.]
    E3EF9E0 0B411D08 018FD800 0B4101D0 00000000 [..A.......A.....]
    E3EF9F0 00000000 00000000 00000000 00000000 [................]
    Repeat 3 times
    E3EFA30 0E3EFC60 7C4ECEAC 7C4E0000 00000002 [`.>...N|..N|....]
    E3EFA40 00000001 00130000 00130000 0B4A0000 [..............J.]
    E3EFA50 000000A1 0E3EFBFC 77FCD04A 77FCC59D [......>.J..w...w]
    E3EFA60 77FCC5B4 00000000 0E3EFC74 62625D80 [...w....t.>..]bb]
    E3EFA70 00000000 00000000 00000FA0 77FCC59D [...............w]
    E3EFA80 0B416320 0B410048 0B4102AC 0B410048 [ cA.H.A...A.H.A.]
    E3EFA90 0B416324 0B416324 0B416324 0B416324 [$cA.$cA.$cA.$cA.]
    E3EFAA0 0B416324 0B416324 0B416324 0E3EF8BC [$cA.$cA.$cA...>.]
    E3EFAB0 0B416320 0E3EFB44 014122B0 025B1FB0 [ cA.D.>.."A...[.]
    E3EFAC0 00000000 [....]
    ========== FRAME [5] (_opidrv+233 -> _opiodr+0) ==========
    Dump of memory from 0x0E3EFAC4 to 0x0E3EFB54
    E3EFAC0 0E3EFB54 007DD4E8 0000003C [T.>...}.<...]
    E3EFAD0 00000004 0E3EFBD4 00000000 0E3EFD85 [......>.......>.]
    E3EFAE0 0E3EFBF0 0E3EFE74 0B41629C 00000000 [..>.t.>..bA.....]
    E3EFAF0 00000000 00000000 00000000 00000000 [................]
    E3EFB00 00000000 0015CFD8 0B4A0FA0 0B4102AC [..........J...A.]
    E3EFB10 00000000 00000000 00000001 0E3EFB00 [..............>.]
    E3EFB20 001F0003 0E3EFB60 7C4FB2BC 00000000 [....`.>...O|....]
    E3EFB30 00000000 00000000 00000000 0E3EFADC [..............>.]
    E3EFB40 00000001 0E3EFFA4 014122B0 018929A8 [......>.."A..)..]
    E3EFB50 00000000 [....]
    ========== FRAME [6] (_sou2o+19 -> _opidrv+0) ==========
    Dump of memory from 0x0E3EFB54 to 0x0E3EFB6C
    E3EFB50 0E3EFB6C 00714D8E 0000003C [l.>..Mq.<...]
    E3EFB60 00000004 0E3EFBD4 00000000 [......>.....]
    ========== FRAME [7] (_opimai+10a -> _sou2o+0) ==========
    Dump of memory from 0x0E3EFB6C to 0x0E3EFC08
    E3EFB60 0E3EFC08 [..>.]
    E3EFB70 0070FB5F 0E3EFBF0 0000003C 00000004 [_.p...>.<.......]
    E3EFB80 0E3EFBD4 0E3EFD85 7C4E5F3B 00000000 [..>...>.;_N|....]
    E3EFB90 00000000 00000000 00000000 0E4284CC [..............B.]
    E3EFBA0 61307D10 00000000 00000000 0E3EFBE0 [.}0a..........>.]
    E3EFBB0 001F0003 0E3EFBC0 0000BBF8 00000000 [......>.........]
    E3EFBC0 00000000 00000000 0E3EFBD8 00000000 [..........>.....]
    E3EFBD0 00000000 0E3EFD7A FFFFFFFF 00000000 [....z.>.........]
    E3EFBE0 00000001 0E3EFC04 0E3EFFA4 014122B0 [......>...>.."A.]
    E3EFBF0 00000000 FFFFFFFF 0E3EFC0C 00000000 [..........>.....]
    E3EFC00 61307D10 00000003 [.}0a....]
    ========== FRAME [8] (_OracleThreadStart@4+35c -> _opimai+0) ==========
    Dump of memory from 0x0E3EFC08 to 0x0E3EFFB4
    E3EFC00 0E3EFFB4 00710511 [..>...q.]
    E3EFC10 00000002 0E3EFE74 00DF7298 77D3BBD9 [....t.>..r.....w]
    E3EFC20 00DF7C34 0B4161FC 00000001 00000009 [4|...aA.........]
    E3EFC30 0E3EFC64 00400110 74FD1C74 0E3EFC88 [d.>[email protected]..>.]
    E3EFC40 77F8CC8C 00400000 00000001 00000000 [...w..@.........]
    E3EFC50 44414853 00000000 00130000 00000002 [SHAD............]
    E3EFC60 0200CF70 00000000 00000570 00000002 [p.......p.......]
    E3EFC70 0E3EFC54 000C4004 0E3EFD0C 77F98191 [T.>..@....>....w]
    E3EFC80 77F8CCD0 FFFFFFFF 0E3EFD1C 77F95328 [...w......>.(S.w]
    E3EFC90 00400000 00000002 7FFDF000 7FFAB000 [..@.............]
    E3EFCA0 77F84ACE 77FCF348 77F84B98 0E3EFD30 [.J.wH..w.K.w0.>.]
    E3EFCB0 77D3BBD9 00DF7C34 00000000 00000000 [...w4|..........]
    E3EFCC0 00000000 00000000 00000000 00000000 [................]
    Repeat 2 times
    E3EFCF0 00000000 7FFAB000 00000000 00000000 [................]
    E3EFD00 00000000 0E3EFCAC 00000000 FFFFFFFF [......>.........]
    E3EFD10 77F98191 77F84BD8 FFFFFFFF 00000000 [...w.K.w........]
    E3EFD20 77FA15D3 77FA15DB 0E3EFD30 00000001 [...w...w0.>.....]
    E3EFD30 00010017 00000000 00000000 00000000 [................]
    E3EFD40 00000000 00000000 00000000 00000000 [................]
    Repeat 2 times
    E3EFD70 6361726F 2000656C 4C282020 4C41434F [oracle.   (LOCAL]
    E3EFD80 294F4E3D 00000000 00000000 00000000 [=NO)............]
    E3EFD90 00000000 00000000 00000000 00000000 [................]
    Repeat 2 times
    E3EFDC0 00000038 00000023 00000023 00DF7298 [8...#...#....r..]
    E3EFDD0 77D3BBD9 00DF7C34 7C2D6F88 00000000 [...w4|...o-|....]
    E3EFDE0 007101B0 00139CC0 7C4E9824 0000001B [..q.....$.N|....]
    E3EFDF0 00000200 0E3EFFFC 00000023 00000000 [......>.#.......]
    E3EFE00 00000000 00000000 00000000 00000000 [................]
    Repeat 6 times
    E3EFE70 00000000 0E3EFD70 0E3EFD7A 00000000 [....p.>.z.>.....]
    E3EFE80 00000000 00000000 61726F2A 77617073 [........*oraspaw]
    E3EFE90 65725F6E 5F796C70 5F766564 38363932 [n_reply_dev_2968]
    E3EFEA0 0000002A 00000000 00000000 00000000 [*...............]
    E3EFEB0 00000000 00000000 00000000 00000000 [................]
    Repeat 6 times
    E3EFF20 00000000 8BBC14E4 8046D943 FFFFFFFF [........C.F.....]
    E3EFF30 8A912260 87C31860 00000000 87C318CC [`"..`...........]
    E3EFF40 87C31860 87C319F0 8042C367 87C31860 [`.......g.B.`...]
    E3EFF50 87C319C0 800654F0 00000000 00000000 [.....T..........]
    E3EFF60 00000000 00000000 00000000 BDEA7CB0 [.............|..]
    E3EFF70 00000000 87C319F0 00000005 00000000 [................]
    E3EFF80 00000000 00000000 8042FACB 00000002 [..........B.....]
    E3EFF90 00000000 8042FB7B 8A912260 0E3EFC18 [....{.B.`"....>.]
    E3EFFA0 FFFFFFFF 0E3EFFDC 014122B0 01891A58 [......>.."A.X...]
    E3EFFB0 00000001 [....]
    ========== FRAME [9] (7C4E9879 -> 00000000) ==========
    Dump of memory from 0x0E3EFFB4 to 0x0E3F00B4
    E3EFFB0 0E3EFFEC 7C4E987C 00DF7C34 [..>.|.N|4|..]
    E3EFFC0 00DF7298 77D3BBD9 00DF7C34 7FFAB000 [.r.....w4|......]
    E3EFFD0 00000000 0E3EFFC0 00000000 FFFFFFFF [......>.........]
    E3EFFE0 7C4FF0B4 7C4ED360 00000000 00000000 [..O|`.N|........]
    E3EFFF0 00000000 007101B0 00DF7C34 00000000 [......q.4|......]
    E3F0000 00000000 00000000 00000000 00000000 [................]
    Repeat 10 times
    E3F00B0 00000000 [....]
    ----- Argument/Register Address Dump -----
    Argument/Register addr=0x025C34D4.
    Dump of memory from 0x025C3494 to 0x025C35D4
    25C3490 3A20736C 62647520 73666564 [ls : udbdefs]
    25C34A0 00000000 7069706F 693A736C 726F636E [....opipls:incor]
    25C34B0 74636572 2E6F6E20 20666F20 646E6962 [rect no. of bind]
    25C34C0 00000073 7069706F 733A736C 74736C71 [s...opipls:sqlst]
    25C34D0 00000072 41544146 5245204C 20524F52 [r...FATAL ERROR ]
    25C34E0 54204E49 542D4F57 204B5341 56524553 [IN TWO-TASK SERV]
    25C34F0 203A5245 6F727265 203D2072 000A6425 [ER: error = %d..]
    25C3500 626F7250 656C6261 72726520 2820726F [Probable error (]
    25C3510 2D41524F 34353832 69202936 656E206E [ORA-28546) in ne]
    25C3520 726F7774 6461206B 696E696D 61727473 [twork administra]
    25C3530 6E6F6974 0000000A 7774654E 206B726F [tion....Network ]
    25C3540 746F7270 6C6F636F 72726520 6F20726F [protocol error o]
    25C3550 6966206E 20747372 61746164 74666120 [n first data aft]
    25C3560 6E207265 63207765 656E6E6F 000A7463 [er new connect..]
    25C3570 7469706F 315F6B73 00000000 7469706F [opitsk_1....opit]
    25C3580 325F6B73 00000000 2D2D2D2D 2D2D2D2D [sk_2....--------]
    25C3590 2D2D2D2D 2D2D2D2D 2D2D2D2D 65520A2D [-------------.Re]
    25C35A0 65746F6D 4C515320 5253442D 61747320 [mote SQL-DSR sta]
    25C35B0 656D6574 0A3A746E 00000000 7869706F [tement:.....opix]
    25C35C0 312D6272 00000038 7869706F 312D6272 [rb-18...opixrb-1]
    25C35D0 00000037 [7...]
    Argument/Register addr=0x0B416320.
    Dump of memory from 0x0B4162E0 to 0x0B416420
    B4162E0 00000000 00000000 00000000 00000000 [................]
    Repeat 2 times
    B416310 00000000 00000000 00000000 0E4298DC [..............B.]
    B416320 40002D99 00000000 00000000 00030000 [.-.@............]
    B416330 003E0000 00000000 00000000 00000000 [..>.............]
    B416340 00000000 00000000 00000036 00002300 [........6....#..]
    B416350 00000000 00000136 00000000 0B419404 [....6.........A.]
    B416360 00000000 00000000 00000000 00000000 [................]
    Repeat 1 times
    B416380 00000000 00000000 00000006 00000000 [................]
    B416390 00000000 00000000 60664960 60664720 [........`If` Gf`]
    B4163A0 0B4162A8 00000000 0E497608 0B4163C4 [.bA......vI..cA.]
    B4163B0 00000000 00000000 00000000 7FFFFFFF [................]
    B4163C0 0B417E98 0E4789B8 00000000 0E48C10C [.~A...G.......H.]
    B4163D0 0E4889F4 0E48C10C 0E4889F4 0E4836C4 [..H...H...H..6H.]
    B4163E0 00000000 00000000 00000000 00001130 [............0...]
    B4163F0 0E3EE800 0E3EEC00 6057B510 0B4164F4 [..>...>...W`.dA.]
    B416400 0B416430 00000000 00000000 00000002 [0dA.............]
    B416410 00000000 00000000 00000000 00000000 [................]
    Argument/Register addr=0x0E4836C4.
    Dump of memory from 0x0E483684 to 0x0E4837C4
    E483680 74617274 FF00726F 00BC614E [trator..Na..]
    E483690 FFFFFFFF 00000B98 00000018 41524353 [............SCRA]
    E4836A0 59484354 6D64415C 73696E69 74617274 [TCHY\Administrat]
    E4836B0 FF00726F 00BC614E FFFFFFFF 00000B98 [or..Na..........]
    E4836C0 000000D0 53454428 50495243 4E4F4954 [....(DESCRIPTION]
    E4836D0 4441283D 53455244 43283D53 554D4D4F [=(ADDRESS=(COMMU]
    E4836E0 5954494E 7063743D 726F772E 2829646C [NITY=tcp.world)(]
    E4836F0 544F5250 4C4F434F 5043543D 6F482829 [PROTOCOL=TCP)(Ho]
    E483700 533D7473 54415243 29594843 726F5028 [st=SCRATCHY)(Por]
    E483710 35313D74 29293132 4E4F4328 5443454E [t=1521))(CONNECT]
    E483720 5441445F 53283D41 643D4449 28297665 [_DATA=(SID=dev)(]
    E483730 3D444943 4F525028 4D415247 5C3A433D [CID=(PROGRAM=C:\]
    E483740 676F7250 206D6172 656C6946 724F5C73 [Program Files\Or]
    E483750 656C6361 65726A5C 312E315C 625C382E [acle\jre\1.1.8\b]
    E483760 6A5C6E69 2E776572 29657865 534F4828 [in\jrew.exe)(HOS]
    E483770 43533D54 43544152 28295948 52455355 [T=SCRATCHY)(USER]
    E483780 6D64413D 73696E69 74617274 2929726F [=Administrator))]
    E483790 00002929 00BC614E FFFFFFFF 00000B98 [))..Na..........]
    E4837A0 00000030 0000000A 000007DB 0000000A [0...............]
    E4837B0 0000000A 0000000A 00000000 00000000 [................]
    E4837C0 00000000 [....]
    Argument/Register addr=0x0E3EFBD4.
    Dump of memory from 0x0E3EFB94 to 0x0E3EFCD4
    E3EFB90 00000000 00000000 0E4284CC [..........B.]
    E3EFBA0 61307D10 00000000 00000000 0E3EFBE0 [.}0a..........>.]
    E3EFBB0 001F0003 0E3EFBC0 0000BBF8 00000000 [......>.........]
    E3EFBC0 00000000 00000000 0E3EFBD8 00000000 [..........>.....]
    E3EFBD0 00000000 0E3EFD7A FFFFFFFF 00000000 [....z.>.........]
    E3EFBE0 00000001 0E3EFC04 0E3EFFA4 014122B0 [......>...>.."A.]
    E3EFBF0 00000000 FFFFFFFF 0E3EFC0C 00000000 [..........>.....]
    E3EFC00 61307D10 00000003 0E3EFFB4 00710511 [.}0a......>...q.]
    E3EFC10 00000002 0E3EFE74 00DF7298 77D3BBD9 [....t.>..r.....w]
    E3EFC20 00DF7C34 0B4161FC 00000001 00000009 [4|...aA.........]
    E3EFC30 0E3EFC64 00400110 74FD1C74 0E3EFC88 [d.>[email protected]..>.]
    E3EFC40 77F8CC8C 00400000 00000001 00000000 [...w..@.........]
    E3EFC50 44414853 00000000 00130000 00000002 [SHAD............]
    E3EFC60 0200CF70 00000000 00000570 00000002 [p.......p.......]
    E3EFC70 0E3EFC54 000C4004 0E3EFD0C 77F98191 [T.>..@....>....w]
    E3EFC80 77F8CCD0 FFFFFFFF 0E3EFD1C 77F95328 [...w......>.(S.w]
    E3EFC90 00400000 00000002 7FFDF000 7FFAB000 [..@.............]
    E3EFCA0 77F84ACE 77FCF348 77F84B98 0E3EFD30 [.J.wH..w.K.w0.>.]
    E3EFCB0 77D3BBD9 00DF7C34 00000000 00000000 [...w4|..........]
    E3EFCC0 00000000 00000000 00000000 00000000 [................]
    E3EFCD0 00000000 [....]
    ----- End of Call Stack Trace -----
    ===================================================
    Files currently opened by this process:
    ===================================================
    PROCESS STATE
    Process global information:
    process: 67A6EF74, call: 00000000, xact: 00000000, curses: 00000000, usrses: 67AAAFEC
    SO: 67A6EF74, type: 2, owner: 00000000, flag: INIT/-/-/0x00
    (process) Oracle pid=13, calls cur/top: 00000000/67B25154, flag: (0) -
    int error: 0, call error: 0, sess error: 0, txn error 0
    (post info) last post received: 178 0 4
    last post received-location: kslpsr
    last process to post me: 67a6cdb4 1 6
    last post sent: 0 0 15
    last post sent-location: ksasnd
    last process posted by me: 67a6cdb4 1 6
    (latch info) wait_event=0 bits=0
    Process Group: DEFAULT, pseudo proc: 67A9ACC8
    O/S info: user: SYSTEM, term: SCRATCHY, ospid: 2968
    OSD pid info: Windows thread id: 2968, image: ORACLE.EXE
    SO: 672CC334, type: 8, owner: 67A6EF74, flag: INIT/-/-/0x00
    (FOB) flags=2 fib ptr=673ab78c incno=0 pending i/o cnt=0
    SO: 672CBC08, type: 8, owner: 67A6EF74, flag: INIT/-/-/0x00
    (FOB) flags=2 fib ptr=673ac20c incno=0 pending i/o cnt=0
    SO: 672CC2C8, type: 8, owner: 67A6EF74, flag: INIT/-/-/0x00
    (FOB) flags=2 fib ptr=673ab244 incno=1 pending i/o cnt=0
    SO: 67AAAFEC, type: 4, owner: 67A6EF74, flag: INIT/-/-/0x00
    (session) trans: 00000000, creator: 67A6EF74, flag: (100041) USR/- -/-/-/-/-/-
    DID: 0001-000D-00000002, short-term DID: 0000-0000-00000000
    txn branch: 00000000
    oct: 0, prv: 0, sql: 00000000, psql: 64EBC6B0, user: 19/CHEALTH1
    O/S info: user: SCRATCHY\Administrator, term: SCRATCHY, ospid: 2920:460, machine: HSW\SCRATCHY
    program: jrew.exe
    last wait for 'null event' blocking sess=0x0 seq=1169 wait_time=10
    =54435000, =1, =0
    temporary object counter: 0
    SO: 66AF86B4, type: 51, owner: 67AAAFEC, flag: INIT/-/-/0x00
    LIBRARY OBJECT LOCK: lock=66af86b4 handle=64ebc6b0 mode=N
    call pin=66B28454 session pin=00000000
    user=67aaafec session=67aaafec count=1 flags=[00] savepoint=1
    LIBRARY OBJECT HANDLE: handle=64ebc6b0
    name=/* OracleOEM */ ANALYZE TABLE "CHEALTH1"."BIG_HV_LABELS" COMPUTE STATISTICS
    hash=8ae355cf timestamp=10-13-2004 11:59:01
    namespace=CRSR flags=RON/KGHP/TIM/PN0/MED/[50010000]
    kkkk-dddd-llll=0000-0001-0001 lock=N pin=0 latch#=5
    lwt=64EBC6C8[64EBC6C8,64EBC6C8] ltm=64EBC6D0[64EBC6D0,64EBC6D0]
    pwt=64EBC6E0[64EBC6E0,64EBC6E0] ptm=64EBC738[64EBC738,64EBC738]
    ref=64EBC6B8[64EBC6B8, 64EBC6B8] lnd=64EBC744[64EBC744,64EBC744]
    LIBRARY OBJECT: object=666c832c
    type=CRSR flags=EXS[0001] pflags= [00] status=VALD load=0
    CHILDREN: size=16
    child# table reference handle
    0 64ede608 64ede54c 65647aac
    DATA BLOCKS:
    data# heap pointer status pins change
    0 666ca2c8 666c83b4 I/P/A 0 NONE
    SO: 66B00730, type: 51, owner: 67AAAFEC, flag: INIT/-/-/0x00
    LIBRARY OBJECT LOCK: lock=66b00730 handle=66610c40 mode=N
    call pin=66B29F84 session pin=00000000
    user=67aaafec session=67aaafec count=1 flags=CBB/[02] savepoint=74
    LIBRARY OBJECT HANDLE: handle=66610c40
    name=SYS.DATABASE
    hash=aea96fa0 timestamp=12-31-4712 23:59:59
    namespace=EVNT flags=KGHP/TIM/SML/[02000000]
    kkkk-dddd-llll=0000-0009-0009 lock=N pin=0 latch#=2
    lwt=66610C58[66610C58,66610C58] ltm=66610C60[66610C60,66610C60]
    pwt=66610C70[66610C70,66610C70] ptm=66610CC8[66610CC8,66610CC8]
    ref=66610C48[66610C48, 66610C48] lnd=66610CD4[66610CD4,66610CD4]
    LIBRARY OBJECT: object=65d6951c
    type=EVNT flags=EXS/LOC[0005] pflags= [00] status=VALD load=0
    DATA BLOCKS:
    data# heap pointer status pins change
    0 65d69724 65d69608 I/-/A 0 NONE
    3 65d695b8 65651554 I/-/A 0 NONE
    SO: 66AFB078, type: 51, owner: 67AAAFEC, flag: INIT/-/-/0x00
    LIBRARY OBJECT LOCK: lock=66afb078 handle=665e34c8 mode=N
    call pin=66B383D4 session pin=00000000
    user=67aaafec session=67aaafec count=1 flags=CBB/[02] savepoint=74
    LIBRARY OBJECT HANDLE: handle=665e34c8
    name=CHEALTH1.CHEALTH1
    hash=2a835da9 timestamp=12-31-4712 23:59:59
    namespace=EVNT flags=KGHP/TIM/SML/[02000000]
    kkkk-dddd-llll=0000-0009-0009 lock=N pin=0 latch#=1
    lwt=665E34E0[665E34E0,665E34E0] ltm=665E34E8[665E34E8,665E34E8]
    pwt=665E34F8[665E34F8,665E34F8] ptm=665E3550[665E3550,665E3550]
    ref=665E34D0[665E34D0, 665E34D0] lnd=665E355C[665E355C,665E355C]
    LIBRARY OBJECT: object=6589d28c
    type=EVNT flags=EXS/LOC[0005] pflags= [00] status=VALD load=0
    DATA BLOCKS:
    data# heap pointer status pins change
    0 6589d494 656528e8 I/-/A 0 NONE
    3 65652898 65654ae4 I/-/A 0 NONE
    SO: 658A1FA0, type: 50, owner: 67AAAFEC, flag: INIT/-/-/0x00
    user lock: lock=658a1fa0 mode=S
    user resource: user=66b0f4f8 uid=19 mode=S
    SO: 65D53B7C, type: 50, owner: 67AAAFEC, flag: INIT/-/-/0x00
    user lock: lock=65d53b7c mode=S
    user resource: user=66b0f4f8 uid=19 mode=S
    SO: 66EBDE98, type: 39, owner: 67AAAFEC, flag: INIT/-/-/0x00
    (dummy) nxc=1, nlb=1
    SO: 66E9AA0C, type: 38, owner: 66EBDE98, flag: INIT/-/-/0x00
    (trans) bsn = 5, flg = 0x04, flg2 = 0x00, prx = 0x0, ros = 2147483647, spn = 59
    efd = 10
    parent xid: 0x0000.000.00000000
    env: (scn: 0x0000.00000000 xid: 0x0000.000.00000000 uba: 0x00000000.0000.00 statement num=0 parent xid: xid: 0x0000.000.00000000 scn: 0x0000.00000000 0sch: scn: 0x0000.00000000)
    cev: (spc = 0 arsp = 0 ubk tsn: 0 rdba: 0x00000000 useg tsn: 0 rdba: 0x00000000
    hwm uba: 0x00000000.0000.00 col uba: 0x00000000.0000.00
    num bl: 0 bk list: 0x0)
    (enqueue) <no resource>
    res: 0, prv: 0, sess: 0
    xga: 0x0, heap: UGA
    SO: 66E64238, type: 37, owner: 66EBDE98, flag: -/-/-/0x00
    (List of Blocks) next index = 4
    index savepoint itli buffer hint rdba
    0 802 2 0x671d6e50 0x401d49
    1 852 1 0x67140790 0x407b3e
    2 855 2 0x67129990 0x407b45
    3 857 2 0x67039b10 0x407b4d
    SO: 67BEA438, type: 13, owner: 67A6EF74, flag: INIT/-/-/0x00
    (broadcast handle) flag: (2) ACTIVE SUBSCRIBER, owner: 67A6EF74,
    event: 107, last message event: 107,
    last message waited event: 107, messages read: 0
    channel: (67BF117C) system events broadcast channel
    scope: 0, event: 126, last mesage event: 0,
    publishers/subscribers: 0/14,
    messages published: 0
    SO: 67B25154, type: 3, owner: 67A6EF74, flag: INIT/-/-/0x00
    (call) sess: cur 67aaafec, rec 0, usr 67aaafec; depth: 0
    END OF PROCESS STATE
    PINNED BUFFER HISTORY
    Unable to dump buffer since buffer cache has been freed.
    The buffer with tsn: 0 rdba: 0x00401d17 (1/7447) was pinned,
    but could not be dumped
    Unable to dump buffer since buffer cache has been freed.
    The buffer with tsn: 0 rdba: 0x004002d3 (1/723) was pinned,
    but could not be dumped
    Unable to dump buffer since buffer cache has been freed.
    The buffer with tsn: 0 rdba: 0x00401d44 (1/7492) was pinned,
    but could not be dumped
    The buffer with tsn: 0 rdba: 0x00401d44 (1/7492) has already been dumped
    Unable to dump buffer since buffer cache has been freed.
    The buffer with tsn: 6 rdba: 0x01c2a8e5 (7/174309) was pinned,
    but could not be dumped
    The buffer with tsn: 6 rdba: 0x01c2a8e5 (7/174309) has already been dumped
    The buffer with tsn: 6 rdba: 0x01c2a8e5 (7/174309) has already been dumped
    Unable to dump buffer since buffer cache has been freed.
    The buffer with tsn: 6 rdba: 0x01c2a8e6 (7/174310) was pinned,
    but could not be dumped
    END OF PINNED BUFFER HISTORY
    Dump file e:\oracle\ora92\dev\udump\dev_ora_2968.trc
    Tue Oct 19 13:21:29 2004
    ORACLE V9.2.0.1.0 - Production vsnsta=0
    vsnsql=12 vsnxtr=3
    Windows 2000 Version 5.0 Service Pack 4, CPU type 586
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Windows 2000 Version 5.0 Service Pack 4, CPU type 586
    Instance name: dev
    Redo thread mounted by this instance: 1
    Oracle process number: 14
    Windows thread id: 2968, image: ORACLE.EXE
    *** 2004-10-19 13:21:29.000
    *** SESSION ID:(11.11497) 2004-10-19 13:21:29.000
    FATAL ERROR IN TWO-TASK SERVER: error = 12571
    *** 2004-10-19 13:21:29.000
    ksedmp: internal or fatal error
    Current SQL statement for this session:
    SELECT SECTOR_IN_USE FROM TRUST_DETAILS
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    ksedmp+147          CALLrel  ksedst+0
    __VInfreq__opitsk+3 CALLrel _ksedmp+0            2 25C34D4 311B
    eb
    opiino+5fc          CALLrel  opitsk+0 0 0 A10E5E8 E72355C 108 0
    _opiodr+4cd          CALLreg  00000000             3C 4 E68FBD4
    opidrv+233          CALLrel  opiodr+0 3C 4 E68FBD4 0
    sou2o+19            CALLrel  opidrv+0
    opimai+10a          CALLrel  sou2o+0
    OracleThreadStart@  CALLrel  opimai+0
    4+35c
    7C4E9879 CALLreg 00000000
    --------------------- Binary Stack Dump ---------------------
    ========== FRAME [1] (_ksedmp+147 -> _ksedst+0) ==========
    Dump of memory from 0x0E68E69C to 0x0E68E714
    E68E690 0E68E714 [..h.]
    E68E6A0 00691AB4 00000000 00000000 00000000 [..i.............]
    E68E6B0 00000000 00000000 0000273E 6111978F [........>'.....a]
    E68E6C0 00000000 00000000 00000000 025B43F0 [.............C[.]
    E68E6D0 0000002E 0000002E F1971D54 0000002D [........T...-...]
    E68E6E0 00000000 0A108310 0A10E5E8 00000000 [................]
    E68E6F0 0A108310 0A10E5E8 0A108310 0E68E6A8 [..............h.]
    E68E700 0E68E718 0E68F898 014122B0 025AFB94 [..h...h.."A...Z.]
    E68E710 FFFFFFFF [....]
    ========== FRAME [2] (__VInfreq__opitsk+3eb -> _ksedmp+0) ==========
    Dump of memory from 0x0E68E714 to 0x0E68EB14
    E68E710 0E68F7A0 017E1AE0 00000002 [..h...~.....]
    E68E720 025C34D4 0000311B 00130003 00000001 [.4\..1..........]
    E68E730 00000005 00000005 0E68E668 00000029 [........h.h.)...]
    E68E740 00000000 00000000 00000000 0E68E5CC [..............h.]
    E68E750 00000001 00000000 00000000 00000000 [................]
    E68E760 00000000 00000000 00000000 00000000 [................]
    E68E770 0E68EC94 0E7551F8 0E68ECB8 00000000 [..h..Qu...h.....]
    E68E780 00000000 00000000 00000000 00000000 [................]
    Repeat 7 times
    E68E800 00000000 00000000 00000000 00050000 [................]
    E68E810 0003001C 00000000 00000000 00000000 [................]
    E68E820 00000000 00000000 00000000 00003700 [.............7..]
    E68E830 00000001 00000000 00000030 6057D708 [........0.....W`]
    E68E840 00000012 00000000 00000004 00300000 [..............0.]
    E68E850 00000000 0E68E63C 0E68E830 00000000 [....<.h.0.h.....]
    E68E860 00000000 00000010 6057B888 00000003 [..........W`....]
    E68E870 00000000 00000002 00100000 00000000 [................]
    E68E880 00000000 0E68E824 00000000 00000000 [....$.h.........]
    E68E890 00000008 6057B828 00000003 00000000 [....(.W`........]
    E68E8A0 00000001 00080000 00000000 0E68E880 [..............h.]
    E68E8B0 0E68E81E 00000000 00000000 6C636172 [..h.........racl]
    E68E8C0 726F5C65 00323961 00000000 00000000 [e\ora92.........]
    E68E8D0 00000000 00000000 00000000 00000000 [................]
    Repeat 8 times
    E68E960 00000000 0E718A10 0E718A50 0E72355C [......q.P.q.\5r.]
    E68E970 00000000 00000000 00000000 00000000 [................]
    E68E980 00000002 00000000 00000000 00000000 [................]
    E68E990 00000000 00000000 00000000 00000000 [................]
    Repeat 4 times
    E68E9E0 6F5C3A45 6C636172 726F5C65 00323961 [E:\oracle\ora92.]
    E68E9F0 00000000 00000000 00000000 00000000 [................]
    Repeat 4 times
    E68EA40 00000000 00000000 6F5C3A45 6C636172 [........E:\oracl]
    E68EA50 726F5C65 00323961 00000000 00000000 [e\ora92.........]
    E68EA60 00000000 00000000 0E68EEA8 0E68EE98 [..........h...h.]
    E68EA70 0E68F6CC 0E68F6A0 6111D987 0E68EE98 [..h...h....a..h.]
    E68EA80 0E68F29C 0000000F 00000000 000005B0 [..h.............]
    E68EA90 00000200 0E68F6C0 6111D8C0 00000000 [......h....a....]
    E68EAA0 0E68F2BC 0E68EEB8 02806D3F 0281F398 [..h...h.?m......]
    E68EAB0 00000002 00000000 00000000 00000000 [................]
    E68EAC0 00000000 00000000 00000000 00000000 [................]
    Repeat 1 times
    E68EAE0 000005B0 00000200 0E68F714 6111D8C0 [..........h....a]
    E68EAF0 00000000 0E68F310 0E68EF0C 0E68F9A8 [......h...h...h.]
    E68EB00 0A108310 FFFFFFFF 00000000 0E68F328 [............(.h.]
    E68EB10 0E68EF24 [$.h.]
    ========== FRAME [3] (_opiino+5fc -> _opitsk+0) ==========
    Dump of memory from 0x0E68F7A0 to 0x0E68F8A8
    E68F7A0 0E68F8A8 00627A91 00000000 00000000 [..h..zb.........]
    E68F7B0 0A10E5E8 0E72355C 00000108 00000000 [....\5r.........]
    E68F7C0 00000000 00000000 0A10E5E8 0E68FD7A [............z.h.]
    E68F7D0 0000000A 00000000 0A10E570 00000000 [........p.......]
    E68F7E0 0E718A10 0E718A50 0E680000 00000000 [..q.P.q...h.....]
    E68F7F0 00000003 0E68F884 0A108574 0E68F7C0 [......h.t.....h.]
    E68F800 0E68F92C 00225480 00000000 0E6C0400 [,.h..T".......l.]
    E68F810 00000000 00000000 00000002 0A108900 [................]
    E68F820 0E6C0548 0E6CA8DC 00000000 0E6C84CC [H.l...l.......l.]
    E68F830 00000000 00000000 00000000 677FA850 [............P..g]
    E68F840 0A111660 00420000 00000000 0E68F800 [`.....B.......h.]
    E68F850 00000011 00420000 000010C0 00000000 [......B.........]
    E68F860 00000000 00432B00 0E68FAC8 018FC8D4 [.....+C...h.....]
    E68F870 0000000F 00000000 0E72355C 00000108 [........\5r.....]
    E68F880 0E68F92C 0A108574 00000002 0A108310 [,.h.t...........]
    E68F890 0E68F7C0 00000000 0E68FAB4 014122B0 [..h.......h.."A.]
    E68F8A0 025B13C8 FFFFFFFF [..[.....]
    ========== FRAME [4] (_opiodr+4cd -> 00000000) ==========
    Dump of memory from 0x0E68F8A8 to 0x0E68FAC4
    E68F8A0 0E68FAC4 005DFC74 [..h.t.].]
    E68F8B0 0000003C 00000004 0E68FBD4 01991CA0 [<.........h.....]
    E68F8C0 60588FF0 00000000 00000000 00000000 [..X`............]
    E68F8D0 00000000 00000000 0A10E5EC 00000000 [................]
    E68F8E0 00000000 4D2FA200 FFFFFFFF 0E68F96C [....../M....l.h.]
    E68F8F0 7C4F1B1B 000000E4 7C4F1800 000000E4 [..O|......O|....]
    E68F900 00000001 00430622 000000E4 0E68F9A8 [....".C.......h.]
    E68F910 0A109FD0 0A109FD0 00000003 0E6C356C [............l5l.]
    E68F920 0E68F930 0003270C 0A108574 0E68FB10 [0.h..'..t.....h.]
    E68F930 00000001 00000001 00000001 00000001 [................]
    E68F940 8FB11F36 01C4B5D4 00000000 00000000 [6...............]
    E68F950 00000000 00000000 00000000 0A109FD0 [................]
    E68F960 00000001 0A109FF1 00000500 0E68F900 [..............h.]
    E68F970 0E68F9D4 026B8BD7 0E68F9A8 0E68F9F0 [..h...k...h...h.]
    E68F980 0A109FD0 0A108310 00000000 00000000 [................]
    E68F990 00000000 00000000 00000000 0200D278 [............x...]
    E68F9A0 00000550 0000013C 00000000 00000000 [P...<...........]
    E68F9B0 0000270F 00000000 00000000 00000000 [.'..............]
    E68F9C0 00000000 00000000 00000000 8FB11F36 [............6...]
    E68F9D0 01C4B5D4 0E68FAD4 00432B12 0E68F9F0 [......h..+C...h.]
    E68F9E0 0A109FD0 018FD800 0A108498 00000000 [................]
    E68F9F0 00000000 00000000 00000000 00000000 [................]
    Repeat 3 times
    E68FA30 0E68FC60 7C4ECEAC 7C4E0000 00000002 [`.h...N|..N|....]
    E68FA40 00000000 7FFDF000 00130000 0A06C000 [................]
    E68FA50 000000A1 0E68FBFC 77FCC651 77FCC59D [......h.Q..w...w]
    E68FA60 77FCC5B4 00000000 0E68FC74 62625D80 [...w....t.h..]bb]
    E68FA70 0000199F 77FCBAEF 00000FA0 77FCC59D [.......w.......w]
    E68FA80 0A10E5E8 0A108310 0A108574 0A108310 [........t.......]
    E68FA90 0A10E5EC 0A10E5EC 0A10E5EC 0A10E5EC [................]
    E68FAA0 0A10E5EC 0A10E5EC 0A10E5EC 0E68F8BC [..............h.]
    E68FAB0 0A10E5E8 0E68FB44 014122B0 025B1FB0 [....D.h.."A...[.]
    E68FAC0 00000000 [....]
    ========== FRAME [5] (_opidrv+233 -> _opiodr+0) ==========
    Dump of memory from 0x0E68FAC4 to 0x0E68FB54
    E68FAC0 0E68FB54 007DD4E8 0000003C [T.h...}.<...]
    E68FAD0 00000004 0E68FBD4 00000000 0E68FD85 [......h.......h.]
    E68FAE0 0E68FBF0 0E68FE74 0A10E564 00000000 [..h.t.h.d.......]
    E68FAF0 00000000 0019F648 00130178 00000000 [....H...x.......]
    E68FB00 00000000 00000000 00000000 0A108574 [............t...]
    E68FB10 00000000 00000000 00000001 0E68FB00 [..............h.]
    E68FB20 001F0003 0E68FB60 7C4FB2BC 00000000 [....`.h...O|....]
    E68FB30 00000000 00000000 00000000 0E68FADC [..............h.]
    E68FB40 00000001 0E68FFA4 014122B0 018929A8 [......h.."A..)..]
    E68FB50 00000000 [....]
    ========== FRAME [6] (_sou2o+19 -> _opidrv+0) ==========
    Dump of memory from 0x0E68FB54 to 0x0E68FB6C
    E68FB50 0E68FB6C 00714D8E 0000003C [l.h..Mq.<...]
    E68FB60 00000004 0E68FBD4 00000000 [......h.....]
    ========== FRAME [7] (_opimai+10a -> _sou2o+0) ==========
    Dump of memory from 0x0E68FB6C to 0x0E68FC08
    E68FB60 0E68FC08 [..h.]
    E68FB70 0070FB5F 0E68FBF0 0000003C 00000004 [_.p...h.<.......]
    E68FB80 0E68FBD4 0E68FD85 7C4E5F3B 00000000 [..h...h.;_N|....]
    E68FB90 00000000 00000000 00000000 0E6C84CC [..............l.]
    E68FBA0 61307D10 00000000 00000000 0E68FBE0 [.}0a..........h.]
    E68FBB0 001F0003 0E68FBC0 0000ABF8 00000000 [......h.........]
    E68FBC0 00000000 00000000 0E68FBD8 00000000 [..........h.....]
    E68FBD0 00000000 0E68FD7A FFFFFFFF 00000000 [....z.h.........]
    E68FBE0 00000001 0E68FC04 0E68FFA4 014122B0 [......h...h.."A.]
    E68FBF0 00000000 FFFFFFFF 0E68FC0C 00000000 [..........h.....]
    E68FC00 61307D10 00000003 [.}0a....]
    ========== FRAME [8] (_OracleThreadStart@4+35c -> _opimai+0) ==========
    Dump of memory from 0x0E68FC08 to 0x0E68FFB4
    E68FC00 0E68FFB4 00710511 [..h...q.]
    E68FC10 00000002 0E68FE74 00DF7298 77D3BBD9 [....t.h..r.....w]
    E68FC20 00DF7C34 0A10E4C4 00000001 00000009 [4|..............]
    E68FC30 0E68FC64 00400110 77441490 0E68FC88 [[email protected].]
    E68FC40 77F8CC8C 00400000 00000001 00000000 [...w..@.........]
    E68FC50 44414853 00000000 00130000 00000002 [SHAD............]
    E68FC60 0200D278 00000000 0000013C 00000002 [x.......<.......]
    E68FC70 0E68FC54 0E68FD0C 0E68FD0C 77F98191 [T.h...h...h....w]
    E68FC80 77F8CCD0 FFFFFFFF 0E68FD1C 77F95328 [...w......h.(S.w]
    E68FC90 00400000 00000002 7FFDF000 7FFAA000 [..@.............]
    E68FCA0 77F84ACE 77FCF348 77F84B98 0E68FD30 [.J.wH..w.K.w0.h.]
    E68FCB0 77D3BBD9 00DF7C34 00000000 00000000 [...w4|..........]
    E68FCC0 00000000 00000000 00000000 00000000 [................]
    Repeat 2 times
    E68FCF0 00000000 7FFAA000 00000000 00000000 [................]
    E68FD00 00000000 0E68FCAC 00000000 FFFFFFFF [......h.........]
    E68FD10 77F98191 77F84BD8 FFFFFFFF 00000000 [...w.K.w........]
    E68FD20 77FA15D3 77FA15DB 0E68FD30 00000001 [...w...w0.h.....]
    E68FD30 00010017 00000000 00000000 00000000 [................]
    E68FD40 00000000 00000000 00000000 E2D448D8 [.............H..]
    E68FD50 00000018 B73D7A68 80452A99 8041513D [....hz=..*E.=QA.]
    E68FD60 E2D448D8 00000000 8B67E388 804959CF [.H........g..YI.]
    E68FD70 6361726F 2000656C 4C282020 4C41434F [oracle.   (LOCAL]
    E68FD80 294F4E3D 8BBEAB00 E2D448F0 E2D448D8 [=NO).....H...H..]
    E68FD90 E2D448DC E1C28DF0 00000000 00000000 [.H..............]
    E68FDA0 E2D448DC B73D7AB4 8041513D 8BBEABC0 [.H...z=.=QA.....]
    E68FDB0 001F0001 E2D448D8 00000000 00000000 [.....H..........]
    E68FDC0 00000038 00000023 00000023 00DF7298 [8...#...#....r..]
    E68FDD0 77D3BBD9 00DF7C34 7C2D6F88 00000000 [...w4|...o-|....]
    E68FDE0 007101B0 00139CC0 7C4E9824 0000001B [..q.....$.N|....]
    E68FDF0 00000200 0E68FFFC 00000023 B73D7D34 [......h.#...4}=.]
    E68FE00 80463730 80400910 FFFFFFFF B73D7B4C [[email protected]{=.]
    E68FE10 804DC46D 8B67E388 80450737 00059073 [m.M...g.7.E.s...]
    E68FE20 819BCC94 00059073 819BCC94 00FFFFFF [....s...........]
    E68FE30 8044FA2C 00000700 819BCC94 8BBC74E4 [,.D..........t..]
    E68FE40 00000000 8042C749 00000001 B73D7BA4 [....I.B......{=.]
    E68FE50 00000000 0000125A 00000000 02FAE000 [....Z...........]
    E68FE60 B73D7B80 80450899 7FFAE000 00000001 [.{=...E.........]
    E68FE70 00000000 0E68FD70 0E68FD7A 00000000 [....p.h.z.h.....]
    E68FE80 7FFAF000 C0601FF8 61726F2A 77617073 [......`.*oraspaw]
    E68FE90 65725F6E 5F796C70 5F766564 38363932 [n_reply_dev_2968]
    E68FEA0 7FFA002A 8A43BDE8 8B67C401 00000000 [*.....C...g.....]
    E68FEB0 C03FFD70 00001218 00000000 0253F000 [p.?...........S.]
    E68FEC0 B73D7BE0 00000001 80486C38 8BBD26E0 [.{=.....8lH..&..]
    E68FED0 8BBB8BC0 80432E7D 80486C30 8BBB8BC0 [....}.C.0lH.....]
    E68FEE0 80432FE9 0000000A 0000000E 7FFAE000 [./C.............]
    E68FEF0 8B68C000 0000000A 8BBB8C2C B73D7C30 [..h.....,...0|=.]
    E68FF00 80431168 8B78E2F0 8B798020 80458836 [h.C...x. .y.6.E.]
    E68FF10 E1D6DF30 82000000 82000000 02000000 [0...............]
    E68FF20 8BBC74E4 8BBC14E4 8046D943 FFFFFFFF [.t......C.F.....]
    E68FF30 885ECB00 8AEA3DA0 00000000 8AEA3E0C [..^..=.......>..]
    E68FF40 8AEA3DA0 8AEA3F30 8042C367 8AEA3DA0 [.=..0?..g.B..=..]
    E68FF50 8AEA3F00 800654F0 8046D739 B73D7C70 [.?...T..9.F.p|=.]
    E68FF60 00000000 E2060070 00000000 B73D7CB0 [....p........|=.]
    E68FF70 00000000 8AEA3F30 00000005 00000000 [....0?..........]
    E68FF80 00000000 00000000 8042FACB 00000002 [..........B.....]
    E68FF90 00000000 8042FB7B 885ECB00 0E68FC18 [....{.B...^...h.]
    E68FFA0 FFFFFFFF 0E68FFDC 014122B0 01891A58 [......h.."A.X...]
    E68FFB0 00000001 [....]
    ========== FRAME [9] (7C4E9879 -> 00000000) ==========
    Dump of memory from 0x0E68FFB4 to 0x0E6900B4
    E68FFB0 0E68FFEC 7C4E987C 00DF7C34 [..h.|.N|4|..]
    E68FFC0 00DF7298 77D3BBD9 00DF7C34 7FFAA000 [.r.....w4|......]
    E68FFD0 00000000 0E68FFC0 00000000 FFFFFFFF [......h.........]
    E68FFE0 7C4FF0B4 7C4ED360 00000000 00000000 [..O|`.N|........]
    E68FFF0 00000000 007101B0 00DF7C34 00000000 [......q.4|......]
    E690000 00000000 00000000 00000000 00000000 [................]
    Repeat 10 times
    E6900B0 00000000 [....]
    ----- Argument/Register Address Dump -----
    Argument/Register addr=0x025C34D4.
    Dump of memory from 0x025C3494 to 0x025C35D4
    25C3490 3A20736C 62647520 73666564 [ls : udbdefs]
    25C34A0 00000000 7069706F 693A736C 726F636E [....opipls:incor]
    25C34B0 74636572 2E6F6E20 20666F20 646E6962 [rect no. of bind]
    25C34C0 00000073 7069706F 733A736C 74736C71 [s...opipls:sqlst]
    25C34D0 00000072 41544146 5245204C 20524F52 [r...FATAL ERROR ]
    25C34E0 54204E49 542D4F57 204B5341 56524553 [IN TWO-TASK SERV]
    25C34F0 203A5245 6F727265 203D2072 000A6425 [ER: error = %d..]
    25C3500 626F7250 656C6261 72726520 2820726F [Probable error (]
    25C3510 2D41524F 34353832 69202936 656E206E [ORA-28546) in ne]
    25C3520 726F7774 6461206B 696E696D 61727473 [twork administra]
    25C3530 6E6F6974 0000000A 7774654E 206B726F [tion....Network ]
    25C3540 746F7270 6C6F636F 72726520 6F20726F [protocol error o]
    25C3550 6966206E 20747372 61746164 74666120 [n first data aft]
    25C3560 6E207265 63207765 656E6E6F 000A7463 [er new connect..]
    25C3570 7469706F 315F6B73 00000000 7469706F [opitsk_1....opit]
    25C3580 325F6B73 00000000 2D2D2D2D 2D2D2D2D [sk_2....--------]
    25C3590 2D2D2D2D 2D2D2D2D 2D2D2D2D 65520A2D [-------------.Re]
    25C35A0 65746F6D 4C515320 5253442D 61747320 [mote SQL-DSR sta]
    25C35B0 656D6574 0A3A746E 00000000 7869706F [tement:.....opix]
    25C35C0 312D6272 00000038 7869706F 312D6272 [rb-18...opixrb-1]
    25C35D0 00000037 [7...]
    Argument/Register addr=0x0A10E5E8.
    Dump of memory from 0x0A10E5A8 to 0x0A10E6E8
    A10E5A0 00000000 00000000 [........]
    A10E5B0 00000000 00000000 00000000 00000000 [................]
    Repeat 2 times
    A10E5E0 00000000 0E6C98DC 40002991 00000000 [......l..).@....]
    A10E5F0 00000000 00050000 0003001C 00000000 [................]
    A10E600 00000000 00000000 00000000 00000000 [................]
    A10E610 00000036 00003700 00000001 00000136 [6....7......6...]
    A10E620 00000000 0A1116CC 00000000 00000000 [................]
    A10E630 00000000 00000000 00000000 00000000 [................]
    Repeat 1 times
    A10E650 00000005 00000000 00000000 00000000 [................]
    A10E660 60664960 60664720 0A10E570 00000000 [`If` Gf`p.......]
    A10E670 0E733368 0A10E68C 00000000 00000000 [h3s.............]
    A10E680 00000000 7FFFFFFF 0A110160 0E7189B8 [........`.....q.]
    A10E690 00000000 0E723A3C 0E725C44 0E723A3C [....<:r.D\r.<:r.]
    A10E6A0 0E725C44 0E72355C 00000000 00000000 [D\r.\5r.........]
    A10E6B0 00000000 00000FA0 0E68E800 0E68EC00 [..........h...h.]
    A10E6C0 6057B510 0A10E7BC 0A10E6F8 00000000 [..W`............]
    A10E6D0 00000000 00000002 00000000 00000000 [................]
    A10E6E0 00000000 00000000 [........]
    Argument/Register addr=0x0E72355C.
    Dump of memory from 0x0E72351C to 0x0E72365C
    E723510 00000000 [....]
    E723520 000007DB 00000000 0000008F 0000008F [................]
    E723530 0000008F 00000000 00000000 0E7289EA [..............r.]
    E723540 00000810 000007DB 00000001 00BC614E [............Na..]
    E723550 FFFFFFFF 00000B98 0000010C 53454428 [............(DES]
    E723560 50495243 4E4F4954 4441283D 53455244 [CRIPTION=(ADDRES]
    E723570 494C5F53 283D5453 52444441 3D535345 [S_LIST=(ADDRESS=]
    E723580 4D4F4328 494E554D 743D5954 772E7063 [(COMMUNITY=tcp.w]
    E723590 646C726F 52502829 434F544F 543D4C4F [orld)(PROTOCOL=T]
    E7235A0 28295043 74736F48 5243533D 48435441 [CP)(Host=SCRATCH]
    E7235B0 50282959 3D74726F 31323531 41282929 [Y)(Port=1521))(A]
    E7235C0 45524444 283D5353 4D4D4F43 54494E55 [DDRESS=(COMMUNIT]
    E7235D0 63743D59 6F772E70 29646C72 4F525028 [Y=tcp.world)(PRO]
    E7235E0 4F434F54 43543D4C 48282950 3D74736F [TOCOL=TCP)(Host=]
    E7235F0 41524353 59484354 6F502829 313D7472 [SCRATCHY)(Port=1]
    E723600 29363235 43282929 454E4E4F 445F5443 [526)))(CONNECT_D]
    E723610 3D415441 44495328 7665643D 49432829 [ATA=(SID=dev)(CI]
    E723620 50283D44 52474F52 433D4D41 726F5C3A [D=(PROGRAM=C:\or]
    E723630 5C746E61 5C4E4942 42525752 2E303645 [ant\BIN\RWRBE60.]
    E723640 29657865 534F4828 574F3D54 53534E45 [exe)(HOST=OWENSS]
    E723650 29324350 45535528 776F3D52 [PC2)(USER=ow]
    Argument/Register addr=0x0E68FBD4.
    Dump of memory from 0x0E68FB94 to 0x0E68FCD4
    E68FB90 00000000 00000000 0E6C84CC [..........l.]
    E68FBA0 61307D10 00000000 00000000 0E68FBE0 [.}0a..........h.]
    E68FBB0 001F0003 0E68FBC0 0000ABF8 00000000 [......h.........]
    E68FBC0 00000000 00000000 0E68FBD8 00000000 [..........h.....]
    E68FBD0 00000000 0E68FD7A FFFFFFFF 00000000 [....z.h.........]
    E68FBE0 00000001 0E68FC04 0E68FFA4 014122B0 [......h...h.."A.]
    E68FBF0 00000000 FFFFFFFF 0E68FC0C 00000000 [..........h.....]
    E68FC00 61307D10 00000003 0E68FFB4 00710511 [.}0a......h...q.]
    E68FC10 00000002 0E68FE74 00DF7298 77D3BBD9 [....t.h..r.....w]
    E68FC20 00DF7C34 0A10E4C4 00000001 00000009 [4|..............]
    E68FC30 0E68FC64 00400110 77441490 0E68FC88 [[email protected].]
    E68FC40 77F8CC8C 00400000 00000001 00000000 [...w..@.........]
    E68FC50 44414853 00000000 00130000 00000002 [SHAD............]
    E68FC60 0200D278 00000000 0000013C 00000002 [x.......<.......]
    E68FC70 0E68FC54 0E68FD0C 0E68FD0C 77F98191 [T.h...h...h....w]
    E68FC80 77F8CCD0 FFFFFFFF 0E68FD1C 77F95328 [...w......h.(S.w]
    E68FC90 00400000 00000002 7FFDF000 7FFAA000 [..@.............]
    E68FCA0 77F84ACE 77FCF348 77F84B98 0E68FD30 [.J.wH..w.K.w0.h.]
    E68FCB0 77D3BBD9 00DF7C34 00000000 00000000 [...w4|..........]
    E68FCC0 00000000 00000000 00000000 00000000 [................]
    E68FCD0 00000000 [....]
    ----- End of Call Stack Trace -----
    ===================================================
    Files currently opened by this process:
    ===================================================
    PROCESS STATE
    Process global information:
    process: 67A6F334, call: 00000000, xact: 00000000, curses: 00000000, usrses: 67AA518C
    SO: 67A6F334, type: 2, owner: 00000000, flag: INIT/-/-/0x00
    (process) Oracle pid=14, calls cur/top: 00000000/67B2521C, flag: (0) -
    int error: 0, call error: 0, sess error: 0, txn error 0
    (post info) last post received: 0 0 111
    last post received-location: kgllldl: post after freeing latch
    last process to post me: 67a6fab4 5 0
    last post sent: 0 0 107
    last post sent-location: kgllkdl: post after freeing latch
    last process posted by me: 67a709b4 2 0
    (latch info) wait_event=0 bits=0
    Process Group: DEFAULT, pseudo proc: 67A9ACC8
    O/S info: user: SYSTEM, term: SCRATCHY, ospid: 2968
    OSD pid info: Windows thread id: 2968, image: ORACLE.EXE
    SO: 672CD800, type: 8, owner: 67A6F334, flag: INIT/-/-/0x00
    (FOB) flags=2 fib ptr=673ab78c incno=0 pending i/o cnt=0
    SO: 672CD794, type: 8, owner: 67A6F334, flag: INIT/-/-/0x00
    (FOB) flags=2 fib ptr=673ac4a8 incno=0 pending i/o cnt=0
    SO: 672CD4FC, type: 8, owner: 67A6F334, flag: INIT/-/-/0x00
    (FOB) flags=2 fib ptr=673ac20c incno=0 pending i/o cnt=0
    SO: 672CCFEC, type: 8, owner: 67A6F334, flag: INIT/-/-/0x00
    (FOB) flags=2 fib ptr=673ab244 incno=1 pending i/o cnt=0
    SO: 67AA518C, type: 4, owner: 67A6F334, flag: INIT/-/-/0x00
    (session) trans: 00000000, creator: 67A6F334, flag: (41) USR/- -/-/-/-/-/-
    DID: 0001-000E-00000002, short-term DID: 0000-0000-00000000
    txn branch: 00000000
    oct: 0, prv: 0, sql: 00000000, psql: 6586B26C, user: 19/CHEALTH1
    O/S info: user: owenss, term: OWENSSPC2, ospid: 288:2044, machine: HSW\OWENSSPC2
    program:
    last wait for 'null event' blocking sess=0x0 seq=7620 wait_time=10
    =28444553, =1, =0
    temporary object counter: 0
    SO: 66B33260, type: 52, owner: 67AA518C, flag: INIT/-/-/0x00
    LIBRARY OBJECT PIN: pin=66b33260 handle=6586acf0 mode=S lock=66b44d84
    user=67aa518c session=67aa518c count=1 mask=0041 savepoint=2 flags=[00]
    SO: 66B44D84, type: 51, owner: 67AA518C, flag: INIT/-/-/0x00
    LIBRARY OBJECT LOCK: lock=66b44d84 handle=6586acf0 mode=N
    call pin=00000000 session pin=66B33260
    user=67aa518c session=67aa518c count=1 flags=PNS/[08] savepoint=2
    LIBRARY OBJECT HANDLE: handle=6586acf0
    namespace=CRSR flags=RON/KGHP/PN0/[10010000]
    kkkk-dddd-llll=0000-0041-0041 lock=N pin=S latch#=3
    lwt=6586AD08[6586AD08,6586AD08] ltm=6586AD10[6586AD10,6586AD10]
    pwt=6586AD20[6586AD20,6586AD20] ptm=6586AD78[6586AD78,6586AD78]
    ref=6586ACF8[6586AF10, 6586AF10] lnd=6586AD84[6586AD84,6586AD84]
    LIBRARY OBJECT: object=6586aa78
    type=CRSR flags=EXS[0001] pflags= [00] status=VALD load=0
    DEPENDENCIES: count=1 size=16
    AUTHORIZATIONS: count=1 size=16 minimum entrysize=16
    ACCESSES: count=1 size=16
    TRANSLATIONS: count=1 size=16
    DATA BLOCKS:
    data# heap pointer status pins change
    0 6586ac80 65868e78 I/P/A 0 NONE
    6 6586ab14 65867e58 I/P/A 1 NONE
    SO: 66AF38A8, type: 51, owner: 67AA518C, flag: INIT/-/-/0x00
    LIBRARY OBJECT LOCK: lock=66af38a8 handle=6586b26c mode=N
    call pin=66B332A8 session pin=00000000
    user=67aa518c session=67aa518c count=1 flags=[00] savepoint=1
    LIBRARY OBJECT HANDLE: handle=6586b26c
    name=SELECT SECTOR_IN_USE FROM TRUST_DETAILS
    hash=96a0238e timestamp=10-19-2004 13:11:06
    namespace=CRSR flags=RON/KGHP/TIM/PN0/SML/[12010000]
    kkkk-dddd-llll=0000-0001-0001 lock=N pin=0 latch#=3
    lwt=6586B284[6586B284,6586B284] ltm=6586B28C[6586B28C,6586B28C]
    pwt=6586B29C[6586B29C,6586B29C] ptm=6586B2F4[6586B2F4,6586B2F4]
    ref=6586B274[6586B274, 6586B274] lnd=6586B300[6586B300,6586B300]
    LIBRARY OBJECT: object=6586aff4
    type=CRSR flags=EXS[0001] pflags= [00] status=VALD load=0
    CHILDREN: size=16
    child# table reference handle
    0 6586b1b0 6586af10 6586acf0
    DATA BLOCKS:
    data# heap pointer status pins change
    0 6586b1fc 6586b07c I/P/A 0 NONE
    SO: 66B3EB7C, type: 51, owner: 67AA518C, flag: INIT/-/-/0x00
    LIBRARY OBJECT LOCK: lock=66b3eb7c handle=65895d7c mode=N
    call pin=00000000 session pin=66AFC980
    user=67aa518c session=67aa518c count=1 flags=[00] savepoint=2
    LIBRARY OBJECT HANDLE: handle=65895d7c
    namespace=CRSR flags=RON/KGHP/PN0/[10010000]
    kkkk-dddd-llll=0000-0041-0041 lock=N pin=0 latch#=1
    lwt=65895D94[65895D94,65895D94] ltm=65895D9C[65895D9C,65895D9C]
    pwt=65895DAC[65895DAC,65895DAC] ptm=65895E04[65895E04,65895E04]
    ref=65895D84[65895E40, 65895E40] lnd=65895E10[65895E10,65895E10]
    LIBRARY OBJECT: object=65895b04
    type=CRSR flags=EXS[0001] pflags= [00] status=VALD load=0
    DATA BLOCKS:
    data# heap pointer status pins change
    0 65895d0c 65895000 I/P/A 0 NONE
    6 65895ba0 65893fe0 I/-/A 0 NONE
    SO: 66B3EC54, type: 51, owner: 67AA518C, flag: INIT/-/-/0x00
    LIBRARY OBJECT LOCK: lock=66b3ec54 handle=65896298 mode=N
    call pin=66AFC6F8 session pin=00000000
    user=67aa518c session=67aa518c count=1 flags=[00] savepoint=1
    LIBRARY OBJECT HANDLE: handle=65896298
    name=set role DBA,SELECT_CATALOG_ROLE,HS_ADMIN_ROLE,EXECUTE_CATALOG_ROLE,DELETE_CATALOG_ROLE,EXP_FULL_DATABASE,IMP_FULL_DATABASE,GATHER_SYSTEM_STATISTICS,CH_DEVELOPER,CONNECT,RESOURCE,CH_CLERIC
    hash=94dbe80e timestamp=10-19-2004 13:10:27
    namespace=CRSR flags=RON/KGHP/TIM/PN0/MED/[50010000]
    kkkk-dddd-llll=0000-0001-0001 lock=N pin=0 latch#=1
    lwt=658962B0[658962B0,658962B0] ltm=658962B8[658962B8,658962B8]
    pwt=658962C8[658962C8,658962C8] ptm=65896320[65896320,65896320]
    ref=658962A0[658962A0, 658962A0] lnd=6589632C[6589632C,6589632C]
    LIBRARY OBJECT: object=65897574
    type=CRSR flags=EXS[0001] pflags= [00] status=VALD load=0
    CHILDREN: size=16
    child# table reference handle
    0 6589600c 65895e40 65895d7c
    DATA BLOCKS:
    data# heap pointer status pins change
    0 6589767c 65896070 I/P/A 0 NONE
    SO: 66B333C8, type: 52, owner: 67AA518C, flag: INIT/-/-/0x00
    LIBRARY OBJECT PIN: pin=66b333c8 handle=6636b7b8 mode=S lock=0
    user=67aa518c session=67aa518c count=1 mask=000d savepoint=1 flags=[00]
    SO: 66B327B0, type: 52, owner: 67AA518C, flag: INIT/-/-/0x00
    LIBRARY OBJECT PIN: pin=66b327b0 handle=66252830 mode=S lock=0
    user=67aa518c session=67aa518c count=1 mask=000d savepoint=1 flags=[00]
    SO: 66B3C9BC, type: 52, owner: 67AA518C, flag: INIT/-/-/0x00
    LIBRARY OBJECT PIN: pin=66b3c9bc handle=6636e1a0 mode=S lock=0
    user=67aa518c session=67aa518c count=1 mask=000d savepoint=1 flags=[00]
    SO: 66B32768, type: 52, owner: 67AA518C, flag: INIT/-/-/0x00
    LIBRARY OBJECT PIN: pin=66b32768 handle=6638d260 mode=S lock=0
    user=67aa518c session=67aa518c count=1 mask=000d savepoint=1 flags=[00]
    SO: 66AF91AC, type: 52, owner: 67AA518C, flag: INIT/-/-/0x00
    LIBRARY OBJECT PIN: pin=66af91ac handle=665fff18 mode=S lock=0
    user=67aa518c session=67aa518c count=1 mask=000d savepoint=1 flags=[00]
    SO: 66AFC500, type: 52, owner: 67AA518C, flag: INIT/-/-/0x00
    LIBRARY OBJECT PIN: pin=66afc500 handle=665b91ac mode=S lock=0
    user=67aa518c session=67aa518c count=1 mask=000d savepoint=1 flags=[00]
    SO: 66B3C8E4, type: 52, owner: 67AA518C, flag: INIT/-/-/0x00
    LIBRARY OBJECT PIN: pin=66b3c8e4 handle=66211b00 mode=S lock=0
    user=67aa518c session=67aa518c count=1 mask=000d savepoint=1 flags=[00]
    SO: 66B34898, type: 51, owner: 67AA518C, flag: INIT/-/-/0x00
    LIBRARY OBJECT LOCK: lock=66b34898 handle=658c553c mode=N
    call pin=00000000 session pin=66B2CE18
    user=67aa518c session=67aa518c count=1 flags=[00] savepoint=3
    LIBRARY OBJECT HANDLE: handle=658c553c
    namespace=CRSR flags=RON/KGHP/PN0/[10010000]
    kkkk-dddd-llll=0000-0041-0041 lock=N pin=0 latch#=5
    lwt=658C5554[658C5554,658C5554] ltm=658C555C[658C555C,658C555C]
    pwt=658C556C[658C556C,658C556C] ptm=658C55C4[658C55C4,658C55C4]
    ref=658C5544[658C575C, 658C575C] lnd=658C55D0[658C55D0,658C55D0]
    LIBRARY OBJECT: object=658c476c
    type=CRSR flags=EXS[0001] pflags= [00] status=VALD load=0
    DEPENDENCIES: count=5 size=16
    ACCESSES: count=1 size=16
    TRANSLATIONS: count=1 size=16
    DATA BLOCKS:
    data# heap pointer status pins change
    0 658c54cc 658c452c I/P/A 0 NONE
    6 658c4808 658c350c I/-/A 0 NONE
    SO: 66B34850, type: 51, owner: 67AA518C, flag: INIT/-/-/0x00
    LIBRARY OBJECT LOCK: lock=66b34850 handle=658c5ab8 mode=N
    call pin=66B2CE60 session pin=00000000
    user=67aa518c session=67aa518c count=1 flags=[00] savepoint=2
    LIBRARY OBJECT HANDLE: handle=658c5ab8
    name=select ROLE from SESSION_ROLES
    hash=3e532d11 timestamp=10-19-2004 13:10:02
    namespace=CRSR flags=RON/KGHP/TIM/PN0/SML/[12010000]
    kkkk-dddd-llll=0000-0001-0001 lock=N pin=0 latch#=5
    lwt=658C5AD0[658C5AD0,658C5AD0] ltm=658C5AD8[658C5AD8,658C5AD8]
    pwt=658C5AE8[658C5AE8,658C5AE8] ptm=658C5B40[658C5B40,658C5B40]
    ref=658C5AC0[658C5AC0, 658C5AC0] lnd=658C5B4C[658C5B4C,658C5B4C]
    LIBRARY OBJECT: object=658c5840
    type=CRSR flags=EXS[0001] pflags= [00] status=VALD load=0
    CHILDREN: size=16
    child# table reference handle
    0 658c59fc 658c575c 658c553c
    DATA BLOCKS:
    data# heap pointer status pins change
    0 658c5a48 658c58c8 I/P/A 0 NONE
    SO: 66B34F10, type: 51, owner: 67AA518C, flag: INIT/-/-/0x00
    LIBRARY OBJECT LOCK: lock=66b34f10 handle=665f13b0 mode=N
    call pin=66B3CADC session pin=00000000
    user=67aa518c session=67aa518c count=1 flags=CBB/[02] savepoint=74
    LIBRARY OBJECT HANDLE: handle=665f13b0
    name=SYS.DATABASE
    hash=aea96fa0 timestamp=12-31-4712 23:59:59
    namespace=EVNT flags=KGHP/TIM/SML/[02000000]
    kkkk-dddd-llll=0000-0009-0009 lock=N pin=0 latch#=2
    lwt=665F13C8[665F13C8,665F13C8] ltm=665F13D0[665F13D0,665F13D0]
    pwt=665F13E0[665F13E0,665F13E0] ptm=665F1438[665F1438,665F1438]
    ref=665F13B8[665F13B8, 665F13B8] lnd=665F1444[665F1444,665F1444]
    LIBRARY OBJECT: object=665f1138
    type=EVNT flags=EXS/LOC[0005] pflags= [00] status=VALD load=0
    DATA BLOCKS:
    data# heap pointer status pins change
    0 665f1340 665f1224 I/-/A 0 NONE
    3 665f11d4 665f0d08 I/-/A 0 NONE
    SO: 66AFB0C0, type: 51, owner: 67AA518C, flag: INIT/-/-/0x00
    LIBRARY OBJECT LOCK: lock=66afb0c0 handle=665c3c38 mode=N
    call pin=66B32600 session pin=00000000
    user=67aa518c session=67aa518c count=1 flags=CBB/[02] savepoint=74
    LIBRARY OBJECT HANDLE: handle=665c3c38
    name=CHEALTH1.CHEALTH1
    hash=2a835da9 timestamp=12-31-4712 23:59:59
    namespace=EVNT flags=KGHP/TIM/SML/[02000000]
    kkkk-dddd-llll=0000-0009-0009 lock=N pin=0 latch#=1
    lwt=665C3C50[665C3C50,665C3C50] ltm=665C3C58[665C3C58,665C3C58]
    pwt=665C3C68[665C3C68,665C3C68] ptm=665C3CC0[665C3CC0,665C3CC0]
    ref=665C3C40[665C3C40, 665C3C40] lnd=665C3CCC[665C3CCC,665C3CCC]
    LIBRARY OBJECT: object=665c39c0
    type=EVNT flags=EXS/LOC[0005] pflags= [00] status=VALD load=0
    DATA BLOCKS:
    data# heap pointer status pins change
    0 665c3bc8 665c3aac I/-/A 0 NONE
    3 665c3a5c 665c3474 I/-/A 0 NONE
    SO: 65A41FA8, type: 50, owner: 67AA518C, flag: INIT/-/-/0x00
    user lock: lock=65a41fa8 mode=S
    user resource: user=66b0f4f8 uid=19 mode=S
    SO: 658EB84C, type: 50, owner: 67AA518C, flag: INIT/-/-/0x00
    user lock: lock=658eb84c mode=S
    user resource: user=66b0f4f8 uid=19 mode=S
    SO: 66EBDF1C, type: 39, owner: 67AA518C, flag: INIT/-/-/0x00
    (dummy) nxc=0, nlb=0
    SO: 67BEA488, type: 13, owner: 67A6F334, flag: INIT/-/-/0x00
    (broadcast handle) flag: (2) ACTIVE SUBSCRIBER, owner: 67A6F334,
    event: 100, last message event: 100,
    last message waited event: 100, messages read: 0
    channel: (67BF1138) system events broadcast channel
    scope: 0, event: 106, last mesage event: 0,
    publishers/subscribers: 0/18,
    messages published: 0
    SO: 67B2521C, type: 3, owner: 67A6F334, flag: INIT/-/-/0x00
    (call) sess: cur 67aa518c, rec 0, usr 67aa518c; depth: 0
    END OF PROCESS STATE
    PINNED BUFFER HISTORY
    Unable to dump buffer since buffer cache has been freed.
    The buffer with tsn: 0 rdba: 0x004000f6 (1/246) was pinned,
    but could not be dumped
    The buffer with tsn: 0 rdba: 0x004000f6 (1/246) has already been dumped
    Unable to dump buffer since buffer cache has been freed.
    The buffer with tsn: 0 rdba: 0x0040011e (1/286) was pinned,
    but could not be dumped
    The buffer with tsn: 0 rdba: 0x004000f6 (1/246) has already been dumped
    The buffer with tsn: 0 rdba: 0x004000f6 (1/246) has already been dumped
    The buffer with tsn: 0 rdba: 0x004000f6 (1/246) has already been dumped
    The buffer with tsn: 0 rdba: 0x004000f6 (1/246) has already been dumped
    The buffer with tsn: 0 rdba: 0x0040011e (1/286) has already been dumped
    END OF PINNED BUFFER HISTORY
    any suggestions
    thx
    kedar

    The error message "ORA-04021: timeout occurred while waiting to lock object CHEALTH1.BIG_HV_LABELS" would seem to indicate that either DML was in progress when you tried to modify the table or a prior DDL command was in progress.
    Basically you were waiting to get access to the table. You should perform your alter when the table is not in heavy use.
    As user 355099 mentioned v$access is one way to find users. Another would be to issue a lock table command and if you did not immediately get it then look for the blocking sessions. You will need to terminate them, or wait them out.
    HTH -- Mark D Powell --

  • Export DV Steam (.dv file) for Video Server Problem

    From Final Cut, I need to export a DV Stream file for our Video Server. It accepts .dv files. Problem is: the exported clip "inherits" just over 5 minutes of black or the last frame of video on the tail. This creates obvious timing problems for our on-air playback.
    I've seen other posts on this forum with identical problems, but none of them were solved. It was however suggest to NOT use DV Stream file. Unfortunately this is not an option for my station, as our server requires those files.
    So in summary, exporting a 30 sec spot to a DV Stream becomes a 5 minute 37 sec spot. No good.
    Thanks in advance,
    TOR
    Mac Pro   Mac OS X (10.4.8)   8 GB RAM

    Sounds weird enough! What servers are you using, and will they not accept a MPEG-2 transport stream as well? Most I've seen do and that can save a tremendous amount of space.
    But back to your problem of the added 5 minutes of black; as I understand your description, you're saying that the extra 5 minutes is added at the tail end ... correct? If so, won't the programming aspect of your set up switch to another stream at the programmed time regardless if the first program is still playing? ie; you enter the start and end time of each event for playback. Say event 105 starts at 8:00:00 PM and ends at 8:00:30 PM. Event 106 starts at 8:00:30 and ends at 8:01:00. Each spot is programmed to air for 30 seconds so at 30 seconds into event 105, event 106 SHOULD start playback and be switched to air - even though event 105 still has 5 minutes of black to go.
    -DH

  • Unable to start any VM's after accidental shutdown.

    Hi everybody,
    after my beautiful daughter, which i love very much, shutted down my desktop the hard way my HyperV has been down.
    I hope she did not waste more than a full day waiting, but i have not been able to find out as i have been unable to start any VM's since. 
    The hardware requirements is met and enabled etc. it worked flawlessly prior to the shutdown.
    initial error:
    "Vm cannot start because the hypervisor is not running." 
    and true that -  none of the HyperV services are running, and they won't start when i want to start them manually. 
    so i checked the BIOS, Virtualization is enabled in the CPU. so far so good. 
    last but not least i checked the BCDedit.exe just in case and the hypervisorlaunctype were set to 'Auto'.
    BCDedit print:
    osdevice                partition=C:
    systemroot              \Windows
    resumeobject            {75433aa1-77d7-11e3-820c-8d253c7dc234}
    nx                      OptIn
    bootmenupolicy          Standard
    hypervisorlaunchtype    Auto
    Then i went log hunting and found a couple of errors: 
    Event viewer\windows log\System
    event id 36:
    Hypervisor launch failed; the image \Windows\system32\hvix64.exe failed code integrity checks, and cannot be used.
    and a second under:
    Event viewer\logs for programs and service\Microsoft\Windows\Hyper-V-VMMS
    Event ID 15350:
    VID driver not running. 
    after some googling and reinstalling the feature i eventually came up empty handed, so any assistance will be greatly appreciated. 
    Regards
    Asbjørn

    Hi thank you for the response Bob.
    ran the command a couple of time and rebooted as well. 
    every time i recieve this message after the SFC:
    Windows Resource Protection found corrupt files but was unable to fix some of them
    Details are included in the CBS.Log windir\Logs\CBS\CBS.Log
    Looked in the and found some of the entries not fixable where regarding hyperV.:
    and tried just to try to start a vm and same issue. 
    From CBS.log:
    2014-04-08 20:38:47, Info                  CSI    0000088b [SR] Beginning Verify and Repair transaction
    2014-04-08 20:38:47, Info                  CSI    0000088c [SR] Verify complete
    2014-04-08 20:38:47, Info                  CSI    0000088d [SR] Repairing 6 components
    2014-04-08 20:38:47, Info                  CSI    0000088e [SR] Beginning Verify and Repair transaction
    2014-04-08 20:38:47, Info                  CSI    0000088f Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-hyper-v-drivers-hypervisor_31bf3856ad364e35_6.3.9600.16384_none_210fb36c397c4e2b\hvix64.exe
    do not match actual file [l:20{10}]"hvix64.exe" :
      Found: {l:32 b:aR56zgntiLzVXFbmuZz7/YAqKimJJ8ztYR+kY/uDOiQ=} Expected: {l:32 b:2+jsu4cq379AWxcxWFWB4iAqAQzeE6iY8LD8jFZCYLQ=}
    2014-04-08 20:38:47, Info                  CSI    00000890 [SR] Cannot repair member file [l:20{10}]"hvix64.exe" of Microsoft-Hyper-V-Drivers-Hypervisor, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64
    (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:47, Info                  CSI    00000891 Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-windows-e..dapplauncher-client_31bf3856ad364e35_6.3.9600.16441_none_38fd958247084804\WEMSAL_WmiProvider.dll
    do not match actual file [l:44{22}]"WEMSAL_WmiProvider.dll" :
      Found: {l:32 b:pycCqcu4FlWSmwf1/XTmpfYCYDDjQqIz6bK4nfexBjE=} Expected: {l:32 b:3tsOAaD084bF+zL+5OFYLF7/QE3kk4zrL8OICJo8fKE=}
    2014-04-08 20:38:47, Info                  CSI    00000892 [SR] Cannot repair member file [l:44{22}]"WEMSAL_WmiProvider.dll" of Microsoft-Windows-Embedded-EmbeddedAppLauncher-Client, Version = 6.3.9600.16441,
    pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:47, Info                  CSI    00000893 Hashes for file member \SystemRoot\WinSxS\amd64_netwew00.inf_31bf3856ad364e35_6.3.9600.16384_none_252dacabb361a7e1\NETwew00.sys do not match actual
    file [l:24{12}]"NETwew00.sys" :
      Found: {l:32 b:TMtOkmv4ue8781uyYPEIxz8FVFOYyoTz4kjBiGC02Sc=} Expected: {l:32 b:75xSkHd6Tid9R8h6F0/5RBviPK0vRW01uAhGMEH0Z1w=}
    2014-04-08 20:38:47, Info                  CSI    00000894 [SR] Cannot repair member file [l:24{12}]"NETwew00.sys" of netwew00.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture
    neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:47, Info                  CSI    00000895 Hashes for file member \SystemRoot\WinSxS\amd64_prncacla.inf_31bf3856ad364e35_6.3.9600.16384_none_9590ba64d5b91f79\Amd64\CNBJ2530.DPB do not match
    actual file [l:36{18}]"Amd64\CNBJ2530.DPB" :
      Found: {l:32 b:8LcvNZBm511T52GSwaqECOaQN2Pm60sxT+RHr6QZOGE=} Expected: {l:32 b:n520k714Uu3utHa5JGQ6HQYbZphKhlMWq5pEmfnCDuw=}
    2014-04-08 20:38:47, Info                  CSI    00000896 [SR] Cannot repair member file [l:36{18}]"Amd64\CNBJ2530.DPB" of prncacla.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9),
    Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:47, Info                  CSI    00000897 Hashes for file member \SystemRoot\WinSxS\amd64_windows-defender-am-sigs_31bf3856ad364e35_6.3.9600.16384_none_ad431e16ef9845da\MpAvBase.vdm do
    not match actual file [l:24{12}]"MpAvBase.vdm" :
      Found: {l:32 b:d2vTqbHW4/0bBDrraPL9EDQ3smJDUwd1CFbPSIBH1c8=} Expected: {l:32 b:0dMEhN7kYwcdydEE2kpJrc1jlT3hufXi/Vw24qdFm88=}
    2014-04-08 20:38:47, Info                  CSI    00000898 [SR] Cannot repair member file [l:24{12}]"MpAvBase.vdm" of Windows-Defender-AM-Sigs, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64
    (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:47, Info                  CSI    00000899 Hashes for file member \SystemRoot\WinSxS\amd64_wialx008.inf_31bf3856ad364e35_6.3.9600.16384_none_9ca3c194b95ed28c\LXAA3drs.dll do not match actual
    file [l:24{12}]"LXAA3drs.dll" :
      Found: {l:32 b:kieFqZCqsO6AQQNNXtIYgybMJnJTkumPv2e2skhEfAg=} Expected: {l:32 b:dw8CQ+SfRzuBuXmiHYtZS1l3e+YdLVc3Enxt1FL6iog=}
    2014-04-08 20:38:47, Info                  CSI    0000089a [SR] Cannot repair member file [l:24{12}]"LXAA3drs.dll" of wialx008.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture
    neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:47, Info                  CSI    0000089b Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-hyper-v-drivers-hypervisor_31bf3856ad364e35_6.3.9600.16384_none_210fb36c397c4e2b\hvix64.exe
    do not match actual file [l:20{10}]"hvix64.exe" :
      Found: {l:32 b:aR56zgntiLzVXFbmuZz7/YAqKimJJ8ztYR+kY/uDOiQ=} Expected: {l:32 b:2+jsu4cq379AWxcxWFWB4iAqAQzeE6iY8LD8jFZCYLQ=}
    2014-04-08 20:38:47, Info                  CSI    0000089c [SR] Cannot repair member file [l:20{10}]"hvix64.exe" of Microsoft-Hyper-V-Drivers-Hypervisor, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64
    (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:47, Info                  CSI    0000089d [SR] This component was referenced by [l:192{96}]"Microsoft-Hyper-V-ClientEdition-Package~31bf3856ad364e35~amd64~~6.3.9600.16384.Microsoft-Hyper-V"
    2014-04-08 20:38:47, Info                  CSI    0000089e Hashes for file member \??\C:\Windows\System32\hvix64.exe do not match actual file [l:20{10}]"hvix64.exe" :
      Found: {l:32 b:aR56zgntiLzVXFbmuZz7/YAqKimJJ8ztYR+kY/uDOiQ=} Expected: {l:32 b:2+jsu4cq379AWxcxWFWB4iAqAQzeE6iY8LD8jFZCYLQ=}
    2014-04-08 20:38:47, Info                  CSI    0000089f Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-hyper-v-drivers-hypervisor_31bf3856ad364e35_6.3.9600.16384_none_210fb36c397c4e2b\hvix64.exe
    do not match actual file [l:20{10}]"hvix64.exe" :
      Found: {l:32 b:aR56zgntiLzVXFbmuZz7/YAqKimJJ8ztYR+kY/uDOiQ=} Expected: {l:32 b:2+jsu4cq379AWxcxWFWB4iAqAQzeE6iY8LD8jFZCYLQ=}
    2014-04-08 20:38:47, Info                  CSI    000008a0 [SR] Could not reproject corrupted file [ml:520{260},l:46{23}]"\??\C:\Windows\System32"\[l:20{10}]"hvix64.exe"; source file in store is also corrupted
    2014-04-08 20:38:48, Info                  CSI    000008a1 Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-windows-e..dapplauncher-client_31bf3856ad364e35_6.3.9600.16441_none_38fd958247084804\WEMSAL_WmiProvider.dll
    do not match actual file [l:44{22}]"WEMSAL_WmiProvider.dll" :
      Found: {l:32 b:pycCqcu4FlWSmwf1/XTmpfYCYDDjQqIz6bK4nfexBjE=} Expected: {l:32 b:3tsOAaD084bF+zL+5OFYLF7/QE3kk4zrL8OICJo8fKE=}
    2014-04-08 20:38:48, Info                  CSI    000008a2 [SR] Cannot repair member file [l:44{22}]"WEMSAL_WmiProvider.dll" of Microsoft-Windows-Embedded-EmbeddedAppLauncher-Client, Version = 6.3.9600.16441,
    pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:48, Info                  CSI    000008a3 [SR] This component was referenced by [l:160{80}]"Package_67_for_KB2887595~31bf3856ad364e35~amd64~~6.3.2.0.2887595-250_neutral_GDR"
    2014-04-08 20:38:48, Info                  CSI    000008a4 Hashes for file member \??\C:\Windows\System32\wbem\WEMSAL_WmiProvider.dll do not match actual file [l:44{22}]"WEMSAL_WmiProvider.dll" :
      Found: {l:32 b:pycCqcu4FlWSmwf1/XTmpfYCYDDjQqIz6bK4nfexBjE=} Expected: {l:32 b:3tsOAaD084bF+zL+5OFYLF7/QE3kk4zrL8OICJo8fKE=}
    2014-04-08 20:38:48, Info                  CSI    000008a5 Hashes for file member \SystemRoot\WinSxS\amd64_microsoft-windows-e..dapplauncher-client_31bf3856ad364e35_6.3.9600.16441_none_38fd958247084804\WEMSAL_WmiProvider.dll
    do not match actual file [l:44{22}]"WEMSAL_WmiProvider.dll" :
      Found: {l:32 b:pycCqcu4FlWSmwf1/XTmpfYCYDDjQqIz6bK4nfexBjE=} Expected: {l:32 b:3tsOAaD084bF+zL+5OFYLF7/QE3kk4zrL8OICJo8fKE=}
    2014-04-08 20:38:48, Info                  CSI    000008a6 [SR] Could not reproject corrupted file [ml:520{260},l:56{28}]"\??\C:\Windows\System32\wbem"\[l:44{22}]"WEMSAL_WmiProvider.dll"; source file in
    store is also corrupted
    2014-04-08 20:38:48, Info                  CSI    000008a7 Hashes for file member \SystemRoot\WinSxS\amd64_netwew00.inf_31bf3856ad364e35_6.3.9600.16384_none_252dacabb361a7e1\NETwew00.sys do not match actual
    file [l:24{12}]"NETwew00.sys" :
      Found: {l:32 b:TMtOkmv4ue8781uyYPEIxz8FVFOYyoTz4kjBiGC02Sc=} Expected: {l:32 b:75xSkHd6Tid9R8h6F0/5RBviPK0vRW01uAhGMEH0Z1w=}
    2014-04-08 20:38:48, Info                  CSI    000008a8 [SR] Cannot repair member file [l:24{12}]"NETwew00.sys" of netwew00.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture
    neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:48, Info                  CSI    000008a9 [SR] This component was referenced by [l:200{100}]"Microsoft-Windows-Client-Drivers-Package-drivers~31bf3856ad364e35~amd64~~6.3.9600.16384.INF_netwew00"
    2014-04-08 20:38:48, Info                  CSI    000008aa Hashes for file member \SystemRoot\WinSxS\amd64_prncacla.inf_31bf3856ad364e35_6.3.9600.16384_none_9590ba64d5b91f79\Amd64\CNBJ2530.DPB do not match
    actual file [l:36{18}]"Amd64\CNBJ2530.DPB" :
      Found: {l:32 b:8LcvNZBm511T52GSwaqECOaQN2Pm60sxT+RHr6QZOGE=} Expected: {l:32 b:n520k714Uu3utHa5JGQ6HQYbZphKhlMWq5pEmfnCDuw=}
    2014-04-08 20:38:48, Info                  CSI    000008ab [SR] Cannot repair member file [l:36{18}]"Amd64\CNBJ2530.DPB" of prncacla.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9),
    Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:48, Info                  CSI    000008ac [SR] This component was referenced by [l:186{93}]"Microsoft-Windows-Printer-Drivers-Package~31bf3856ad364e35~amd64~~6.3.9600.16384.INF_prncacla"
    2014-04-08 20:38:48, Info                  CSI    000008ad Hashes for file member \SystemRoot\WinSxS\amd64_wialx008.inf_31bf3856ad364e35_6.3.9600.16384_none_9ca3c194b95ed28c\LXAA3drs.dll do not match actual
    file [l:24{12}]"LXAA3drs.dll" :
      Found: {l:32 b:kieFqZCqsO6AQQNNXtIYgybMJnJTkumPv2e2skhEfAg=} Expected: {l:32 b:dw8CQ+SfRzuBuXmiHYtZS1l3e+YdLVc3Enxt1FL6iog=}
    2014-04-08 20:38:48, Info                  CSI    000008ae [SR] Cannot repair member file [l:24{12}]"LXAA3drs.dll" of wialx008.inf, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture
    neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type = [l:24{12}]"driverUpdate", TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:48, Info                  CSI    000008af [SR] This component was referenced by [l:204{102}]"Microsoft-Windows-Client-Drivers-Package-printscan~31bf3856ad364e35~amd64~~6.3.9600.16384.INF_wialx008"
    2014-04-08 20:38:48, Info                  CSI    000008b0 Hashes for file member \SystemRoot\WinSxS\amd64_windows-defender-am-sigs_31bf3856ad364e35_6.3.9600.16384_none_ad431e16ef9845da\MpAvBase.vdm do
    not match actual file [l:24{12}]"MpAvBase.vdm" :
      Found: {l:32 b:d2vTqbHW4/0bBDrraPL9EDQ3smJDUwd1CFbPSIBH1c8=} Expected: {l:32 b:0dMEhN7kYwcdydEE2kpJrc1jlT3hufXi/Vw24qdFm88=}
    2014-04-08 20:38:48, Info                  CSI    000008b1 [SR] Cannot repair member file [l:24{12}]"MpAvBase.vdm" of Windows-Defender-AM-Sigs, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64
    (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-04-08 20:38:48, Info                  CSI    000008b2 [SR] This component was referenced by [l:268{134}]"Windows-Defender-AM-Default-Definitions-Package~31bf3856ad364e35~amd64~~6.3.9600.16384.Windows-Defender-AM-Default-Definitions-Package"
    2014-04-08 20:38:49, Info                  CSI    000008b3 Hashes for file member \??\C:\ProgramData\Microsoft\Windows Defender\Definition Updates\Default\MpAvBase.vdm do not match actual file [l:24{12}]"MpAvBase.vdm"
      Found: {l:32 b:d2vTqbHW4/0bBDrraPL9EDQ3smJDUwd1CFbPSIBH1c8=} Expected: {l:32 b:0dMEhN7kYwcdydEE2kpJrc1jlT3hufXi/Vw24qdFm88=}
    2014-04-08 20:38:49, Info                  CSI    000008b4 Hashes for file member \SystemRoot\WinSxS\amd64_windows-defender-am-sigs_31bf3856ad364e35_6.3.9600.16384_none_ad431e16ef9845da\MpAvBase.vdm do
    not match actual file [l:24{12}]"MpAvBase.vdm" :
      Found: {l:32 b:d2vTqbHW4/0bBDrraPL9EDQ3smJDUwd1CFbPSIBH1c8=} Expected: {l:32 b:0dMEhN7kYwcdydEE2kpJrc1jlT3hufXi/Vw24qdFm88=}
    2014-04-08 20:38:49, Info                  CSI    000008b5 [SR] Could not reproject corrupted file [ml:520{260},l:144{72}]"\??\C:\ProgramData\Microsoft\Windows Defender\Definition Updates\Default"\[l:24{12}]"MpAvBase.vdm";
    source file in store is also corrupted
    2014-04-08 20:38:49, Info                  CSI    000008b6 [SR] Repair complete
    2014-04-08 20:38:49, Info                  CSI    000008b7 [SR] Committing transaction
    2014-04-08 20:38:49, Info                  CSI    000008b8 Creating NT transaction (seq 2), objectname [6]"(null)"
    2014-04-08 20:38:49, Info                  CSI    000008b9 Created NT transaction (seq 2) result 0x00000000, handle @0xee0
    2014-04-08 20:38:49, Info                  CSI    000008ba@2014/4/8:18:38:49.319 Beginning NT transaction commit...
    2014-04-08 20:38:49, Info                  CSI    000008bb@2014/4/8:18:38:49.326 CSI perf trace:

  • Logic Pro 9.0.1 released

    This update improves overall stability and provides numerous fixes and enhancements.
    Issues addressed include:
    • Flex Markers can align & snap to MIDI notes
    • Performing a punch-in recording with Replace Mode now behaves correctly
    • The I/O plug-in adds an option for latency compensation
    The update is recommended for all users of Logic Pro 9.

    Logic Pro 9.0.1 Update
    This update improves overall stability, provides numerous fixes and enhancements, and is recommended for all users of Logic Pro 9.
    Some issues addressed include (but are not limited to):
    * Replace mode now functions as expected when Punch Recording.
    * Trimming a region now behaves correctly for regions whose first transient is quantized.
    * Using "Paste at Original Position" in the Arrange window now works as expected.
    * Using track import Replace to channel strip used on multiple tracks in the Arrange window now works as expected.
    * Correct automation values are now maintained when one region is moved over another with the "Move Automation with Regions" option.
    * Addresses an issue where the Save button on a Logic/Mackie Control stays lit when pressed with some projects.
    * The Reassign Track shortcut menu now correctly displays the currently assigned channel strip object.
    * Text Only mode for the Toolbar now remains in effect when an option is clicked on the Toolbar.
    * MIDI commands can now be assigned to key commands with fixed assignments.
    * Clicking solo on a channel strip no longer selects the channel strip.
    * Fixes an issue where Logic would quit unexpectedly if the grid value in the Hyper Edit Convert Event definition dialog was changed.
    * MIDI regions now play at the correct tempo when scrubbed with the Solo tool.
    * Current project Mixer settings are now correctly maintained when importing tracks with "Send all fader values" enabled.
    * EXS24 now correctly displays all parameters in Editor view for instruments created in Logic 8.
    * Logic no longer quits unexpectedly in recording situations where both a MIDI and audio track are record enabled and the MIDI track is not selected.
    Enhancements implemented include:
    * It is now possible to measure and provide latency compensation for an external signal chain that is routed via the I/O plug-in.
    * You can now snap align Flex Markers to MIDI notes within other tracks in the Arrange window.
    * The Automap feature for Novation MIDI controllers now functions when using the Logic Studio plug-ins.
    * Apogee's UV-22 dithering algorithm now an option when bouncing audio files.

Maybe you are looking for