Verification of the OLAP DML queries

I work in my thesys and I want to know if is there a way to watch or even better, checking of queries with tools like awm. AWM is a good tool with graphics options, but I need to see the exact OLAP DML queries made the analytic workspace, I mean, a kind of fine-grained auditing. Thank you very much. Furthermore, I m working with Oracle 10 G release 2, and my analytic workspace is one made with the overall scheme.

There are a few options to try, depending on what you want to audit:
1. turn on SQL tracing
2. in the AWM OLAP worksheet, use the command RECAP previous DML list calls
3 turn the tracking spreadsheet OLAP DML:

dbgoutfile dir_alias
prgtrace = y
"Open data viewer.
dbgoutfile expressions of folklore ' close file when finished.»

Tags: Business Intelligence

Similar Questions

  • Anyone know of a good tutorial OLAP DML/DDL?  (and NOT reference guide)

    In addition to the analytic workspace, I'm learning to build cubes by using just the OLAP DML / DDL language.

    Oracle and others have published many documents of reference on the language of the OLAP DML / DDL but I can't find a real tutorials that logically guide me through the process of creating cubes and everything that goes with it (definition of the dimensions, hierarchies, measures, calculations etc...) All the reference material is divided into pieces and difficult to learn effectively. Does anyone have a good OLAP DML / DDL tutorial links they could recommend? Thank you.

    John W wrote:
    Oracle and others have published a lot of reference material on the language of the OLAP DML / DDL but I can't find a real tutorials that logically guide me through the process of creating cubes and everything that goes with it (definition of the dimensions, hierarchies, measures, calculations etc...) All the reference material is divided into pieces and difficult to learn effectively. Does anyone have a good OLAP DML / DDL tutorial links they could recommend? Thank you.

    It is a very difficult task. The OLAP DML/DDL only supports relationships, dimensions (very primitive) and multidimensional basic variables. Dimensions and the visible cubes from the outside are a building a lot of components objects (a dimension has several primitive dimensions and relationships organized to create the DIMENSION of upper level that goes hand in hand with a cube, a cube a variable multiple and other pieces that get together) in the AW, more a bunch of objects of metadata in the dictionary of the Oracle.

    You really want to try to create your own and not expect to interact with OLAPI interfaces. It is possible to build your own version of things, but you also have to make your own view generation, etc. There are applications that are created from scratch, but they are completely from scratch (including whatever interactions they have through SQL). Everything you create will not work with all interfaces provided by Oracle, or the recently announced package of Simba MDX.

    Jim

  • [OLAP DML] display on the screen the output so that the program is running

    Hello

    I am running a script in AWM that is long enough, and I placed a few little 'show' I know what the program, but it won't appear on the screen exits until the program ends. I guess that he wrote all the outputs in a sort of buffer and release the contents of the buffer at the end of the program.

    How I get to the release of this stamp permanently?

    Thank you

    I think that the relational analogy would be an anonymous pl/sql block enforcement of a list of commands for displaying a list of useful log dbms_output.put_line instructions:
    Just like with the purchase SHOW and olap cmd line, you see not the newspaper of the dbms_output running while the pl/sql program is running... you have to wait until you can see the log ends.

    You can write to a file and close/exit the file every time or you can write to table and validation every time, but I guess some such heavy lifting is necessary if you want to follow the long process to half-way in the course of execution.

    NOTE: For regular operation as dbms_cube.build load/forecast/attribute/steps of the process, you can always execute queries on halfway CUBE_BUILD_LOG etc. But if it's pure olap dml actions performed so no pre-built handle carefully to check the middle of things exist.

  • 11g - list of Workspaces in OLAP DML

    Hi all

    Is there a way of OLAP worksheet, to list all of the workspaces accessible to the user?

    It can be done by querying the data dictionary - ' select * from all_aws; ", but this information should also be available in AW and OLAP DML?

    Best regards, Marion

    In the OLAP worksheet, you can select "SQL Mode" in the Options menu and run the SELECT statement here. You can also run the select inside an olap dml PROGRAM. Here is an example.

    DEFINE LIST_AWS PROGRAM
    PROGRAM
      VARIABLE _owner    TEXT
      VARIABLE _aw       TEXT
      VARIABLE _errortext TEXT
      VARIABLE _id_width INTEGER
    
      TRAP ON HADERROR NOPRINT
    
      " SQL Names are 30 characters long
      _id_width = 30
    
      " Declare a SQL cursor to get the list of AWs
      SQL DECLARE AW_SQL CURSOR FOR -
      SELECT OWNER, AW_NAME FROM ALL_AWS
    
      " Open the cursor
      SQL OPEN AW_SQL
    
      " Loop through the results
      WHILE SQLCODE EQ 0
      DO
        IF _aw EQ NA
        THEN DO
               " First loop, so print report headings
               SHOW JOINCHARS(RPAD('OWNER', _id_width) ' ' 'AW')
               SHOW JOINCHARS(RPAD('-' _id_width '-' ) ' ' RPAD('-' _id_width '-'))
             DOEND
        ELSE DO
               " Print aw and owner names
               SHOW JOINCHARS (RPAD(_owner, _id_width) ' ' _aw)
             DOEND
    
        " Fetch next row into local varialbes
        SQL FETCH AW_SQL INTO :_owner, :_aw
      DOEND
    
      " A SQLCODE of 100 is OK,since it means end of records
      IF SQLCODE EQ 100
      THEN DO
             SQL CLOSE AW_SQL
             SQL CLEANUP
             RETURN
          DOEND
    
      HADERROR:
       SHOW SQLERRM
       SQL CLEANUP
    END
    

    And here's what I see when I call the GLOBAL user.

    call list_aws
    
    OWNER                      AW
    ------------------------------ ------------------------------
    SYS                      EXPRESS
    SYS                      AWMD
    SYS                      AWCREATE
    SYS                      AWCREATE10G
    SYS                      AWXML
    SYS                      AWREPORT
    GLOBAL                      GLOBAL
    
  • Simple matter of OLAP DML

    I take an initial stab at the use of OLAP DML on the OLAP worksheet and I try first to apply a simple order limit on a dimension, but I can't make it work. I have several OLAP DML guides, so I lack of reading material, but they will not help with this.

    I have a dimension called DIM_TEAM. It has 3 levels in its hierarchy which (highest to lowest) are: ALL_TEAMS, LEAGUE and TEAMS.

    I want to limit the value of DIM_TEAM to "BOS". "BOS" is a value on the level down the hierarchy that caters to TEAMS

    When I enter the command: LIMIT DIM_TEAM to "BOS"

    I get the error: is not a valid AW_BALL2 BOS! DIM_TEAM

    Why does this work? Y at - it a preliminary order, I have to question before executing this command LIMIT? Thank you

    'HR' is the logical name of the measure; you will need to reference its physical name when using the REPORT command.

    The physical name of the variable data storage will vary depending on the version of database (10 g or 11 g?) and if your cube uses compressed composite or not.

    For reporting purposes, you could report on the cube 'formula' that will '_', where is the logical name of your cube, and will be 'HR '.

    EDIT:
    For point 2), you should not use OLAP worksheet limit orders and the viewer data in combination as limits get "confused." the data viewer should allow you to filter your PivotTable to display dimension selection results no matter what you want to report on. That are in the "Requester" topic in the data viewer.

    With respect to obtaining "Viewer and OLAP DML to be on the same page" so to speak, you will need to 'translate' between the logic of the viewer dimension value name and the name of the surrogate dimension value when you use the OLAP worksheet.

    EDIT2:
    Fix for the incorrect user account.

  • Mr President, how to find the last DML operations

    Hello

    Please tell me how to find the last DML operations at least a minimum of 30 queries.

    Thanks in advance,

    Select sql_id, sql_text, last_load_Time from V$ SQLAREA

    or

    Select * from v$ sqltext

    Must be one of them. But don't know what exactly you are looking at.

    I usually use v$ sqlarea to see recent queries.

    Maybe you can limit the rows using rownum, order of last_load_time.

    I understand, if the same query is used again then only recent transaction is stored.

  • Verification of the compatibility conducted and ultra firefox slow

    When I started Firefox yesterday (19/05/2015), he said that she was performing a verification of the compatibility of Firefox Add-ons and has been really slow. Entry of a same character is lagging far behind what anyone typing in Firefox. I tried Firefox rearmament and deletion of the recent modules. Firefox seems to work OK in Mode without failure.

    Hi Pubdef, try Disabling graphics hardware acceleration. You will have to perhaps restart Firefox for it to take effect, so save any work first (e.g. you compose mail, documents online that you are editing, etc.).

    Then perform the following steps:

    1. Open the Firefox Options tab as follows, click on the menu button

      then select Options .

    2. In the Options of Firefox tab, click Advanced, and then select general.
    3. You will find in the list of parameters, the checkbox use hardware acceleration when available . Uncheck this box.
    4. Now restart Firefox and see if the problems persist.

    In addition, please check the updates for your graphics driver by following the steps in the following knowledge base articles:

    This solve your problems? Please report to us!

    Thank you.

  • My safari has locked up with a request for verification of the property query.  What can be done to fix this?

    My safari has locked up with a request for verification of the property query.  What can be done to fix this?

    This is the shit that came.

    Force Quit Safari (cmd-option-esc) then restart Safari by holding down the SHIFT key.

    Sorry, wrong forum... question thought it was an OS X. In any case don't give them any info.

  • screen popup asking for verification of the certificate

    What are the pop-up messages appearing to ask for verification of the certificate? I'm starting see them more often, and all I do is click the button cancel on the popup.

    You must reach the button cancel on the popup, especially if it's the invasive ad.dublclick.net

  • DirectX/Sound error code 0x00000000; failure at step 19 (verification of the user of the software)

    No sound in certain programs, or barely a sound, setting volume/updated driver does not help, he went to directx sound, got the following text in the section notes. Failure at step 19 (verification of the user of the software) HResult = 0 x 00000000 (error code). Audio device; SoundMAX Integrated Digital Audio. Windows XP Home Edition; SP3. All solutions?

    Sorry, but nothing to do with video drivers! Re install the audio drivers. ETN also make sure you download and install the latest version of DirectX.

    See you soon,.
    Jerry
  • His Test results: failure at step 19 (verification of the user of software): HRESULT = 0 x 00000000 (error code)

    ------------------
    Information System
    ------------------
    Time of this report: 11/04/2011, 00:36:27
    Computer name: ADX-01
    Operating system: Windows XP Professional (5.1, Build 2600) Service Pack 2 (2600.xpsp_sp2_rtm.040803 - 2158)
    Language: English (regional setting: Indonesian)
    System manufacturer: INTEL_
    System model: D945GLF_
    BIOS: Default system BIOS
    Processor: Intel(r) atom CPU 230 @ 1.60 GHz (2 CPUs)
    Memory: 1014 MB RAM
    Page file: 570 MB used, 1870 MB of available space
    Windows Dir: C:\WINDOWS
    DirectX version: DirectX 9 .0c (4.09.0000.0904)
    DX setup parameters: not found
    DxDiag Version: 5.03.2600.2180 32 bit Unicode

    ------------
    DxDiag Notes
    ------------
    The DirectX files tab: no problems found.
    Display 1 tab: No problems found.
    Sound tab 1: DirectSound test results: failure at step 19 (verification of the user of software): HRESULT = 0 x 00000000 (error code)
    Music tab: no problems found.
    Input tab: no problems found.
    The network tab: no problems found.

    --------------------
    DirectX Debug levels
    --------------------
    Direct3D: 0/4 (n/a)
    DirectDraw: 0/4 (detail)
    DirectInput: 0/5 (n/a)
    DirectMusic: 0/5 (n/a)
    DirectPlay: 0/9 (detail)
    DirectSound: 0/5 (retail)
    DirectShow: 0/6 (detail)

    ---------------
    Display devices
    ---------------
    Card name: Intel(r) 82945G Express Chipset Family
    Manufacturer: Intel Corporation
    Chip type: Intel(r) 82945G Express Chipset Family
    DAC type: internal
    The device key: Enum\PCI\VEN_8086 & DEV_2772 & SUBSYS_464C8086 & REV_02
    Display memory: 64.0 MB
    Current mode: 1366 x 768 (32 bit) (60 Hz)
    Monitor: Plug-and-Play monitor
    Monitor Max Res: 1600,1200
    Driver name: igxprd32.dll
    Driver version: 6.14.0010.4926 (English)
    The DDI Version: 9 (or higher)
    Driver attributes: Final retail
    Format/driver Date: 2008-07-16 19:24:38, 57344 bytes
    Would be WHQL logo: Yes
    WHQL Date stamp: n/a
    VDD: n/a
    Mini VDD: igxpmp32.sys
    Mini VDD Date: 2008-07-16 19:24:38, 5854752 bytes
    The instrument identifier: {D7B78E66-6432-11CF-08F0-4666A3C2CB35}
    Vendor ID: 0 x 8086
    Device ID: 0 x 2772
    SubSys ID: 0x464C8086
    Revision ID: 0x0002
    Revision ID: 0x0002
    Video Accel:
    Deinterlace caps: n/a
    Registry: OK
    DDraw status: enabled
    D3D status: enabled
    AGP status: Not available
    DDraw Test result: does not work
    D3D7 Test result: does not work
    D3D8 Test result: does not work
    D3d9 Test result: does not work

    -------------
    Sound Devices
    -------------
    Description: Realtek HD Audio output
    Default audio playback: Yes
    Default voice playback: Yes
    Hardware ID: HDAUDIO\FUNC_01 & VEN_10EC & DEV_0662 & SUBSYS_8086D603 & REV_1001
    Manufacturer ID: 1
    Product ID: 100
    Type: WDM
    Driver name: RtkHDAud.sys
    Driver version: 5.10.0000.5657 (English)
    Driver attributes: Final retail
    Would be WHQL logo: Yes
    Date and size: 2008-07-18 00:36:52, 4745216 bytes
    Other files:
    Driver provider: Realtek Semiconductor Corp.
    HW Accel level: full
    Cap flags: 0xF5F
    Min/Max sample rate: 8000, 192000
    Static/Strm HW Mix beef: 33: 32
    Static/Strm HW 3D steers: 33: 32
    HW memory: 0
    Management of the voice: No.
    Listen/Src/EAX (TM) 2.0: Yes, Yes
    Listen/Src/I3DL2 (TM): Yes, Yes
    Sensaura (TM) ZoomFX (tm): No.
    Registry: OK
    His Test results: failure at step 19 (verification of the user of software): HRESULT = 0 x 00000000 (error code)

    ---------------------
    Sound Capture devices
    ---------------------
    Description: Realtek HD Audio Input
    Capture audio by default: Yes
    Default voice Capture: Yes
    Driver name: RtkHDAud.sys
    Driver version: 5.10.0000.5657 (English)
    Driver attributes: Final retail
    Date and size: 2008-07-18 00:36:52, 4745216 bytes
    Cap flags: 0x41
    Format Flags: 0xFFF

    -----------
    DirectMusic
    -----------
    DLS Path: C:\WINDOWS\SYSTEM32\drivers\GM. DLS
    DLS Version: 1.00.0016.0002
    Acceleration: n/a
    Ports: Microsoft synthesizer software (not Kernel Mode), output, DLS, internal, default Port
    The MIDI Mapper Microsoft [emulated], hardware (not Kernel Mode), output, no DLS, internal
    Hardware (not Kernel Mode), output, no DLS, internal, Microsoft GS Wavetable SW Synth [emulated]
    Registry: OK
    Test result: does not work

    -------------------
    DirectInput devices
    -------------------
    Device name: mouse
    Joint: 1
    Controller ID: n/a
    Vendor/product ID: n/a
    FF driver: n/a

    Device name: keyboard
    Joint: 1
    Controller ID: n/a
    Vendor/product ID: n/a
    FF driver: n/a

    Poll w / Interrupt: No.
    Registry: OK

    -----------
    USB devices
    -----------
    + USB root hub
    | Suppliers of products/ID: 0 x 8086, 0x27C9
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    | Driver: usbhub.sys, 03/08/2004 23:08:44, 57600 bytes
    | Driver: usbd.sys, 23/08/2001 18:00, 4736 bytes

    ----------------
    Gameport devices
    ----------------

    ------------
    PS/2 devices
    ------------
    + Standard 101/102-key or Microsoft Natural PS/2 keyboard
    | Matching Device ID: * pnp0303
    | Service: i8042prt
    | Driver: i8042prt.sys, 04/08/2004 04:14:38, 52736 bytes
    | Driver: kbdclass.sys, 04/08/2004 03:58:34, 24576 bytes
    |
    + Server terminal keyboard driver
    | Matching Device ID: root\rdp_kbd
    | High filters: kbdclass
    | Service: TermDD
    | Driver: termdd.sys, 04/08/2004 01:01:08, 40840 bytes
    | Driver: kbdclass.sys, 04/08/2004 03:58:34, 24576 bytes
    |
    + Microsoft PS/2 mouse
    | Matching Device ID: * pnp0f03
    | Service: i8042prt
    | Driver: i8042prt.sys, 04/08/2004 04:14:38, 52736 bytes
    | Driver: mouclass.sys, 04/08/2004 06:05:44, 23040 bytes
    |
    + Terminal Server mouse driver
    | Matching Device ID: root\rdp_mou
    | High filters: mouclass
    | Service: TermDD
    | Driver: termdd.sys, 04/08/2004 01:01:08, 40840 bytes
    | Driver: mouclass.sys, 04/08/2004 06:05:44, 23040 bytes

    ----------------------------
    DirectPlay service providers
    ----------------------------
    DirectPlay8 Modem Service Provider - Registry: OK, file: dpnet.dll (5.03.2600.2180)
    Service Provider series DirectPlay8 - registry: OK, file: dpnet.dll (5.03.2600.2180)
    DirectPlay8 IPX Service Provider - registry: OK, file: dpnet.dll (5.03.2600.2180)
    DirectPlay8 TCP/IP Service Provider - Registry: OK, file: dpnet.dll (5.03.2600.2180)
    Connection Internet TCP/IP for DirectPlay - registry: OK, file: dpwsockx.dll (5.03.2600.2180)
    Connection IPX for DirectPlay - registry: OK, file: dpwsockx.dll (5.03.2600.2180)
    Connection modem for DirectPlay - registry: OK, file: dpmodemx.dll (5.03.2600.2180)
    Serial connection for DirectPlay - registry: OK, file: dpmodemx.dll (5.03.2600.2180)

    DirectPlay Voice wizard tests: Full Duplex: not run, Half Duplex: doesn't work don't not, Mic: does not work
    The DirectPlay Test result: Does not work
    Registry: OK

    -------------------
    DirectPlay adapters
    -------------------
    Service Provider series DirectPlay8: COM1
    DirectPlay8 TCP/IP Service Provider: Local - IPv4 network - connection

    -----------------------
    DirectPlay Voice Codecs
    -----------------------
    Voxware VR12 1.4kbit / s
    Voxware SC06 6.4kbit / s
    Voxware SC03 3.2kbit / s
    MS - PCM 64 kbit/s
    MS-ADPCM 32.8 kbit/s
    Microsoft GSM 6.10 13 kbit/s
    TrueSpeech (TM) 8.6 kbit/s

    -------------------------
    DirectPlay Lobbyable Apps
    -------------------------

    ------------------------
    Disk & CD-ROM/DVD-ROM readers
    ------------------------
    Drive: C:
    Free space: 53,0 GB
    Total space: 60.7 GB
    File system: NTFS
    Model: ST3160318AS

    Drive: D:
    Free space: 50.7 GB
    Total space: 52.6 GB
    File system: NTFS
    Model: ST3160318AS

    Drive: E:
    Free space: 39.1 GB
    Total space: 39.3 GB
    File system: NTFS
    Model: ST3160318AS

    --------------
    System devices
    --------------
    Name: Intel (r) 82801G (ICH7 Family) SMBus Controller - 27DA
    Device ID: PCI VEN_8086 & DEV_27DA & SUBSYS_464C8086 & REV_01\3 & 61AAA01 & 0 & FB
    Pilot: s/o

    Name: Microsoft UAA for High Definition Audio Bus driver
    Device ID: PCI VEN_8086 & DEV_27D8 & SUBSYS_D6038086 & REV_01\3 & 61AAA01 & 0 & D8
    Driver: C:\WINDOWS\system32\DRIVERS\hdaudbus.sys, 5.10.0001.5013 (English), 2005-01-07 17:07:18, 138752 bytes

    Name: Intel (r) 82801G (ICH7 Family) PCI Express Root Port - 27 6
    Device ID: PCI VEN_8086 & DEV_27D6 & SUBSYS_00000000 & REV_01\3 & 61AAA01 & 0 & E3
    Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.2180 (English), 03/08/2004-23:07:48, 68224 bytes

    Name: Intel (r) 82801G (ICH7 Family) PCI Express Root Port - 27 4
    Device ID: PCI VEN_8086 & DEV_27D4 & SUBSYS_00000000 & REV_01\3 & 61AAA01 & 0 & E2
    Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.2180 (English), 03/08/2004-23:07:48, 68224 bytes

    Name: Intel (r) 82801G (ICH7 Family) PCI Express Root Port - 27 d 0
    Device ID: PCI VEN_8086 & DEV_27D0 & SUBSYS_00000000 & REV_01\3 & 61AAA01 & 0 & E0
    Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.2180 (English), 03/08/2004-23:07:48, 68224 bytes

    Name: Intel (r) 82801G (ICH7 Family) USB2 Enhanced Host Controller - 27CC
    Device ID: PCI VEN_8086 & DEV_27CC & SUBSYS_464C8086 & REV_01\3 & 61AAA01 & 0 & EF
    Driver: C:\WINDOWS\system32\drivers\usbehci.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:38, 26624 bytes
    Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:44, 142976 bytes
    Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.2180 (English), 04/08/2004 00:56:48, 74240 bytes
    Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:44, 57600 bytes
    Driver: C:\WINDOWS\system32\hccoin.dll, 5.01.2600.2180 (English), 04/08/2004-05:56:44, 7168 bytes

    Name: Intel (r) 82801G (ICH7 Family) USB Universal Host Controller - 27CB
    Device ID: PCI VEN_8086 & DEV_27CB & SUBSYS_464C8086 & REV_01\3 & 61AAA01 & 0 & EB
    Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:38, 20480 bytes
    Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:44, 142976 bytes
    Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.2180 (English), 04/08/2004 00:56:48, 74240 bytes
    Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:44, 57600 bytes

    Name: Intel (r) 82801G (ICH7 Family) USB Universal Host Controller - 27 9
    Device ID: PCI VEN_8086 & DEV_27C9 & SUBSYS_464C8086 & REV_01\3 & 61AAA01 & 0 & E9
    Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:38, 20480 bytes
    Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:44, 142976 bytes
    Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.2180 (English), 04/08/2004 00:56:48, 74240 bytes
    Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:44, 57600 bytes

    Name: Intel (r) 82801G (ICH7 Family) USB Universal Host Controller - 27 8
    Device ID: PCI VEN_8086 & DEV_27C8 & SUBSYS_464C8086 & REV_01\3 & 61AAA01 & 0 & E8
    Driver: C:\WINDOWS\system32\drivers\usbuhci.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:38, 20480 bytes
    Driver: C:\WINDOWS\system32\drivers\usbport.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:44, 142976 bytes
    Driver: C:\WINDOWS\system32\usbui.dll, 5.01.2600.2180 (English), 04/08/2004 00:56:48, 74240 bytes
    Driver: C:\WINDOWS\system32\drivers\usbhub.sys, 5.01.2600.2180 (English), 03/08/2004 23:08:44, 57600 bytes

    Name: Intel (r) 82801 GB/GR/GH (ICH7 Family) Serial ATA Storage Controller - 27C0
    Device ID: PCI VEN_8086 & DEV_27C0 & SUBSYS_464C8086 & REV_01\3 & 61AAA01 & 0 & FA
    Pilot: C:\WINDOWS\system32\DRIVERS\pciide.sys, 5.01.2600.0000 (English), 17/08/2001-13:51:52, 3328 bytes
    Driver: C:\WINDOWS\system32\DRIVERS\pciidex.sys, 5.01.2600.2180 (Indonesian), 03/08/2004 22:59:42, 25088 bytes
    Driver: C:\WINDOWS\system32\DRIVERS\atapi.sys, 5.01.2600.2180 (English), 03/08/2004 22:59:44, 95360 bytes

    Name: Intel (r) 82801 GB/GR (ICH7 Family) LPC Interface Controller - 27 b 8
    Device ID: PCI VEN_8086 & DEV_27B8 & SUBSYS_00000000 & REV_01\3 & 61AAA01 & 0 & F8
    Driver: C:\WINDOWS\system32\DRIVERS\isapnp.sys, 5.01.2600.0000 (English), 17/08/2001-13:58:02, 35840 bytes

    Name: Intel (r) 82945G Express Chipset Family
    Device ID: PCI VEN_8086 & DEV_2772 & SUBSYS_464C8086 & REV_02\3 & 61AAA01 & 0 & 10
    Driver: C:\WINDOWS\system32\DRIVERS\igxpmp32.sys, 6.14.0010.4926 (English), 2008-07-16 19:24:38, 5854752 bytes
    Driver: C:\WINDOWS\system32\igxprd32.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:38, 57344 bytes
    Driver: C:\WINDOWS\system32\igxpgd32.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:37, 151040 bytes
    Driver: C:\WINDOWS\system32\igxpdv32.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:36, 1670144 bytes
    Driver: C:\WINDOWS\system32\igxpdx32.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:36, 2643968 bytes
    Driver: C:\WINDOWS\system32\igxpxk32.vp, 2008-07-16 19:24:39, 2096 bytes
    Driver: C:\WINDOWS\system32\igxpxs32.vp, 2008-07-16 19:24:39, 27024 bytes
    Driver: C:\WINDOWS\system32\hccutils.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:28, 102400 bytes
    Driver: C:\WINDOWS\system32\igfxsrvc.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 48128 bytes
    Driver: C:\WINDOWS\system32\igfxsrvc.exe, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 256536 bytes
    Driver: C:\WINDOWS\system32\igfxpph.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:30, 204800 bytes
    Driver: C:\WINDOWS\system32\igfxcpl.cpl, 6.14.0010.4926 (English), 2008-07-16 19:24:30, 122880 bytes
    Driver: C:\WINDOWS\system32\igfxcfg.exe, 6.14.0010.4926 (English), 2008-07-16 19:24:30, 530968 bytes
    Driver: C:\WINDOWS\system32\igfxdev.dll, 6.14.0010.4926 (in English), 2008-07-16 19:24:30, 208896 bytes
    Driver: C:\WINDOWS\system32\igfxdo.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:30, 135168 bytes
    Driver: C:\WINDOWS\system32\igfxtray.exe, 6.14.0010.4926 (in English), 2008-07-16 19:24:34, 141848 bytes
    Driver: C:\WINDOWS\system32\igfxzoom.exe, 6.14.0010.4926 (English), 2008-07-16 19:24:34, 170520 bytes
    Driver: C:\WINDOWS\system32\hkcmd.exe, 6.14.0010.4926 (in English), 2008-07-16 19:24:28, 166424 bytes
    Driver: C:\WINDOWS\system32\igfxress.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:32, 3293184 bytes
    Pilot: C:\WINDOWS\system32\igfxpers.exe, 6.14.0010.4926 (in English), 2008-07-16 19:24:30, 137752 bytes
    Driver: C:\WINDOWS\system32\igfxrara.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:30, 159744 bytes
    Driver: C:\WINDOWS\system32\igfxrchs.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:30, 110592 bytes
    Driver: C:\WINDOWS\system32\igfxrcht.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:30, 110592 bytes
    Driver: C:\WINDOWS\system32\igfxrdan.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:31, 172032 bytes
    Driver: C:\WINDOWS\system32\igfxrdeu.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:31, 192512 bytes
    Driver: C:\WINDOWS\system32\igfxrenu.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:31, 172032 bytes
    Driver: C:\WINDOWS\system32\igfxresp.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:31, 188416 bytes
    Driver: C:\WINDOWS\system32\igfxrfin.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:32, 176128 bytes
    Driver: C:\WINDOWS\system32\igfxrfra.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:32, 184320 bytes
    Driver: C:\WINDOWS\system32\igfxrheb.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:32, 155648 bytes
    Driver: C:\WINDOWS\system32\igfxrita.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:32, 188416 bytes
    Driver: C:\WINDOWS\system32\igfxrjpn.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:32, 131072 bytes
    Driver: C:\WINDOWS\system32\igfxrkor.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:32, 126976 bytes
    Driver: C:\WINDOWS\system32\igfxrnld.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:32, 188416 bytes
    Driver: C:\WINDOWS\system32\igfxrnor.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 176128 bytes
    Driver: C:\WINDOWS\system32\igfxrplk.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 180224 bytes
    Driver: C:\WINDOWS\system32\igfxrptb.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 180224 bytes
    Driver: C:\WINDOWS\system32\igfxrptg.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 180224 bytes
    Driver: C:\WINDOWS\system32\igfxrrus.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 180224 bytes
    Driver: C:\WINDOWS\system32\igfxrsky.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 176128 bytes
    Driver: C:\WINDOWS\system32\igfxrslv.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 172032 bytes
    Driver: C:\WINDOWS\system32\igfxrsve.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 172032 bytes
    Driver: C:\WINDOWS\system32\igfxrtha.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 163840 bytes
    Driver: C:\WINDOWS\system32\igfxrcsy.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:31, 176128 bytes
    Driver: C:\WINDOWS\system32\igfxrell.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:31, 192512 bytes
    Driver: C:\WINDOWS\system32\igfxrhun.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:32, 180224 bytes
    Driver: C:\WINDOWS\system32\igfxrtrk.lrc, 6.14.0010.4926 (English), 2008-07-16 19:24:33, 172032 bytes
    Driver: C:\WINDOWS\system32\igfxext.exe, 6.14.0010.4926 (English), 2008-07-16 19:24:30, 170520 bytes
    Driver: C:\WINDOWS\system32\igfxexps.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:30, 24576 bytes
    Driver: C:\WINDOWS\system32\iglicd32.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:35, 2334720 bytes
    Driver: C:\WINDOWS\system32\igldev32.dll, 6.14.0010.4926 (English), 2008-07-16 19:24:35, 294912 bytes
    Driver: C:\WINDOWS\system32\igfxCoIn_v4926.dll, 2008-07-16 19:24:35, 147456 bytes

    Name: Intel (r) 945 G/GZ/GC/P/PL Processor to i/o Controller - 2770
    Device ID: PCI VEN_8086 & DEV_2770 & SUBSYS_00000000 & REV_02\3 & 61AAA01 & 0 & 00
    Pilot: s/o

    Name: Intel(r) 82801 PCI Bridge - 244
    Device ID: PCI VEN_8086 & DEV_244E & SUBSYS_00000000 & REV_E1\3 & 61AAA01 & 0 & F0
    Driver: C:\WINDOWS\system32\DRIVERS\pci.sys, 5.01.2600.2180 (English), 03/08/2004-23:07:48, 68224 bytes

    Name: Realtek RTL8102E Family PCI - E Fast Ethernet NIC
    Device ID: PCI\VEN_10EC & DEV_8136 & SUBSYS_00018086 & REV_02\4 & 6C79FC5 & 0 & 00E0
    Driver: C:\WINDOWS\system32\DRIVERS\Rtenicxp.sys, 5.694.0507.2008 (Indonesia), 2008-07-16 19:24:18, 106368 bytes

    ------------------
    DirectX components
    ------------------
    Ddraw.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 266240 bytes
    ddrawex.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 27136 bytes
    dxapi.sys: 5.01.2600.0000 English Final Retail 08/23/2001 18:00 10496 bytes
    D3D8.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:42 1179648 bytes
    d3d8thk.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:42 8192 bytes
    D3D9.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:42 1689088 bytes
    D3dim.dll: 5.01.2600.0000 English Final Retail 08/23/2001 18:00 436224 bytes
    d3dim700.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:42 bytes 825344
    d3dramp.dll: 5.01.2600.0000 English Final Retail 08/23/2001 18:00 590336 bytes
    d3drm.dll: 5.01.2600.0000 English Final Retail 08/23/2001 18:00 350208 bytes
    d3dxof.dll: 5.01.2600.0000 English Final Retail 08/23/2001 18:00 47616 bytes
    d3dpmesh.dll: 5.01.2600.0000 English Final Retail 08/23/2001 18:00 34816 bytes
    dplay.dll: 5.00.2134.0001 English Final Retail 08/23/2001 18:00 33040 bytes
    dplayx.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 229888 bytes
    dpmodemx.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 23552 bytes
    dpwsock.dll: 5.00.2134.0001 English Final Retail 08/23/2001 18:00 42768 bytes
    dpwsockx.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 57344 bytes
    dplaysvr.exe: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:50 30 208 bytes
    dpnsvr.exe: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:50 18432 bytes
    dpnet.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 375296 bytes
    dpnlobby.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:04 3584 bytes
    dpnaddr.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:04 3584 bytes
    dpvoice.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 212480 bytes
    DPVSetup.exe: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:50 83456 bytes
    dpvvox.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 116736 bytes
    dpvacm.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 21504 bytes
    dpnhpast.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 35328 bytes
    dpnhupnp.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 60928 bytes
    dpserial.dll: 5.00.2134.0001 English Final Retail 08/23/2001 18:00 53520 bytes
    Dinput.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 159232 bytes
    Dinput8.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 181760 bytes
    dimap.dll: 5.01.2600.0000 English Final Retail 08/23/2001 18:00 44032 bytes
    diactfrm.dll: 5.01.2600.0000 English Final Retail 08/23/2001 18:00 394240 bytes
    Joy.cpl: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:58 68608 bytes
    gcdef.dll: 5.01.2600.0000 English Final Retail 08/23/2001 18:00 76800 bytes
    PID.dll: 5.03.2600.2180 English Final Retail 04/08/2004 06:05:44 35328 bytes
    Dsound.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 367616 bytes
    dsound3d.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 bytes 1294336
    dswave.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 19456 bytes
    dsdmo.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 181760 bytes
    dsdmoprp.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 71680 bytes
    dmusic.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 104448 bytes
    dmband.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 28672 bytes
    dmcompos.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 61440 bytes
    dmime.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 181248 bytes
    dmloader.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 35840 bytes
    dmstyle.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 105984 bytes
    dmsynth.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 103424 bytes
    DMScript.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 82432 bytes
    dx7vb.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 bytes 619008
    dx8vb.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 bytes 1227264
    c:\windows\system32\dxdiagn.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 bytes 2113536
    MFC40.dll: 4.01.0000.6140 English retail Final 23/08/2001 18:00 924432 bytes
    Mfc42.dll: 6.02.4131.0000 English retail Final 04/08/2004 05:56:44 1028096 bytes
    Wsock32.dll: 5.01.2600.2180 English Final Retail 04/08/2004 05:56:48 22528 bytes
    amstream.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:42 70656 bytes
    devenum.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:44 59904 bytes
    Dxmasf.dll: 6.04.0009.1125 English retail Final 04/08/2004 05:56:44 bytes 498205
    mciqtz32.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:44 35328 bytes
    mpg2splt.AX: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:58 148992 bytes
    msdmo.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:44 14336 bytes
    encapi.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:44 20480 bytes
    QASF.dll: 9.00.0000.3250 English retail Final 04/08/2004 05:56:46, 237568 bytes
    QCAP.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:46 192512 bytes
    QDV.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:46 279040 bytes
    Qdvd.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:46 385024 bytes
    Qedit.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:46 562176 bytes
    qedwipes.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:26 733696 bytes
    Quartz.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:46 bytes 1287680
    Strmdll.dll: 4.01.0000.3928 English retail Final 04/08/2004 05:56:46 246302 bytes
    iac25_32.AX: 2.00.0005.0053 English retail Final 04/08/2004 05:56:58 199680 bytes
    ir41_32.AX: 4.51.0016.0003 English retail Final 04/08/2004 05:56:58 bytes 848384
    ir41_qc.dll: 4.30.0062.0002 English retail Final 04/08/2004 05:56:44 bytes, 120320
    ir41_qcx.dll: 4.30.0064.0001 English retail Final 04/08/2004 05:56:44 bytes 338432
    ir50_32.dll: 5.2562.0015.0055 English retail Final 04/08/2004 05:56:44 755200 bytes
    ir50_qc.dll: 5.00.0063.0048 English retail Final 04/08/2004 05:56:44 200192 bytes
    ir50_qcx.dll: 5.00.0064.0048 English retail Final 04/08/2004 05:56:44 183808 bytes
    ivfsrc.AX: 5.10.0002.0051 English retail Final 04/08/2004 05:56:58 154624 bytes
    mswebdvd.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:46 204288 bytes
    The KS.sys: 5.03.2600.2180 Indonesian retail Final 03/08/2004 23:15:22 140928 bytes
    ksproxy.AX: 5.03.2600.2180 Indonesian retail Final 04/08/2004 00:56:58, 130048 bytes
    ksuser.dll: 5.03.2600.2180 Indonesian retail Final 04/08/2004 00:56:44 4 096 bytes
    Stream.sys: 5.03.2600.2180 Indonesian retail Final 03/08/2004 23:08:04 48640 bytes
    MSPCLOCK.sys: 5.03.2600.2180 Indonesian retail Final 03/08/2004 22:58:40 5376 bytes
    MSPQM.sys: 5.01.2600.2180 Indonesian retail Final 03/08/2004 22:58:42 4992 bytes
    MSKSSRV.sys: 5.03.2600.2180 Indonesian retail Final 03/08/2004 22:58:42 7552 bytes
    SWENUM.sys: 5.03.2600.2180 Indonesian retail Final 04/08/2004 06:05:44 4352 bytes
    mpeg2data.AX: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:58 118272 bytes
    MSVidCtl.dll: 6.05.2600.2180 English Final Retail 04/08/2004 05:56:44 bytes 1428480
    vbisurf.AX: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:58 30720 bytes
    msyuv.dll: 5.03.2600.2180 English Final Retail 04/08/2004 06:05:44 17408 bytes
    wstdecod.dll: 5.03.2600.2180 English Final Retail 04/08/2004 05:56:48 50688 bytes

    ------------------
    DirectShow filters
    ------------------

    DirectShow filters:
    WMAudio Decoder DMO, 0 x 00800800, 1, 1,
    WMSpeech Decoder DMO, 0 x 00600800, 1, 1,
    Mpeg4s Decoder DMO, 0 x 00800001, 1, 1,
    Decoder DMO, 0 x 00800001, 1, 1 screen, WMV
    WMVideo Decoder DMO, 0 x 00800001, 1, 1,
    Mpeg43 Decoder DMO, 0 x 00800001, 1, 1,
    MPEG4 Decoder DMO, 0 x 00800001, 1, 1,
    WMT MuxDeMux Filter, 0 x 00200000, 0, 0, wmm2filt.dll, 2.01.4026.0000
    Full-screen Renderer, 00200000 x 0, 1, 0, quartz.dll, 6.05.2600.2180
    DV Muxer, 0x00400000, 0, 0, qdv.dll, 6.05.2600.2180
    Converter, 0 x 00400001, 1, 1, quartz.dll, 6.05.2600.2180 color space
    Reader, 0x00400000, 0, 0, qasf.dll, WM ASF 9.00.0000.3250
    AVI Splitter, 0 x 00600000, 1, 1, quartz.dll, 6.05.2600.2180
    AudioAnalyzer, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000 WMT
    VGA 16 color Ditherer, 0 x 00400000, 1, 1, quartz.dll, 6.05.2600.2180
    Indeo® video 5.10 Compression Filter, 0 x 00200000, 1, 1, ir50_32.dll, 5.2562.0015.0055
    Windows Media Audio Decoder, 0 x 00800001, 1, 1, msadds32.ax, 8.00.0000.4487
    AC3 parser Filter, 0 x 00600000, 1, 1, mpg2splt.ax, 6.05.2600.2180
    WMT Format Conversion, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000
    StreamBufferSink, 0 x 00200000, 0, 0, sbe.dll, 6.05.2600.2180
    WMT frame black Generator, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000
    MJPEG Decompressor, 0 x 00600000, 1, 1, quartz.dll, 6.05.2600.2180
    Indeo® video 5.10 Decompression Filter, 0 x 00640000, 1, 1, ir50_32.dll, 5.2562.0015.0055
    Capture screen filter, 0 x 00200000 WMT, 0, 1, wmm2filt.dll, 2.01.4026.0000
    Microsoft screen video Decompressor, 0 x 00800000, 1, 1, msscds32.ax, 8.00.0000.4487
    MPEG-I Stream Splitter, 0 x 00600000, 1, 2, quartz.dll, 6.05.2600.2180
    Parser, 0 x 00400000, 1, 1, quartz.dll, 6.05.2600.2180 SAMI (CC)
    MPEG Layer - 3 Decoder, 0 x 00810000, 1, 1, l3codecx.ax, 1.05.0000.0050
    MPEG-2 Splitter, 0x005fffff, 1, 0, mpg2splt.ax, 6.05.2600.2180
    ACELP.net Sipro Lab Audio Decoder, 0 00800001, 1, 1, x acelpdec.ax, 1.04.0000.0000
    Renderer, 0 x 00800001, 1, 0, quartz.dll, 6.05.2600.2180 Script command internal
    MPEG Audio Decoder, 0 x 03680001, 1, 1, quartz.dll, 6.05.2600.2180
    File Source (Netshow URL), 0 x 00400000, 0, 1, wmpasf.dll, 9.00.0000.3250
    WMT Import Filter, 0 x 00200000, 0, 1, wmm2filt.dll, 2.01.4026.0000
    DV Splitter, 0 x 00600000, 1, 2, qdv.dll, 6.05.2600.2180
    Generate, 0 x 00200000, 1, 1 bitmap, image wmm2filt.dll, 2.01.4026.0000
    Windows Media video Decoder, 0 x 00800000, 1, 1, wmvds32.ax, 8.00.0000.4487
    Video Mixing Renderer 9 0 x 00200000, 1, 0, quartz.dll, 6.05.2600.2180
    Windows Media video Decoder, 0 x 00800000, 1, 1, wmv8ds32.ax, 8.00.0000.4000
    WMT 2 Fix, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000
    Note tail, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000
    Windows Media multiplex, 0 x 00600000, 1, 1, wmpasf.dll, 9.00.0000.3250
    ASX Parser file, 0 x 00600000, 1, 1, wmpasf.dll, 9.00.0000.3250
    File v.2 ASX Parser, 0 x 00600000, 1, 0, wmpasf.dll, 9.00.0000.3250
    File NSC Parser, 0 x 00600000, 1, 1, wmpasf.dll, 9.00.0000.3250
    ACM Wrapper, 0 x 00600000, 1, 1, quartz.dll, 6.05.2600.2180
    Windows Media source filter, 0 x 00600000, 0, 2, wmpasf.dll, 9.00.0000.3250
    Video Renderer, 0 x 00800001, 1, 0, quartz.dll, 6.05.2600.2180
    Frame Eater, 0 00200000, 1, 1, x wmm2filt.dll, 2.01.4026.0000
    Video stream MPEG - 2 Analyzer, 0 x 00200000, 0, 0, sbe.dll, 6.05.2600.2180
    Line 21 Decoder, 0 x 00600000, 1, 1, qdvd.dll, 6.05.2600.2180
    Port video Manager, 0 x 00600000, 2, 1, quartz.dll, 6.05.2600.2180
    Decoder, 0 x 00600000, 1, 1, wstdecod.dll, 5.03.2600.2180 WST
    Video Renderer, 0x00400000, 1, 0, quartz.dll, 6.05.2600.2180
    Writer, 0x00400000, 0, 0, qasf.dll, WM ASF 9.00.0000.3250
    WMT sample information Filter, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000
    Allocator, 0 x 00600000, 1, 1, vbisurf.ax, 5.03.2600.2180 Surface of VBI
    Microsoft MPEG-4 video Decompressor, 0 x 00800000, 1, 1, mpg4ds32.ax, 8.00.0000.4487
    File writer, 00200000 x 0, 1, 0, qcap.dll, 6.05.2600.2180
    WMT Log Filter, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000
    WMT Renderer, 00200000 x 0, 1, 0, wmm2filt.dll, 2.01.4026.0000 virtual
    DVD Navigator, 0 x 00200000, 0, 2, qdvd.dll, 6.05.2600.2180
    Mixer2, 0 x 00400000, 1, 1, qdvd.dll, 6.05.2600.2180 overlay
    AVI Draw, 0 x 00600064, 9, 1, quartz.dll, 6.05.2600.2180
    . File Parser RAM, 0 x 00600000, 1, 0, wmpasf.dll, 9.00.0000.3250
    WMT DirectX Transform Wrapper, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000
    G.711 Codec, 0 x 00200000, 1, 1, g711codc.ax, 5.01.2600.0000
    MPEG2 demux, 0 x 00600000, 1, 1, mpg2splt.ax, 6.05.2600.2180
    Decoder, 0 x 00800000, 1, 1, qdv.dll, 6.05.2600.2180 DV video
    Indeo® audio software, 0 x 00500000, 1, 1, iac25_32.ax, 2.00.0005.0053
    Update Windows Media Filter, 0 x 00400000, 1, 0, wmpasf.dll, 9.00.0000.3250
    Handler, 0 x 00600000, 1, 1, wmpasf.dll, 9.00.0000.3250 ASF DIB
    ASF ACM Handler, 0 x 00600000, 1, 1, wmpasf.dll, 9.00.0000.3250
    ASF ICM Handler, 0 x 00600000, 1, 1, wmpasf.dll, 9.00.0000.3250
    ASF URL Handler, 0 x 00600000, 1, 1, wmpasf.dll, 9.00.0000.3250
    Handler, 0 x 00600000, 1, 1, wmpasf.dll, 9.00.0000.3250 ASF JPEG
    IMAGES of the ASF Handler, 0 x 00600000, 1, 1, wmpasf.dll, 9.00.0000.3250
    ASF embedded stuff Handler, 0 x 00600000, 1, 1, wmpasf.dll, 9.00.0000.3250
    9x8Resize, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000
    WIA instant flow Filter, 0 x 00200000, 1, 1, wiasf.ax, 1.00.0000.0000
    0 00200000, 1, 1, x, allocator Fix wmm2filt.dll, 2.01.4026.0000
    SampleGrabber, 0 x 00200000, 1, 1, qedit.dll, 6.05.2600.2180
    Renderer, 00200000 x 0, 1, 0, qedit.dll, 6.05.2600.2180 null
    WMT Source, 0 x 00200000, 0, 1, wmm2filt.dll, 2.01.4026.0000 virtual
    Interlacer, 0 00200000, 1, 1, x wmm2filt.dll, 2.01.4026.0000 WMT
    StreamBufferSource, 0 x 00200000, 0, 0, sbe.dll, 6.05.2600.2180
    Smart Tee, 0 x 00200000, 1, 2, qcap.dll, 6.05.2600.2180
    Mix, 0 x 00200000, 0, 0, qdvd.dll, 6.05.2600.2180 overlay
    AVI Decompressor, 0 x 00600000, 1, 1, quartz.dll, 6.05.2600.2180
    Domain uncompressed detection Filter, 0 x 00200000 shooting, 1, 1, wmm2filt.dll, 2.01.4026.0000
    Source, 0 x 00400000, 0, 2, quartz.dll, 6.05.2600.2180 AVI/WAV file
    QuickTime Movie Parser, 0 x 00600000, 1, 1, quartz.dll, 6.05.2600.2180
    Parser, 0 x 00400000, 1, 1, quartz.dll, 6.05.2600.2180 wave
    Parser, 0 x 00400000, 1, 1, quartz.dll, 6.05.2600.2180 MIDI
    Multi-fichier Parser, 0 x 00400000, 1, 1, quartz.dll, 6.05.2600.2180
    File stream renderer, 0x00400000, 1, 1, quartz.dll, 6.05.2600.2180
    XML Playlist, 0x00400000, 1, 0, wmpasf.dll, 9.00.0000.3250
    AVI Mux, 00200000 x 0, 1, 0, qcap.dll, 6.05.2600.2180
    Line 21 decoder 2, 0 x 00600002, 1, 1, quartz.dll, 6.05.2600.2180
    File Source (Async.), 0 x 00400000, 0, 1, quartz.dll, 6.05.2600.2180
    File Source (URL), 0 x 00400000, 0, 1, quartz.dll, 6.05.2600.2180
    WMT DV Extract, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000
    Filter, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000 switch WMT
    Volume, 0 x 00200000, 1, 1, wmm2filt.dll, 2.01.4026.0000 WMT
    Video, 0 x 00200000, 1, 1, wmm2filt.dll, Extensible 2.01.4026.0000
    Infinite pin Tee Filter, 0 x 00200000, 1, 1, qcap.dll, 6.05.2600.2180
    Decompressor, 0 x 00600000, 1, 1, quartz.dll, 6.05.2600.2180 QT
    Decoder, 0 x 40000001, 1, 1, quartz.dll, 6.05.2600.2180 MPEG video
    Indeo® video 4.4 Decompression Filter, 0 x 00640000, 1, 1, ir41_32.ax, 4.51.0016.0003
    Indeo® video 4.4 Compression Filter, 0 x 00200000, 1, 1, ir41_32.ax, 4.51.0016.0003

    WDM streaming data transformations:
    Cancellation of acoustic echo of core Microsoft, 0 x 00000000, 0, 0,
    Core Microsoft GS Wavetable Synthesizer, 0 x 00200000, 1, 1, 5.03.2600.2180
    Synthesizer DLS to the core Microsoft 0 x 00200000, 1, 1, 5.03.2600.2180
    Audio decoder core Microsoft DRM, 0 x 00200000, 1, 1, 5.03.2600.2180

    Video compressors:
    MSScreen encoder DMO, 0 x 00600800, 1, 1,
    WMVideo9 encoder DMO, 0 x 00600800, 1, 1,
    Encoder DMO MSScreen 9, 0 x 00600800, 1, 1,
    Encode, 0 x 00200000, 0, 0, qdv.dll, 6.05.2600.2180 DV video
    Indeo® video 5.10 Compression Filter, 0 x 00100000, 1, 1, ir50_32.dll, 5.2562.0015.0055
    MJPEG Compressor, 0 x 00200000, 0, 0, quartz.dll, 6.05.2600.2180
    Cinepak Codec by Radius, 0 x 00200000, 1, 1, qcap.dll, 6.05.2600.2180
    Intel 4:2:0 video V2.50, 0 x 00200000, 1, 1, qcap.dll, 6.05.2600.2180
    Intel Indeo video A3.2, 0 x 00200000, 1, 1, qcap.dll, 6.05.2600.2180
    Intel Indeo® video 4.5, 0 x 00200000, 1, 1, qcap.dll, 6.05.2600.2180
    Indeo® video 5.10, 0 x 00200000, 1, 1, qcap.dll, 6.05.2600.2180
    Intel IYUV codec, 0 x 00200000, 1, 1, qcap.dll, 6.05.2600.2180
    Codec, 0 x 00200000, 1, 1, qcap.dll, 6.05.2600.2180 Microsoft H.261 video
    Codec, 0 x 00200000, 1, 1, qcap.dll, 6.05.2600.2180 Microsoft H.263 video
    Microsoft RLE, 0 x 00200000, 1, 1, qcap.dll, 6.05.2600.2180
    Microsoft Video 1, 0 x 00200000, 1, 1, qcap.dll, 6.05.2600.2180

    Audio compressors:
    Speech WM Encoder DMO, 0 x 00600800, 1, 1,
    WMAudio encoder DMO, 0 x 00600800, 1, 1,
    IAC2, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    IMA ADPCM, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    PCM, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    Microsoft ADPCM, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    ACELP.net, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    DSP Group TrueSpeech (TM), 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    Windows Media Audio V1, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    Windows Media Audio V2, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    GSM 6.10, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    Microsoft G.723.1, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    CCITT A - Law, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    CCITT u - Law, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180
    MPEG Layer-3, 0 x 00200000, 1, 1, quartz.dll, 6.05.2600.2180

    Audio Capture sources:
    Realtek HD Audio Input, 0 x 00200000, 0, 0, qcap.dll, 6.05.2600.2180

    Midi converters:
    Default MidiOut Device, 0 x 00800000, 1, 0, quartz.dll, 6.05.2600.2180
    Microsoft GS Wavetable SW Synth, 00200000 x 0, 1, 0, quartz.dll, 6.05.2600.2180

    WDM Streaming Capture devices:
    Realtek HD Audio Input, 0 x 00200000, 1, 1, 5.03.2600.2180

    WDM Streaming making devices:
    Realtek HD Audio output, 0 x 00200000, 1, 1, 5.03.2600.2180

    WDM Streaming Mixer devices:
    Mixer Audio Wave of core Microsoft, 0 x 00000000, 0, 0,

    CP/CA BDA filters:
    Decrypt/Tag,0x00600000,1,0,encdec.dll,6.05.2600.2180
    Encrypt/Tag,0x00200000,0,0,encdec.dll,6.05.2600.2180
    XDS Codec, 0 x 00200000, 0, 0, encdec.dll, 6.05.2600.2180

    Audio converters:
    Realtek HD Audio output, 0 x 00200000, 1, 0, quartz.dll, 6.05.2600.2180
    DirectSound Device, 0 x 00800000, 1, 0, quartz.dll, default 6.05.2600.2180
    Default WaveOut Device, 0 x 00200000, 1, 0, quartz.dll, 6.05.2600.2180
    DirectSound: Realtek HD Audio output, 0 x 00200000, 1, 0, quartz.dll, 6.05.2600.2180

    WDM Streaming features:
    Realtek HD Audio Input, 0 x 00200000, 4, 1, 5.03.2600.2180
    Realtek HD Audio output, 0 x 00200000, 9, 1, 5.03.2600.2180

    (1) upgrade to XP sp3

    2) update or reinstall Direct 9.0 c

    3) go to your computer manufacturer's website and download the latest drivers XP for your audio device. Re-start thereafter.

    See you soon,.
    Jerry

  • verification of the file system and the disk check

    I always thought I knew.
    But I'll have more in addition to the doubts and uncertainties.

    When is to perform the verification of the file system?
    When is to perform the disk check?

    t-4-2

    Hello

    SFC/scannow - run when you suspect that there may be a file system corruption as it will check the digital
    Signatures. Of course, SFC will attempt to overwrite any file that is not signed correctly. For many errors
    It should be considered a first step in the effort to repair.

    How to repair the operating system and how to restore the configuration of the operating system to a previous version
    point in time in Windows Vista
    http://support.Microsoft.com/kb/936212

    How to use the System File Checker tool to troubleshoot missing or corrupted system files on Windows
    Vista or Windows 7
    http://support.Microsoft.com/kb/929833

    System File Checker
    http://msdn.Microsoft.com/en-us/library/aa382541 (vs.85) .aspx

    System File Checker
    http://en.Wikipedia.org/wiki/System_File_Checker

    ==================================================

    CheckDisk (chkdsk) should be run every time you think that hard drive corruption as possible which could be
    1 file on the disc as it verifies the logical integrity of the disc. My preference is to run it also
    SFC is executed at any time, especially if there was any found errors.

    This explains how Vista and Windows 7 checkdisk (chkdsk)

    An explanation of CHKDSK and the new /C and /I switches
    http://support.Microsoft.com/kb/187941

    Chkdsk
    http://en.Wikipedia.org/wiki/chkdsk

    I hope this helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • Windows 7 - Excel 2010 - unable to connect to the OLAP Cubes SQL 2000

    Running 32-bit Windows 7 - Excel 2010 - unable to connect to SQL 2000 of the GreatPlains OLAP Cubes - message Getting connection refused actively.

    It works with XP and even load Excel 2010.  I can't find what I need to change in win 7.  I guess that's the firewall or driver settings.  I completely disabled the firewall and still no luck.  I also took the file to connect to the XP machine and tried to use it as an existing connection and still have the error.  I ran Excel on the Win 7 XP SP2, XP SP3 and still no luck.  I have spent hours reading and researching the issue and can not find an answer.
    I tried to change the OLAP service account and open all ports on the server.  Still nothing.  The error message will connect to the client computer and the server does not record demand, so I think that I don't yet get on the server.  I do not understand as well as if the message is actively refusing connection.
    I can run the cubes very well on the server and on the XP SP3 with Excel 2010 machine.
    I'm in my troubleshooting garnis.  There has been some problems, that I have not been able to solve in Microsoft Servers and this is one.  I know that there is an answer.  I'm just not see it.
    Thank you!!

    Hi Litiasheldon,

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums.

    SQL Server (TechNet Forums)

    http://social.technet.Microsoft.com/forums/en-us/category/SQLServer

     

    I hope this helps.

  • What functions are part of the OLAP option, and what is considered "standard SQL"?

    Hello

    11.2 Enterprise Edition without OLAP license.

    Where can I find what functions are part of the OLAP option, which I'm not allowed to use without the extra cost of option?

    Not sure, what comes to my mind is such function as LISTAGG, CUBE, PARTITION BY and the like, but I would like a complete set so that we can ask our developers to avoid using functions that require an additional license.

    Thanks in advance

    None of the ones you mention are part of the OLAP option.

    The official license https://docs.oracle.com/cd/E11882_01/license.112/e47877.pdf document describes which includes the option.

    If you do not have him a license, then just make sure that it is not installed in the databases you create.

  • getting the error for queries

    Team dear community,

    I made two requests yesterday for which I am getting following error.

    Not found

    The item does not exist. It may have been deleted.

    Not sure why this happened.

    Here's the URL for queries

    1. https://community.oracle.com/message/12927951#12927951

    2 https://community.oracle.com/message/12928209#12928209

    rukbat wrote:

    Had you tried to post your questions about 24 hours earlier?

    You seem to be a new Member of these forums

    He was be a flood of spam that the moderators have faced this moment here.

    All new messages by new users of the forum are filtered through a queue of inspection and your posts have been neglected and buried among the flood of spam.   It is possible that positions have been purged while the spams have been served.

    Already mentioned that

Maybe you are looking for

  • Firefox does not display the printable credit card statements

    I get paperless credit card statements and I always print a summary of one page of the statement. I access my credit account and select view/print statement. It appears in PDF format, but Firefox shows just a blank page. There is no error dialog box.

  • Power on Satellite Pro 6100 problem

    HelloI seem to have problems with my SP6100 power. It does not power on battery or plugged it in. The charger flashes, but trying to try to power on - it fails to do so. Do you think it is a problem of motherboard or real power in MS? If so, please c

  • Satellite A350 to problem 7 - ATI Catalyst Windows upgrade

    Recently bought an A350 and just installed Windows7 Home Premium upgrade.During the upgrade instructs to remove the ATI Catalyst Install Manager then reinstall it later. But where to go? I lost about 30mm to each side of my screen display and audio s

  • When will the new XBox come out?

    I am looking to buy an xbox. I'm worried, though, that when I buy one that better the new version will be released. Then, when it comes out? Original title: yata yata

  • I want to install Server 2008 in c2d 2.6 ghz is possible

    Hello I want to install Server 2008 in c2d 2.6 ghz is possible Kind regards Patrice Hiren