Fan broken. need to check if the card is alive

Hi,
Today i've found the fan on my NX6600GT broken while the computer was on (no games, just desktop applications working). I've turned off the computer and let the card cool (it was really hot). The plastic on the fan was nearly melting. Now i need to check if any component has been burnt on the card (if not, i won't send it to MSI but just replace the cooler with a better one). How this can be done safely? Can i temporarily replace the fan (leave the heatsink) with some chipset fan? I want to turn the computer on for an hour and see if something bad happens (like garbage on screen) indicating the card is damaged.
Thanks in advance

A few minutes won't hurt, and likely it didn't do any real damage...but you don't know how long that fan's been stopped do you?
I wouldn't do anyhting other than just get to desktop and then shutdown.
I would look for an aftermarket solution rather than just trying to mess with the fan itself. The assembly is proprietary and there is not an option just to replace the fan with a standard type fan.
You could also consider an RMA if you have another card you can use temporarily. Otherwise you need to look in your region for a  e/retailer that sells aftermarket fans for the NX6600GT

Similar Messages

  • The verification lists my card data and address etc. correctly but I need to keep entering the card security number.  Support keep telling me to delete and re-enter my car info which does not help. Anyone else seen this issue?  Seems to be something to do

    The verification lists my card data and address etc. correctly but I need to keep entering the card security number.
    Support keep telling me to delete and re-enter my car info which does not help. Anyone else seen this issue?
    Seems to be something to do with a new security check they have put in the system that does not work correctly and support is totally incapable of helping me out.
    wth am i gonna do im feed up and on top i have no one to help me been calling itunes for days now im ****** off to the maxxx

    I've been jumping through the hoops with Apple Support on this issue....first time I called they said I should try updating from IOS 4.0 to 4.1....tried that and the issue still persisted...then I called back to update the ticket and get the next steps...they said that the Bank is rejecting the request for verification and that is why it keeps prompting (which doesn't make sense since the confirmation seems to go through successfully). The rep also contacted the iTunes dept and had them run the verify manually and said the bank rejected it. The next hoop they want me to jump through is calling the bank to verify that the account is in good standing and inquire about the rejected requests. I'm fairly certain the bank account is in good standing....will verify of course....but I find it hard to believe that all the people who have posted here, plus countless others that are experiencing the same issue but haven't, are ALL having banking issues in the last 24hrs...I'm more convinced there is a disconnect on the back end between iTunes and Financial institutions...
    I'm not sure I buy in to everything I was told...he also told me he has had several calls on this issue and they were all told to check with their banks. He could not verify that any of his past calls were resolved. Needless to say I'm not 100% believing everything he told me....weak response from Apple support on this issue so far.

  • We need to check whether the order is locked or not?

    I need to check whether the order is locked or not?
    I tried to use this RFC KAUF_ORDER_READ and passed Order no.
    I manually locked the order( using Tcode -IW32) but still Function module is not returning 'X' in FIELDS flg_locked and FLG_ENQUE of the structure E_KAUF.
    the FM should return 'X' in these fields.
    Please help.
    Coudl anybody suggest me how I can check using RFC/ Table fields etc that whether the order is locked or not?

    Hi Rohit,
    Try this code. Check the flag.
    Note : Order number should have left padding of Zero
    DATA : order_tab TYPE TABLE OF ord_pre,
           wa        TYPE ord_pre,
           flag      TYPE rc27x-flg_sel.
    wa-aufnr = '000004006789'. "Order number should have left padding of Zero
    APPEND wa TO order_tab.
    CALL FUNCTION 'CO_ZF_ORDER_READ'
    EXPORTING
       flg_dialog               = ' '
    *   FLG_ENQUEUE              = 'X'
    *   OBJECTS_IMP              = ' '
    *   EXPLODE_IMP              = ' '
    *   FLG_PROT_IMP             = ' '
    *   FLG_NO_EXTERNAL          = ' '
    *   FLG_NO_BANF              =
    *   FLG_CHECK_SIM            =
    *   IMPORT_MESSAGE_ID        =
    *   CHECK_STATUS_READ        = ' '
    *   FLG_NO_GOS               = ' '
    *   FLG_CALLED_TO_COPY       = ' '
    IMPORTING
       flg_enqueue_ok           = flag
    *   FLG_ESCAPE               =
      TABLES
    *   AUFNR_DEL_EXP            =
        aufnr_tab_imp            = order_tab
    EXCEPTIONS
       ORDER_NOT_FOUND          = 1
       RELEASE_NO_CHANGE        = 2
       OTHERS                   = 3
    IF sy-subrc = 0.
      WRITE flag. "If Flag is X order is not locked
    ENDIF.
    Regards
    Rajvansh
    Edited by: Rajvansh Ravi on Nov 27, 2008 12:33 PM

  • Need to Check whether the program is Active or not

    Is there any statement where i can check  whether the report program is Active or not.
    Using below statement i am  copying the entire Code in internal table it_source.Before copying in the source code in the  internal table  it_source.I need to check that program is Active or not if it is not active and i need to give a pop message and forceliy i need to Active it.
    read report wa_trdir-name into it_source.

    Hi Srini,
    i just checked the table REPOSRC for a program which was not activated, i got two entries for the program one as active and one as inactive ,as soon as i activated the program there was a single entry.
    so is it that we should check if we have any inactive entry in the table for the program?.
    Regards,
    gunjan

  • Tables that I need to check after the installation of OIM11G server

    Hi All,
    I just wanted to know what are all the tables that I have to check if my database is correctly configured for OIM11G or not. I configured my design console to the server that was installed at client environment. Everything looks fine except some issue with the form designer. If I try to save by giving the Table Name and Description I am getting the following error. I am able to login to the database through SQL Developer and able to create tables with the database user id which I used while installing OIM.
    This is the error while creating the form
    Error Keyword: DAE.DB_READ_FAILED
    Description: Could not execute database read. The database encountered a problem with the specified SQL query.
    Remedy: Check the database query. Contact your system adminstrator.
    Action: E
    Severity: H
    Help URL:
    Detail:
    com.thortech.xl.orb.dataaccess.tcDataAccessException: DB_READ_FAILEDDetail: SQL: select err_key, err_code, err_desc, err_rowver, err_remedy, err_count, err_last_occurance, err_action, err_help_url, err_severity from err where err_code='DOBJ.GET_INSERT_PERMISSION_FAILED'Description: Got a null connectionSQL State: Vendor Code: 0Additional Debug Info:com.thortech.xl.orb.dataaccess.tcDataAccessException
    I logged in as XELSYSADM. and the group System Administrator has all the permissions ALLOW INSERT, WRITE ACCESS, DELETE ACCESS to the following permissions.
    1.Form Information
    2.Form Designer
    3.Form.Lookup Definition
    Wanted to know if my database is correct and all the scripts were run while installing the OIM Server.
    can you help me to check if there is something to check at my database/ table space/tables?
    This is w.r.t the problem I am facing.
    Unable to Create/Update Forms in design console(OIM11G)

    Hi Venu,
    1-You are able to download OIM Data Dictionary by Oracle metalink and check it:
    go to all sources |search button on Oracle metalink.
    1.1-Xellerate/OIM 9.x Data Dictionary [ID 377992.1]
    1.2- OIM 11.1.1.3.0 Data Dictionary [ID 1164914.1]
    Thru it you can check all entities, atributes, keys, views and relationships of OIM Data Model.
    2-You follow all steps below, right?
    http://download.oracle.com/docs/cd/E14571_01/install.1111/e10033/before.htm#BABEGHAC
    I hope this help.
    THiago Leoncio Guimaraes

  • TS3212 I get the file download window and I push "run", but after it starts to install, I get a window that says that they was a problem with the installation and I need to check with the manufacturer of my software. WHat does that mean?

    I get to the file download window to install itunes and push run, but after it starts to install, it stops and I get an error message that installation can no continue and everything is uninstalled. It tells me to check with my software company to resolve. What does that mean?

    Repair your Apple software update.
    Go to START/ALL PROGRAMS/Apple Software Update. If it offers you a newer version of Apple Software Update, do it but Deselect any other software offered at the same time. Once done, try another iTunes install
    If you don't find ASU, go to Control Panel:
    START > CONTROL PANEL > Add n Remove Programs / highlight ASU and click CHANGE then REPAIR,

  • I'm trying to get my mac and my i phone to connect via blue tooth. my mac tells me i need to check if the network access is enabled??

    it keeps telling me to make sure the accesiblility is enabled?

    Hi Camilafern,
    I'm sorry to hear you are having this issue on your Mac (and about your stolen iPhone). I also apologize, I'm a bit unclear on the exact issue you are describing. If you are talking about issues setting up the iCloud Keychain on your Mac due to issues receiving the SMS verification code, you may find the information and steps outlined in the following article helpful, up to and including contacting Apple Support directly if necessary:
    Get help using iCloud Keychain - Apple Support
    Regards,
    - Brenden

  • Hp voicetab 7 lcd screen broken- need price details for the screen

     I have recently purchased one HP voice tab 7 1351na, its lcd display screen has cracked however tab is working I can't see any every thing . i have twice , Please let me know the prices to get these screens.Thanks in advance for your support.

    Hi!, akef: You can call, to HP Support Assistance, more near, your home, from ... http://h30434.www3.hp.com/t5/Android-Tablets-e-g-HP-Slate-7/Phone-Assistance-in-the-world/td-p/5038024

  • Am trying to change my credit card details and the page keeps rejecting the card number?

    HI I am trying to change my credit card details and the cc number keeps being rejected?

    What is the actual error message that you are getting ?
    For a credit card to have a chance of being accepted it needs to be registered to the same name and address (including format and spacing etc) that you have on your iTunes account, and have been issued by a bank in the country where you and your iTunes account are. If it is and if you are getting a message about it being declined then you could check with the card issuer to see if it's them that are declining it, and if not then try contacting iTunes Support (these are user-to-user forums) and see if they know why it's being declined : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • My "big Mac" desktop iMac's fan occasionally runs rather loudy and the computer gets kind of hot.  This may last for several hours.  Is that normal and OK?

    My "big Mac" desktop's fan occasionally runs rather loudly and the top of the computer gets pretty warm.  This may last for several hours.  Is that normal and OK?

    Please check the article below for details on finding activities that are using a high percentage of the CPU. You may need to check when the computer is actually running hot to catch the culprit.
    Runaway applications can shorten battery runtime, affect performance, and increase heat and fan activity

  • Checking for the Existence of Sold to Party in EDI 850

    Hi All,
    I have created the mapping document for EDI 850. In our scenario when an EDI 850 comes in, we need to check whether the Sold-to Party exists. IF it exists then the EDI 850 will be processed and a sales order will be created. If the Sold-to Party does not exist then a Sold to party has to be craeted with the information present in 850 IDOC.
    I have a question as should the mapping document for EDI also contain the Sold to Party creation mapping details
    Thanks and Regards,

    Why dont you do like this:
    private boolean FileExists(String LogFile) {
    java.io.File file = new File(LogFile);
    if (file.exist()) {
    return true;
    } else {
    return false;
    }

  • How to check whether the vendor invoice was reversed (MR8M & FB08)

    hi,
    need to check whether the vendor invoice has been reversed. Posting of the vendor invoice as well as its reversal may happen in FI (e.g. FB60 - FB08) and MM (MIRO - MR8M).  have developed a custom function based on the values of the fields: stblg, stjah,... (for fb08) and rebzg, rebzj,rebzz (for mr8m) and trans type but not sure this is the right way.
    Is there a bapi (e.g. similar to BAPI_ACC_INVOICE_REV_CHECK) , sap function or at least a report to as a sample. Any help appreciated.
    Thank you,
    victor

    Viktor, We have always used the table fields values you have listed to determine if the invoice has been reversed or cancelled...

  • Check from the ABAP backend whether the URL is available

    I need to check whether the  portal(any web page) is available or not. to do this I must check whether the corresponding URL is available.
    I need the corresponding ABAP code to do so. can anybody please help me out.
    Thanks,
    Ashutosh Shukla

    Have a look am FM GRMG_SEND_HTTP_PING

  • How to check Whether the File is in Progress or used by some other resource

    Hi All,
    I am retrieving a file from the FTP server using Apache commons FTP.
    I need to check whether the file is fully retrieved or in progress.
    for now i can able to use the file which is partially retrieved. it is not throwing any file sharing exception or i am unable to find whether it is in progress.
    How to check whether the file is in progress ? or The file is accessed by some other resource ?
    Pls Help me.
    Thanks,
    J.Kathir

    Hi Vamsi,
    Explicitly such kind of requirement has not been catered and i dont think you would face a problem because any application that is writing to a file will open the file in the read only mode to any other simultaneous applications so i think your concerns although valid are already taken care off .
    In the remote case you still face a problem then as a work around. Tell the FTP administrator to set the property to maximum connections that can be made to ftp as one. I wonder if you have heard of the concept of FTP handle , basically the above workaround is based on that concept itself. This way only one application will be able to write.
    The file adapter will wait for its turn and then write the files.
    Regards
    joel
    Edited by: joel trinidade on Jun 26, 2009 11:06 AM

  • How to check if the requested server is the same server?

    Hi,
    I am building a request using URL connection. Before making a connection to the server I need to check if the URL requested server is same server. If it is same then I need to call locally Instead of making URL connection.
    Please help me.
    Thanks in advance.
    Arthik
    Edited by: TNKarthikBabu on Jun 29, 2009 3:07 PM

    Check what methods the HttpServletRequest you provides.
    Here is its API doc: [http://java.sun.com/javaee/5/docs/api/javax/servlet/http/HttpServletRequest.html].

Maybe you are looking for

  • PNP Data selection Problem

    Hi , I m using PNP logical database and it is working fine when I m entering payroll area and period at selection screen. But it is showing no data found message when I m entering company code and personal sub-area along with payroll area and period.

  • Running a Invoice Form (VF00) through VA02 (Sales Order).

    Hi All, I am a little puzzled by our functional team. My SD Functional expert wants me to run the invoice form (Billing output type or V3) from VA02 (Sales output type or V1). Currently, we have the invoice print program tied to a invoice smartform.

  • Oracle Services on NT4

    Am recovering after a system crash The NT Services for Oracle are no longer in my Registry Can anyone let me know how to re-establish the necessary services without having to reinstall Oracle Many Thanks null

  • Copying the contents of a URL based directory

    Hello all, I am trying to copy the contents of a folder which is a URL (i.e. http://server.com/folder) I don't know the contents of the folder, and I don't find a listFiles type of function for URL's. Please help.

  • Firefox only shows 12 sites in toolbar,,i have 47 sites i need to see 24/7

    when i open FF i only see 12 sites listed in the drop down box.I need to see all 47 ,,,24/7,,if there is no fix i will go back to 2.0...3.6 is pretty but doesnt work well for what i do..Is there any way to make all 47 sites show in dropdown box,,if i