CFAJAXPROXY freeze IE7

I'm having problem when I run a code to make a CFAJAXPROXY,
the code is calling a cfc on a change of drop down to populate
another drop down, the proxy is using "POST". Now the problem, this
code runs perfect (super fast) on dev box (windows XP with IIS5),
when using same code on win2003 server with IIS6, the IE7 freeze
for few seconds until the other drop down get populated (BTW, it
only populate it with about 10 records).
ANY SOLUTION , CLUE, HOTFIX ....ETC.

If you do a get to the CFC method with the variables in the
URL using your web browser, how quickly is this returning. If this
is taking the 10 seconds, then it's the server that is going slow
and not the client side.
ex:
http://domain.com/ws/mycfc.cfc?method=mymethod&var1=x&var2=3&returnformat=plain

Similar Messages

  • Cfajaxproxy and IE 7

    I am currently developing a CMS.
    I am having a problem sending html code to a CFC using
    cfajaxproxy in IE7. The code works perfect in Firefox 3
    and Safari. The error that I get in IE 7 is the following:
    Error: The system cannot locate the resource specified.
    The CF8 server is updated with updater 1. I think it is a CF
    Bug.
    Here is a test page broken down to a very simple form:
    http://cms.lbcc.edu/testephox.cfm
    Here is the code:
    <cfajaxproxy cfc="cmsadmin.components.webpage"
    jsclassname="getpageOBJ">
    <html>
    <head>
    <script language="JavaScript" type="text/javascript">
    var submitform = function(){
    res = document.testform.ta.value;
    var catID = 5;
    var editorContent = new getpageOBJ();
    editorContent.savepage(catID,res);
    </script>
    </head>
    <body>
    <form action="" method="post" name="testform">
    <textarea name="ta" cols="80" rows="30">
    <table width="100%" border="0" cellpadding="0"
    cellspacing="0" bgcolor="#000000" class="tablestylefooter">
    <tr>
    <td width="100%" valign="top" colspan="3"><img
    src="
    http://www.lbcc.edu/images/web_temp_images/spacer_top.gif"
    width="100%" height="10" alt="" /></td>
    </tr>
    <tr>
    <td colspan="3" width="100%">
    <table width="100%" border="0" cellspacing="0"
    cellpadding="3">
    <tr>
    <td width="33%" align="left" class="footer"><span
    class="footertext1"><b>test</b></span><br
    /> <span class="footertext2"> 49asdfdsaf East Carson
    Street<br /> </span>
    </td>
    <td valign="top" width="33%" height="46">
    <div align="center">
    <span class="footertext3"><br />
    ads </span><br /><a href="
    http://acit.lbcc.edu/webcorner/index.cfm"
    title="Web Standards" class="linkcolor1">Web
    Standards</a></div>
    </td> <td align="right" class="footer" width="33%"
    > <div align="right"><span
    class="footertext1"><b>adsfdsfsaf</b></span><br
    />
    <span class="footertext2"> adsf adsfy<br />
    Ladsf, CA 90806</span></div></td>
    </tr>
    </table>
    </textarea>
    </form>
    <a href="javascript:void(0);"
    onClick="javascript:submitform();">Save Page</a>
    </body>
    </html>
    Any suggestions would be appreciated.
    Thanks.
    Ron

    Thanks to Raymond Camden I was able to get on the right path.
    The cfajaxproxy was sending the editor information using
    "GET". If you are sending information
    through the cfajaxproxy you are limited using "GET". All I
    had to do is add the following:
    var editorContent = new getpageOBJ();
    editorContent.setForm('testform');
    editorContent.setHTTPMethod('POST');
    editorContent.savepage(catID,res);
    The setHTTPMethod('POST') worked perfectly!
    Ron

  • About quicktime plug in "tab" freezes in IE7?

    http://www.apple.com/trailers/independent/risebloodhunter/trailer/
    Can someone tell me if when clicking on the about quicktime plug in tab it freezes in IE7?
    On my computer it always freezes in IE7.
    This happends on Windowes Vista with Quicktime 7.1.6
    Apple needs to fix this ASAP!

    You're clicking on the downward pointing arrow at the end of the QuickTime controller?
    This is supposed to open a dialog window that shows the installed version of the QuickTime browser plug-in. Don't know why it crashes IE for you. It doesn't happen on my PC using IE 7 and XP.

  • IE7 randomly freezes in a strange way opening pdf

    Hi all,
    this is for a bug which occurs sometimes opening pdf with Internet Explorer. Plugin used from Adobe Reader.
    OS: Windows XP
    Internet Explorer Version: 7
    Adobe Reader Version: 9.4.0 (same issue with 9.4.6)
    Even if this bug occurs randomly, I realizes it happens expecially when I have already opened (and closed) many pdf.
    The freeze is strange: IE7 is distorted, like in the picture attached!
    Are you aware of this specific kind of bug?
    A part of finding a trick to avoid this problem, it would be amazing to get an Adobe/Microsoft official link describing the bug and the fixing.
    Many thanks in advance
    Best Regards
    seth

    You have 2 versions of Pages on your Mac.
    Pages 5.2 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5.2 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Older versions of Pages 5 can not open files from later versions of Pages 5.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud and opened in a newer version of Pages is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has removed almost 100 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Peter

  • Flash preloader freezes when refreshed in IE7

    Ok, I know there are a lot of known issues with IE7 and
    active content, but this is a new one to me, and I am really,
    really hoping someone may know what is causing this...
    I have a small online web site set up in HTML, but I have the
    portfolio section set up in flash .swf, and naturally, there is a
    preloader for this .swf file.
    I already have a java script code to override the "click to
    activate" issue with IE7, so that issue is taken care of. The
    preloader works fine initially in all browsers and that includes
    IE7, BUT if the user navigates away from the portfolio using the
    top nav bar, and returns to the portfolio, the preloader freezes at
    what looks like 99% as the image i used is completely colored in.
    In order to advance, the user must then right click on the flash
    movie and select "forward" to get to the frame containing the
    content. This only happens in IE7, clicking links back and forth
    does not create adverse effects in any other browsing setup.
    I have the preloader set up on frame 1 of Scene 1 in multiple
    layers, and i have the bottom layer labeled "content" where on
    frame one, it is an empty keyframe, and then on frame 2 of that
    layer I have the main_mc movie clip with all navigation and content
    placed, and all layers above that have been converted to empty
    keyframes on frame 2.
    Here is the AS3 code I am using for the preloader on frame
    one of the main stage:
    stop();
    this.loaderInfo.addEventListener(ProgressEvent.PROGRESS,
    onProgress);
    this.loaderInfo.addEventListener(Event.COMPLETE, onComplete);
    function onProgress(e:ProgressEvent):void
    var loaded:Number = e.target.bytesLoaded;
    var total:Number = e.target.bytesTotal;
    var pct:Number = loaded/total;
    loader_mc.scaleX = pct;
    loaded_txt.text = "loading portfolio..." + (Math.round(pct *
    100)) + "%";
    function onComplete(e:Event):void
    gotoAndStop(2);
    I have also tried:
    function onComplete(e:Event):void
    nextFrame();
    but that has caused no difference with the issue.
    Any Ideas, tips or tricks?? I am a recent graduate looking
    for a job, and I feel like this issue has potential to hold me
    back...thank you to anyone in advance.

    If your using javascript to ebmed the movie, try this
    yourswfName.swf?t= new Date().getTime()
    if php
    yourswfName.swf?t= php echo date("Y-m-d H:i:s")
    I call it a cache buster, you can make a function and have it
    append to the swf file name. it is some caching issue with ie7 and
    flash player 9 so your adding a timestamp to the end of the file
    name, making the browser reload the video.
    also if the video is already loaded, and the user comes back
    to the page. It could be already loaded. Then there is no need for
    the preloader. Mabey put something in your code that says if bytes
    loaded == bytes total skip preloader and just play.
    hope that helps ya

  • OIM (Nexaweb) Import/Export often freezes on IE7

    Does anyone else have to attempt an export\import a couple times for it to work in IE7? Often it freezes during a step or isn't importing all the objects. Maybe it's more of browser JRE plugin issue, but still a nuisance. If it's a JRE issue that's a big deal - it's one thing to require a 4 yr old jdk on the OIM server, but to need a certain JRE for a client browser is not acceptable. I've tried to use Firefox & Chrome and had other issues as well. Any advice or insight is appreciated.

    Also per Bug 5565793 "Work Around", I confirmed that I'm running a JRE of 1.6.0_11.

  • Random IE7 freeze when opening a PDF from Acrobat 9.1 Pro

    We are having problems specifically with a PC with viewing PDF files in IE 7.0.  Now when viewing PDF files
    on our special inhouse loan funding site, the browser will freeze and eventually an error message will come up "Internet Explorer has encountered an error and needs to close".
    What I tried so far...
    -Ran the Adobe update , it installed Acrobat Professional 9.1.1
    -Did the Reset under the Advanced tab in Internet Properties.
    -Re-enabled the adobe related IE plugins.
    -Deleted everything from the users %temp% file.
    -Rebooted PC
    I've asked our web application vendor if we could use a much better browser such as Firefox, Chrome, or even try IE8, but they said that it's not supported.
    The error shown in the application event log is:
    Event Type:        Error
    Event Source:    Application Error
    Event Category:                None
    Event ID:              1000
    Date:                     6/3/2009
    Time:                     3:11:32 PM
    User:                     N/A
    Computer:          PROC2
    Description:
    Faulting application iexplore.exe, version 7.0.6000.16827, faulting module acropdf.dll, version 9.1.0.163, fault address 0x0000221c.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 41 70 70 6c 69 63 61 74   Applicat
    0008: 69 6f 6e 20 46 61 69 6c   ion Fail
    0010: 75 72 65 20 20 69 65 78   ure  iex
    0018: 70 6c 6f 72 65 2e 65 78   plore.ex
    0020: 65 20 37 2e 30 2e 36 30   e 7.0.60
    0028: 30 30 2e 31 36 38 32 37   00.16827
    0030: 20 69 6e 20 61 63 72 6f    in acro
    0038: 70 64 66 2e 64 6c 6c 20   pdf.dll
    0040: 39 2e 31 2e 30 2e 31 36   9.1.0.16
    0048: 33 20 61 74 20 6f 66 66   3 at off
    0050: 73 65 74 20 30 30 30 30   set 0000
    0058: 32 32 31 63 0d 0a         221c.. 
    Followed by:
    Event Type:        Error
    Event Source:    Application Error
    Event Category:                None
    Event ID:              1001
    Date:                     6/3/2009
    Time:                     3:12:12 PM
    User:                     N/A
    Computer:          PROC2
    Description:
    Fault bucket 1230219238.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 42 75 63 6b 65 74 3a 20   Bucket:
    0008: 31 32 33 30 32 31 39 32   12302192
    0010: 33 38 0d 0a               38..   
    Thanks for your help!

    Ok, well this is an specialized web based application.  I tried opening the PDF's in a new window on my Windows 7 PC and I got them to open without the infinite loop like on a Windows XP machine.
    Because that causes an infinite loop on Windows XP, we need the PDF to display in browser, which causes a conflict sometimes between IE and Adobe dll files.
    So I've checked out a file that doesn't normally crash the IE/Acrobat9.4 user and checked the properties.
    Application: LiquidOffice Form Designer
    PDF Producer: DocuCom PDF Core Library
    PDF Version: 1.6 (Acrobat 7.x)
    File Size: 253.77 KB
    Now here's the properties of a PDF that intermittently crashes IE:
    Application: Acrobat PDFMaker 8.1 for Word
    PDF Producer: Acrobat Distiller 8.1.0 (Windows)
    PDF Version: 1.6 (Acrobat 7.x)
    File Size: 272.14 KB
    Remember I said intermittently.  That's what's real difficult about the problem.  That same file might open 10 consecutive times before crashing.  OR it might crash on the first try.  When things aren't consistently broken it's very hard to troubleshoot the issue since there is no concrete evidence of a single underlying cause.  If it crashed every single time on that file, maybe we would say that its a corrupt file or there's an issue with the program that produced it.  That's not the case here.
    Good idea as to looking at the version.  We could change the versions but we would need to open a request with the application developer, and updates to some of these forms takes weeks for them to integrate.

  • Adobe Reader 9 freezes in IE7 Vista 64

    I have a problem using Adobe Reader 9 with Vista 64. I am using the 32 bit version of IE7. Every time I click on a pdf to open in IE7 the screen remains white without starting Adobe Reader 9 in IE7 browser window.
    Using Adobe Reader independantly works without any problem. Only the IE7 plugin does not seem to work. I reinstalled Adobe Reader 9 but without any effect. Adobe Reader 8 works. How comes?

    Thanks for your help everyone. All your replies were much appreciated, however I have now solved this myself. If you want to know how then that's my little secret although what I DO know is that Adobe Reader 9.1 really is the worst Adobe yet and I've had enough Adobe problems ever since I've had my pc, I can tell you. It's just a shame that the people who are employed to dream up these scams that will work for some but not all can't go and work in Macdonalds or somewhere, or if counting money is too difficult then maybe outside Macdonalds picking up the litter, and leave the more technical work to those competent enough to do it.
    Thanks for another problem, Adobe. Sorry to disappoint you but I've managed to solve it although I'm sure your geeks are thinking of something right now that will be even more difficult to correct.
    I've given my opinion of Adobe Reader 9.1 on Cnet. One star out of five because it wouldn't allow me to put zero.

  • IE7 freezes when switching between applications

    I have 2 production applications. If I open one of them and subsequently open the other one all is fine... The tab for the original app (at the bottom left of workspace) is replaced by the newly opened app (after the pop-up saying 'loading application' is displayed momentarily), as usual. However, if I then try to open the 1st application again the pop-up saying 'loading application' never goes away. At this time I am unable to select any other option except to close IE7 and re-open.
    I would like to know if this is a workspace bug or an IE7 settings issue.

    We've had conflicts with IE7, and IT eventually rolled us back to 6 to resolve. Not a formal indictment, but call this one vote for an IE7 issue.

  • Video freezes for a few seconds multiple times but audio continues ok

    Flash freezes for a second or three; audio continues ok.
    Happens usually a few seconds in, every 8 seconds or so for maybe 3 times and
    intermittent after that (sometimes runs fine the rest of the way). Have Vista64
    IE9 - Chrome and FF doesn't freeze only IE. Disabled hardware acceleration (to
    software). Nvidia 440 drivers up to date. Flash up to date: Object
    13.0.0.214  ActiveX control: 12.0.9.149
    (shouldn't that be same as object?). Not a buffer problem as it loads up
    usually at a good clip ahead of playing video. Local storage buffer set at 10MB
    (tried higher and lower settings no joy). Would having 4 HD audio drivers
    installed have anything to do with this problem? (noticed in device manager). Previous
    versions back a few months were doing this too so decided to go on this forum. Thanks.
    Hope I didn't miss anything.

    OK as of today (June 27, 2014) I've had 93 views with no response. I did find a very long thread pertaining to this subject (Flash player stutters for 1 second then continues normally) so I'll tack on to end of that thread with the hopes that something can be done with this annoying stuttering. I want to post my DX Diag text but first update above: It's IE version 9. When video freezes it appears to "catch up" with audio running with no hitch (the whole thing takes a second or two and might happen a few times in a minute video - it ALWAYS happens with a second or two in the beginning though). I even reinstalled IE9 going all the way back to IE7 to make sure I got "fresh" files installed as possible - still same problem after that. With that said below is my DX Diag text. If someone (especially an Adobe person) has any suggestions of where else I can post to get someone talking to me I would appreciate it.
    System Information
    Time of this report: 6/27/2014, 11:01:54
           Machine name: PETERDIANE-PC
       Operating System: Windows Vista™ Home Premium (6.0, Build 6002) Service Pack 2 (6002.vistasp2_gdr.130707-1535)
               Language: English (Regional Setting: English)
    System Manufacturer: HP-Pavilion
           System Model: NY428AA-ABA p6110f
                   BIOS: BIOS Date: 04/08/09 17:02:27 Ver: 5.38
              Processor: Pentium(R) Dual-Core  CPU      E5300  @ 2.60GHz (2 CPUs), ~2.6GHz
                 Memory: 6142MB RAM
              Page File: 2622MB used, 9821MB available
            Windows Dir: C:\Windows
        DirectX Version: DirectX 11
    DX Setup Parameters: Not found
         DxDiag Version: 7.00.6002.18107 64bit Unicode
    DxDiag Notes
          Display Tab 1: No problems found.
            Sound Tab 1: No problems found.
            Sound Tab 2: 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: NVIDIA GeForce GT 440
         Manufacturer: NVIDIA
            Chip type: GeForce GT 440
             DAC type: Integrated RAMDAC
           Device Key: Enum\PCI\VEN_10DE&DEV_0DE0&SUBSYS_082810DE&REV_A1
       Display Memory: 4046 MB
    Dedicated Memory: 1998 MB
        Shared Memory: 2047 MB
         Current Mode: 1600 x 900 (32 bit) (60Hz)
              Monitor: HP 2009 Series Wide LCD Monitor
          Driver Name: nvd3dumx.dll,nvwgf2umx.dll,nvwgf2umx.dll,nvd3dum,nvwgf2um,nvwgf2um
       Driver Version: 9.18.0013.3788 (English)
          DDI Version: 11
       BGRA Supported: Yes
    Driver Attributes: Final Retail
    Driver Date/Size: 5/19/2014 19:44:03, 17480432 bytes
          WHQL Logo'd: n/a
      WHQL Date Stamp: n/a
    Device Identifier: {D7B71E3E-4EA0-11CF-A27D-25281CC2C435}
            Vendor ID: 0x10DE
            Device ID: 0x0DE0
            SubSys ID: 0x082810DE
          Revision ID: 0x00A1
          Revision ID: 0x00A1
          Video Accel: ModeMPEG2_A ModeMPEG2_C ModeVC1_C ModeWMV9_C
    Deinterlace Caps: {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                       {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
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: 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)=(UYVY,UYVY) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                       {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
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(YV12,0x32315659) 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=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,0x32315659) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_BOBVerticalStretch
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY DeinterlaceTech_PixelAdaptive
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: 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)=(NV12,0x3231564e) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY
                       {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
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC2,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=
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC3,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=
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(IMC4,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=
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S340,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=
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S340,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {6CB69578-7617-4637-91E5-1C02DB810285}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
                       {F9F19DA5-3B09-4B2F-9D89-C64753E3EAAB}: Format(In/Out)=(S342,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=
                       {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(S342,UNKNOWN) Frames(Prev/Fwd/Back)=(0,0,0) Caps=
         DDraw Status: Enabled
           D3D Status: Enabled
           AGP Status: Enabled
    Sound Devices
                Description: Speakers (Realtek High Definition Audio)
    Default Sound Playback: Yes
    Default Voice Playback: Yes
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0888&SUBSYS_103C2A6F&REV_1001
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.7071 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: n/a
              Date and Size: 12/31/1999 17:00:00, 3692632 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Basic
                  Cap Flags: 0x0
        Min/Max Sample Rate: 0, 0
    Static/Strm HW Mix Bufs: 0, 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: Realtek Digital Output (Realtek High Definition Audio)
    Default Sound Playback: No
    Default Voice Playback: No
                Hardware ID: HDAUDIO\FUNC_01&VEN_10EC&DEV_0888&SUBSYS_103C2A6F&REV_1001
            Manufacturer ID: 1
                 Product ID: 100
                       Type: WDM
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.7071 (English)
          Driver Attributes: Final Retail
                WHQL Logo'd: n/a
              Date and Size: 12/31/1999 17:00:00, 3692632 bytes
                Other Files:
            Driver Provider: Realtek Semiconductor Corp.
             HW Accel Level: Basic
                  Cap Flags: 0x0
        Min/Max Sample Rate: 0, 0
    Static/Strm HW Mix Bufs: 0, 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 (HD Webcam C270)
      Default Sound Capture: Yes
      Default Voice Capture: Yes
                Driver Name: USBAUDIO.sys
             Driver Version: 6.00.6002.18887 (English)
          Driver Attributes: Final Retail
              Date and Size: 7/12/2013 02:19:21, 99200 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
                Description: DigitalIn (Realtek High Definition Audio)
      Default Sound Capture: No
      Default Voice Capture: No
                Driver Name: RTKVHD64.sys
             Driver Version: 6.00.0001.7071 (English)
          Driver Attributes: Final Retail
              Date and Size: 12/31/1999 17:00:00, 3692632 bytes
                  Cap Flags: 0x0
               Format Flags: 0x0
    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: HP USB Multimedia Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x04F2, 0x0841
            FF Driver: n/a
          Device Name: HP USB Multimedia Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x04F2, 0x0841
            FF Driver: n/a
          Device Name: HP USB Multimedia Keyboard
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x04F2, 0x0841
            FF Driver: n/a
          Device Name: American Power Conversion USB UPS
             Attached: 1
        Controller ID: 0x0
    Vendor/Product ID: 0x051D, 0x0002
            FF Driver: n/a
    Poll w/ Interrupt: No
    USB Devices
    + USB Root Hub
    | Vendor/Product ID: 0x8086, 0x2937
    | Matching Device ID: usb\root_hub
    | Service: usbhub
    | Driver: usbhub.sys, 6/28/2013 19:25:32, 274944 bytes
    | Driver: usbd.sys, 6/28/2013 19:25:14, 7552 bytes
    Gameport Devices
    PS/2 Devices
    + HID Keyboard Device
    | Vendor/Product ID: 0x04F2, 0x0841
    | Matching Device ID: hid_device_system_keyboard
    | Service: kbdhid
    | Driver: kbdhid.sys, 4/10/2009 22:33:40, 22528 bytes
    | Driver: kbdclass.sys, 1/20/2008 19:47:27, 42040 bytes
    |
    + Terminal Server Keyboard Driver
    | Matching Device ID: root\rdp_kbd
    | Upper Filters: kbdclass
    | Service: TermDD
    | Driver: i8042prt.sys, 1/20/2008 19:46:59, 64000 bytes
    | Driver: kbdclass.sys, 1/20/2008 19:47:27, 42040 bytes
    |
    + HID-compliant mouse
    | Vendor/Product ID: 0x0461, 0x4D0F
    | Matching Device ID: hid_device_system_mouse
    | Service: mouhid
    | Driver: mouhid.sys, 1/20/2008 19:46:59, 19968 bytes
    | Driver: mouclass.sys, 1/20/2008 19:46:59, 39992 bytes
    |
    + Terminal Server Mouse Driver
    | Matching Device ID: root\rdp_mou
    | Upper Filters: mouclass
    | Service: TermDD
    | Driver: termdd.sys, 4/11/2009 00:15:53, 62440 bytes
    | Driver: sermouse.sys, 1/20/2008 19:46:59, 26624 bytes
    | Driver: mouclass.sys, 1/20/2008 19:46:59, 39992 bytes
    Disk & DVD/CD-ROM Drives
          Drive: C:
    Free Space: 349.3 GB
    Total Space: 596.5 GB
    File System: NTFS
          Model: WDC WD6400AAKS-65A7B2
          Drive: D:
    Free Space: 2.0 GB
    Total Space: 14.0 GB
    File System: NTFS
          Model: WDC WD6400AAKS-65A7B2
          Drive: E:
          Model: TSSTcorp CDDVDW TS-H653Z
         Driver: c:\windows\system32\drivers\cdrom.sys, 6.00.6002.18005 (English), 4/10/2009 22:34:39, 79872 bytes
    System Devices
         Name: Intel(R) G33/G31/P35/P31 Express Chipset PCI Express Root Port - 29C1
    Device ID: PCI\VEN_8086&DEV_29C1&SUBSYS_00008086&REV_02\3&11583659&0&08
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 00:15:31, 178664 bytes
         Name: Intel(R) G33/G31/P35/P31 Express Chipset Processor to I/O Controller - 29C0
    Device ID: PCI\VEN_8086&DEV_29C0&SUBSYS_2A6F103C&REV_02\3&11583659&0&00
       Driver: n/a
         Name: Intel(R) ICH9 Family PCI Express Root Port 3 - 2944
    Device ID: PCI\VEN_8086&DEV_2944&SUBSYS_2A6F103C&REV_02\3&11583659&0&E2
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 00:15:31, 178664 bytes
         Name: Intel(R) ICH9 Family PCI Express Root Port 2 - 2942
    Device ID: PCI\VEN_8086&DEV_2942&SUBSYS_2A6F103C&REV_02\3&11583659&0&E1
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 00:15:31, 178664 bytes
         Name: Intel(R) ICH9 Family PCI Express Root Port 1 - 2940
    Device ID: PCI\VEN_8086&DEV_2940&SUBSYS_2A6F103C&REV_02\3&11583659&0&E0
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 00:15:31, 178664 bytes
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_8086&DEV_293E&SUBSYS_2A6F103C&REV_02\3&11583659&0&D8
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.00.6002.18005 (English), 4/10/2009 22:39:41, 948736 bytes
         Name: Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293C
    Device ID: PCI\VEN_8086&DEV_293C&SUBSYS_2A6F103C&REV_02\3&11583659&0&D7
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.00.6002.18465 (English), 5/5/2011 07:17:49, 49664 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:21, 259584 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:32, 274944 bytes
       Driver: C:\Windows\system32\hccoin.dll, 6.00.6002.18465 (English), 5/5/2011 09:07:46, 10752 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6002.18465 (English), 5/5/2011 09:07:46, 17920 bytes
         Name: Intel(R) ICH9 Family USB2 Enhanced Host Controller - 293A
    Device ID: PCI\VEN_8086&DEV_293A&SUBSYS_2A6F103C&REV_02\3&11583659&0&EF
       Driver: C:\Windows\system32\drivers\usbehci.sys, 6.00.6002.18465 (English), 5/5/2011 07:17:49, 49664 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:21, 259584 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:32, 274944 bytes
       Driver: C:\Windows\system32\hccoin.dll, 6.00.6002.18465 (English), 5/5/2011 09:07:46, 10752 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6002.18465 (English), 5/5/2011 09:07:46, 17920 bytes
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2939
    Device ID: PCI\VEN_8086&DEV_2939&SUBSYS_2A6F103C&REV_02\3&11583659&0&EB
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6002.18465 (English), 5/5/2011 07:17:47, 29184 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:21, 259584 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:32, 274944 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6002.18465 (English), 5/5/2011 09:07:46, 17920 bytes
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2938
    Device ID: PCI\VEN_8086&DEV_2938&SUBSYS_2A6F103C&REV_02\3&11583659&0&D1
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6002.18465 (English), 5/5/2011 07:17:47, 29184 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:21, 259584 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:32, 274944 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6002.18465 (English), 5/5/2011 09:07:46, 17920 bytes
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2937
    Device ID: PCI\VEN_8086&DEV_2937&SUBSYS_2A6F103C&REV_02\3&11583659&0&D0
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6002.18465 (English), 5/5/2011 07:17:47, 29184 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:21, 259584 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:32, 274944 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6002.18465 (English), 5/5/2011 09:07:46, 17920 bytes
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2936
    Device ID: PCI\VEN_8086&DEV_2936&SUBSYS_2A6F103C&REV_02\3&11583659&0&EA
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6002.18465 (English), 5/5/2011 07:17:47, 29184 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:21, 259584 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:32, 274944 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6002.18465 (English), 5/5/2011 09:07:46, 17920 bytes
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2935
    Device ID: PCI\VEN_8086&DEV_2935&SUBSYS_2A6F103C&REV_02\3&11583659&0&E9
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6002.18465 (English), 5/5/2011 07:17:47, 29184 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:21, 259584 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:32, 274944 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6002.18465 (English), 5/5/2011 09:07:46, 17920 bytes
         Name: Intel(R) ICH9 Family USB Universal Host Controller - 2934
    Device ID: PCI\VEN_8086&DEV_2934&SUBSYS_2A6F103C&REV_02\3&11583659&0&E8
       Driver: C:\Windows\system32\drivers\usbuhci.sys, 6.00.6002.18465 (English), 5/5/2011 07:17:47, 29184 bytes
       Driver: C:\Windows\system32\drivers\usbport.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:21, 259584 bytes
       Driver: C:\Windows\system32\drivers\usbhub.sys, 6.00.6002.18875 (English), 6/28/2013 19:25:32, 274944 bytes
       Driver: C:\Windows\system32\hcrstco.dll, 6.00.6002.18465 (English), 5/5/2011 09:07:46, 17920 bytes
         Name: Intel(R) ICH9 Family SMBus Controller - 2930
    Device ID: PCI\VEN_8086&DEV_2930&SUBSYS_2A6F103C&REV_02\3&11583659&0&FB
       Driver: n/a
         Name: Intel(R) ICH9R LPC Interface Controller - 2916
    Device ID: PCI\VEN_8086&DEV_2916&SUBSYS_2A6F103C&REV_02\3&11583659&0&F8
       Driver: C:\Windows\system32\DRIVERS\msisadrv.sys, 6.00.6001.18000 (English), 1/20/2008 19:46:51, 17976 bytes
         Name: Intel(R) ICH8R/ICH9R/ICH10R/DO SATA RAID Controller
    Device ID: PCI\VEN_8086&DEV_2822&SUBSYS_2A6F103C&REV_02\3&11583659&0&FA
       Driver: C:\Windows\system32\DRIVERS\iaStor.sys, 8.07.0000.1007 (English), 12/4/2008 05:48:52, 407064 bytes
         Name: Intel(R) 82801 PCI Bridge - 244E
    Device ID: PCI\VEN_8086&DEV_244E&SUBSYS_2A6F103C&REV_92\3&11583659&0&F0
       Driver: C:\Windows\system32\DRIVERS\pci.sys, 6.00.6002.18005 (English), 4/11/2009 00:15:31, 178664 bytes
         Name: AGERE OHCI Compliant IEEE 1394 Host Controller
    Device ID: PCI\VEN_11C1&DEV_5811&SUBSYS_00000000&REV_70\4&3B75382B&0&28F0
       Driver: C:\Windows\system32\DRIVERS\ohci1394.sys, 6.00.6002.18005 (English), 4/10/2009 22:39:49, 72448 bytes
       Driver: C:\Windows\system32\DRIVERS\1394bus.sys, 6.00.6001.18000 (English), 1/20/2008 19:46:54, 65280 bytes
         Name: LSI PCI-SV92EX Soft Modem
    Device ID: PCI\VEN_11C1&DEV_0630&SUBSYS_063011C1&REV_01\4&37C315F9&0&00E1
       Driver: C:\Windows\system32\DRIVERS\agrsm64.sys, 2.02.0100.0000 (English), 1/26/2010 17:52:22, 1212416 bytes
       Driver: C:\Program Files\LSI SoftModem\agr64svc.exe, 1.00.0000.0010 (English), 12/3/2009 20:27:24, 28672 bytes
       Driver: C:\Windows\agrsmdel.exe, 2.07.0006.0000 (English), 12/3/2009 20:28:00, 64000 bytes
       Driver: C:\Windows\agrdel64.exe, 2.07.0006.0000 (English), 12/3/2009 20:27:36, 42496 bytes
       Driver: C:\Program Files\LSI SoftModem\agrsmdel.ico, 5/27/2009 20:17:46, 41812 bytes
       Driver: C:\Windows\system32\agrsco64.dll, 1.00.0000.0009 (English), 12/3/2009 20:28:58, 27648 bytes
         Name: Realtek PCIe GBE Family Controller
    Device ID: PCI\VEN_10EC&DEV_8168&SUBSYS_2A6F103C&REV_02\4&5D52B92&0&00E2
       Driver: n/a
         Name: NVIDIA GeForce GT 440
    Device ID: PCI\VEN_10DE&DEV_0DE0&SUBSYS_082810DE&REV_A1\4&13D7CD30&0&0008
       Driver: C:\Program Files\NVIDIA Corporation\Drs\dbInstaller.exe, 9.18.0013.3788 (English), 5/19/2014 19:44:03, 440152 bytes
       Driver: C:\Program Files\NVIDIA Corporation\Drs\nvdrsdb.bin, 5/19/2014 19:44:03, 1183672 bytes
       Driver: C:\Windows\System32\DriverStore\FileRepository\nv_disp.inf_d36593ca\NvCplSetupEng.exe, 1.00.0001.0000 (English), 5/19/2014 19:44:03, 33528888 bytes
       Driver: C:\Program Files\NVIDIA Corporation\license.txt, 2/26/2013 01:32:08, 21898 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\MCU.exe, 1.01.5204.20580 (English), 5/19/2014 19:44:03, 843720 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvdebugdump.exe, 6.14.0013.3788 (English), 5/19/2014 19:44:03, 224032 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.1.pdf, 5/19/2014 19:44:03, 50585 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvidia-smi.exe, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 329672 bytes
       Driver: C:\Program Files\NVIDIA Corporation\NVSMI\nvml.dll, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 543520 bytes
       Driver: C:\Program Files\NVIDIA Corporation\OpenCL\OpenCL.dll, 1.00.0000.0000 (English), 5/19/2014 19:44:03, 52056 bytes
       Driver: C:\Program Files\NVIDIA Corporation\OpenCL\OpenCL64.dll, 1.00.0000.0000 (English), 5/19/2014 19:44:03, 61216 bytes
       Driver: C:\Windows\system32\DRIVERS\nvlddmkm.sys, 9.18.0013.3788 (English), 5/19/2014 19:44:03, 12688328 bytes
       Driver: C:\Windows\system32\nvapi64.dll, 9.18.0013.3788 (English), 5/19/2014 19:44:03, 3109248 bytes
       Driver: C:\Windows\system32\nvcompiler.dll, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 25256224 bytes
       Driver: C:\Windows\system32\nvcuda.dll, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 11644928 bytes
       Driver: C:\Windows\system32\nvcuvenc.dll, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 2785568 bytes
       Driver: C:\Windows\system32\nvcuvid.dll, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 3141976 bytes
       Driver: C:\Windows\system32\nvd3dumx.dll, 9.18.0013.3788 (English), 5/19/2014 19:44:03, 17480432 bytes
       Driver: C:\Windows\system32\nvinfo.pb, 5/19/2014 19:44:03, 26069 bytes
       Driver: C:\Windows\system32\nvoglv64.dll, 9.18.0013.3788 (English), 5/19/2014 19:44:03, 31387936 bytes
       Driver: C:\Windows\system32\nvopencl.dll, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 11599072 bytes
       Driver: C:\Windows\system32\nvwgf2umx.dll, 9.18.0013.3788 (English), 5/19/2014 19:44:03, 18531568 bytes
       Driver: C:\Windows\SysWow64\nvapi.dll, 9.18.0013.3788 (English), 5/19/2014 19:44:03, 2730208 bytes
       Driver: C:\Windows\SysWow64\nvcompiler.dll, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 17561544 bytes
       Driver: C:\Windows\SysWow64\nvcuda.dll, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 9735256 bytes
       Driver: C:\Windows\SysWow64\nvcuvenc.dll, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 2412376 bytes
       Driver: C:\Windows\SysWow64\nvcuvid.dll, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 2953672 bytes
       Driver: C:\Windows\SysWow64\nvd3dum.dll, 9.18.0013.3788 (English), 5/19/2014 19:44:03, 14434704 bytes
       Driver: C:\Windows\SysWow64\nvoglv32.dll, 9.18.0013.3788 (English), 5/19/2014 19:44:03, 24025376 bytes
       Driver: C:\Windows\SysWow64\nvopencl.dll, 8.17.0013.3788 (English), 5/19/2014 19:44:03, 9697640 bytes
       Driver: C:\Windows\SysWow64\nvwgf2um.dll, 9.18.0013.3788 (English), 5/19/2014 19:44:03, 16003912 bytes
       Driver: C:\Windows\system32\nvdispco6433788.dll, 2.00.0040.0004 (English), 5/19/2014 19:44:03, 1889112 bytes
       Driver: C:\Windows\system32\nvdispgenco6433788.dll, 2.00.0019.0002 (English), 5/19/2014 19:44:03, 1541576 bytes
         Name: High Definition Audio Controller
    Device ID: PCI\VEN_10DE&DEV_0BEA&SUBSYS_082810DE&REV_A1\4&13D7CD30&0&0108
       Driver: C:\Windows\system32\DRIVERS\hdaudbus.sys, 6.00.6002.18005 (English), 4/10/2009 22:39:41, 948736 bytes
    DirectShow Filters
    DirectShow Filters:
    WMAudio Decoder DMO,0x00800800,1,1,,
    WMAPro over S/PDIF DMO,0x00600800,1,1,,
    WMSpeech Decoder DMO,0x00600800,1,1,,
    Canon G.726 DMO Decoder,0x00000000,1,1,,
    MP3 Decoder DMO,0x00600800,1,1,,
    Mpeg4s Decoder DMO,0x00800001,1,1,,
    WMV Screen decoder DMO,0x00600800,1,1,,
    WMVideo Decoder DMO,0x00800001,1,1,,
    Mpeg43 Decoder DMO,0x00800001,1,1,,
    Mpeg4 Decoder DMO,0x00800001,1,1,,
    Full Screen Renderer,0x00200000,1,0,,6.06.6002.18725
    Multiple File Output,0x00200000,2,2,WMM2FILT.dll,
    WMT Black Frame Generator,0x00200000,1,1,WMM2FILT.dll,
    WMT Import Filter,0x00200000,0,1,WMM2FILT.dll,
    DV Muxer,0x00400000,0,0,,6.06.6001.18000
    Color Space Converter,0x00400001,1,1,,6.06.6002.18725
    WMT Interlacer,0x00200000,1,1,WMM2FILT.dll,
    WM ASF Reader,0x00400000,0,0,,11.00.6001.7000
    Screen Capture filter,0x00200000,0,1,wmpsrcwp.dll,11.00.6001.7000
    AVI Splitter,0x00600000,1,1,,6.06.6002.18725
    VGA 16 Color Ditherer,0x00400000,1,1,,6.06.6002.18725
    Microsoft MPEG-2 Video Decoder,0x005fffff,2,4,msmpeg2vdec.dll,11.00.6001.7110
    AC3 Parser Filter,0x00600000,1,1,mpg2splt.ax,6.06.6002.18363
    WMT Format Conversion,0x00200000,1,1,WMM2FILT.dll,
    9x8Resize,0x00200000,1,1,WMM2FILT.dll,
    StreamBufferSink,0x00200000,0,0,sbe.dll,6.06.6002.18363
    WMT Virtual Source,0x00200000,0,1,WMM2FILT.dll,
    Microsoft TV Caption Decoder,0x00200001,1,0,MSTVCapn.dll,6.00.6002.18536
    MJPEG Decompressor,0x00600000,1,1,,6.06.6002.18725
    CBVA DMO wrapper filter,0x00200000,1,1,cbva.dll,6.00.6002.18242
    MPEG-I Stream Splitter,0x00600000,1,2,,6.06.6002.18725
    SAMI (CC) Parser,0x00400000,1,1,,6.06.6002.18725
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.6001.18000
    MPEG-2 Splitter,0x005fffff,1,0,mpg2splt.ax,6.06.6002.18363
    WMT AudioAnalyzer,0x00200000,1,1,WMM2FILT.dll,
    Microsoft MPEG-2 Video Encoder,0x00200000,2,0,msmpeg2enc.dll,11.00.6002.18005
    Stretch Video,0x00200000,1,1,WMM2FILT.dll,
    Internal Script Command Renderer,0x00800001,1,0,,6.06.6002.18725
    MPEG Audio Decoder,0x03680001,1,1,,6.06.6002.18725
    DV Splitter,0x00600000,1,2,,6.06.6001.18000
    Video Mixing Renderer 9,0x00200000,1,0,,6.06.6002.18725
    Microsoft MPEG-2 Encoder,0x00200000,2,1,msmpeg2enc.dll,11.00.6002.18005
    Frame Eater,0x00200000,1,1,WMM2FILT.dll,
    Allocator Fix,0x00200000,1,1,WMM2FILT.dll,
    ACM Wrapper,0x00600000,1,1,,6.06.6002.18725
    Video Renderer,0x00800001,1,0,,6.06.6002.18725
    MPEG-2 Video Stream Analyzer,0x00200000,0,0,sbe.dll,6.06.6002.18363
    Capture ASF Writer,0x00200000,0,0,WMM2FILT.dll,
    Line 21 Decoder,0x00600000,1,1,,
    Video Port Manager,0x00600000,2,1,,6.06.6002.18725
    Video Renderer,0x00400000,1,0,,6.06.6002.18725
    Bitmap Generate,0x00200000,1,1,WMM2FILT.dll,
    Proxy Sink,0x00200000,1,0,WMM2FILT.dll,
    Proxy Source,0x00200000,0,1,WMM2FILT.dll,
    WM ASF Writer,0x00400000,0,0,,11.00.6001.7000
    VBI Surface Allocator,0x00600000,1,1,vbisurf.ax,6.00.6000.16386
    WMT Sample Information Filter,0x00200000,1,1,WMM2FILT.dll,
    File writer,0x00200000,1,0,,6.06.6001.18000
    DVD Navigator,0x00200000,0,3,,6.06.6002.18533
    WMT DV Extract,0x00200000,1,1,WMM2FILT.dll,
    Overlay Mixer2,0x00200000,1,1,,
    Microsoft MPEG-2 Audio Encoder,0x00200000,2,0,msmpeg2enc.dll,11.00.6002.18005
    WST Pager,0x00800000,1,1,WSTPager.ax,6.06.6001.18000
    MPEG-2 Demultiplexer,0x00600000,1,1,mpg2splt.ax,6.06.6002.18363
    Record Queue,0x00200000,1,1,WMM2FILT.dll,
    DV Video Decoder,0x00800000,1,1,,6.06.6001.18000
    SampleGrabber,0x00200000,1,1,qedit.dll,6.06.6002.19033
    Null Renderer,0x00200000,1,0,qedit.dll,6.06.6002.19033
    WMT Log Filter,0x00200000,1,1,WMM2FILT.dll,
    MPEG-2 Sections and Tables,0x005fffff,1,0,Mpeg2Data.ax,6.06.6002.18496
    Microsoft AC3 Encoder,0x00200000,1,1,msac3enc.dll,11.00.6002.18005
    WMT Virtual Renderer,0x00200000,1,0,WMM2FILT.dll,
    StreamBufferSource,0x00200000,0,0,sbe.dll,6.06.6002.18363
    Smart Tee,0x00200000,1,2,,6.06.6001.18000
    Overlay Mixer,0x00200000,0,0,,
    AVI Decompressor,0x00600000,1,1,,6.06.6002.18725
    WMT MuxDeMux Filter,0x00200000,0,0,WMM2FILT.dll,
    NetBridge,0x00200000,2,0,netbridge.dll,6.01.6001.18000
    AVI/WAV File Source,0x00400000,0,2,,6.06.6002.18725
    WMT Volume,0x00200000,1,1,WMM2FILT.dll,
    Wave Parser,0x00400000,1,1,,6.06.6002.18725
    MIDI Parser,0x00400000,1,1,,6.06.6002.18725
    Multi-file Parser,0x00400000,1,1,,6.06.6002.18725
    File stream renderer,0x00400000,1,1,,6.06.6002.18725
    WMT VIH2 Fix,0x00200000,1,1,WMM2FILT.dll,
    Microsoft MPEG-1/DD Audio Decoder,0x005fffff,1,1,msmpeg2adec.dll,11.00.6001.7000
    AVI Mux,0x00200000,1,0,,6.06.6001.18000
    Line 21 Decoder 2,0x00600002,1,1,,6.06.6002.18725
    File Source (Async.),0x00400000,0,1,,6.06.6002.18725
    File Source (URL),0x00400000,0,1,,6.06.6002.18725
    Media Center Extender Encryption Filter,0x00200000,2,2,Mcx2Filter.dll,6.01.6002.18005
    AudioRecorder WAV Dest,0x00200000,0,0,,6.00.6000.16386
    AudioRecorder Wave Form,0x00200000,0,0,,6.00.6000.16386
    SoundRecorder Null Renderer,0x00200000,0,0,,6.00.6000.16386
    Infinite Pin Tee Filter,0x00200000,1,1,,6.06.6001.18000
    WMT Switch Filter,0x00200000,1,1,WMM2FILT.dll,
    Enhanced Video Renderer,0x00200000,1,0,evr.dll,6.00.6002.18005
    Uncompressed Domain Shot Detection Filter,0x00200000,1,1,WMM2FILT.dll,
    BDA MPEG2 Transport Information Filter,0x00200000,2,0,psisrndr.ax,6.06.6002.18496
    MPEG Video Decoder,0x40000001,1,1,,6.06.6002.18725
    WDM Streaming Tee/Splitter Devices:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,,6.00.6001.18000
    Video Compressors:
    WMVideo8 Encoder DMO,0x00600800,1,1,,
    WMVideo9 Encoder DMO,0x00600800,1,1,,
    MSScreen 9 encoder DMO,0x00600800,1,1,,
    DV Video Encoder,0x00200000,0,0,,6.06.6001.18000
    MJPEG Compressor,0x00200000,0,0,,6.06.6002.18725
    Audio Compressors:
    WM Speech Encoder DMO,0x00600800,1,1,,
    WMAudio Encoder DMO,0x00600800,1,1,,
    IMA ADPCM,0x00200000,1,1,,6.06.6002.18725
    PCM,0x00200000,1,1,,6.06.6002.18725
    Microsoft ADPCM,0x00200000,1,1,,6.06.6002.18725
    GSM 6.10,0x00200000,1,1,,6.06.6002.18725
    CCITT A-Law,0x00200000,1,1,,6.06.6002.18725
    CCITT u-Law,0x00200000,1,1,,6.06.6002.18725
    MPEG Layer-3,0x00200000,1,1,,6.06.6002.18725
    Audio Capture Sources:
    Microphone (HD Webcam C270),0x00200000,0,0,,6.06.6001.18000
    DigitalIn (Realtek High Definit,0x00200000,0,0,,6.06.6001.18000
    Midi Renderers:
    Default MidiOut Device,0x00800000,1,0,,6.06.6002.18725
    Microsoft GS Wavetable Synth,0x00200000,1,0,,6.06.6002.18725
    WDM Streaming Capture Devices:
    Realtek HD Digital input,0x00200000,1,1,,6.00.6001.18000
    Realtek HD Audio Line input,0x00200000,1,1,,6.00.6001.18000
    Realtek HD Audio Mic input,0x00200000,1,1,,6.00.6001.18000
    Realtek HD Audio Stereo input,0x00200000,1,1,,6.00.6001.18000
    Logitech HD Webcam C270,0x00200000,2,2,,6.00.6001.18000
    HD Webcam C270,0x00200000,1,1,,6.00.6001.18000
    WDM Streaming Rendering Devices:
    Realtek HD Audio rear output,0x00200000,1,1,,6.00.6001.18000
    Realtek HDA SPDIF Out,0x00200000,1,1,,6.00.6001.18000
    BDA Network Providers:
    Microsoft ATSC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.6002.18496
    Microsoft DVBC Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.6002.18496
    Microsoft DVBS Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.6002.18496
    Microsoft DVBT Network Provider,0x00200000,0,1,MSDvbNP.ax,6.06.6002.18496
    Microsoft Network Provider,0x00200000,0,1,MSNP.ax,6.06.6002.18005
    Video Capture Sources:
    Logitech HD Webcam C270,0x00200000,2,2,,6.00.6001.18000
    Multi-Instance Capable VBI Codecs:
    VBI Codec,0x00600000,1,4,VBICodec.ax,6.06.6001.18000
    BDA Transport Information Renderers:
    BDA MPEG2 Transport Information Filter,0x00600000,2,0,psisrndr.ax,6.06.6002.18496
    MPEG-2 Sections and Tables,0x00600000,1,0,Mpeg2Data.ax,6.06.6002.18496
    BDA CP/CA Filters:
    Decrypt/Tag,0x00600000,1,0,EncDec.dll,6.06.6002.18528
    Encrypt/Tag,0x00200000,0,0,EncDec.dll,6.06.6002.18528
    XDS Codec,0x00200000,0,0,EncDec.dll,6.06.6002.18528
    WDM Streaming Communication Transforms:
    Tee/Sink-to-Sink Converter,0x00200000,1,1,,6.00.6001.18000
    Audio Renderers:
    Speakers (Realtek High Definiti,0x00200000,1,0,,6.06.6002.18725
    Default DirectSound Device,0x00800000,1,0,,6.06.6002.18725
    Default WaveOut Device,0x00200000,1,0,,6.06.6002.18725
    DirectSound: Realtek Digital Output (Realtek High Definition Audio),0x00200000,1,0,,6.06.6002.18725
    DirectSound: Speakers (Realtek High Definition Audio),0x00200000,1,0,,6.06.6002.18725
    Realtek Digital Output (Realtek,0x00200000,1,0,,6.06.6002.18725

  • Adobe Reader 9 freezes up my pc on 'close'

    I have been having problems in closing down the internet by using the 'X' in the top right hand corner of the screen. It would start to close, then I'd get a pop-up message stating something like"Microsoft has encountered a problem and needs to close," with an option below to report the fault or not report it. Whichever option I chose, once I'd clicked on it, my pc would then freeze up. Then I could not do anything; I couldn't access the Start-Turn Off Computer option as everything was frozen and the only way out was to hold the on/off switch on the hard drive in for a few seconds to make the system cut out. I could then switch it back on and start again, but the same thing would happen again as soon as I clicked on 'X' in the top-right. IE6, IE7 and Firefox made no difference; they all jammed up when closing. I tried several remedies over many hours, none of which worked until I uninstalled Adobe Reader 9 which I had only recently set up and the problem disappeared.
    Now I've got rid of the problem but I can't read anything in Adobe because I don't have it and I dare not risk installing it again. Does anyone know what has happened here? If it means anything I have Windows XP Home edition and Kaspersky Internet Security 2009.

    Thanks for your help everyone. All your replies were much appreciated, however I have now solved this myself. If you want to know how then that's my little secret although what I DO know is that Adobe Reader 9.1 really is the worst Adobe yet and I've had enough Adobe problems ever since I've had my pc, I can tell you. It's just a shame that the people who are employed to dream up these scams that will work for some but not all can't go and work in Macdonalds or somewhere, or if counting money is too difficult then maybe outside Macdonalds picking up the litter, and leave the more technical work to those competent enough to do it.
    Thanks for another problem, Adobe. Sorry to disappoint you but I've managed to solve it although I'm sure your geeks are thinking of something right now that will be even more difficult to correct.
    I've given my opinion of Adobe Reader 9.1 on Cnet. One star out of five because it wouldn't allow me to put zero.

  • Acrobat 9 freezing mouse

    Couple days ago, acrobat popped up when I tried to print a page from the web, and told me it needed to be run again as part of the suite it was installed with.. So I fired up PS.It shut down and didn't print that page.
    Since then anytime I try to print from the web to a PDF, or SOME pages with PDFS, printing will turn the mouse to mollasses. And opening SOME pdfs from the web kill the IE7 browser, and don't open the PDF. I just printed one a few minutes ago. It didn't print what I saw on screen, the meat was missing, but it printed all the ads around the edges. And mouse went into slow motion. Eventually it did close the PDF..
    In my task mnaager, I see 2 instances [different sizes] of acrotray, and acrobast itself.
    Not even one error message, possibly cause I don't have the patience for this to find out it's messing up.
    This happened once before, but the slow motion mouse didn't happen. firing up PS was all it needed to fix.
    Oh the activate on acrobat is grayed out.
    So what do I need to do to fix it this time ?

    Does teh scanner freeze when used with a graphics package or other access?

  • Flash Content Freezes Temporarily in IE

    After moving the mouse on to Flash content on a web page in
    IE6 and IE7, it freezes for a few seconds, and then becomes
    responsive again. It seems that when this happens, everything on
    the page including links and rollover images become unresponsive as
    well.
    I tried reinstalling IE7 (during which time I tested the
    problem in IE6) with no luck in either browser. There was still a
    slight duration of unresponsiveness. I also uninstalled flash
    player and installed the standalone version of 9,0,28.
    Firefox and Opera are both fine and do not present this
    issue.
    I know this is confined to my PC only as I tested it on my
    flat mate's PCs. But I was wondering if anyone else has had this
    problem or might be able to help or suggest something to try.
    It might be worth noting that when the Flash content is
    playing audio, the audio does not stop when the mouse and visual
    frames halt for that short period.

    Solved!
    It was a problem with FlashGet 1.80. This version of FlashGet
    introduced a Flash download button which annoyingly popped up right
    under the mouse cursor when you moused over a Flash object on a web
    page and must have been causing any Flash content to pause for a
    short time.
    The latest version of FlashGet v1.82 does not present this
    problem :)

  • Flash movie in IE modal window freezes

    Hi,
    We have a Flash application, written in AS 2, that presents system simulation to learners.  During the process we present "audio popups" using External Interface to call a JavaScript function that ultimately calls window.showModalDialog (It's for a corporate environment that requires IE).  The page it opens contains a flash file. When one of these audio popups occurs on the first step of the simulation, the flash in the popup is frozen.
    Is anyone aware of a scenario that could cause files in modal windows (or possibly just 2 Flash movies on the same page) to freeze up?  The file loads, but doesn't play beyond frame 1 and is unresponsive if there is a button.
    I can change the Flash file in the popup and the result is always the same, so it's not the file in the popup.
    I've replaced the Flash file on the root page with a simple launch file that only calls the popup and it works fine.
    Also replacing the modal window with a window.open seems to work as well, but right now we'd like to continue using the modal.
    Possibly worth noting, if the modal window is open for too long, I get a "A script in this movie is causing Adobe Flash Player 10 to run slowly...." notice when I close the popup.  Not sure if it's related.
    Thanks for any help,
    Jeff

    Hi kp
    Is this Captivate 1 or 2? There are no issues to my knowledge
    with either playing the movie in IE7. I use IE7 and see movies just
    fine.
    My question about version stems from the fact that there are
    typically more files to distribute with Captivate 2 than there are
    with Captivate 1. However, this can also depend on what you have
    selected when you publish. For example, in Captivate 1, you would
    have three files to ship if you used the .SWF output with the Full
    Screen option. There would be two HTML files and a .SWF.
    With Captivate 2, assuming you haven't deviated from the
    defaults, you have four files. Two .SWFs, one .HTM and a JavaScript
    file.
    When you said you see a "black" screen, does this mean the
    screen is really black? Or was that a typo and you meant to say it
    was "blank" instead. If so, you need to be aware that there is an
    additional file you need to include. If you fail to copy the
    JavaScript file, the page is blank. I'm thinking this is a strong
    possiblity here.
    Cheers... Rick

  • Video and computer freeze.

    My computer was working great for the longest time. Then all of a sudden, my video freezes (you tube and sites that use flash are really bad for freezing) and the sound repeats very fast (like a CD skipping but faster). I have done all the updates, tried firefox, chrome, and IE7, 8, 9 and 10. I removed my Radeon HD 6850 card from my tower and still freezes with on board video. Any help is appreciated. Windows 7 proffesional 64 bit IE 10. Intel Core I7, 12 gigs RAM.

    I believe that error code does indeed imply a fan motor issue.  That's what the "4MOT" means.  I don't know how to decode the rest but that info may indicate which fan is failing.  Not knowing how to decode that means you will have to try to inspect the fans yourself to see if they are all spinning.  I think the only fix may be to replace the failing fan.  And if that fan still fails you may have a logic board problem.  Either way, not good news.  Sorry.
    Obviously I suggest you only try to inspect the fans when your machine starts behaving strangely again.   Don't forget to check the fan in the video card too.
    I'm assuming that when you say your machine freezes it hasn't had a thermal shutdown.  In a thermal shutdown all the fans except a single exhaust fan will indeed stop.  I'm basing this on my personal experience where my 5870 video card's fan wouldn't always spin up because it couldn't overcome its starting friction.  The card would overheat, and the machine would shut down due to the thermal cutoff, all except a single exhaust fan.  A new 5870 fixed my problem.  But I'm mention this because it obviously doesn't make any sense to check the fans when the machine has this kind of cutoff.  So I hope all your fans are still running when your machine freezes -- except the errant one of course.

Maybe you are looking for

  • HT204291 3th. gen apple TV with 5.2.1 and mac mini with 10.8.3, only black screen on TV after selecting Apple TV on the airplay icon. how to troubleshoot?

    I have a 3th Gen Apple TV and a late 2012 mac mini with IOS 10.8.3 - Connected thru HDMI to an ASUS monitor - Apple tv connected with wire - Mac Mini connected wireless. - I can see the Airplay icon on the screen - I can select my apple TV on the ico

  • Ecess is not getting captured

    Dear all,   i m working on ecc6 version with with tax procedure TAXINN.While capturing the excise invoice only BED is getting captured.Ecess amount is not appearing.Pls. help  me . Thanks and Regards Vaishali G.

  • How to cehck the restricted values in Query desingner

    HI , I have a infoobject restricted with some values in the query desingner. NOw I want to check the restricted values ( which are there as an interval shown below the infoobejct in the query desingner). I can check it by going to change mode in the

  • Error in company code level

    Hi Gurus,                my friend is laearing the sap sd module he got error company code 1000 no longer instalized so please the resolve the issue. Thanks regards, khasim shaik.

  • Poor Print Quality

    I am getting some pixelated shadows under my black text when I print on a 300 dpi Laser printer z(its just black text in Pages - no shadow or fx). And when I print a embedded graphic image with text (either JPEG or TIFF) the 70% gray text breaks up.