Trouble Shooting using SXMB_MONI

I have developed a scenario which uses XML Message to File Based Adapter.
When I execute SXMB_MONI, I can see the message paiing through PI successfully and also I can see the message coming to target directory. But I am not able to get all the fields as per the Outbound message type. I have two fields missing.
I wanted to trouble shoot the issues.
I checked the payload in each stage. I could see these fields in Inbound Message, Reciever Identification, Interface Determination, Reciever Grouping, Message Branching according to Reciever List. But I am not able to see these fields in the payload of Request Message Mapping and Technical routing.
So, What could be the problem and can any one please give conceptual overview of trouble shooting. What should be my next step.
Thanks,

But I am not able to see these fields in the payload of Request Message Mapping and Technical routing.
I dont think you need an extensive troubleshooting guide for this....the inbound message has the fields but the output message doesnt.....this means that the mapping is not defined properly.
The fields that you are looking for are either not mapped in the mapping or there is validation defined in the mapping which is not fulfilled for the source values
Did you test the mapping in IR --> Message Mapping --> Test tab with the payload from SXMB_MONI .....is it showing the fields at the target?
Regards,
Abhishek.

Similar Messages

  • Unable to create file - SXMB_MONI -- Trouble shooting

    I am replicating Products Data from SRM to MDM. I am using BBP_CCM_TRANSFER_CATALOG report in SRM. This is Proxy-File scenario. After executing the above report, I can seee the Message in SXMB_MONI in PI.
    The message has passed through these steps.
    Inbound Message (Central) (Green Flag- Scheduled)
    Reciever Identification
    Interface Determination
    Reciever Grouping (Black thick Arrow Head - Scheduled for Outbound Processing)
    Message Branching According to Receiver List
    Request Message Mapping
    Technical Routing
    Call Adapter
    Response (Black Flag - Processed Successfuly)
    I am not able to see the File written at outbound server and target file path mentioned in File adapter.
    Can any one please help me in understanding the above sequence and trouble shoot so as to get the file.

    Hi Sudha
    Reciever Grouping (Black thick Arrow Head - Scheduled for Outbound Processing)
    Extract from one of forum post .. see if it helps 
    Register the queues via t.code sxmb_adm where u have an option manage ques.
    Once you register the queues, they default activated.
    If u want to manually unlock then u need to go to transaction SMQR,SMQ1,SMQ2 for queue management. There u have to select the queue and activated all entries.
    SMQ1 u2013 qRFC Monitor for the outbound queue You use this transaction to monitor the status of the LUWs in the outbound queue and restart any hanging queues manually.
    SMQ2 u2013 qRFC Monitor for the inbound queue. You use this transaction to monitor the status of the LUWs in the outbound queue.
    U may schedule the report RSQOWKEX (Outbound Queues) and RSQIWKEX (Inbound Queues) to restart the queues automatically.
    To Cancel the messages from MONI with the Status Scheduled for Outbound Process
    Schedule the Report RSXMB_CHECK_MSG_QUEUE
    SAP_BC_XMB_DELETE
    Regards,
    Srinivas

  • I am using ITUNES 11 on Win 7 64 bit.  I can download podcasts to my IPOD touch just fine but when I click on the ITUNES store I get an error message that stays "ITUNES has stopped working".  How do I trouble shoot or fix this? Thanks

    I am using ITUNES 11 on Win 7 64 bit.  I can download podcasts to my IPOD touch just fine but when I click on the ITUNES store I get an error message that stays "ITUNES has stopped working".  How do I trouble shoot or fix this? Thanks

    Try gn_id's suggestion from the following post:
    Re: iTunes 11 crashes when opening the store - no error message

  • I have iPhone 6,  8.3. I cannot use bluetooth at all from my device, even to connect my macbook pro. I did all the recommended trouble shooting such as  reboot and reset network settings. but it does not recognise any bluetooth device. Pls help.Thank

    I have iPhone 6,  8.3. I cannot use bluetooth at all from my device, even to connect my macbook pro. I did all the recommended trouble shooting such as  reboot and reset network settings. but it does not recognise any bluetooth device. Pls help.Thank you.

    See iPhone BT profile on what can be connected/paired:
    iOS: Supported Bluetooth profiles - Apple Support
    And BT troubleshooting:
    iOS: Troubleshooting Bluetooth connections - Apple Support

  • I cant get my youtube account to work on my new apple tv. States the account cant be used or the password and such is wrong. I noticed that after google bought youtube it all became complicated. Tried all trouble shooting, Any ideas?

    States the account cant be used or the password and such is wrong. I noticed that after google bought youtube it all became complicated. Tried all trouble shooting, Any ideas?

    That would indicate an issue with the local network, not internet. This can impact devices differently and will likely be more obvious on a streaming only device.
    If you are on wifi try ethernet
    Make sure DNS is set to auto (settings - general - network)
    Go to istumbler, netstumbler or similar to get a report of the network, look for signal strength and noise.

  • Trouble shooting doesnt find my i pod and it wont automatically download song s like it used to

    Trouble shooting doesnt find my ipod and it wont automatically download songs I purchased

    Hi RNRSCO,
    Thanks for visiting Apple Support Communities.
    If your iPod is not recognized by your computer, be sure to go through all of these troubleshooting steps:
    iPod not recognized in My Computer and in iTunes for Windows
    http://support.apple.com/kb/ts1369
    Best Regards,
    Jeremy

  • When I call a iPhone or iPad user on my iMac using FaceTime, the person being call can hear the ring but cannot connect.  Does anyone have any trouble shooting advise???

    Need help in determing why a person receiving a FaceTime call from me cannot connect?  The person receiving a call from me says that they hear my call coming in but when they try to connect nothing happens.  If anyone has any trouble shooting advise or why the call receiver cannot connect let me know ASAP.  I also have a MacBook Pro with the same FaceTime problem.  Help! Help!

    Its too bad that your phone is out of warranty because this is most likely a manufacturer fault. You need to take it back to Apple. If it is not a manufacturing fault, then go to any shop that your network owns and talk to them about this problem.

  • TS4268 Ever since I uploaded i0s7 I haven't been able to receive I messages or face time. I have took it to the apple store and they couldn't figure it out. I have also followed the trouble shooting from I tunes and still can't get it working

    Ever since I uploaded i0s7 I haven't been able to receive I messages or face time. I have took it to the apple store and they couldn't figure it out. I have also followed the trouble shooting from I tunes and still can't get it working

    Hi,
    Strikes -
    Go into compositionReady and have 3 variables you will be able to set them like this
    strike1 = 0;
    strike2 = 0;
    strike3 = 0;
    So on the wrong item click have
    if(strike1 == 0) {
    PLAY STRIKE1 ANIMATION
    strike1 = 1;
    else if(strike2 == 0) {
    PLAY STRIKE2 ANIMATION
    strike2 = 1;
    else if(strike3 == 0) {
    PLAY STRIKE2 ANIMATION
    strike3 = 1;
    So this will make it so when the wrong item is clicked each strike will be played in order.
    Random Scrolling -
    You should look into the Math.Random function to make things random in edge.
    This is an example of the Random function. It will generate a random number up to 100.
    var random = Math.floor (Math.random () * 100);
    Lose Screen Score -
    So we can create another variable in compositionReady for the lose score.
    score = 0;
    Now when the user gains a point to add to the score you could do this code on the click
    score++;
    which would add 1 to the score, However you can add however much you like to the score doing "score + 2" and so on.
    To edit a text with the score at the end which I'm assuming you will want to do you will use .html
    so $("Text").html("You score is " + score);
    I hope this helps!

  • Kisight: How do I get my iSight working ?  Trouble Shooting an iSight Camera.  (Version 3)

    Replacement for the second draft of this Thread   (To be removed if Published as Tip)
    kisight: How do I get my iSight working ?
    Trouble Shooting an iSight Camera.  (Version 3)
    Hi,     On many subjects Apple has Articles and Documents that can help.
    In some case they are written by an Engineer or similar and can miss the mark for the average user.
    In other cases they are crafted, detailed responses to an issue that has popped up many times in the Apple Discussions and take the best from many responses in those User-to-User Discussions, creating something that can not be surpassed.
    This is the case of the Apple Article HT2090 on Trouble Shooting an iSight.
    It lists steps and processes to go through for both Internal iSights and External ones.
    However as with most things it does sometime pay to reword things differently so that people grasp the points in language they understand.
    The info here is a reworking itself of two pages at ralphjohns.co.uk/EZ Jim pages namely EZ JIm's page 2 Where can I Find Help With My iSight ? and his page 4, How Can I Test My iSight is Completely Functional ?  which were written several years ago and predate the Apple Article, being aimed at the External iSight.  They have been updated since to address the Internal iSight as well but some of the comments are useful between the two types.
    External First.  For Internal iSights Start at 2b)  (you will need to adjust some options/steps as the Internal is USB)
    Steps
    1) Pre Purchase
    If buying an External iSight you should if you an get to see it in action.Apple no longer sells the External iSight so you will be buying it second hand.If you cannot get to see the device plugged in and working on  Mac then check the smaller print of the seller and selling site as to nature of Returns and Faulty Goods.
    2) Does it work ?
    a) First of all Plug it in.  It should come with a suitable mount (although there are variants on this) and a 6 pin to 6 pin Firewire cable.
    Ideally it should have it's own Firewire port/socket on your computer. Connecting it "DaisyChained" to other devices can be a problem as they do not all use Firewire at the same Data speed.
    It will then go through some checks as the OS powers it up and checks it's firmware.
    Do not be concerned that the little green indicator light atop your iSight illuminates for a few seconds and then goes dark when you first connect your iSight or power on your Mac. Do not be concerned if you hear a soft whir as iSight attempt to focus either. Both these occurrences are normal. If your iSight passes the following tests, do not worry about this sound or the status of the green light.
    There is no ON switch as such.  It does have an iris mechanism that can be controlled by the User.  The iris should be turned so you can see the Lens for the iSight to send pictures to an application.
    b) Pick an Application to see the picture the iSight produces.iChat is one application you can use. Photobooth is another. iMovie (Version 4 or above for external iSight -- Version 6 or above for in-built iSight) and Comic Book (if bundled on your Mac) are yet more.
    See this Users Tip for more applications Or this page for yet more.
    Photo Booth is probably the simplest as it has no Preferences to choose a camera in the original version and is done from the Menu items in later versions  (nor is there any setting in the OS) and Photo Booth will default to the External Camera if one is plugged in before the application is started.     If you see your self or what the camera is pointing at, It Works !!
    3) If it does Not Work
    a) Check Cables/leads.  Re-seat the cable at both ends. DO this carefully as although Firewire cables are keyed to fit the right way it has been known to force them the wrong way.
    Try another 6 pin to 6 pin firewire cable.
    b) Unplug the cable from any other FireWire device and give the iSight it's Own FireWire port/socket on the Mac (exclude issues with other FireWire devices). It is important that this be a port/socket on your computer and that you know that it works. Do not use a port in a FireWire hub or another FireWire device or a FireWire port in an Apple Display for testing.  (Also see d below if you have an 800 FIreWIre Computer)
    c) Check System Profiler (Apple Icon menu top Left > About this Mac. > More Info Button)Open the Reveal Triangles to see the list and go to Hardware > FireWire.  (Use USB for Internal Cameras)
    If it appears here try booting or Logging in as another user on the Mac (Create a Test account if you don't have one) and try item 2b) above again.
    d) With FireWire 800 computers you may have to change your FireWire 400 to 800 Adaptor or Cable to get full Audio functionality with Lion Apps
    If it is not in the System Profiler you are almost certainly going to need the Trouble Shooting Article from Apple at this point.  This Article may also be of help (number HT1317 What to do if your computer won't recognise a FireWire or USB device).
    If you have not resolved things at this stage it is going to be time for an Engineer with Apple credentials.There are no user serviceable parts inside any iSight.
    Other Items
    Audio.
    The External Camera has two mics inside.The volume it records at or plays through for iChat is controlled in System Preferences > Sound > Input tab (select device) and this should be set to get the blue response bar to at least half way (preferably three quarters) when you talk.The same applies to any other Mic, even the Internal one on laptops and some other Macs.
    Firmware.
    The System Profiler as detailed above should tell you the Firmware the iSight has.  The current version is 1.0.3 and was updated in Panther.  (Essentially it is an Audio compatibility update but does seem to help in other situations)
    If your computer is running Panther (10.2.x) then use this Updater
    If running Tiger (10.4.x) or Leopard (10.5.x) then navigate manually to your Hard Drive/System/Library/Core Services/iSight Updater and run the updater found there.
    If an iSight is Plugged in on the Computer when you do an  OS update and the firmware needs updating on the iSight this app is supposed to be triggered but it seem it may need a hand at times.
    Focusing on the External iSight
    Essentially the External iSight is self or Autofocusing.
    If in doubt then try better lighting and strong colours as opposes to light or pastels.
    (All built-in iSights are fixed focus. Therefore, unless a built-in iSight lens cover is dirty or smudged, any built-in iSight whose image is blurry needs service by an Engineer with Apple credentials.)
    EZ Jim has these more specific recommendations for piece of mind.
      Make a cross whose lines are about one-half inch or more wide on a plain background to use as a focus target. (I have even used black electrical tape.)
    Turn on plenty of light and hold the target very still at about two or three feet from the lens. Watch iSight focus. (You may need to use a tripod or brace yourself to hold the target still enough.)
    Then quickly move the target and hold it very still at about one foot away from the lens. Watch iSight focus.
      Finally, move in to about six inches from iSight, and check focus there, too. (Holding the target still is more important as you get closer to iSight.)
    This Users Tip by Ian Bickerstaff  can give you clues for any application really  "Look  and sound good in iChat"
    Other Info and Links
    iSight Support info at Apple Links to Users Guide, Manual and many other topics on the External iSight.
    Apple's iSight Firewire Connectivity FAQs
    Apple's iSight Service FAQs
    If you feel you have not understood or think you have not grasped something here or in the links so far try the iSight Discussion Forum
    1:13 PM      Saturday; October 8, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

    Replacement for the second draft of this Thread   (To be removed if Published as Tip)
    kisight: How do I get my iSight working ?
    Trouble Shooting an iSight Camera.  (Version 3)
    Hi,     On many subjects Apple has Articles and Documents that can help.
    In some case they are written by an Engineer or similar and can miss the mark for the average user.
    In other cases they are crafted, detailed responses to an issue that has popped up many times in the Apple Discussions and take the best from many responses in those User-to-User Discussions, creating something that can not be surpassed.
    This is the case of the Apple Article HT2090 on Trouble Shooting an iSight.
    It lists steps and processes to go through for both Internal iSights and External ones.
    However as with most things it does sometime pay to reword things differently so that people grasp the points in language they understand.
    The info here is a reworking itself of two pages at ralphjohns.co.uk/EZ Jim pages namely EZ JIm's page 2 Where can I Find Help With My iSight ? and his page 4, How Can I Test My iSight is Completely Functional ?  which were written several years ago and predate the Apple Article, being aimed at the External iSight.  They have been updated since to address the Internal iSight as well but some of the comments are useful between the two types.
    External First.  For Internal iSights Start at 2b)  (you will need to adjust some options/steps as the Internal is USB)
    Steps
    1) Pre Purchase
    If buying an External iSight you should if you an get to see it in action.Apple no longer sells the External iSight so you will be buying it second hand.If you cannot get to see the device plugged in and working on  Mac then check the smaller print of the seller and selling site as to nature of Returns and Faulty Goods.
    2) Does it work ?
    a) First of all Plug it in.  It should come with a suitable mount (although there are variants on this) and a 6 pin to 6 pin Firewire cable.
    Ideally it should have it's own Firewire port/socket on your computer. Connecting it "DaisyChained" to other devices can be a problem as they do not all use Firewire at the same Data speed.
    It will then go through some checks as the OS powers it up and checks it's firmware.
    Do not be concerned that the little green indicator light atop your iSight illuminates for a few seconds and then goes dark when you first connect your iSight or power on your Mac. Do not be concerned if you hear a soft whir as iSight attempt to focus either. Both these occurrences are normal. If your iSight passes the following tests, do not worry about this sound or the status of the green light.
    There is no ON switch as such.  It does have an iris mechanism that can be controlled by the User.  The iris should be turned so you can see the Lens for the iSight to send pictures to an application.
    b) Pick an Application to see the picture the iSight produces.iChat is one application you can use. Photobooth is another. iMovie (Version 4 or above for external iSight -- Version 6 or above for in-built iSight) and Comic Book (if bundled on your Mac) are yet more.
    See this Users Tip for more applications Or this page for yet more.
    Photo Booth is probably the simplest as it has no Preferences to choose a camera in the original version and is done from the Menu items in later versions  (nor is there any setting in the OS) and Photo Booth will default to the External Camera if one is plugged in before the application is started.     If you see your self or what the camera is pointing at, It Works !!
    3) If it does Not Work
    a) Check Cables/leads.  Re-seat the cable at both ends. DO this carefully as although Firewire cables are keyed to fit the right way it has been known to force them the wrong way.
    Try another 6 pin to 6 pin firewire cable.
    b) Unplug the cable from any other FireWire device and give the iSight it's Own FireWire port/socket on the Mac (exclude issues with other FireWire devices). It is important that this be a port/socket on your computer and that you know that it works. Do not use a port in a FireWire hub or another FireWire device or a FireWire port in an Apple Display for testing.  (Also see d below if you have an 800 FIreWIre Computer)
    c) Check System Profiler (Apple Icon menu top Left > About this Mac. > More Info Button)Open the Reveal Triangles to see the list and go to Hardware > FireWire.  (Use USB for Internal Cameras)
    If it appears here try booting or Logging in as another user on the Mac (Create a Test account if you don't have one) and try item 2b) above again.
    d) With FireWire 800 computers you may have to change your FireWire 400 to 800 Adaptor or Cable to get full Audio functionality with Lion Apps
    If it is not in the System Profiler you are almost certainly going to need the Trouble Shooting Article from Apple at this point.  This Article may also be of help (number HT1317 What to do if your computer won't recognise a FireWire or USB device).
    If you have not resolved things at this stage it is going to be time for an Engineer with Apple credentials.There are no user serviceable parts inside any iSight.
    Other Items
    Audio.
    The External Camera has two mics inside.The volume it records at or plays through for iChat is controlled in System Preferences > Sound > Input tab (select device) and this should be set to get the blue response bar to at least half way (preferably three quarters) when you talk.The same applies to any other Mic, even the Internal one on laptops and some other Macs.
    Firmware.
    The System Profiler as detailed above should tell you the Firmware the iSight has.  The current version is 1.0.3 and was updated in Panther.  (Essentially it is an Audio compatibility update but does seem to help in other situations)
    If your computer is running Panther (10.2.x) then use this Updater
    If running Tiger (10.4.x) or Leopard (10.5.x) then navigate manually to your Hard Drive/System/Library/Core Services/iSight Updater and run the updater found there.
    If an iSight is Plugged in on the Computer when you do an  OS update and the firmware needs updating on the iSight this app is supposed to be triggered but it seem it may need a hand at times.
    Focusing on the External iSight
    Essentially the External iSight is self or Autofocusing.
    If in doubt then try better lighting and strong colours as opposes to light or pastels.
    (All built-in iSights are fixed focus. Therefore, unless a built-in iSight lens cover is dirty or smudged, any built-in iSight whose image is blurry needs service by an Engineer with Apple credentials.)
    EZ Jim has these more specific recommendations for piece of mind.
      Make a cross whose lines are about one-half inch or more wide on a plain background to use as a focus target. (I have even used black electrical tape.)
    Turn on plenty of light and hold the target very still at about two or three feet from the lens. Watch iSight focus. (You may need to use a tripod or brace yourself to hold the target still enough.)
    Then quickly move the target and hold it very still at about one foot away from the lens. Watch iSight focus.
      Finally, move in to about six inches from iSight, and check focus there, too. (Holding the target still is more important as you get closer to iSight.)
    This Users Tip by Ian Bickerstaff  can give you clues for any application really  "Look  and sound good in iChat"
    Other Info and Links
    iSight Support info at Apple Links to Users Guide, Manual and many other topics on the External iSight.
    Apple's iSight Firewire Connectivity FAQs
    Apple's iSight Service FAQs
    If you feel you have not understood or think you have not grasped something here or in the links so far try the iSight Discussion Forum
    1:13 PM      Saturday; October 8, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Trouble shooting guide! Read this first!!!! rev 13-1-2004

    (Revision 13-1-2004)  
    Hi there,
    Follow everything on the list, even if it doesn't look like it would solve your problem, most problems are created somewhere else!
    To give some examples:
    CPU won't run FSB133....mostly powersupply or CPU-cooler.
    Videocard won't load drivers....mostly powersupply.
    Sound won't work.....mostly metal-standoff's.
    Windows won't install, file read error.....mostly CPU-cooler, Bad-ram or powersupply.
    That is why you need to go over the entire list and check all!
    Before you start doing anything, remove the power and make sure that you have touched the metal case of your system. If you don't you could damage your system due to static discharge!  
    Thanks to Arioch and Dragon60 for comments on this.
    There are several reasons why this happens.....to name the most commen:
    CPU speeds  
    You have a Duron, that CPU is 100FSB!
    You have a Athlon(XP) and it's showing the wrong speed, set the CPU-FSB to 133....
    Or 166 when it's a FSB333 CPU....or 200 when it's a FSB400 CPU....
    Some boards have a jumper to set it, other do it in the BIOS.
    Check your manual for this.
    Speeds must be:
    Duron upto 1300MHz = 100MHz (=200DDR)
    Duron from 1400MHz = 133MHz (=266DDR)
    Athlon B type = 100MHz (=200DDR)
    Athlon C type = 133MHz (=266DDR)
    Athlon XP - C type = 133MHz (=266DDR)
    Athlon XP - D type = 166MHz (=333DDR)
    Athlon XP - E type = 200MHz (=400DDR)
    Use this link to see if your motherboard actually supports your CPU.
    The TBred CPU's (0.13) start from XP-1700 and up, but not all boards support this CPU and they either show on the D-LED all red or don't start at all!!
    The K7T266pro2 is an exception, it can be made to support the TBred CPU's, on this link you find all the info on how to make it work.
    Many reports have told us that FSB333 CPU's work on KT3-Ultra boards work just fine, but it's unsupported by MSI, we don't know why....
    As for mulipliers with AMD CPU's, just set them Automatic, as they are hardcoded on the CPU themselves and will allway's be correctly, even if if you think the BIOS doesn't know it.
    How to recognise the CPU:
    If you look on the dice, there are letters after the speed.
    The last letter will tell you the FSB of the CPU.
    B=100MHz (=200DDR)
    C=133MHz (=266DDR)
    D=166MHz (=333DDR)
    E=200MHz (=400DDR)
    To recognise a CPU quickly, checkout this link.
    Thanks Mellops.
    The MHz setting must match your setting in the BIOS for FSB value, as it translates to the correct FSB setting for the CPU.
    The best way to identify a processor is by using the OPN (Ordering Part Number) which can be found on the processor (E.g. AXDA 2700 D K V 3 D).
    Detailed information on the code can be found in this AMD document. (Thanks Hans)
    CPU Cooling  
    CPU cooler not made for your CPU, check if it can handle your CPU....
    CPU cooler mounted wrong!, take it off and check it as it will fit 2 way's, but only 1 is the right one, examine very carefull!
    The cooler has a lower part that needs to go over the bump (higher part) of the socket, if it's not over there it won't cool the entire dice and WILL give you trouble.
    Also check if it's making contact with the entire dice of the CPU...
    Make sure you regrease it again, the same grease/paste can't be used twice!
    YOU MAY NEVER USE A THERMALPAD OR GREASE AGAIN! APPLY NEW EVERY TIME YOU TAKE THE COOLER OFF!!  
    top 2 show how not to do it
    Used too much silver-grease! It will shorten the bridges on the CPU, clean it and use white-paste.
    (Silver-paste is not recommended in any case!)
    The latest AMD XP CPU's (XP-2200 and above) require a copperbased heatsink because the dice is smaller and generates far more heat per square cm then the "old" CPU's do.
    How to check the cooler before taking it off.
    There is a simple way to check the cooler without taking it off.
    You do this by first checking your idle temp with PCAlert, it should be below 50-55C.
    Then you download a client from www.distributed.net, let this client run for about 10 minutes while monitoring the temps, after about 1 minute or so it should stabilize and your temp should have gone up about 10-15C (max).
    If it still goes up or the system crashes, there is a big chance you mounted the CPU-cooler wrong.
    When you can't run this check, try with FSB100, if the system does run the check then, it could be well that the cooler is mounted wrong or your powersupply doesn't have enough power.
    ***** YOU CAN'T CHECK THE CPU COOLER ON TEMPS OR FAN RUNNING, IT MUST BE TAKEN OFF THE CPU!!! *****  
    Cleaning the CPU and Cooler - thanks to Dragon60 for his addition.
    An additional comments about this is what you clean the CPU with in this situation. The best thing to use is isopropyl alcohol. If this is not available then metholated spirits would do.
    Make sure you allow the CPU to dry properly before you put it back in. This also means DO NOT try and clean it whilst it is still in the socket as some of the cleaning fluid, grease and dirt may get underneath and short some pins.
    Last but not least. DO NOT use acetone to clean anything inside your PC. (or outside for that matter) It MAY not do any damage BUT it may disolve some parts.
    Thanks Dragon60.  
    If you don't understand what we are talking about on this cooler matter, then read this link: AMD CPU & Cooling guide  
    Powersupplies  
    Powersupply too little, most commen cheap 300W CPU's can't handle an XP-1700 or above, try a better one to be sure.
    Make sure your powersupply has about 185W combined on the 3.3+5V and that the 3.3V has 20A or above.
    That should be enough for most systems.
    On the latest boards the 12V has become very important too, expecialy with TBred CPU's.
    Make sure yours can give 18A or more on the 12V line too.
    I have found that a lot of cheap 350W will fail with modern boards and TBred CPU's.
    Allway's make sure you have a decend PSU, it never fails to spent a bit more on that part!
    Borrow a bigger one from a friend if you are not sure....
    More info about powersupplies: Click here.
    And the second you must read: Click here.
    Powersupplies with these type of numbers on them or higher should be fine:
    3.3V - 28A or better
    5V - 30A or better
    12V - 18A or better
    Watch out!! Cheap PSU's like Q-Tec come nowhere near these figures!!
    Do NOT trust the 300W or 400W rating on them!!!
    Q-Tec is about the worst of them all!!  
    Metalclips  
    Stand-off's left between the board and the case, take the board out and check for too many of those metal-clips, they can shorten circuits and cause al sorts of problems (most of the time audio problems)
    RAM
    Ram problems, don't try to run with PC100 (SDram boards) when you have a 133FSB CPU, get PC133 ram of decend quality.
    In any case, don't use cheap quality ram (Crucial seems decend, but give's a lot of problems, I consider these cheap quality too :P ), replace the ram with another brand to see if it fixes it....
    DDR ram speeds:
    Duron upto 1300/Athlon-B =100FSB=PC-1600=DDR200
    Duron from 1400 =133FSB=PC-2100=DDR266
    Athlon-C/XP upto 2600 =133FSB=PC-2100=DDR266
    Athlon XP D-type and above =166FSB=PC-2700=DDR333
    Athlon XP E-type and above =200FSB=PC-3200=DDR400
    Higher DDR speeds are only a must if you try to overclock, they have no speed gain if run at the correct speed. You may use faster ram on a slower system, the speeds given are what is needed minimum.
    Perform RAM test tools, ie http://www.memtest.org if you suspect RAM is faulty, such as BSOD or data corruption. [added by Maesus]
    Try your system allway's with 1 stick of ram, adding more sticks can give all the trouble too.
    Some sticks just won't work in pair and a lot fail when you put 3 or more in the system.
    When you want to use 3 sticks, make very sure you use the MSI tested ones, they are your best chance that they work without problems.
    If still nothing, try to seat the ram in another slot, sometimes they work better in another slot.
    Thanks boost
    Or rise the Ram voltage a little, be carefull doing this!
    Sometimes this works when you have a lot of ram in there.
    BIOS  
    BIOS settings not right, clear the CMos and start with the default settings, if it works, try setting ONLY the FSB to 133 if needed, nothing more.....
    And go further from there......
    Clearing CMos
    When you clear the CMos, make sure that all power is cut from the system.
    This is done by takeing the wall-plug out or use the switch on the powersupply to turn it off.
    On most boards, as far as I know all MSI boards, you must set the JBat1 to position 2-3 (clear position) for about 10 seconds, then set it back to 1-2 (keep data position)
    After this your CMos should be cleared and you can turn the system back on.
    In some rare cases it's needed to take the battery out too for a minute or so.
    It can happen that the system will prompt you to set the BIOS again, go into the BIOS and set everything you need, then save the settings.
    Thanks fguevara.
    Harddisks  
    Harddisk is giving problems, most of the time with WD drive's, they are jumpered somewhat strange compared to others:
    No jumper = Stand-Alone no other drive attached to the cable.
    Jumper master = if you have a slave drive attached
    Jumper slave = when it's slave to another drive
    Harddisk is doing weird things:
    Make sure you have connected the blue connector to the board, and don't let the other end of the cable unused, make sure there is a device connected to it.
    The middle connector can be left into the air without problems if not needed.
    IBM harddisks seem to fail a lot, try Drive-Fitness-Test on it, see if it has problems.
    Click here for DFT
    Other brand drives can have problems too, make sure they are ok, as harddisk failure can cause all sorts of problems.
    Allway's be sure your harddisk is in tip-top shape, if not, replace it and try another to verify.
    For more information read this: Click here.
    To know what harddisks your motherboard support, use this link.
    To enable harddisk over 137GB in Win2000 edit this registry key:
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Atapi\Parameters]
    "EnableBigLba"=dword:00000001
    The KT4 raid boards only support 1 harddisk on IDE3, the rest must be SATA drive's!!
    Harddisk/power led not functioning - thanks to Tweetyoost
    If your HD led or power led not work try to switch(wrong + or - side) the connectors on the motherboard.
    leds will work only when + or - is correct
    Thanks Tweetyoost.  
    Floppy drive's  
    If your floppy drive doesn't work or the led stay's on all the time.
    Make sure the floppy is set correctly in the BIOS, as the BIOS doesn't autodetect a floppy drive.
    Check the cable, make sure the twist in the cable is at the floppy-drive side.
    If the light stay's on, flip the connector at the floppy-drive arround.
    Sometimes it happens that even after all this, they still don't work, try with another drive from another brand.
    Not able to enter the BIOS or lockup  
    When you try to enter the BIOS it won't go in there or
    lockup, but your system is running fine.
    This symtom can happen when your CPU-Cooler is giving spikes on the coolerwire.
    Try with another brand of cooler to test if it solves it.
    Keyboard and optical mouse lights stay on after power off[/U]
    Some motherboards have a jumper called JKBV1, this jumper is located (mostly) near the keyboard connector, put it in the other position.
    If your board doesn't have the jumper, try to find the following BIOS settings and turn them off:
    resume on KBC
    resume on PS/2
    resume by alarm
    USB ports not working[/U]
    Check in the BIOS if the ports are enabled.
    USB2.0 ports are supported in Win2000+SP3 and XP+SP1, just let the OS reinstall the ports and they should work.
    Thanks Stygge
    Replacing parts and the system won't boot after
    It's never a good idea to replace stuff like CPU and ram without taking the board out of the case.
    But if you still like to do so, please support the board, because if you don't you might bent the board a little and cause other components to make bad contact.
    Allways support the board when you replace stuff, no matter what!
    Also make sure your system can take the replacement, it could happen for example that your powersupply can't handle your changed videocard from GF2MX to GF4Ti4600.
    Test all the parts in another system
    Make sure that the new part is in good working order in the first place (in particular: videocard, CPU, memory): try it in another system, or have it demonstrated by the one you bought it from if possible.
    Testing might also give you a clue on what is actually wrong in your own system.
    Thanks HansH.
    Checking the powersupply
    Don't do this if you don't know what you are doing!
    Disconnect the powersupply.
    Orientate the 20pin Powerconnector with the clip up.
    Locate pin 4 and pin 8 top row, mostly green and black wire.
    Use a wire to short them (or better a 12V test lamp).
    Now connect the power and the fan inside the powersupply should start spinning.
    If it doesn't your powersupply maybe dead.
    Thanks HansH.
    KT4 users  
    Please read the Un-Official KT4 guide if you have CRC errors or strange crashes.
    These can be BIOS problems.
    In any case !!!Only flash if the system is stable!!!
    Set default-settings and FSB100 to make it stable first!!!
    Motherboards making a Siren-sound
    If your board is making the sound of a firetruck, BEEP-BOOP-BEEP-BOOP...
    Check the folowing:
    1. CPU too hot
    2. chassis intrusion was enabled in the BIOS
    3. PSU is below min/max allowable value
    Stutter in audio
    Remove your antivirus software.
    We have heard a few cases where the stuttering was created by badly behaving antivirus software.
    Disable cpu halt command if it's in the BIOS (Thanks Pascal16)
    Windows  
    Windows2000/XP won't run stable, try to disable APIC and install again....
    Not all drivers/devices like the APIC.
    Windows2000/XP won't install USB2.0, install the latest servicepak (SP3 Win2000 or SP1 WinXP).
    Let Windows rediscover the USB ports, they should work now.
    If you have driver or other problems and don't know what to do anymore but Windows does function without crashing, read this: Click here.
    Audio [added by Maesus, 20/2/2003]
    Can't stream AC3 via SPDIF to external DD decoder? try this ac3filter [info provided by Manfred ]
    Lan not working 100MBit
    You could try this patch, seems to work on some boards.
    The download-link is at the bottom of this post.
    I think I have about covered all most commen problems....
    Check those first before you ask us, as it's not fun to type the same over and over again.... :(
    Another good link for trouble shooting is here: Link
    If you have more issues that can solve problems, please write your thing below......
    I will insert your comments in this guide, with credits, offcourse 8)
    !!I will delete any attempt for discussion or problem report below this message.....!!
    Please report back, in another thread, if your problem was solved and how you did it, this will help others a great deal.
    It's only ment to help people as a guide to where the problem can be, start a new thread if this guide didn't solve your problem and you need more help!
    This thread is only for the experts to guide you into a solution :]

    Dude thank-you for your wonder detailed knowldge, I have descovered that lets say xp 1700 in a ultra 2 can only handle at the most 143fsb mult at 12.
    Given the settings" irq's are a major",part of directing traffic and power? example:
    Sound blaster Live , uses two irq's most common at"Auto" is, irq 10, or 5, and Sound blaster 16 emulation usually takes irq 5,. I have found that the sound card in slot3 works great , but to do this I had to change the Bio's and assign slot 3 irq 7 . and make sure printer port has share irq enabled
    Problems that accure with bad traffic are like this. Start a dedicated server. minimize than start your game?":censored:  no sound what could be wrong"? Shoot another problem Connection problem?. The computer nerd is getting trouble over the ordeal. ANSWER! IRQ can fix the problem, Study the irq and make changes as you go. "what would it be like with no stop signs,,,that is the same as a irq. with the same knowldge this topic brings IRQ need to be clearly understood.
    I can honestly say my system is error free and running like a dream.
    xp 2500 barton 333
    creative sound 5.1gamers.
    512 mb kingston ram 400 mhz
    boadband either onboard.
    MSI 5700 128 mb ddr
    Setting are:
    163 fsb
    mult of 11
    ddr 333
    video memory clock down to 450mhz
    3d clock to 390mhz
    The delta is a smooth running board also I want to mention to the person with crackling sounds, change the irq like I did, that fix the problem and the power is totaly too good to be true.

  • My Ipod Nano 5th generation is not being detected by Widows and Itunes. I have tried everything based on the trouble shooting tips outlined. Has anyone had this situation before? How was it resolved. My Ipod is just out of warrenty

    Have done all trouble shooting tech a through Apples and still have not resolved issues on Windows and itunes not detecting my Ipod  nano 5th generation device. Tried restoring the device manually using disk mode and still not being detected by the computer. Device is our of warenty as when service repair charges are $125.00 dolars more than I paid for this device. There must be some way to restore the entire device to factor settings without having to be connected to itunes and Windows. I wish I could connect but again device is not being read. I have another Ipod that is 8GB instaed of 16GB and it works fine. The sad thing about this situation is that my 9year old daughter worked hard doing delivering fliers for a long time to save her money to buy this 16 GB 5th generation Nano. Otherwise the Ipod works well but will not syncronize songs as it is not being detected. Maybe this is a result of corrupt files that got onto my daughters Ipod somehow and thus causing it not the be detwected through the USB connection thus as a result not be understoud as a working device through Windows and itunes. If anyone can help me out there including itune techs that would be well appreciated, but for now my daughter is not able to add new or delete any songs on her ipod as well pictures, and everything. Thanks

    Try changing the cord. I could NOT get my computer to recognize my iPod 5th Gen until I read somewhere that different apple devices use different cords. I was inadvertently using my iPad cord and that caused my computer to not recognize my ipod.

  • My mail is not working from my ipod i looked it up it says it trouble shooting but its not giving me anything to fix it can someone help me?

    My mail is not working from my iPod touch. I looked it up and it says it trouble shooting? But they are not giving me anything to fix it. I restored my iPod touch to see if that worked and it didnt. Can anyone help me?

    Can you access the account from another device?
    Without you telling use the email provider and type of account we can't really help you.

  • I plug my iPhone 3gs into my laptop and it no longer syncs with my iTunes.  Ive tried all the trouble shooting methods and nothing works.  My iPhone doesnt appear on iTunes or under "my computer." Does anyone know how to fix this?

    I plug my iphone 3gs into my laptop and it no longer syncs with my iTunes.  I've tried all the trouble shooting methods and nothing works.  My iPhone doesn't appear on iTunes or under "My Computer." Does anyone know how to fix this?

    If AMDS is running, you are using a USB port directly on the computer and not a hub, you have disconnected other USB devices except keyboard and mouse, you have completely uninstalled and reinstalled iTunes as described in http://support.apple.com/kb/HT1925, You have tried cleaning the connector on the bottom of the phone, you have tried a different cable, you have installed the latest USB drivers for your computer, you have disabled your antivirus and firewall, you are running as an Administrator account and you have tried creating a new user on your computer and connected when logged in as that user then you have exhausted my knowledge. The only other thing to try is a different computer. If it isn't recognized on a different computer you have a hardware problem. Good luck!

  • Trouble-shooting no sound through the right side of Apple earphones with remote...

    Hope this story of trouble-shooting this problem helps someone in the future.
    For some strange reason, when I listened to a podcast using the Music app through the Apple earphones with remote on my iPhone 4, the right side has no sound.  However, when I pull the earphone plug out one notch, I get sound from both sides, but the remote controls no longer work.  At that point, I was sure I had a hardware problem, but where it lay-- earphones or iPhone 4, I didn't know.
    1.  For my first step, I tried the earphones with another iPhone 4, and got the exact same results.  That convinced me that it was a problem with the earphones, but then I tried them on our iPad and they worked fine!
    2.  That ruled out the earphones and got me wondering if both iPhone 4's earphone jacks were flakey or misbehaving.  I had read about the old fuzz in the jack problem, so I used an air blower to clean it out, but it made no difference.  I still figured that maybe both jacks were stressed in some way, although two of them?
    3.  Then I read that some people found different apps worked--and even specifically that running Skype could solve things.  That didn't work.  However, it led me to try various streaming apps (e.g., Portal to the Universe, NPR) and everything was fine-- sound from both sides and remote controls fully functional.
    At that point, I was convinced there was something odd going on with the Music app.
    4.  Finally, it occurred to me to try other podcasts-- and even other episodes of the particular podcast.  They all worked fine.
    So, it ended up being one particular podcast-- and, while I still do not know why, it means that the earphones, the headphone jack, the iPhones are all in fine shape!  Yay!
    In any event, the bottom-line is that it's really smart to consider *all* the variables that could be affecting the situation--especially the most obvious ones that you wouldn't even think about it.  As it turned out, in my case, I had tested the very same podcast on both iPhones, so no wonder I got the very same results!

    I think you're right-- however, I always thought that mono recordings played through both ears--always worked that way on my old stereo system! 
    This podcast does that, too, but only if one pulls the plug out a bit!  That's what's confusing to me.  Why does it change from both ears to only one ear depending on far the plug is pushed in?  (And especially as it behaves opposite what one would expect-- both ears when not plugged in all the way-- only 1 when fully embedded!)

  • HT201210 i have been trying for 2 weeks to update my iphone 4 to the ios 6. Apple and verizon tried to help me at my house and they told me that i needed to connect to itunes well i have and it hasnt updated it keeps saying trouble shoot error what should

    i need help updating my phone to the ios 6 i have contacted verizon and they have called apple however it would not update at my house my boyfriend have the iphone 4 and his updated fine. they told me to use itunes on a computer to do it and it still will not work it keeps saying trouble shooting or unable to download i do not understand why. is there any other option.

    are you using the newest version of itunes? 10.7?
    is there enough storage on your phone (settings>general>usage), there needs to be more than 2GB avail

Maybe you are looking for

  • Failed to install CM Client on computers located in untrusted site

    Hello, I deploy System Center 2012 SP1 Configuration Manager and successfully push client to Desktops/Servers, I read in TechNet that this scenario is supported: "The client is on a domain computer that does not have a two-way forest trust with the s

  • Error 1200471: Expression Expected Before [)]

    I am trying to create a calc script that converts published capacities from english to metric units, and round the result to the nearest multiple of 5. I have entered the following fix and when I use it the formula verifies, but the calculation does

  • [..\..Src\DirectoryRegistry.cpp-283]  Error on Startup

    This error only happens when the laptop is disconnected from our domain. When trying to start Elements I receive error: Premiere Elements 8.0 has encountered an error. [..\..Src\DirectoryRegistry.cpp-283] Then program will not start unless I connect

  • USB Device Recognized by Mac, Not by Application

    The general questions are why would the Mac recognize a USB device but the application software for the device "suddenly" (after a couple weeks of not using it) stop recognizing it and stop working, and what is the solution? Specifically, I am runnin

  • Rail car shipments in IS-OIL

    Hi all , The issue is that when I am entering a normal shipment FF is coming in the partner function from the delivery. When we enter the rail car shipments it does not take the FF from the delivery. It just has the carriers in the stages section whi