Database is High Protection Mode

Dear Friends,
I configured dataguard standby database in oracle 11g.Then i did the following scenario's.
1)I changed the protection mode to "High protection".
2)Shutdown the standby database.
As per the document, The primary database shutdown when standby database is down in High Protection Mode.
But my primary database did not shutdown. But if i fire "alter system switch logfile;", It get hangs. But parllely, I can able to login to primary db as normal user.
Can anybody explain what happen if database in "High Protection" Mode?
Thanks in advance.

Hello;
Can you post the results of this run on the Primary :
SELECT PROTECTION_MODE FROM V$DATABASE;The Protection modes are "Maximum availability", "Maximum performance","Maximum protection" They are described in detail here
1.4 Data Guard Protection Modes - http://docs.oracle.com/cd/E11882_01/server.112/e10700.pdf
If you search E10700-02 there is no "High protection" mode, so I'm not sure what you did. Maximum availability provides the highest protection, but also requires "SYNC" for your log_archive_dest_n parameter.
My own example is here :
http://www.visi.com/~mseberg/protection_mode.html
Best Regards
mseberg
Edited by: mseberg on Aug 8, 2012 2:04 PM

Similar Messages

  • Datagurd configuring in high protection mode

    Hi gurus,
    I am forllowing, the following method to configure dataguard in oracle 11g r2 on oel 5.5
    startup;
    archive log list;Database is in archive log.
    select name from v$datafile;all datafiles, redolog files, controlfile are in /u01/app/oracle/sales directory
    alter database force logging;
    alter database add standby logfile '/u01/app/oracle/sales/stdredo01.log' size 50m;
    alter database add standby logfile '/u01/app/oracle/sales/stdredo02.log' size 50m;
    alter database add standby logfile '/u01/app/oracle/sales/stdredo03.log' size 50m;
    alter database add standby logfile '/u01/app/oracle/sales/stdredo04.log' size 50m;
    create pfile from spfile;
    shut immediate;
    startup mount;
    alter database create standby controlfile as '/u01/app/oracle/sales/stdcon.ctl';
    shut immediate;
    exitoracle]$mkdir stdsales
    oracle]$mkdir -p admin/stdsales/adump
    oracle]$mkdir -p flash_recovery_area/stdsales
    oracle]$mkdir -p flash_recovery_area/STDSALES
    oracle]$mkdir -p arch stdarch
    oracle]$cd sales
    oracle]$cp *.* /u01/app/oracle/stdsales
    dbs]$vi initsales.ora
    *.log_archive_dest_1='location=/u01/app/oracle/arch'
    *.log_archive_dest_2='service=stdsales lgwr sync affirm'
    *.standby_file_management=auto
    *.log_archive_dest_state_1=enable
    *.log_archive_dest_state_2=enable
    *.db_unique_name=sales
    *.fal_server=sales
    *.fal_client=stdsales
    oracle]$cp initsales.ora initstdsales.ora
    oracle]$vi initstdsales.ora
    *.log_archive_dest_1='location=/u01/app/oracle/stdarch'
    *.log_archive_dest_2='service=sales lgwr sync affirm'
    *.standby_file_management=auto
    *.log_archive_dest_state_1=enable
    *.log_archive_dest_state_2=enable
    *.db_unique_name=stdsales
    *.fal_server=sales
    *.fal_client=stdsales
    *.db_file_name_convert='/u01/app/oracle/sales/','/u01/app/oracle/stdsales/'
    *.log_file_name_convert='/u01/app/oracle/sales/','/u01/app/oracle/stdsales/'
    oracle]$cp orapwsales orapwstdsales
    netservice name is created for sales and stdsales databases.
    standby side:
    startup nomount;
    alter database mount standby database;
    alter database recover managed standby database;Primary side:
    startup mount;
    alter database set standby database protected;
    alter database open;end of the communication error
    so many times configured but not successed. i don't know where i am doing wrong.
    can you please help to configure database in high protection mode.
    thank you!

    $vi initsales.ora
    *.log_archive_dest_1='location=/u01/app/oracle/arch'
    *.log_archive_dest_2='service=stdsales lgwr sync affirm'There is a problem in your log_archive_dest_1 and log_archive_dest_2 parameters.
    log_archive_dest_1='location=/u01/app/oracle/arch
    valid_for=(all_logfiles,all_roles)
    db_unique_name=<db-unique-name of primary db>
    log_archive_dest_2='service=stdsales
    valid_for=(online_logfiles,primary_role)
    db_unique_name=<db-unique-name of standby>
    You can refer this http://docs.oracle.com/cd/B19306_01/server.102/b14239/create_ps.htm
    Also
    standby side:
    startup nomount;
    alter database mount standby database;
    alter database recover managed standby database;The command should be "*alter database recover managed standby database disconnect from session*" on standby side for the archivelogs to be applied on the standby database from the primary DB and not "alter database recover managed standby database".

  • Multiplexing Redo Log and maximum protection mode.

    Assume that during writing into redo logs the instance crashes. As a result, members of active redo group are not synchronized, some of them had more data. How Oracle will handle this when instance starts? And there can be case when at startup time some members that had more redo before crash, are lost.
    Now assume that we have standby database with maximum protection mode. After LGWR has written to local redo logs and before writing to standby redo logs, primary instance crashes. In this case standby site lost last transaction.
    Is it correct? Thanks.

    Assume that during writing into redo logs the instance crashes. As a result, members of active redo group are not synchronized, some of them had more data. How Oracle will handle this when instance starts? And there can be case when at startup time some members that had more redo before crash, are lost.
    Members of a particular group are written concurrently by LGWR, all members of a log group will have same data.  If any member of a particular group is lost or not reachable, oracle will read from the available log member during instance recovery.
    Multiplexing Redo Log Files
    http://docs.oracle.com/cd/B19306_01/server.102/b14231/onlineredo.htm#i1006249
    To answer your second question,In this mode no transaction commits on primary unless the redo is also written on atleast one standby database, otherwise primary will go down.
    Check below
    Maximum Protection
    http://docs.oracle.com/cd/B28359_01/server.111/b28294/protection.htm#CHDHFHJI

  • Datagaurd Protection Mode

    Can you please expalin datagaurd protection mode and how to set it in different mode and how log tranfer happens in different mode.

    user8850066 wrote:
    Can you please expalin datagaurd protection mode and how to set it in different mode and how log tranfer happens in different mode.# Maximum Protection
    Maximum protection mode offers the ultimate in data protection. It guarantees no data loss will occur in the event the primary database fails.
    # Maximum Availability
    Maximum availability mode provides the highest level of data protection that is possible without affecting the availability of the primary database. This protection mode is very similar to maximum protection where a transaction will not commit until the redo data needed to recover that transaction is written to both the local (online) redo log and to at least one remote standby redo log.
    # Maximum Performance
    Maximum performance is the default protection mode and provides the highest level of data protection that is possible without affecting the performance or availability of the primary database. With this protection mode, a transaction is committed as soon as the redo data needed to recover the transaction is written to the local (online) redo log.
    Log transport services enables and controls the automated transfer of redo data within a Data Guard configuration from the primary site to each of its standby sites.
    Log transport services also controls the level of data protection for your database. The DBA will configure log transport services to balance data protection and availability against database performance. Log transport services will also coordinate with log apply services and role management services for switchover and failover operations.
    refer the link for more information:
    http://www.idevelopment.info/data/Oracle/DBA_tips/Data_Guard_9i/DG_70.shtml
    Oracle® Data Guard Concepts and Administration 10g Release 2 (10.2)
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14239/log_transport.htm#SBYDB00400

  • Identity management 11g in High Availability Mode.

    Hi All,
    Can any one please give me some pointers on how to configure Identity management 11g in High Availability Mode. If possible please provide some document links for reference.
    Currectly I am looking into below Oracle Ducument.
    http://download.oracle.com/docs/cd/E15523_01/core.1111/e12035/directorytier_im.htm#BACIEEBD
    This document completely configuring the High Avaialability case when we have Oracle Data Base in RAC mode. Please correct me if i am wrong.
    But I just wanted to know how can we configure the high availability mode without Oracle DataBase in RAC mode.
    Do we need to configure the DataBase in high Availability Mode also?
    Thanks in Advance.
    Siva Pokuri.

    Below resources should be of some help to you:
    http://www.oracle.com/technology/products/ias/hi_av/F5v9LBR.pdf
    http://www.oracle.com/technology/products/ias/hi_av/904_Distributed_IM.pdf
    http://www.oracle.com/technology/products/ias/hi_av/904_rack_mounted_im.pdf
    http://www.oracle.com/technology/products/ias/hi_av/904_cfc_im.pdf
    http://www.oracle.com/technology/products/ias/hi_av/OracleASInfraHAArchs.pdf

  • Physical Standby Database (Protection Mode)?!!

    Hi,
    I have configured a physical standby database to use Real-time Apply, but i noticed that the protection mode of the database has been changed from "Maximum Performance" to ''Maximum Availability"..
    log_archive_dest_3='service=phystby OPTIONAL LGWR SYNC AFFIRM reopen=120 valid_for=(online_logfiles,primary_role) db_unique_name=phystby'
    Any body to explaine??
    Regards,

    LGWR SYNC AFFIRM
    These are the options are used in maximum protection  mode ,in which oracle will write the information in both the server(primary and standby) and this write occurs at same time.
    oracle write the information in online redo logfile of both the server simultaneously.
    and this option ensure no data loss will occurs if primary will fail.
    SYNC related with Network transmission mode.
    AFFIRM related with disk write option.
    LGWR describe Redo archival process.
    Thanks
    Kuljeet                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Database shutdowns in Maximum Protection mode

    Hi,
    I am using oracle dataguard 11g(11.2.0.1.0) on OEL5. My dataguard is working fine in MAXIMUM PERFORMANCE mode. But when i try to put my database mode in MAXIMUM PROTECTION MODE my database gets shutdown.What could be the possible reason for this????
    Regards,
    007

    Hello;
    Quote  "To ensure that data loss cannot occur, the primary database will shut down, rather than continue processing transactions, if it cannot write its redo stream to at least one synchronized standby database"
    Section - 1.4 Data Guard Protection Modes - Data Guard Concepts and Administration 11g Release 2 (11.2) E10700-02
    From section 5.1 of the same document ( Maximum Protection )
    "Oracle recommends that a minimum of two standby databases be used to
    protect a primary database that runs in maximum protection mode to prevent a single
    standby database failure from causing the primary database to shut down."
    Best Regards
    mseberg

  • How do I troubleshoot Flash Player's protected mode for Firefox?

    Starting with Flash Player 11.3, a protected mode was added as a new security enhancement for Firefox 4.0 and greater on Windows Vista and higher.  This security enhancement is designed to limit the impact of attacks launched from malicious Flash content (SWF files).  For additional details on this feature, please see Inside Flash Player Protected Mode for Firefox
    After reviewing this FAQ, we'd appreciate if you would take a minute to let us know if it helped.  There is a link to a two question survey at the bottom of the page.
    While we believe this feature is fully tested and reliable, if you encounter issues with Firefox we recommend the following troubleshooting steps.
    Problem: Flash content does not appear, YouTube display errors such as "An error occurred.  Please try again later.", or Flash video will not function properly.
    Solution: If RealPlayer is installed on your system, please disable the RealPlayer Browser Record plug-in.
    Launch RealPlayer
    Click the RealPlayer icon in the upper left corner of the window and choose Preferences.
    Choose Download & Recording from the left hand panel
    Uncheck "Enable Web Download & Recording for these installed browsers"
    Click OK and close RealPlayer
    Restart Firefox
    If you are viewing this page in Firefox and Flash Player is not working, please click here for an HTML5 version of this video: YouTube HTML5 HD Link
    Problem: RealPlayer is not installed, Flash Player crashes in Firefox
    Solution:
    Troubleshoot Extensions and Add-Ons by launching Firefox in Safe Mode
    1. Exit Firefox
    2. Click Start > Run
    3. Type the following then press [Enter]:
         firefox.exe -p
    4. Click Continue in Safe Mode
    5. Attempt to reproduce the problem
    If the problem does not occur in safe mode, please try to isolate it down to an individual plug-in.
    1. Exit Firefox
    2. Re-launch Firefox
    3. Click Firefox > Add-Ons > Extensions
    4. Click Disable on all of your extensions
    5. Attempt to reproduce the problem, while enabling each extension until you can reproduce the issue
    If the issue persists in Safe-Mode, please continue with the steps below:
    Some users have indicated that random crashing stops when clearing their Firefox profile.  This step will allow you to temporarily test with a clean set of Firefox preferences, without losing your preferences.
    Exit Firefox
    Click Start > Run
    Type the following then press [Enter]: firefox.exe -p
    Click Create Profile
    Click Next
    In the Enter new profile name dialog, type "Test"
    Click Finish
    Select Test and click Start Firefox
    Use Firefox as normal.  If the problem goes away, clearing your Firefox preferences, or migrating the important settings (bookmarks, etc) to a clean Profile may be a good permanent solution.
    If the problem persists, switch back to your old profile by doing the following:
    Exit Firefox
    Click Start > Run
    Type the following then press [enter]:firefox.exe –p
    Choose your old account (typically "default")
    Click Start Firefox
    Solution: Try a clean Windows profile (You must be an Administrator to complete this step.  If your user account is not an admin type, skip to the next section for instructions on reporting a bug.)  Creating a new Windows user will rule out any account-specific preferences that may be enabled on your system. 
    Create a user account in Vista
    Create a user account in Windows 7
    Use Flash Player normally.  If the problem goes away, this indicates a compatibility problem, either with software you have installed or with preferences set on your account.
    Reporting a bug:
    Please file bugs at bugbase.adobe.com.
    Choose "Adobe Flash Player" as the product
    Choose "Browser Integration" as the product area
    Please provide as much information as possible with what you were doing before the crash and an exact URL where the crash occurred.
    If available, please attach your Firefox crash logs to the bug using the Attachments field.
    Show hidden files and folders. For more details, see the instructions for the operating system that you use: Vista and Windows 7.
    Crash logs are located at C:\Users\username\AppData\Roaming\Mozilla\Firefox\Crash Reports\
    Logs will be located in either the pending or submitted folder, depending on whether or not you submitted the crash report to Mozilla.
    Last resort
    Finally, if these problems are blocking you from using Flash Player we recommend, as a last resort, you either revert back to Flash Player 11.2 or temporarily disable Protected Mode.  We strongly recommend that Protected Mode is manually enabled once this issue is resolved.
    To revert to a previous version of Flash Player, please see this FAQ: How do I revert to a previous version of Flash Player?
    To disable Protected Mode, add the following line to your mms.cfg file located in:
    Windows 32bit: C:\windows\system32\macromed\flash
    Windows 64bit: C:\windows\syswow64\macromed\flash
    ProtectedMode=0
    If the mms.cfg file does not exist, create one using any standard text editor (e.g.. notepad)
    Depending on your operating system, you might need to first save the mms.cfg file to a writable location (such as your documents or desktop folder) and then copy the file into the destination folder using Windows Explorer.
    To re-enable Protected Mode, simply remove the line from the mms.cfg file.
    Hopefully this FAQ helped you.  Please let us know by taking a minute to fill out this simple survey.
    Did this FAQ help?

    Please ask your question on a forum for the Flash Player

  • Query regarding upgrading protection mode in a data guard

    I am using Oracle 10g in Linux platform
    Consider that I have a logical standby and a physical standby and now I want to upgrade the protection mode of physical standby but want the logical standby to retain the protection mode .
    According to the Oracle documentation they have specified that the following statement has to be issued from primary to upgrade protection mode of a standby
    SQL > Alter database set standby database to maximum availability;So to which standby this statement will refer to, whether logical standby or physical standby?

    Hi,
    What you want to do is very possible. Please not however the protection mode DOES NOT apply to a standby when you say a database has a certain protection mode, it applies to the primary.
    First to be in maximum availability you have to issue the command you state, and that applies to the primary, it is now in maximum availability but to get there it must have ONE standby that uses LGWR SYNC as the transport mechanism with AFFIRM.
    You can also have other standby's running from this primary, that DO NOT have to use LGWR SYNC, but can use the other available tranport mechanisms.
    This is explained here:
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28294/protection.htm#CHDEDGIF
    cheers,
    jason.
    http://jarneil.wordpress.com

  • Database Recovery in NOARCHIVELOG Mode

    Hi All,
    I was trying to 'startup' my database & encountered the following error in the alert.log
    ORA-01242: data file suffered media failure: database in NOARCHIVELOG mode
    ORA-01122: database file 469 failed verification check
    ORA-01110: data file 469: '/ora/ctcm_uat02/CMOLP1/undo/CMOLP1_undots_30.dbf'
    ORA-01209: data file is from before the last RESETLOGS
    I then looked up on the internet and since the error was related to the UNDO TABLESPACE, i did the following:
    sql>startup mount
    sql>alter database datafile '/ora/ctcm_uat02/CMOLP1/undo/CMOLP1_undots_30.dbf' offline drop;
    sql>alter database open
    Thereafter the database kept on erroring on all the datafiles belonging to the undo tablespaces and i dropped all the datafiles belonging to the undo tablespace using the above command. (alter database datafile ....offline drop).
    Next, i tried to open the database and got the following error from the alert log:
    Tue May 12 18:15:24 2009
    alter database open
    Tue May 12 18:15:33 2009
    Beginning crash recovery of 1 threads
    Tue May 12 18:15:33 2009
    Started redo scan
    Tue May 12 18:15:33 2009
    Completed redo scan
    21 redo blocks read, 3 data blocks need recovery
    Tue May 12 18:15:33 2009
    Started recovery at
    Thread 1: logseq 252, block 2, scn 1917.14626262
    Tue May 12 18:15:33 2009
    Recovery of Online Redo Log: Thread 1 Group 3 Seq 252 Reading mem 0
    Mem# 0 errs 0: /ora/ctcm_dev/CMOLP1/redo/CMOLP1_redo03a.dbf
    Tue May 12 18:15:33 2009
    Completed redo application
    Tue May 12 18:15:33 2009
    Ended recovery at
    Thread 1: logseq 252, block 23, scn 1917.14646284
    3 data blocks read, 3 data blocks written, 21 redo blocks read
    Crash recovery completed successfully
    Tue May 12 18:15:35 2009
    Thread 1 advanced to log sequence 253
    Thread 1 opened at log sequence 253
    Current log# 4 seq# 253 mem# 0: /ora/ctcm_dev/CMOLP1/redo/CMOLP1_redo04a.dbf
    Successful open of redo thread 1
    Tue May 12 18:15:38 2009
    LOG_CHECKPOINT_INTERVAL was set when MTTR advisory was switched on.
    Tue May 12 18:15:38 2009
    SMON: enabling cache recovery
    Tue May 12 18:15:38 2009
    Successfully onlined Undo Tablespace 1.
    Tue May 12 18:15:39 2009
    SMON: enabling tx recovery
    Tue May 12 18:15:39 2009
    Database Characterset is US7ASCII
    Tue May 12 18:15:39 2009
    SMON: about to recover undo segment 1
    Can someone please help me on this issue? Thanks and Regards

    Hi ERROR,
    I think i figured out the hidden parameter that you were referring to.
    (1) I set the allowresetlogs_corruption=TRUE and commented undo_management. Then opened the database using--> alter database open resetlogs;
    But still was not able to start the database. The alert log entries are as below:
    ALTER DATABASE   MOUNT
    Thu May 14 18:11:56 2009
    Successful mount of redo thread 1, with mount id 4113112614
    Thu May 14 18:11:56 2009
    Database mounted in Exclusive Mode.
    Completed: ALTER DATABASE   MOUNT
    Shutting down instance: further logons disabled
    Shutting down instance (immediate)
    License high water mark = 2
    Thu May 14 18:12:05 2009
    ALTER DATABASE CLOSE NORMAL
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    Thu May 14 18:12:05 2009
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archiving is disabled
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archiving is disabled
    Would be great if you can help me further on this.
    Regards,
    Fuzzy

  • Protection Modes and Fast-Start Failover

    Oracle Maximum Availability Architecture allows you to set fast-start failover (FSF)to automatically failover to the standby in the event of losing the primary database.
    One condition of FSF is that it will only initiate if there is a guarantee of no data loss. This is where i start getting confused. Maximum Availability mode allows for data loss as the primary will still process transactions if the connection to the standby is lost. This means then in the event of the standby being out of sync with the primary database (i.e. network glitches) and then losing the primary database to hardware issues for example. FSF will not be able to initiate as data will be lossed and a complete loss of service will happen!
    Can FSF be used in Maximum Protection mode as this will always mean FSF will be able to occur? Also what is the overhead towards the databases with regards to running them in this mode?
    Thanks,
    Chris

    Hi,
    Can FSF be used in Maximum Protection mode as this will always mean FSF will be able to occur? Yes, Maximum Protection Mode can be used with Fast-Start Failover, please review the next link.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14230/cli.htm#BABEIIHD
    Also what is the overhead towards the databases with regards to running them in this mode?
    Yes, the overhead is on major scale that other modes.
    Regards.

  • How to open a "manual" Physical standby database in read/write mode

    Hi,
    I am running Oracle Database 10g Release 10.2.0.3.0 - 64bit Production Standard Edition on Linux version 2.6.9-42.0.8.ELsmp ([email protected]) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-3))
    I've created a physical standby database, but since I am running Standard Edition, I am not using the DataGuard features. I use the rsync utility to copy over the archivelogs to the standby database, and I apply them periodically to the standby database.
    The standby database is started this way :
    startup nomount pfile='/u01/oradata/orcl/initorcl.stdby';
    alter database mount standby database;
    Everything runs perfectly fine, I can do "alter database open read only" and then I can do selects into tables to confirm that everything is up to date.
    The thing is, if I shutdown immediate the database, then do just startup :
    shutdown immediate;
    startup;
    The database opens with no error messages, but is still in read-only mode...
    I read that the default behavior for a standby database is to open read-only, like I am experiencing, but I would like to know what is the right way to open it correctly in read-write mode (I understand that after that, my standby will not be standby anymore and that I will have to recreate my standby database).
    Thanks,
    Mat

    Hello,
    There're features which allows you to open a Standby database in Read/Write mode but for all I know
    it needs Entreprise Edition.
    In Enterprise Edition you can use Logical Standby database. More over, for Physical standby there's
    a way by using flashback database so as to rolling backward the database and avoiding to recreate
    the Standby.
    In Standard Edition I'm afraid that you'll have to recreate your Standby database.
    Best regards,
    Jean-Valentin

  • No Sound in Firefox on Windows 7 from YouTube, CNN, CSPAN unless Protected Mode is disabled.

    I have no sound when playing Flash videos on any Windows 7 PCs from the following standard websites - YouTube, CNN, CSPAN and ESPN. Some YouTube videos provide both video and audio if I enable HTML5.  Most do not. CSPAN Videos provide video but no audio.  CNN Videos provide video but no audio. I have no problems on any Windows XP PCs.
    I have had no sound in Firefox since Firefox 12 with Flash Player 11.3 and higher. I upgraded today to 11.4.402.287 Flash to see if that would fix things.  It did not.
    I only get sound if I disable Flash Protected Mode which is unacceptable in my corporate environment.  I can not downgrade to Flash 11.2 because it too does not provide protected mode.  My audio drivers are up to date.  I tried changing the audio playback to 16-bit 44100.  I have disabled Silverlight.  I have disabled all plugins except Flash.  All test sites show the Flash version as installed and correct.
    Nothing I try among all the recommended solutions I have found on Forums.Adobe or elsewhere on the Internet resolves the problem.
    As of today, I am running:
    Windows 7
    Firefox 16
    Flash 11.4.402.287
    I will provide whatever debugging information I need to to resolve this issue as quickly as possible.  My Windows XP customers are being upgraded to Windows 7  over the next few months and I need to resolve this issue asap.  Any help from Adobe staff will be greatly appreciated.
    Please let me know what I can do to resolve this problem without disabling protected mode or back-revving to Flash 11.2.
    Thank you.

    LBTLBT does sound different from my problem. Thought I could help...
    Jeromie, thanks for your attentiveness. I wish more of Adobe's support structure (especially for their professional software) was more helpful/prompt/polite.
    Here's my dxdiag info for your amusment:
    Operating System: Windows 7 Enterprise 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.120830-0333)
               Language: English (Regional Setting: English)
    System Manufacturer: Apple Inc.
           System Model: MacBookPro8,3
                   BIOS: Default System BIOS
              Processor: Intel(R) Core(TM) i7-2820QM CPU @ 2.30GHz (8 CPUs), ~2.3GHz
                 Memory: 8192MB RAM
    Available OS Memory: 8102MB RAM
              Page File: 3432MB used, 12771MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
       User DPI Setting: Using System DPI
    System DPI Setting: 96 DPI (100 percent)
        DWM DPI Scaling: Disabled
         DxDiag Version: 6.01.7601.17514 64bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
            Sound Tab 2: No problems found.
            Sound Tab 3: No problems found.
              Input Tab: No problems found.
    DirectX Debug Levels
    Direct3D:    0/4 (retail)
    DirectDraw:  0/4 (retail)
    DirectInput: 0/5 (retail)
    DirectMusic: 0/5 (retail)
    DirectPlay:  0/9 (retail)
    DirectSound: 0/5 (retail)
    DirectShow:  0/6 (retail)
    Display Devices
              Card name: AMD Radeon 6600M and 6700M Series
           Manufacturer: Advanced Micro Devices, Inc.
              Chip type: AMD Radeon Graphics Processor (0x6741)
               DAC type: Internal DAC(400MHz)
             Device Key: Enum\PCI\VEN_1002&DEV_6741&SUBSYS_00E3106B&REV_00
         Display Memory: 707 MB
       Dedicated Memory: 1008 MB
          Shared Memory: 3795 MB
           Current Mode: 1920 x 1200 (32 bit) (60Hz)
           Monitor Name: Generic PnP Monitor
          Monitor Model: Color LCD
             Monitor Id: APP9CCF
            Native Mode: 1920 x 1200(p) (59.950Hz)
            Output Type: Internal
            Driver Name: aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atiumd64.dll,atidxx64.d ll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm64.dll
    Driver File Version: 8.17.0010.1151 (English)
         Driver Version: 9.2.0.0
            DDI Version: 11
           Driver Model: WDDM 1.1
      Driver Attributes: Final Retail
       Driver Date/Size: 9/27/2012 20:41:40, 1120768 bytes
            WHQL Logo'd: Yes
        WHQL Date Stamp:
      Device Identifier: {D7B71EE2-2401-11CF-A477-E920BEC2C535}
              Vendor ID: 0x1002
              Device ID: 0x6741
              SubSys ID: 0x00E3106B
            Revision ID: 0x0000
    Driver Strong Name: oem105.inf:ATI.Mfg.NTamd64.6.1:ati2mtag_VancouverA:9.2.0.0:pci\ven_1002&dev_6741
         Rank Of Driver: 00E62001
            Video Accel: ModeMPEG2_A ModeMPEG2_C
       Deinterlace Caps: {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {3C5323C1-6FB7-44F5-9081-056BF2EE449D}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {552C0DAD-CCBC-420B-83C8-74943CF9F1A6}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,2) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {6E8329FF-B642-418B-BCF0-BCB6591E255F}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                         {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                         {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
           D3D9 Overlay: Not Supported
                DXVA-HD: Not Supported
           DDraw Status: Enabled
             D3D Status: Enabled
             AGP Status: Enabled
    Sound Devices
                Description: Speakers (USB Audio Device)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: USB\VID_0D8C&PID_000C&REV_0100&MI_00
            Manufacturer ID: 65535
                 Product ID: 65535
                       Type: WDM
                Driver Name: USBAUDIO.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 11/20/2010 05:43:52, 109696 bytes
                Other Files:
            Driver Provider: Microsoft
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: Speakers (Cirrus Logic CS4206A (AB 39))
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_1013&DEV_4206&SUBSYS_106B2700&REV_1003
            Manufacturer ID: 1
                 Product ID: 65535
                       Type: WDM
                Driver Name: HdAudio.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 11/20/2010 05:44:23, 350208 bytes
                Other Files:
            Driver Provider: Cirrus Logic, Inc.
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
                Description: Digital Audio (S/PDIF) (Cirrus Logic CS4206A (AB 39))
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_1013&DEV_4206&SUBSYS_106B2700&REV_1003
            Manufacturer ID: 1
                 Product ID: 65535
                       Type: WDM
                Driver Name: HdAudio.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: Yes
              Date and Size: 11/20/2010 05:44:23, 350208 bytes
                Other Files:
            Driver Provider: Cirrus Logic, Inc.
             HW Accel Level: Basic
                  Cap Flags: 0xF1F
        Min/Max Sample Rate: 100, 200000
    Static/Strm HW Mix Bufs: 1, 0
    Static/Strm HW 3D Bufs: 0, 0
                  HW Memory: 0
           Voice Management: No
    EAX(tm) 2.0 Listen/Src: No, No
       I3DL2(tm) Listen/Src: No, No
    Sensaura(tm) ZoomFX(tm): No
    Sound Capture Devices
                Description: Microphone (USB Audio Device)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: USBAUDIO.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
              Date and Size: 11/20/2010 05:43:52, 109696 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
                Description: Digital Audio (S/PDIF) (Cirrus Logic CS4206A (AB 39))
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: HdAudio.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
              Date and Size: 11/20/2010 05:44:23, 350208 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
                Description: Microphone (Cirrus Logic CS4206A (AB 39))
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: HdAudio.sys
             Driver Version: 6.01.7601.17514 (English)
          Driver Attributes: Final Retail
              Date and Size: 11/20/2010 05:44:23, 350208 bytes
                  Cap Flags: 0x1
               Format Flags: 0xFFFFF
    DirectInput Devices
          Device Name: Mouse
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Keyboard
             Attached: 1
        Controller ID: n/a
    Vendor/Product ID: n/a
            FF Driver: n/a
          Device Name: Apple Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x05AC, 0x0220
            FF Driver: n/a
          Device Name: Apple Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x05AC, 0x0245
            FF Driver: n/a
          Device Name: Apple Multitouch
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x05AC, 0x0245
            FF Driver: n/a
          Device Name: Apple IR Receiver
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x05AC, 0x8242
            FF Driver: n/a
          Device Name: ?
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x0D8C, 0x000C
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x1C2C
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    | Driver: usbhub.sys, 3/24/2011 22:29:26, 343040 bytes
    | Driver: usbd.sys, 3/24/2011 22:28:59, 7936 bytes
    Gameport Devices
    PS/2 Devices
    + HID Keyboard Device
    | Vendor/Product ID: 0x05AC, 0x0220
    | Matching Device ID: hid_device_system_keyboard
    | Service: kbdhid
    | Driver: kbdhid.sys, 11/20/2010 05:33:25, 33280 bytes
    | Driver: kbdclass.sys, 7/13/2009 20:48:04, 50768 bytes
    |
    + HID Keyboard Device
    | Vendor/Product ID: 0x05AC, 0x0245
    | Matching Device ID: hid_device_system_keyboard
    | Service: kbdhid
    | Driver: kbdhid.sys, 11/20/2010 05:33:25, 33280 bytes
    | Driver: kbdclass.sys, 7/13/2009 20:48:04, 50768 bytes
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    | Driver: i8042prt.sys, 7/13/2009 18:19:57, 105472 bytes
    | Driver: kbdclass.sys, 7/13/2009 20:48:04, 50768 bytes
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x046D, 0xC051
    | Matching Device ID: hid_device_system_mouse
    | Service: mouhid
    | Driver: mouhid.sys, 7/13/2009 19:00:20, 31232 bytes
    | Driver: mouclass.sys, 7/13/2009 20:48:27, 49216 bytes
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x05AC, 0x0245
    | Matching Device ID: hid_device_system_mouse
    | Service: mouhid
    | Driver: mouhid.sys, 7/13/2009 19:00:20, 31232 bytes
    | Driver: mouclass.sys, 7/13/2009 20:48:27, 49216 bytes
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x05AC, 0x0245
    | Matching Device ID: hid_device_system_mouse
    | Service: mouhid
    | Driver: mouhid.sys, 7/13/2009 19:00:20, 31232 bytes
    | Driver: mouclass.sys, 7/13/2009 20:48:27, 49216 bytes
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    | Driver: termdd.sys, 11/20/2010 08:33:57, 63360 bytes
    | Driver: sermouse.sys, 7/13/2009 19:00:20, 26624 bytes
    | Driver: mouclass.sys, 7/13/2009 20:48:27, 49216 bytes
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 14.5 GB
    Total Space: 238.2 GB
    File System: NTFS
          Model: Hitachi HTS725050A9A362 ATA Device
          Drive: G:
    Free Space: 147.5 GB
    Total Space: 238.4 GB
    File System: HFSJ
          Model: Hitachi HTS725050A9A362 ATA Device
          Drive: N:
    Free Space: 115.7 GB
    Total Space: 715.3 GB
    File System: NTFS
          Model: Glyph Technologies OEM ATA Device 00 IEEE 1394 SBP2 Device
          Drive: F:
          Model: MagicISO Virtual DVD-ROM0000
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), 11/20/2010 04:19:21, 147456 bytes
          Drive: D:
          Model: MATSHITA DVD-R   UJ-898 ATA Device
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.01.7601.17514 (English), 11/20/2010 04:19:21, 147456 bytes
    System Devices
         Name: AMD Radeon 6600M and 6700M Series
    Device ID: PCI\VEN_1002&DEV_6741&SUBSYS_00E3106B&REV_00\4&2D77500E&0&0008
       Driver: C:\Windows\system32\DRIVERS\atikmdag.sys, 8.01.0001.1266 (English), 9/27/2012 21:21:20, 10697216 bytes
       Driver: C:\Windows\system32\DRIVERS\ati2erec.dll, 1.00.0000.0024 (English), 9/27/2012 20:09:48, 53248 bytes
       Driver: C:\Windows\system32\DRIVERS\atikmpag.sys, 8.14.0001.6278 (English), 9/27/2012 20:12:52, 460288 bytes
       Driver: C:\Windows\system32\atiumd64.dll, 9.14.0010.0926 (English), 9/27/2012 20:25:24, 6704640 bytes
       Driver: C:\Windows\system32\atiumd6a.dll, 8.14.0010.0370 (English), 9/27/2012 20:31:26, 3127296 bytes
       Driver: C:\Windows\system32\atitmm64.dll, 6.14.0011.0023 (English), 9/27/2012 20:36:50, 120320 bytes
       Driver: C:\Windows\system32\atiicdxx.dat, 5/23/2012 10:31:02, 632252 bytes
       Driver: C:\Windows\system32\amdpcom64.dll, 8.14.0010.0023 (English), 9/27/2012 20:12:58, 56320 bytes
       Driver: C:\Windows\system32\atimpc64.dll, 8.14.0010.0023 (English), 9/27/2012 20:12:58, 56320 bytes
       Driver: C:\Windows\system32\atiadlxx.dll, 6.14.0010.1116 (English), 9/27/2012 20:13:40, 595456 bytes
       Driver: C:\Windows\system32\atiumd6a.cap, 9/27/2012 20:29:54, 2890048 bytes
       Driver: C:\Windows\system32\atimuixx.dll, 6.14.0010.1002 (English), 9/27/2012 20:36:36, 21504 bytes
       Driver: C:\Windows\system32\atiapfxx.exe, 6.14.0010.1001 (English), 9/27/2012 21:03:52, 163840 bytes
       Driver: C:\Windows\system32\ativvsva.dat, 2/14/2012 21:36:36, 157144 bytes
       Driver: C:\Windows\system32\ativvsvl.dat, 2/14/2012 21:36:36, 204952 bytes
       Driver: C:\Windows\system32\atiesrxx.exe, 6.14.0011.1131 (English), 9/27/2012 20:38:16, 239616 bytes
       Driver: C:\Windows\system32\atieclxx.exe, 6.14.0011.1131 (English), 9/27/2012 20:39:08, 538112 bytes
       Driver: C:\Windows\system32\atiedu64.dll, 6.14.0010.2514 (English), 9/27/2012 20:36:30, 59392 bytes
       Driver: C:\Windows\system32\atidemgy.dll, 4.00.4653.37177 (English), 9/27/2012 20:39:14, 442368 bytes
       Driver: C:\Windows\system32\atio6axx.dll, 6.14.0010.11931 (English), 9/27/2012 20:59:56, 23825920 bytes
       Driver: C:\Windows\system32\aticaldd64.dll, 6.14.0010.1741 (English), 9/27/2012 21:02:08, 16082432 bytes
       Driver: C:\Windows\system32\aticalrt64.dll, 6.14.0010.1741 (English), 9/27/2012 21:02:30, 51200 bytes
       Driver: C:\Windows\system32\aticalcl64.dll, 6.14.0010.1741 (English), 9/27/2012 21:02:22, 44544 bytes
       Driver: C:\Windows\system32\atipblag.dat, 9/12/2011 17:06:16, 3917 bytes
       Driver: C:\Windows\system32\atiu9p64.dll, 8.14.0001.6278 (English), 9/27/2012 20:11:08, 103424 bytes
       Driver: C:\Windows\system32\atiuxp64.dll, 8.14.0001.6278 (English), 9/27/2012 20:11:22, 129536 bytes
       Driver: C:\Windows\system32\atig6pxx.dll, 8.14.0001.6278 (English), 9/27/2012 20:13:16, 17920 bytes
       Driver: C:\Windows\system32\atig6txx.dll, 8.14.0001.6278 (English), 9/27/2012 20:13:08, 41984 bytes
       Driver: C:\Windows\system32\atibtmon.exe, 2.00.0000.0000 (English), 2/7/2011 16:33:25, 118784 bytes
       Driver: C:\Windows\system32\atiapfxx.blb, 9/27/2012 21:07:04, 304128 bytes
       Driver: C:\Windows\system32\atidxx64.dll, 8.17.0010.0453 (English), 9/27/2012 20:22:42, 7167488 bytes
       Driver: C:\Windows\SysWOW64\atiumdag.dll, 9.14.0010.0926 (English), 9/27/2012 21:23:00, 5557928 bytes
       Driver: C:\Windows\SysWOW64\atiumdva.dll, 8.14.0010.0370 (English), 9/27/2012 20:22:30, 2691584 bytes
       Driver: C:\Windows\SysWOW64\amdpcom32.dll, 8.14.0010.0023 (English), 9/27/2012 20:12:48, 56832 bytes
       Driver: C:\Windows\SysWOW64\atimpc32.dll, 8.14.0010.0023 (English), 9/27/2012 20:12:48, 56832 bytes
       Driver: C:\Windows\SysWOW64\atiadlxy.dll, 6.14.0010.1116 (English), 9/27/2012 20:13:30, 405504 bytes
       Driver: C:\Windows\SysWOW64\atiumdva.cap, 9/27/2012 20:21:20, 2920000 bytes
       Driver: C:\Windows\SysWOW64\ativvsva.dat, 2/14/2012 21:36:36, 157144 bytes
       Driver: C:\Windows\SysWOW64\ativvsvl.dat, 2/14/2012 21:36:36, 204952 bytes
       Driver: C:\Windows\SysWOW64\ati2edxx.dll, 6.14.0010.2514 (English), 9/27/2012 20:36:26, 43520 bytes
       Driver: C:\Windows\SysWOW64\atioglxx.dll, 6.14.0010.11931 (English), 9/27/2012 20:41:14, 19624960 bytes
       Driver: C:\Windows\SysWOW64\atidxx32.dll, 8.17.0010.0453 (English), 9/27/2012 20:39:36, 6536192 bytes
       Driver: C:\Windows\SysWOW64\aticaldd.dll, 6.14.0010.1741 (English), 9/27/2012 20:57:20, 13703168 bytes
       Driver: C:\Windows\SysWOW64\aticalrt.dll, 6.14.0010.1741 (English), 9/27/2012 21:02:28, 46080 bytes
       Driver: C:\Windows\SysWOW64\aticalcl.dll, 6.14.0010.1741 (English), 9/27/2012 21:02:20, 44032 bytes
       Driver: C:\Windows\SysWOW64\atipblag.dat, 9/12/2011 17:06:16, 3917 bytes
       Driver: C:\Windows\SysWOW64\atiu9pag.dll, 8.14.0001.6278 (English), 9/27/2012 20:10:58, 82944 bytes
       Driver: C:\Windows\SysWOW64\atiuxpag.dll, 8.14.0001.6278 (English), 9/27/2012 20:11:16, 109568 bytes
       Driver: C:\Windows\SysWOW64\atigktxx.dll, 8.14.0001.6278 (English), 9/27/2012 20:13:00, 33280 bytes
       Driver: C:\Windows\SysWOW64\atiglpxx.dll, 8.14.0001.6278 (English), 9/27/2012 20:13:12, 14848 bytes
       Driver: C:\Windows\SysWOW64\atiapfxx.blb, 9/27/2012 21:07:04, 304128 bytes
       Driver: C:\Windows\atiogl.xml, 9/14/2012 10:00:12, 38452 bytes
       Driver: C:\Windows\system32\ATIODCLI.exe, 1.00.0000.0001 (English), 2/7/2011 16:33:28, 51200 bytes
       Driver: C:\Windows\system32\ATIODE.exe, 1.00.0000.0001 (English), 2/7/2011 16:33:28, 332800 bytes
       Driver: C:\Windows\system32\atiglpxx.dll, 8.14.0001.6278 (English), 9/27/2012 20:13:12, 14848 bytes
       Driver: C:\Windows\system32\aticfx64.dll, 8.17.0010.1151 (English), 9/27/2012 20:41:40, 1120768 bytes
       Driver: C:\Windows\SysWOW64\aticfx32.dll, 8.17.0010.1151 (English), 9/27/2012 20:43:28, 935424 bytes
       Driver: C:\Windows\system32\coinst_9.002.dll, 1.00.0004.0008 (English), 9/27/2012 21:05:38, 70144 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family SMBus Controller - 1C22
    Device ID: PCI\VEN_8086&DEV_1C22&SUBSYS_72708086&REV_05\3&11583659&0&FB
       Driver: n/a
         Name: 2nd generation Intel® Core™ processor family DRAM Controller - 0104
    Device ID: PCI\VEN_8086&DEV_0104&SUBSYS_00DE106B&REV_09\3&11583659&0&00
       Driver: n/a
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_1C20&SUBSYS_72708086&REV_05\3&11583659&0&D8
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (English), 11/20/2010 05:43:43, 122368 bytes
         Name: 2nd generation Intel® Core™ processor family PCI Express Controller - 0101
    Device ID: PCI\VEN_8086&DEV_0101&SUBSYS_00DE106B&REV_09\3&11583659&0&08
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 08:33:48, 184704 bytes
         Name: Intel(R) HM65 Express Chipset Family LPC Interface Controller - 1C49
    Device ID: PCI\VEN_8086&DEV_1C49&SUBSYS_72708086&REV_05\3&11583659&0&F8
       Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.01.7600.16385 (English), 7/13/2009 20:48:27, 15424 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 4 - 1C16
    Device ID: PCI\VEN_8086&DEV_1C16&SUBSYS_72708086&REV_B5\3&11583659&0&E3
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 08:33:48, 184704 bytes
         Name: Intel(R) Management Engine Interface
    Device ID: PCI\VEN_8086&DEV_1C3A&SUBSYS_72708086&REV_04\3&11583659&0&B0
       Driver: n/a
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 3 - 1C14
    Device ID: PCI\VEN_8086&DEV_1C14&SUBSYS_72708086&REV_B5\3&11583659&0&E2
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 08:33:48, 184704 bytes
         Name: Broadcom 802.11n Network Adapter
    Device ID: PCI\VEN_14E4&DEV_4331&SUBSYS_00D6106B&REV_02\ABB847FFFF23E0F800
       Driver: C:\Windows\system32\DRIVERS\BCMWL664.SYS, 5.100.0198.0022 (English), 4/14/2011 00:25:14, 4798016 bytes
       Driver: C:\Windows\system32\bcmihvsrv64.dll, 5.100.0198.0022 (English), 4/14/2011 00:25:12, 3905824 bytes
       Driver: C:\Windows\system32\bcmihvui64.dll, 5.100.0198.0022 (English), 4/14/2011 00:25:12, 3571488 bytes
       Driver: C:\Windows\system32\drivers\vwifibus.sys, 6.01.7600.16385 (English), 7/13/2009 19:07:21, 24576 bytes
       Driver: C:\Windows\system32\bcmwlcoi.dll, 5.100.0198.0022 (English), 4/14/2011 00:25:14, 95544 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family USB Enhanced Host Controller - 1C2D
    Device ID: PCI\VEN_8086&DEV_1C2D&SUBSYS_72708086&REV_05\3&11583659&0&D7
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:04, 52736 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:14, 325120 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:26, 343040 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 2 - 1C12
    Device ID: PCI\VEN_8086&DEV_1C12&SUBSYS_72708086&REV_B5\3&11583659&0&E1
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 08:33:48, 184704 bytes
         Name: Broadcom NetXtreme Gigabit Ethernet
    Device ID: PCI\VEN_14E4&DEV_16B4&SUBSYS_16B414E4&REV_10\0000C82A1413E23500
       Driver: n/a
         Name: Standard Universal PCI to USB Host Controller
    Device ID: PCI\VEN_8086&DEV_1C2C&SUBSYS_72708086&REV_05\3&11583659&0&D0
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:03, 30720 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:14, 325120 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:26, 343040 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family PCI Express Root Port 1 - 1C10
    Device ID: PCI\VEN_8086&DEV_1C10&SUBSYS_72708086&REV_B5\3&11583659&0&E0
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 08:33:48, 184704 bytes
         Name: LSI 1394 OHCI Compliant Host Controller
    Device ID: PCI\VEN_11C1&DEV_5901&SUBSYS_590011C1&REV_08\4&1894CFE3&0&00E2
       Driver: C:\Windows\system32\DRIVERS\1394ohci.sys, 6.01.7601.17514 (English), 11/20/2010 05:44:56, 229888 bytes
         Name: Standard Universal PCI to USB Host Controller
    Device ID: PCI\VEN_8086&DEV_1C27&SUBSYS_72708086&REV_05\3&11583659&0&E8
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:03, 30720 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:14, 325120 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:26, 343040 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family 4 port Serial ATA Storage Controller - 1C01
    Device ID: PCI\VEN_8086&DEV_1C01&SUBSYS_72708086&REV_05\3&11583659&0&FA
       Driver: C:\Windows\system32\DRIVERS\pciide.sys, 6.01.7600.16385 (English), 7/13/2009 20:45:45, 12352 bytes
       Driver: C:\Windows\system32\DRIVERS\pciidex.sys, 6.01.7600.16385 (English), 7/13/2009 20:45:46, 48720 bytes
       Driver: C:\Windows\system32\DRIVERS\atapi.sys, 6.01.7600.16385 (English), 7/13/2009 20:52:21, 24128 bytes
       Driver: C:\Windows\system32\DRIVERS\ataport.sys, 6.01.7601.17514 (English), 11/20/2010 08:32:46, 155520 bytes
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_1002&DEV_AA90&SUBSYS_00000000&REV_00\4&2D77500E&0&0108
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.01.7601.17514 (English), 11/20/2010 05:43:43, 122368 bytes
         Name: Intel(R) 6 Series/C200 Series Chipset Family USB Enhanced Host Controller - 1C26
    Device ID: PCI\VEN_8086&DEV_1C26&SUBSYS_72708086&REV_05\3&11583659&0&EF
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:04, 52736 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:14, 325120 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.01.7601.17586 (English), 3/24/2011 22:29:26, 343040 bytes
         Name: 2nd generation Intel® Core™ processor family PCI Express Controller - 0105
    Device ID: PCI\VEN_8086&DEV_0105&SUBSYS_00DE106B&REV_09\3&11583659&0&09
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.01.7601.17514 (English), 11/20/2010 08:33:48, 184704 bytes
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMAPro over S/PDIF DMO,0x00600800,1,1,WMADMOD.DLL,6.01.7601.17514
    WMSpeech Decoder DMO,0x00600800,1,1,WMSPDMOD.DLL,6.01.7601.17514
    MP3 Decoder DMO,0x00600800,1,1,mp3dmod.dll,6.01.7600.16385
    Mpeg4s Decoder DMO,0x00800001,1,1,mp4sdecd.dll,6.01.7600.16385
    WMV Screen decoder DMO,0x00600800,1,1,wmvsdecd.dll,6.01.7601.17514
    WMVideo Decoder DMO,0x00800001,1,1,wmvdecod.dll,6.01.7601.17514
    Mpeg43 Decoder DMO,0x00800001,1,1,mp43decd.dll,6.01.7600.16385
    Mpeg4 Decoder DMO,0x00800001,1,1,mpg4decd.dll,6.01.7600.16385
    DV Muxer,0x00400000,0,0,qdv.dll,6.06.7601.17514
    Color Space Converter,0x00400001,1,1,quartz.dll,6.06.7601.17713
    WM ASF Reader,0x00400000,0,0,qasf.dll,12.00.7601.17514
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,12.00.7601.17514
    AVI Splitter,0x00600000,1,1,quartz.dll,6.06.7601.17713
    VGA 16 Color Ditherer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    SBE2MediaTypeProfile,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft DTV-DVD Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,6.01.7140.0000
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft TV Captions Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.17715
    MJPEG Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    CBVA DMO wrapper filter,0x00200000,1,1,cbva.dll,6.01.7601.17514
    MPEG-I Stream Splitter,0x00600000,1,2,quartz.dll,6.06.7601.17713
    SAMI (CC) Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    ATI MPEG File Writer,0x00200000,1,0,atimpenc64.dll,12.05.0000.20928
    ATI MPEG Video Decoder,0x00200000,1,2,atimpenc64.dll,12.05.0000.20928
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.7601.17528
    Closed Captions Analysis Filter,0x00200000,2,5,cca.dll,6.06.7601.17514
    SBE2FileScan,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Microsoft MPEG-2 Video Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    Internal Script Command Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
    MPEG Audio Decoder,0x03680001,1,1,quartz.dll,6.06.7601.17713
    DV Splitter,0x00600000,1,2,qdv.dll,6.06.7601.17514
    Video Mixing Renderer 9,0x00200000,1,0,quartz.dll,6.06.7601.17713
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,6.01.7601.17514
    ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc64.dll,12.05.0000.20928
    AMD MJPEG Decoder,0x00800001,1,1,atimpenc64.dll,12.05.0000.20928
    ACM Wrapper,0x00600000,1,1,quartz.dll,6.06.7601.17713
    Video Renderer,0x00800001,1,0,quartz.dll,6.06.7601.17713
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Line 21 Decoder,0x00600000,1,1,,
    Video Port Manager,0x00600000,2,1,quartz.dll,6.06.7601.17713
    Video Renderer,0x00400000,1,0,quartz.dll,6.06.7601.17713
    ATI MPEG Video Encoder,0x00200000,1,1,atimpenc64.dll,12.05.0000.20928
    ATI MPEG Multiplexer,0x00200000,2,1,atimpenc64.dll,12.05.0000.20928
    VPS Decoder,0x00200000,0,0,WSTPager.ax,6.06.7601.17514
    WM ASF Writer,0x00400000,0,0,qasf.dll,12.00.7601.17514
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.01.7601.17514
    File writer,0x00200000,1,0,qcap.dll,6.06.7601.17514
    iTV Data Sink,0x00600000,1,0,itvdata.dll,6.06.7601.17514
    iTV Data Capture filter,0x00600000,1,1,itvdata.dll,6.06.7601.17514
    ATI Video Scaler Filter,0x00200000,1,1,atimpenc64.dll,12.05.0000.20928
    DVD Navigator,0x00200000,0,3,qdvd.dll,6.06.7601.17713
    Microsoft TV Subtitles Decoder,0x00200001,1,0,MSTVCapn.dll,6.01.7601.17715
    Overlay Mixer2,0x00200000,1,1,,
    RDP DShow Redirection Filter,0xffffffff,1,0,DShowRdpFilter.dll,
    Microsoft MPEG-2 Audio Encoder,0x00200000,1,1,msmpeg2enc.dll,6.01.7601.17514
    WST Pager,0x00200000,1,1,WSTPager.ax,6.06.7601.17514
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.7601.17528
    DV Video Decoder,0x00800000,1,1,qdv.dll,6.06.7601.17514
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.7601.17514
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.7601.17514
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.7601.17514
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,6.01.7601.17514
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.7601.17528
    Smart Tee,0x00200000,1,2,qcap.dll,6.06.7601.17514
    Overlay Mixer,0x00200000,0,0,,
    AVI Decompressor,0x00600000,1,1,quartz.dll,6.06.7601.17713
    NetBridge,0x00200000,2,0,netbridge.dll,6.01.7601.17514
    AVI/WAV File Source,0x00400000,0,2,quartz.dll,6.06.7601.17713
    Wave Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    MIDI Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    Multi-file Parser,0x00400000,1,1,quartz.dll,6.06.7601.17713
    File stream renderer,0x00400000,1,1,quartz.dll,6.06.7601.17713
    ATI Video Rotation Filter,0x00200000,1,1,atimpenc64.dll,12.05.0000.20928
    Microsoft DTV-DVD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,6.01.7140.0000
    StreamBufferSink2,0x00200000,0,0,sbe.dll,6.06.7601.17528
    AVI Mux,0x00200000,1,0,qcap.dll,6.06.7601.17514
    Line 21 Decoder 2,0x00600002,1,1,quartz.dll,6.06.7601.17713
    File Source (Async.),0x00400000,0,1,quartz.dll,6.06.7601.17713
    File Source (URL),0x00400000,0,1,quartz.dll,6.06.7601.17713
    Media Center Extender Encryption Filter,0x00200000,2,2,Mcx2Filter.dll,6.01.7601.17514
    AudioRecorder WAV Dest,0x00200000,0,0,WavDest.dll,
    AudioRecorder Wave Form,0x00200000,0,0,WavDest.dll,
    SoundRecorder Null Renderer,0x00200000,0,0,WavDest.dll,
    Infinite Pin Tee Filter,0x00200000,1,1,qcap.dll,6.06.7601.17514
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.01.7601.17514
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.7601.17669
    MPEG Video Decoder,0x40000001,1,1,quartz.dll,6.06.7601.17713
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,wmvxencd.dll,6.01.7600.16385
    WMVideo9 Encoder DMO,0x00600800,1,1,wmvencod.dll,6.01.7600.16385
    MSScreen 9 encoder DMO,0x00600800,1,1,wmvsencd.dll,6.01.7600.16385
    DV Video Encoder,0x00200000,0,0,qdv.dll,6.06.7601.17514
    MJPEG Compressor,0x00200000,0,0,quartz.dll,6.06.7601.17713
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,WMSPDMOE.DLL,6.01.7600.16385
    WMAudio Encoder DMO,0x00600800,1,1,WMADMOE.DLL,6.01.7600.16385
    ATI MPEG Audio Encoder,0x00200000,1,1,atimpenc64.dll,12.05.0000.20928
    IMA ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    PCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Microsoft ADPCM,0x00200000,1,1,quartz.dll,6.06.7601.17713
    GSM 6.10,0x00200000,1,1,quartz.dll,6.06.7601.17713
    CCITT A-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
    CCITT u-Law,0x00200000,1,1,quartz.dll,6.06.7601.17713
    MPEG Layer-3,0x00200000,1,1,quartz.dll,6.06.7601.17713
    Audio Capture Sources:
    Microphone (USB Audio Device),0x00200000,0,0,qcap.dll,6.06.7601.17514
    Digital Audio (S/PDIF) (Cirrus ,0x00200000,0,0,qcap.dll,6.06.7601.17514
    Microphone (Cirrus Logic CS4206,0x00200000,0,0,qcap.dll,6.06.7601.17514
    PBDA CP Filters:
    PBDA DTFilter,0x00600000,1,1,CPFilters.dll,6.06.7601.17528
    PBDA ETFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    PBDA PTFilter,0x00200000,0,0,CPFilters.dll,6.06.7601.17528
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
    Microsoft GS Wavetable Synth,0x00200000,1,0,quartz.dll,6.06.7601.17713
    omega-pomme,0x00200000,1,0,quartz.dll,6.06.7601.17713
    WDM Streaming Capture Devices:
    HD Audio Microphone,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    HD Audio Digital in,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    omega-pomme,0x00200000,3,2,ksproxy.ax,6.01.7601.17514
    FaceTime HD Camera (Built-in),0x00200000,1,2,ksproxy.ax,6.01.7601.17514
    USB Audio Device,0x00200000,2,2,ksproxy.ax,6.01.7601.17514
    WDM Streaming Rendering Devices:
    HD Audio SPDIF out,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    HD Audio Speaker,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    omega-pomme,0x00200000,3,2,ksproxy.ax,6.01.7601.17514
    USB Audio Device,0x00200000,2,2,ksproxy.ax,6.01.7601.17514
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.7601.17514
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.7601.17514
    Video Capture Sources:
    FaceTime HD Camera (Built-in),0x00200000,1,2,ksproxy.ax,6.01.7601.17514
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.7601.17514
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.7601.17669
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.7601.17514
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,1,EncDec.dll,6.06.7601.17708
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    PTFilter,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.7601.17708
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,ksproxy.ax,6.01.7601.17514
    Audio Renderers:
    Speakers (USB Audio Device),0x00200000,1,0,quartz.dll,6.06.7601.17713
    Default DirectSound Device,0x00800000,1,0,quartz.dll,6.06.7601.17713
    Default WaveOut Device,0x00200000,1,0,quartz.dll,6.06.7601.17713
    Digital Audio (S/PDIF) (Cirrus ,0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: Digital Audio (S/PDIF) (Cirrus Logic CS4206A (AB 39)),0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: Speakers (Cirrus Logic CS4206A (AB 39)),0x00200000,1,0,quartz.dll,6.06.7601.17713
    DirectSound: Speakers (USB Audio Device),0x00200000,1,0,quartz.dll,6.06.7601.17713
    Speakers (Cirrus Logic CS4206A ,0x00200000,1,0,quartz.dll,6.06.7601.17713
    EVR Power Information
    Current Setting: {5C67A112-A4C9-483F-B4A7-1D473BECAFDC} (Quality)
      Quality Flags: 2576
        Enabled:
        Force throttling
        Allow half deinterlace
        Allow scaling
        Decode Power Usage: 100
      Balanced Flags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 50
      PowerFlags: 1424
        Enabled:
        Force throttling
        Allow batching
        Force half deinterlace
        Force scaling
        Decode Power Usage: 0

  • Adobe Plugin not working in Protected mode

    We have an adobe plugin for our application. The plugin creates a toolbar button in Adobe and on clicking this button, it invokes one of the form from our application to save the document record for the PDF file in the database. The plugin was working fine till Adobe 9. It stopped working in Adobe X with proctected mode ON. However, if we turn off Protected mdoe, it works fine.
    I did some research and found that we need to modify the policy rules by creating ProtectedModeWhitelistConfig.txt file and appropriate registry for it. I did those steps and  now I am not getting "Access denied" error when protected mode is ON but the plugin is still not working. On further debug, I found that it fails while trying to connect to SQL Server. It gives error "SSL Security Error". This is working perfectly fine without protected mode.
    Can anyone let me know what are we missing here?

    You may get more answers if you post in http://forums.adobe.com/community/acrobat/acrobat_sdk

  • Data Protection Mode

    Hello,
    1) In order to set Data protection mode, do I need to set anything on standby?
    2) My database is in Maximum Performance mode. I set up following entry on init.ora:
    LOG_ARCHIVE_DEST_2=’service=standby LGWR ASYNC’.
    I want to change data guard protection mode from Max Performance to Max Protection. For that i have changed from the "ASYNC" attribute to "SYNC" attribute of the LOG_ARCHIVE_DEST_n initialization parameter like:
    LOG_ARCHIVE_DEST_2=’service=standby LGWR SYNC’.
    But I have not changed the protection mode on the primary database using “alter database set standby database to maximize protection”.
    Does it continue as Max Performance mode or will it throw any error?

    1) In order to set Data protection mode, do I need to set anything on standby? You have to take care only in primary LOG_ARCHIVE_DEST_n parameter, If you changed protection mode of course it will be taken care.
    But dont forget to check on standby if you have configured anything on LOG_ARCHIVE_DEST_n parameter[if you perform switchover in future], usually it will left blank.
    2) My database is in Maximum Performance mode. I set up following entry on init.ora:
    LOG_ARCHIVE_DEST_2=’service=standby LGWR ASYNC’.
    I want to change data guard protection mode from Max Performance to Max Protection. For that i have changed from the "ASYNC" attribute to "SYNC" attribute of the LOG_ARCHIVE_DEST_n initialization parameter like:
    LOG_ARCHIVE_DEST_2=’service=standby LGWR SYNC’.
    But I have not changed the protection mode on the primary database using “alter database set standby database to maximize protection”.
    Does it continue as Max Performance mode or will it throw any error?Similar discussion, You can check this link what happens if you set LGWR & SYNC in maximum performance mode :)
    using LGWR SYNC with Max Performance

Maybe you are looking for

  • Print spool in a report

    I have a spool number and i want to print from a report. How can I do it?

  • AP Hold on Invoices

    Our accounting department usually sets up invoices before they are ready to be tied to a PO or they are waiting on another department for approval, there are multiple different reasons. In the prior version of Oracle they were able to enter an invoic

  • Mysql instance

    I have somehow locked myself out of being able to connect to the mysql 5 server using mysql administrator. Error: Could not connect to MySql instance at localhost. Error: Access denied for user 'root'@localhost I tried Navicat and that also does not

  • Rules are sorting all into one folder

    I was sorting mail into mailboxes (not smart mailboxes) hit select all and apply rules while in the inbox. Now all mail goes to one particular folder. How do I stop it doing that? TIA

  • Rules in an xml schema

    Hello BizTalkers, I have a requirement regarding the xml schema which needs to be created with the following rule. ContactInformation ContactType (Required, can have two values "BusinessEntity"/"Person") FirstName (optional if ContactType is Business