FIS2R Problems 1) POSTing Intermittently

Hi,
I'm trying to configure the system in my sig. At first I couldn't get a POST. So I separated the DIMMs from side-by-side to slots 1 and 3. Then I got to POST, but trying to install any OS (see my sig) didn't work...kept getting segfaults, or other weird disk errors. Then I flashed the BIOS to v1.2. But the problems persisted. So I tried just one of the 512 modules and I stopped getting the weird disk related errors, but now Windows XP 64 install keeps dying on me during the devices set up.
I tried resetting the BIOS information and since I've done that, the system is only POSTing occasionally. Most of the time I get nothing on the screen. I'm having trouble deciphering what's going on, which is why I'm here searching around for a clue to what I can do to get this sytem working.
I've not done anything with the BIOS settings (though I can't even get in to the BIOS anymore). When the system actually does manage to come back up, I get stuck on the network boot option ("press shift + f10 to configure"). At that stage no keyboard input (shift + f10 ...nor ctrl + alt + del) works. I have to power the system down.
Can anyone help me to get started with troubleshooting this issue? My best guess would be that it's caused by my RAM. But I'm not 100% convinced yet. I've also tried moving the DIMM around to other slots, but get the same behavior.
Thanks in advance for any help.

Thanks for the reply, Jocko. I did wind up trying another  Mushkin 512 PC2700/333 DIMM that I had in another machine and it's running stably...no evidence of the previous problems I was having. I have FreeBSD 5.2.1 running and it's rawkin'! (It picked up the SATA drive without any input from me).
The bummer is that I will have to find another PC to put that 2x512 PC3200 in. Right now I have it in a Soyo KT-333 Dragon Ultra Platinum...which is a bit of a waste for this RAM. So I'll have to buy a new mobo and CPU. That's what I get for not doing enough research before buying RAM (and the same for that weak PSU).
Live and learn.

Similar Messages

  • Problem while posting to accounts.posting period  002 2010 not open

    Hi experts,
    Im facing problem while posting to accounting.
    I ran the live payroll run and  while posting im got the incorrect document.
    System is showing the error message that  ""Posting period 002 2010 is not open"""
    How we have to open the periods.
    Please advice.
    Vi Sai.,

    Hi vicky,
    Goto t-code OB52.
    Variant :Posting Period variant, Account Type : +, From Account : space, To Account : ZZZ..Z, From Period : 2,Year :2010, To Period :2, Year : 2010
    Save.
    Regards,
    Dilek

  • Document Splitting problem while posting asset acquisition using F-90

    Hi,
    We are using ECC 6.0 with document splitting functionality and are facing problem while posting asset acquisition using F-90.
    The transaction entry details are as below:
    Document Type - KR
    Vendor Line Item PKey - 31
    Amount - 10000
    Asset Line Item with PKey - 70, Transaction Type - 100
    Amount - 10000
    The Document Splitting Rule - 0000000012 is used and the Field Status Group for the Vendor Reconciliation Account and Asset Reconciliation account have Cost Center, Profit Center and Segment as "Optional" field.
    The Balance Sheet Item - Asset Reconciliation Account has been created as
    Secondary Cost Element - 90.
    The Profit Center and Segment field have been made mandatory and zero balancing is also set in the settings for Document Splitting.
    While posting asset acquisition using F-90, we are getting the error message - "Balancing Field "Profit Center" in line item 001 not filled"
    The first line refers to the Vendor Line item.
    Please let me know how to overcome this error.
    Regards,
    Ramanand

    Please follow the below path and do config :-
    IMG>FA>Asset Accounting>Integration with the General Ledger>Additional Account Assignment Objects>Specify Account Assignment Types for Account Assignment Objects
    here you have to put KOSTL (Cost center) for both against APC and Dep run for each Dep area.
    Thanks
    Pyare

  • Getting problem while posting Invoice

    Hi all,
            Ofcourse this problem is related functional thing, i am posting in ABAP group. we are getting problem while posting invoice through f-43 transaction. The error is "Fiscal year 0000 not allowed for year-dependent commitment items". Please let me know if u have any solution.
    Thanks in advance.
    chandrasekhar.

    Hi chandrasekhar,
    pls post some infos:
    1) application aerea of the message and message no.
    2) document date / posting date
       and ohter date-fileds of the document
    3) SAP-Release
    Have you search in SAP-OSS with the message no. or
    message text ?
    regards Andreas

  • Problem in posting Service Entry Sheet for PO containing unplanned services

    Hi Experts,
    I am facing an issue with Service POs which are uploaded by a program as a part of Data Migration activity.
    Scenario-
    PO Document Type--> Framework Order
    Account Assignment Cat--> Unknown
    Limit Tab in Service PO--> Overall Limit and Expected Value are mentioned
    Service Tab- No planned service maintained
    Error Msg No- SE366
    Problem-
    While posting SES against this PO - I get a error msg- "No limit for unplanned services amounting to xxx.xx exists" (where xxx.xx is the amount).
    Trials-
    1) I have manually created the same PO in system which allow me to post SES without any problem.
    2) Considering this a a bug I tried to rebuild the PO with report - RMBESTK3 but no success.
    Can anyone please suggest?
    Regards,
    Amit

    Thanks all for prompt reply.
    The issue is resolved now. The porblem was under 'limit' tab there is a tab 'Other Limit'. Under this tab there is a check box 'No Limit' - if we manually create such PO then the box is automatically checked which the uploaded POs were lacking. After checking this box manually the problem is resolved.
    Thanks once again for suggestions.
    Regards,
    Amit

  • Problem in posting multiple documents in FB70 through BDC...

    Hi,
       I am facing a problem while posting multiple documents from a flat file in FB70 thourgh BDC batch input by using session method. However, the session is getting terminated after posting the first document. Please clarify my problem.
    Below is a sample of the data in my flat file -
    Customer,Invoice Date,Posting Date,Amount,G/L Account,Amount in doc. Curr.
    34,03.06.2009,03.06.2009,100,211000,100
    34,03.06.2009,03.06.2009,200,211000,200
    34,03.06.2009,03.06.2009,300,211000,300
    And below is the sample code of my program.
    REPORT ZANI2_BDC_FB70
           NO STANDARD PAGE HEADING LINE-SIZE 255.
    TYPES: BEGIN OF TY_STR_FB70,
             ACCNT(20)      TYPE C,     "Customer
             BLDAT(20)      TYPE C,     "Invoice Date
             BUDAT(20)      TYPE C,     "Posting Date
             WRBTR(20)      TYPE C,     "Basic Data - Amount
             HKONT(20)      TYPE C,     "G/L Account
             ITEM_WRBTR(20) TYPE C,
             "Line Item Amount In Document Currency
           END OF TY_STR_FB70,
          BEGIN OF TY_STR_FILEDATA,
             FIELDS TYPE STRING,
          END OF TY_STR_FILEDATA.
    *   data definition
    *       Batchinputdata of single transaction
    DATA:   BDCDATA LIKE BDCDATA    OCCURS 0 WITH HEADER LINE,
    *       messages of call transaction
            MESSTAB LIKE BDCMSGCOLL OCCURS 0 WITH HEADER LINE.
    DATA: IT_STR_FILEDATA TYPE STANDARD TABLE OF TY_STR_FILEDATA,
          WA_STR_FILEDATA TYPE TY_STR_FILEDATA,
          IT_STR_FB70 TYPE STANDARD TABLE OF TY_STR_FB70,
          WA_STR_FB70 TYPE TY_STR_FB70,
          G_STR_FILENAME TYPE STRING,
          G_FLG_ERROR TYPE I,
          G_INDEX TYPE I,
          G_STR_INDEX TYPE STRING,
          G_STR_FIELDNAME TYPE STRING.
    SELECTION-SCREEN BEGIN OF BLOCK INPUT.
    PARAMETERS: P_FILE TYPE IBIPPARMS-PATH,
                P_SES  TYPE APQI-GROUPID.
    SELECTION-SCREEN END OF BLOCK INPUT.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_FILE.
      CALL FUNCTION 'F4_FILENAME'
        EXPORTING
          PROGRAM_NAME  = SYST-CPROG
          DYNPRO_NUMBER = SYST-DYNNR
          FIELD_NAME    = 'P_FILE'
        IMPORTING
          FILE_NAME     = P_FILE.
    Continued in the next thread..

    ...Continued from the previous thread.
    PERFORM OPEN_GROUP.
        G_INDEX = 1.  
        LOOP AT IT_STR_FB70 INTO WA_STR_FB70.
           PERFORM BDC_DYNPRO      USING 'SAPMF05A' '1200'.
          PERFORM BDC_FIELD       USING 'RF05A-BUSCS'
                                         'R'.
         "Customer
          PERFORM BDC_FIELD       USING 'INVFO-ACCNT'
                                         WA_STR_FB70-ACCNT.  
          "Invoice Date
          PERFORM BDC_FIELD       USING 'INVFO-BLDAT'
                                        WA_STR_FB70-BLDAT.                               
          "Posting Date
          PERFORM BDC_FIELD       USING 'INVFO-BUDAT'
                                        WA_STR_FB70-BUDAT.                                
         "Basic data - Amount
          PERFORM BDC_FIELD       USING 'INVFO-WRBTR'
                                        WA_STR_FB70-WRBTR.     
          PERFORM BDC_FIELD       USING 'INVFO-WAERS'
                                        'EUR'.
          G_STR_INDEX = G_INDEX.
          IF G_INDEX < 10.
            CONCATENATE '0' G_STR_INDEX INTO G_STR_INDEX.
          ENDIF.
          CONDENSE G_STR_INDEX NO-GAPS.
          CLEAR G_STR_FIELDNAME.
          CONCATENATE  'ACGL_ITEM-WRBTR(' G_STR_INDEX ')' INTO
          G_STR_FIELDNAME.
          PERFORM BDC_FIELD       USING 'BDC_CURSOR'
                                        G_STR_FIELDNAME.
                                        "'ACGL_ITEM-WRBTR(01)'.
          "G/L Acct
          CONCATENATE  'ACGL_ITEM-HKONT(' G_STR_INDEX ')' INTO
          G_STR_FIELDNAME.
          PERFORM BDC_FIELD       USING  G_STR_FIELDNAME       
                                         WA_STR_FB70-HKONT.    
            "Amount .
          CONCATENATE  'ACGL_ITEM-WRBTR(' G_STR_INDEX ')' INTO
          G_STR_FIELDNAME.
          PERFORM BDC_FIELD       USING G_STR_FIELDNAME   
                                        WA_STR_FB70-ITEM_WRBTR.
          "PERFORM BDC_DYNPRO      USING 'SAPMF05A' '1200'.
          PERFORM BDC_FIELD       USING 'BDC_OKCODE'
                                        '=BU'.
          CLEAR WA_STR_FB70.
        ENDLOOP.
        IF G_FLG_ERROR IS INITIAL.
          PERFORM BDC_TRANSACTION USING 'FB70'.
        ENDIF.
        IF G_FLG_ERROR IS INITIAL.
          PERFORM CLOSE_GROUP.
          MESSAGE 'Session created successfully.' TYPE 'I'.
        ENDIF.
      ENDIF.
    Continued in the next thread..

  • Problem on Posting Parked Invoices during MIRO

    Hi SAP Gurus!
    Good day! I'm experiencing a problem during posting Parked Invoices thru MIRO. First I've parked invoices thru MIR7, then when I go to MIRO to post the invoices, the Parked Invoices are not reflected in the "Worklist". What is the possible problem here?
    Hope you can help! Thank you.
    Mik

    Hi Gurus!
    Thanks for the input, but I want the parked documents to be reflected in the posting of invoices (MIRO).
    Actually, in both DEV and QAS servers, the parked invoices are reflected, but in PROD server it is not reflected. I don't know what happened. Can you please help.
    Thank you.
    Mik

  • Problems with posting iDocs from MDM in SAP R3

    Hi,
    I am an MDM consultant, with limited knowledge about SAP R3.
    We send material master data from MDM, via PI to R3 using iDocs.
    We are having problems with posting MATMAS, and it seems the problems are with updating already existing materials.
    In BD87 we get the following warnings:
    The field MARA-ERVOE is not ready for input and was therefore not initialized
    The field MARA-ERVOL is not ready for input and was therefore not initialized
    The field MARA-FERTH is not ready for input and was therefore not initialized
    The field MARA-KZGVH is not ready for input and was therefore not initialized
    The field MARA-XCHPF is not ready for input and was therefore not initialized
    With the last message being:
    No changes made
    I have checked the MDM syndicator, and none of these idoc-fields are linked to the MDM repository.
    So they are syndicated blank.
    If we try to resend the material, it is again stopped and in BD87 I see the same messages.
    Please help me understanding how to solve these issues.
    Thanks,
    Thomas

    Hi,
    Please refer the below threads which talks about the similar problem
    http://scn.sap.com/thread/3180116
    http://scn.sap.com/thread/1374222
    Generally the basic view of the material to be created first. Then the sales, purchasing and other views to be created.
    There are few fields in the other views which gets values from the basic data view.
    Regards,
    Antony

  • Problem in post installation of PI7.1

    Hi All expert  ,
    I facing problem in post installation of PI7.1 ,
    I have tried  to run net weaver initial setup with the help of configuration wizard we are facing given  following problem .
    During 60% of instatllation I have got error u201CChoose a password that is different from your last 5 passwordsu201D I  have changed it in ABAP side but still getting same error
    When I skip this step then second error
    : Choose a password that is different from your last 5 passwords 'PI_JCO_RFC'
    AI_RUNTIME_JCOSERVER
    RFC_ERROR_LOGON_FAILURE: Password logon no longer possible - too many failed attempts
    Is it any way to change all standard user(i.e. created during installation ) like PI*,  password in one shot in both ABAP side and  JAVA side .
    Regards,
    Amit

    Hi,
    that problem is resolved now m facing other problem during initial setup of configuration wizard .
    please see detail log .
    NetWeaver initial setup > PI UT initial setup > PI initial setup > Configure IntegrationServer > Initial setup of functional unit IntegrationServer > Initial setup of functional unit IntegrationServer > This wizard will execute Postinstall steps of technical configuration > Executing BAPI SXMB_SET_ROLE_TO_IS
    Executing BAPI SXMB_SET_ROLE_TO_IS
    Description
    No specified detailed description
    State
    START_ACTION
    Support Information
    Type of Action
    InvokeServiceDebug Events
    error message
    Error: Execution of Function SXMB_SET_ROLE_TO_IS ends with an error (cause:ONLY_ONE_CENTRAL_XMB:100, error code:092).
    error message
    Error: Execution of Function SXMB_SET_ROLE_TO_IS ends with an error (cause:ONLY_ONE_CENTRAL_XMB:100, error code:092).
    InvokeService:Executing BAPI SXMB_SET_ROLE_TO_IS
    Library: sap.com/tclmconfig~content
    SourcePath ./NetweaverProcess/PIJavaConstraint/PIJavaProcess/IntegrationServerRootProcess/IntegrationServerProcess/IntegrationServerProcess/SXMB_SET_ROLE_TO_IS/INVOKESERVICEBAPIIS
    Time 2009/07/31 at 14:30:47
    WSDL content/Netweaver/PI/IntegrationServer/service/BAPIConfiguringRoleOfIS.wsdl
    Destination parameters
    user : PISUPER
    password : % secure content %
    host : ctsgvcsapbl03
    sysnr : 10
    client : 001
    language : en
    function name: SXMB_SET_ROLE_TO_ISInput
    <Input>
    <NAME>EGAL</NAME>
    </Input>
    InvokeService- Result: Failed
    Exception Message:Execution of Function SXMB_SET_ROLE_TO_IS ends with an error (cause:ONLY_ONE_CENTRAL_XMB:100, error code:092).
    Exception Class:com.sap.tc.lm.ctc.metamodel.exception.ActionExecuteException
    Stacktrace
    com.sap.tc.lm.ctc.cul.serviceimpl.process.InvokeServiceControllerDefault.execute(InvokeServiceControllerDefault.java:171)
    error message
    Error: Execution of Function SXMB_SET_ROLE_TO_IS ends with an error (cause:ONLY_ONE_CENTRAL_XMB:100, error code:092).
    Regards,
    Amit

  • Problem with posting message in forum

    This question was solved.
    View Solution.

    Hi dkpb,
    The problem here was that IE9 at the time was incompatible with the forum software.  That has since been fixed.  What is your issue now?  It helps if you describe your specific problem with posting so we can look into it for you.
    SunshineF
    Clicking the "Kudos star" to the left is a great way to say thanks!
    When your problem has been solved, accept the solution by clicking the "Accept as Solution" button to help other members in the future!
    Rules of Participation

  • Is anyone having problems playing music on their iPhone? At times, particularly when you've got headphones in songs sound like a badly scratched CD, continually skipping in various sections of the song. Problem occured post-IOS 5 update.

    Is anyone having problems playing music on their iPhone? At times, particularly when you've got headphones in songs sound like a badly scratched CD, continually skipping in various sections of the song. Problem occured post-IOS 5 update.

    Is anyone having problems playing music on their iPhone? At times, particularly when you've got headphones in songs sound like a badly scratched CD, continually skipping in various sections of the song. Problem occured post-IOS 5 update.

  • 865PE Neo2 -FIS2R Problems

    I purchased a brand new MSI 865PE Neo2-FISR along with a P4 2.4C(OEM), a Thermaltake Spark 5c cooler and a Corsair XMS Twinpack(TWINX512-3200C2PT) of DDR400 memory.
    The install went fine, the system booted and ran very well right out of the box.  I installed the Live Update program from MSI and it updated itself.  I then used that utility to generate a BIOS flash/recovery disk to update the bios from 1.10 to 1.30.  The update worked fine and I rebooted the machine into Windows XP with no problems.
    I then decided to do some tweaking in the new 1.3 BIOS.  After several unsuccessful memory/Dynamic Overclocking settings the system refused to boot.  I tried the Clear CMOS jumper to reset the defaults but it still would not boot.  I checked the D-Bracket, 3 red 1 green(lower right) which indicates that the video card is not initializing.  I attempted reseating the video card (a PNY Geforce4 TI4200) with no luck, I then replaced that card with a GeForce4 MX440 SE with no luck.  I tried four other video cards, 2 AGP and 2 PCI, with no success.
    At this point I pulled the board out of the system and let it sit with the battery out of the board hoping that the BIOS would reset to default values.  I reinstalled the board with all the hardware and again the same D-Bracket error with no video generated.  I tried different arrangements of memory using the new Corsairs and various other DDR333 & DDR266 again no luck.
    What is going on with this thing?  How could an errant timing change completely lock out the VGA card?  And why can I not clear the settings to allow the card to initialize?
    This thing is getting RMA'd soon if I can't find an answer.
    Anyone have any ideas or similiar troubles? X(

    Quote
    Originally posted by gary172
    Another thing I don\'t understand about all the isses with BIOS 1.3, performance, RAM and timings etc, is -  How can the 865PE Neo2 - FIS2R pretty much come out at the top of the heap in Tom\'s Hardware Test:
    \"The board therefore achieves the best performance in the whole test field.\"
    http://www6.tomshardware.com/motherboard/20030707/i875p-46.html
    with MAT and DOT enabled, without any apparent negative reports of stability.
    Is it that he used a Beta Bios: V1.3B3 (06/12/2003)
    Or was his MSI board a \'pre-press release\' mobo similar to the ASUS board and the production versions we are buying are missing certain components?
    http://www6.tomshardware.com/motherboard/20030603/865_PAT-06.html
    Or did he have \'hand picked\' memory from Corsair \"2 x 256 MB, Corsair PC3200 TwinX\" and didn\'t report it?
    There are a lot of reviews lately that have it as one of the fastest MB's around at the moment, here are a handful I found:
    http://www.mbreview.com/neo2pe-10.php
    http://www.thejemreport.com/reviews/865peneo2.htm
    http://www.hardwarezone.com/article...&aid=795&page=1
    http://www.hexus.net/review.php?review=564&page=1
    http://www.pcstats.com/articleview....eid=1402&page=1
    http://www.techview.nl/reviews/2959

  • 865PE FIS2R Problems

    I just built a system that includes a P4 2.4c cpu, the 865PE Neo FIS2R motherboard, Corsair 1 GB Twin 3200 C2 ram and an ATI Radeon 9600 Pro video card.
    Most of my problems seemed to stem from the ATI card. But now, I can't even download Adobe Acrobat Reader from the web without getting file errors.  I tried installing a game and received similar errors.  I have already reinstalled Windows XP twice. I did flash bios to 1.3 and perhaps that is the source for the instability.
    I've decreased my Bios setting to "SLOW" and upped the DDR voltage to 2.7.  I came across a thread that stated Corsair C2 ram had problems with the 865P chipset and that they recommended their LL modules.
    I think I'm going to have to RMA both the MSI board and Corsair ram and replace them with more stable products.  I'm not really trying to overclock but chose this board from the many reviews I've read, including the review from Tom's Hardware Guide.  I'm even tempted just to buy the Intel board for stability purposes.
    For the time being, I've dropped the memory clock to 333mhz and will probably try OCZ 3500 ram instead.

    I'm not quite sure what you want in terms of system specs, but I'll state what I know.
    MB:  865PE NEO FIS2R BIOS 1.3
    CPU:  P4 2.4c (Not overclocked)
    FSB:  800mhz
    Ram:  Corsair 3200 C2, 1gb @ 400 mhz.  Times as listed by SPD were 2.5-3-3-3-8.
    Bios:  Slow setting
    OS:  Windows XP SP1 and with all recent updates
    Video:  ATI Radeon 9600 Pro
    HD:  WD 80 GB 7200rpm ATA100
    The reason I would consider returning the Corsair ram is that I shouldn't have to step ram speed down to 333 mhz when it's supposed to run at 400 mhz.  I came across a thread on this website that Corsair has known issues with the 865/875 chipsets and that they recommend low latency ram instead of the C2 ram.  I've noticed OCZ 3500 seems to run well at 400mhz according to posts in the MB vs ram thread.
    While installing Red Alert 2, I received several errors which said that there was a problem writing files.  I've had this harddrive for over 6 months now and never had a problem with the P3550 Asus P3B-f system I was using.
    While doing the 2nd install of Windows XP, I had file errors as well.  This leads me to believe the RAM is unstable at 400 mhz because I don't see any other explanation for that behavior.
    As to whether stepping down to 333 mhz has solved the problem,  I plan on doing another install of XP today now that I've stepped down the RAM and will hopefully end up with no errors.
    When I first setup the system, the MB Bios was 1.0.  I didn't feel I was having problems until 1.3.  The reason I had done a 2nd reinstall of XP was related to the video card and once i found out Red Alert doesn't work with HT on, that issue seems solved.

  • K8t fis2r problems

    the funniest thing happened to me.  I installed powerstrip by recommendation from a buddy (for those of you that don't know, it allows you to edit video settings easily, and apply them to certain programs exclusively).  when I started up the program and noted what it said my agp aperture size was, it said 128.  this is a problem, seeing as how I have an nvidia geforce 6800GT in my system.  I restarted, entered bios, and corrected the problem (set agp aperture to 256).  when I tried to restart the computer, I got nothing.  no POST whatsoever.  I do have an LED message on the back: the upper-left hand is green, the others are red.  my motherboard is a k8n neo-fis2r,  I have a gig of RAM (never had probs with it before), an athlon 3000+, and a thermaltake purepower 420 watt psu.  anyone know what is the problem and what I can do about it?

    You should be running 1.9 Bios or newer with that rig. However I suspect that it is a quirk that a few other guys have had with running 256 Apature. I was able to do so but I have the bigger card and the cards that have been reported giving the same with the 256 apature have been mostly the GT's. Pull the power, reset the Bios and back off the apature a tad and see if it won't come back to like. If it does make sure your running the latest Bios and do click on bios setup Defaults when you get it back up again. Do not use the High Performance Defaults as that can give you some extra problems due to it overclocking some of the setting a tad and does not always work well for folks.

  • MSI KT6 DELTA FIS2R problems

    Well, I finally received my new KT6 DELTA FIS2R motherboard (I replaced my K7N2 Delta ILSR).  After getting the wrong model and one with missing parts...  I think I received a defective one!  I tried to format and make a new installation of Win Xp.  While it tried to make its first boot, the thing crashed and it would not reboot.  I tried resetting the BIOS and then i got the message: CMOS corrupted or damaged. (The diagnostic led indicated the same thing).  I experienced another problem,  while I was using my computer, the CPU was running at 60C, in windows! (before reinstalling). Does anybody has the same problems with their KT6 boards...  Does it need to be returned?
    Thanks for the help,
    Valkyr

    From your post its not totally clear where you are at. Does the system still POST?
    First of all, it is normal to get some kind of error message the first time after clearing cmos. Entering bios or hitting the key for "load defaults" will make that go away.  If you do that and errors still happen in bios then you have more serious problems.
    As far as the temp goes, redo the cpu installation making sure you totally remove all the old thermal pad/compound and use proper amount of new stuff.

Maybe you are looking for