BAPI failure problems in XI

Hi all,
I was trying this scenario,
/people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi
I had these q`s
1) suppose if the BAPI fails to update/extract details where will we check for the failure?
Is it in the BAPI return structure? or in the SXMB_MONI?
Please provide your answers.
Thanks.

Hi,
In teh return structer of the BAPI, u might have a RET code whihc might tell that the BAPI aws executed successfully or not... so u can always look in SXMB_MONI.
But it also depends if the BAPI is updating any values in the return structure if there are any errors in processing..
Cheers,
Siva Maranani.

Similar Messages

  • Every morning I have a message saying my iMac has restarted due to a Sleep Wake Failure problem.  What is this and how do I fix it?

    I have a new iMac14 with Yosemite.  Every morning I now find a message saying my iMac has been restarted due to a "Sleep Wake Failure" problem and that a problem report has been generated.  How do I fix this or even figure out what is wrong? 

    The warranty entitles you to complimentary phone support for the first 90 days of ownership.
    If you bought the product in the U.S. directly from Apple (not from a reseller), you have 14 days from the date of delivery in which to exchange or return it for a refund. In other countries, the return policy may be different. If you bought from a reseller, its return policy applies.

  • What is the average price apple repairing IPhone4s Display failure problem?

    what is the average price apple repairing IPhone4s Display failure problem?

    It depends. If your still within warranty and the display failure isn't your fault you just back up your phone then go to any apple retail store and they'll give you a new one for free. If it is your fault I would still back up your phone and go into the store. Then they'll charge you about £150 and will give you a new one. But you must have your phone backed up. That will be the first thing they ask you.

  • Report and BAPI , Scheduling Problem

    Hi Gurus,
      I'm having a problem, I've a query/report that should be executed every 2 wed of the Month and A BAPI is associated to the query,and It's not working properly .it's developed by some other developer went to TCode RSCRM_BAPI,RSRTRACE,MDXTEST but it's of no use, My  Question's is what's that trigger the event to run on 2 wed of every month.
    Please,Help me .

    I forgot to tell you that , the query will generate a file for 3rd Party processing

  • Error Message: "Printer Failure" Problem with print or ink system . . .

    Greetings!
    I wasn't exactly sure where to post this, but the error message refers to printer or ink system failure so I thought this was a good place. I've been troubleshooting my parents HP OfficeJet Pro 8600 AiO for the last 2 or 3 hours with little success. I've contacted HP tech support but they wanted $200 for the work to be done and neither I nor my parents, who are retired and on a fixed income, have the money to spare.
    The tech support people said it was probably a problem with the drivers, so I attempted to reinstall the software, but that didn't help at all. A brief description of the problem might shed some light on this awful situation. Since this morning, my father tried to print something and the printer itself gave the following error message on the front LCD panel on the device itself (ie, not on Windows, but on the printer's display):
        "Printer Failure
         There is a problem with the printer or ink system. Turn it off, then on. If the problem persists, contact HP."
    Obviously my first course of action was to follow the directions. I turned it off, unplugged the cord, waited approx. 30 seconds, replugged it in and turned it back on. Nothing changed. I've also tried removing and replacing the Ink cartridges, checking the tray for a paper jam or shortage and performing a rain dance in the hopes of attracting the gods' attention xP. In short, I'm at my wits end and don't know where to go from here.
    I'm unable to access the device's LCD display control panel, which controls the printer, as the error message cannot be closed. I've tried restarting the PC as well, and a lot of other basic deductive troubleshooting procedures to no avail (forgive my overuse of cliches).
    Any help would be appreciated. Thank you very much in advance. I wish you all a great day, and may the god of printing protect you from the same situation. I can assure you it's most unpleasant.
    Regards, Sean (frosztbyte)
    P.S. I'm not sure what other information might be needed in order to help me, but ask and you shall receive any I can find.

    Hi frosztbyte,
    I understand your parents have an OfficeJet Pro 8600 that is saying it has a printer failure, that you have thus far not been able to clear, despite your best effort and a rain dance (at least I know who to blame for the rain now ). I would be happy to help you as best I can!
    The first thing I'd suggest you do is plug the printer directly to a wall outlet if it isn't already plugged to one, just to ensure the printer is getting all the power it needs to function properly. If that doesn't seem to change anything though, please have a look through this A 'Printer Failure' Message That Might Include an '0x610000f6' or '0x61xxxxxx' Error Code Displays o... document (it was steps for the same error without an error code as well) and hopefully it can help resolve the issue.
    If the issue persists after trying the wall outlet and that document I would advise you try call HP again. I believe the number you called previously may have not have been HP, but another company. If you're in North America just call 1-800-474-6836, and if you're anywhere else have a look at this Contact HP Worldwide page to see what number to call for your area.
    Hope this helps, have a great day!!
    Please click “Accept as Solution ” if you feel my post resolved your issue, as it will help others find the solution faster
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    **MissTeriLynn**
    I work on behalf of HP

  • Is there any resolution to "SIM Failure"  problem?

    I get this failure message several times a week on HTC 8X.   It doesn't seem to be fatal and sometimes the phone recovers itself from it or other times I have to reboot.  I think it is somehow associated with poor signal reception problems.  Anyhow it's annoying and is my only detraction to my Windows Phone. 

        Hello DanDuna, let's solve this mystery! Have you tried powering off and removing the Sim card to see if there are any scratches or if it fits within the tray without movement? Try testing in Safe Mode to see if error appears: http://vz.to/1lgrhf3 You may want to test with an alternate sim card as well. Keep us posted!
    WiltonA_VZW
    VZW Support
    Follow us on twitter @VZWSupport

  • BAPI DimAs problem

    You have to excuse my question if this is a simple problem but I'm just getting into BAPIs.
    I have been tasked with creating an application that will create goods movements in SAP through watching a database table.  That in and of itself isn't that big of a task (I believe).
    So using the SAP documentation on BAPIs I created a little test driver to try and do some test transactions on our company's test system.  So I have the following code:
        Set oBAPICtrl = CreateObject("SAP.BAPI.1")
        Set oLogonCtrl = CreateObject("SAP.LogonControl.1")
        oBAPICtrl.LogLevel = 9
        oBAPICtrl.BAPIExceptionCodes = True
        Set oBAPICtrl.Connection = oLogonCtrl.NewConnection
        oBAPICtrl.Connection.Client = "800"
        oBAPICtrl.Connection.Destination = TESTSYSTEM
        oBAPICtrl.Connection.Language = "E"
        oBAPICtrl.Connection.User = USERNAME
        oBAPICtrl.Connection.Password = PASSWORD
        oBAPICtrl.Connection.Logon 0, True
        Set oGM = oBAPICtrl.GetSAPObject("GoodsMovement")
    From there I started out testing against the GetItems which worked exactly as expected.  So I next started working with the CreateFromData function and this is where I've encountered a problem that I'm having problems solving.
    When I try to use the DimAs method to create the objects for the parameters sent in the CreateFromData method, 3 of the 5 calls fail. 
    i.e. take the following code
        Set oGM_CFD_Code = oBAPICtrl.DimAs(oGM, "CreateFromData", "GoodsmvtCode")
        Set oGM_CFD_Header = oBAPICtrl.DimAs(oGM, "CreateFromData", "GoodsmvtHeader")
        Set oGM_CFD_Item = oBAPICtrl.DimAs(oGM, "CreateFromData", "GoodsmvtItem")
        Set oGM_CFD_Return = oBAPICtrl.DimAs(oGM, "CreateFromData", "Return")
        Set oGM_CFD_HeaderRet = oBAPICtrl.DimAs(oGM, "CreateFromData", "GoodsmvtHeadret")
    Setting using DimAs against GoodsmvtCode, GoodsmvtHeader, and GoodsmvtHeadret fails and instead sets the corresponding objects to "Error 0"
    I've turned on tracing to the highest level and still don't see anything that may lead to why these 3 calls are failing.  At first I thought that there may be some form of typo, so I copied the named directly out of the tracing file and still the same result.
    Can anyone give me some ideas as to why these are failing?

    Hi Joe,
    There isn't really a good forum to post this question.  So failing that, the ABAP forum is probably the best as it attracts the most people. 
    In my experience, not many people who are doing much VB integration with SAP (I am sure there are lots, but I mean relative to Java,COM,XML,etc.), so I guess there isn't a deep pool of people who can address your question (as demonstrated by the lack of responses).
    I did check the parameters of the BAPI to see if there was anything different with the three that failed, but they seem to be pretty straight forward to me.
    As you had success with the Getlist, its clear that all your software layers are put together ok, the only possible explanation that comes to mind is some non-obvious bug in your code.  All I can suggest doing is to cut out your code and start again.  Sometimes typos are incredibly hard to spot (and not just in the parameter names), and it could be something is just missing somewhere.  If the second time works then you can compare old with new.
    Not really a very encouraging response but the best I can come up with at this point.
    Brad

  • How do i fix 'error; texture load failure' problems for an online game?

    i play chaoticgame.com online. it currently has no admin staff to help. the problem is that the website pages do not fully load. there is a function i can access that shows me all the errors im getting, most are- error; texture load failure and error; failed downloading....
    this is a recent problem. also if i access the website via iphone using wifi from my home connection i get the same errors, so i dont know if this is a interent connection problem because ive had no other problems with websites.
    i believe it has something to do with texture memory?

    Hi Lorne.V.,
    How exactly are you installing NI DAQmx on the target machines?  Even if you include the DAQmx merge module in your build, you will still need to install DAQmx on the target machine separately. 
    Can you also confirm that the DAQmx.dll is installed in the same directory on both the development and deployment machines?  And that you have the same version of DAQmx on both machines?
    Regards,
    Lindsey W. | Applications Engineer | National Instruments

  • How to solve pdp authentication failure problem?

    I've bought an iPhone 4 and the text and calling work fine, as does wifi. However, when trying to use internet without Wifi I get a "Could not activate cellular data network - PDP authentication failure".

    I tried both the things in my 4s but still the same problem...
    Edit: My iOS is 6.1.2

  • How do I fix my plugin failure problems?

    I recently have been having problems with watching vids on youtube. None of the vids play. All I see is plugin failure. So I downgraded from adobe 13 to 12 But still the same problem.

        Safari > Preferences > Privacy > Cookies and other website data:
                    Press the”Details” button. A sheet will drop down.
                    Enter YouTube in the search box at the top right corner.
                    Highlight the YouTube entries that shows up.
                    Click the “Remove” button at the bottom, then “Done”.
    It is better to keep the Adobe Flash Player updated.
    1. System Preferences >  Flash Player > Advanced >  Delete  All
         Press the "Delete All" button
       Install Adobe Flash Player.
        http://get.adobe.com/flashplayer/
       Download it first. Click Safari in the menubar and select “Quit Safari”.
        Follow the prompts and install it.
        Restart computer. Relaunch Safari.
    2.  Allow  Plug-ins
        Safari > Preferences > Security
        Internet Plug-ins >  "Allow  plug-ins"
        Enable it.

  • Sending mail with mail client failure problem

    My installation config :
    Solaris 10
    Sun Java(tm) System Messaging Server 7.3-11.01 64bit (built Sep 1 2009)
    single host installation
    since past few days , I encounter a new problem with SJMS after finish installation . When using mail client Thunderbird 2.0.0.23 , sending mail message to outside email providers / non-local (e.g correctly typed yahoo/gmail) domain always failed whenever I use from outside networks/Internet ( smtp setting in mail client require username and password authentication ) . however,users between the same local domain is OK .
    The thunderbird always prompt :
    " The mail server responded: Recipient address rejected: User unknown. Please check the message recipients and try again "
    The problem does not occured when I was using inside LAN and connected locally with the server host .
    but, I am able and succesful to telnet to port 25 using command via outside the network, indicating the port and server not being blocked by firewall :
    telnet smtp.abcxyz.com 25
    220 ***************************************
    any help is welcome.
    Thanks

    I would be good to have the full output from the "imsimta version" command. That gives OS information too, which may not be pertinent to this specific problem, but it is better to give all the info than for us to wish we had it.
    Also, what is the full, exact error message you get when you try this with telnet to port 25 and it fails? It may be significant to see the exact text because it could be coming from some intermediate device rather than the Messaging Server itself.
    If you are getting connected to the Messaging Server's MTA, you should find some indication of this in the mail.log_current file. If not, I would say to make sure the "logging" keyword is on the "defaults" channel and add LOG_CONNECTION=3 LOG_PROCESS=1 LOG_USERNAME=1 to option.dat and do imsimta cnbuild; and imsimta restart dispatcher. Then repeat the test. If you still get nothing in mail.log_current about that test, then I would conclude the connection is not getting to the Messaging Server's MTA but rather the failure is coming from a firewall or some other intermediate device.
    If your mail client authenticates to the MTA when trying to send mail from outside your network, this should result in the message submission being switched to the tcp_auth channel instead of tcp_local and that should allow the message to go thru. If the connect is making it to the MTA and being rejected there, it will be interesting to see which channel is involved. The mail.log_current records should show that.

  • MDS 9148 NX-OS 5.0(1a) Link failure Problem

    Hi all,
    I'm finding the following problem on my 2 MDS9148 switches.
    2012 May  7 14:15:54 SAN01 %PORT-4-IF_SFP_WARNING: Interface fc1/7, Low Rx Power Warning  BK01
    2012 May  7 14:15:54 SAN01 %PORT-3-IF_SFP_7ALARM: Interface fc1/7, Low Rx Power Alarm  BK01
    And finally the FC interfaces go down. We checked the fiber cable to be sure that it is not a physical issue and the fiber cables are ok.
    This happens with fc1/1, 1/3, 1/4 and several more.
    Does anyone have an idea why this could be happening and what the error might be?
    Your help will be much appreciated.
    Thanks in advance,
    Kind regards

    Krun_shah
    Seems that the other post has not a good layout.
    Here it is: THe error:
    2012 Sep  4 09:34:43 SAN-01 %PORT-2-IF_DOWN_LINK_FAILURE: %$VSAN 2%$ Interface fc1/1 is down (Link failure)  LTO3
    2012 Sep  4 09:34:44 SAN-01 %PORT-2-IF_DOWN_LINK_FAILURE: %$VSAN 2%$ Interface fc1/1 is down (Link failure)  LTO3
    2012 Sep  4 09:34:44 SAN-01 %PORT-2-IF_DOWN_LINK_FAILURE: %$VSAN 2%$ Interface fc1/5 is down (Link failure)  LTO3
    2012 Sep  4 09:35:31 SAN-01 %PORT-2-IF_DOWN_LINK_FAILURE: %$VSAN 2%$ Interface fc1/5 is down (Link failure)  LTO3
    2012 Sep  4 09:35:31 SAN-01 %PORT-5-IF_UP: %$VSAN 2%$ Interface fc1/1 is up in mode FL  LTO3
    2012 Sep  4 09:35:33 SAN-01 %PORT-5-IF_UP: %$VSAN 2%$ Interface fc1/5 is up in mode FL  LTO3
    2012 Sep  4 09:36:57 SAN-01 %PORT-4-IF_SFP_WARNING: Interface fc1/1, Low Rx Power Warning  LTO3
    2012 Sep  4 09:36:57 SAN-01 %PORT-4-IF_SFP_WARNING: Interface fc1/5, Low Rx Power Warning  LTO3
    2012 Sep  4 09:36:57 SAN-01 %PORT-3-IF_SFP_ALARM: Interface fc1/5, Low Rx Power Alarm  LTO3
    2012 Sep  4 09:46:58 SAN-01 %PORT-4-IF_SFP_WARNING: Interface fc1/1, Low Rx Power Warning cleared  LTO3
    2012 Sep  4 09:46:58 SAN-01 %PORT-3-IF_SFP_ALARM: Interface fc1/1, Low Rx Power Alarm cleared  LTO3
    2012 Sep  4 09:46:58 SAN-01 %PORT-4-IF_SFP_WARNING: Interface fc1/5, Low Rx Power Warning cleared  LTO3
    2012 Sep  4 09:46:58 SAN-01 %PORT-3-IF_SFP_ALARM: Interface fc1/5, Low Rx Power Alarm cleared 
    The fc1/1 and fc1/5 ports are experiencing the same problem as fc1/7 so I am pasting the show command output for those ports.
    The fc1/1 and fc1/5 are not ISL ports I believe. You mean ISL as the trunking protocol, right?
    Here it is the config for both ports.
    interface fc1/1
      switchport description LTO3
      port-license acquire
      no shutdown
    interface fc1/5
      switchport description LTO3
      port-license acquire
      no shutdown
    WE have connected to those ports a drive that is used by a backup robot.
    Here are the ouput for the show commands you asked.
    sh int fc1/1 counters  details
    fc1/1
          4417757720 frames, 5859624695228 bytes received
          0 class-2 frames, 0 bytes received
          0 class-2 discards
          0 F_BSY frames, 0 F_RJT frames
              generated against class-2 frames
          0 port reject frames
          4417757720 class-3 frames, 5859624695228 bytes received
          0 class-f frames, 0 bytes received
          0 discards, 0 errors received
          0 discards, 117 errors transmitted
          100604456388 frames, 207142346384892 bytes transmitted
          0 class-2 frames, 0 bytes transmitted
          100604456388 class-3 frames, 207142346384892 bytes transmitted
          0 class-3 frames discarded
          0 class-f frames, 0 bytes transmitted
          0 class-f frames discarded
          0 multicast packets received, 0 transmitted
          0 broadcast packets received, 0 transmitted
          4417756190 unicast packets received, 100611090558 transmitted
          85 link failures, 82 sync losses,       77 signal losses
          0 primitive sequence protocol errors
          163601 invalid transmission words
          0 invalid CRCs, 0 Delimiter Errors
          0 address identifier errors
          0 link reset protocol errors received
          0 link reset protocol errors transmitted
          0 Offline Sequence errors received
          173 Offline Sequence errors transmitted
          0 frames received that are shorter than
              the minimum allowable frame length
              regardless of the CRC error
          0 frames received that are longer than
              the maximum frame length and also have a
              CRC error
          0 waits due to lack of transmit credits
          0 frames received with length greater
              than what was agreed to in FLOGI/PLOGI
          0 frames received with length less than
              the minimum indicated by the frame header
          0 link reset responses received
          0 link reset responses transmitted
          0 non-operational sequences received
          88 non-operational sequences transmitted
          0 fragmented frames received
          0 frames received with EOF aborts
          0 unknown class frames received
          0 8b10b disparity errors
          117 frames discarded
          0 Exchange Link Parameters switch fabric
              internal link service request failures
          110542953 transitions of BB credit out of zero state
          0 transitions of BB credit to zero state
          0 Enhanced Inter Switch Link (EISL) frames
              discarded
          0 framing errors
          0 F8 type LIP sequence errors received
          0 F8 type LIP sequence errors issued
          193 Non F8 type LIP sequence errors received
          173 Non F8 type LIP sequence errors issued
    SAN-01# sh int fc 1/1 transceiver details
    fc1/1 sfp is present
        Name is CISCO-AVAGO    
        Manufacturer's part number is SFBR-5780APZ-CS2
        Revision is G2.3
        Serial number is AGD143284VM    
        FC Transmitter type is short wave laser w/o OFC (SN)
        FC Transmitter supports short distance link length
        Transmission medium is multimode laser with 62.5 um aperture (M6)
        Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
        Nominal bit rate is 8500 Mb/s
        Link length supported for 50/125mm fiber is 50 m
        Link length supported for 62.5/125mm fiber is 20 m
        Cisco extended id is unknown (0x0)
        No tx fault, no rx loss, in sync state, diagnostic monitoring type is 0x68
        SFP Diagnostics Information:
                                         Alarms                  Warnings
                                    High        Low         High          Low
      Temperature  34.66 C         75.00 C     -5.00 C     70.00 C        0.00 C
      Voltage       3.27 V          3.63 V      2.97 V      3.46 V        3.13 V
      Current       7.09 mA         8.50 mA     2.00 mA     8.50 mA       2.00 mA
      Tx Power     -2.91 dBm        1.70 dBm  -14.00 dBm   -1.30 dBm    -10.00 dBm
      Rx Power     -6.76 dBm        3.00 dBm  -17.30 dBm    0.00 dBm    -13.30 dBm
      Transmit Fault Count = 0
      Note: ++  high-alarm; +  high-warning; --  low-alarm; -  low-warning
    SAN-01# sh int fc1/5 counters  details
    fc1/5
          4486944237 frames, 5759105445416 bytes received
          0 class-2 frames, 0 bytes received
          0 class-2 discards
          0 F_BSY frames, 0 F_RJT frames
              generated against class-2 frames
          0 port reject frames
          4486944237 class-3 frames, 5759105445416 bytes received
          0 class-f frames, 0 bytes received
          0 discards, 0 errors received
          0 discards, 2 errors transmitted
          108664953452 frames, 223758725747704 bytes transmitted
          0 class-2 frames, 0 bytes transmitted
          108664953452 class-3 frames, 223758725747704 bytes transmitted
          0 class-3 frames discarded
          0 class-f frames, 0 bytes transmitted
          0 class-f frames discarded
          0 multicast packets received, 0 transmitted
          0 broadcast packets received, 0 transmitted
          4486942834 unicast packets received, 108671587794 transmitted
          63 link failures, 62 sync losses,       6 signal losses
          0 primitive sequence protocol errors
          124 invalid transmission words
          0 invalid CRCs, 0 Delimiter Errors
          0 address identifier errors
          0 link reset protocol errors received
          0 link reset protocol errors transmitted
          0 Offline Sequence errors received
          129 Offline Sequence errors transmitted
          0 frames received that are shorter than
              the minimum allowable frame length
              regardless of the CRC error
          0 frames received that are longer than
              the maximum frame length and also have a
              CRC error
          0 waits due to lack of transmit credits
          0 frames received with length greater
              than what was agreed to in FLOGI/PLOGI
          0 frames received with length less than
              the minimum indicated by the frame header
          0 link reset responses received
          0 link reset responses transmitted
          0 non-operational sequences received
          66 non-operational sequences transmitted
          0 fragmented frames received
          0 frames received with EOF aborts
          0 unknown class frames received
          0 8b10b disparity errors
          2 frames discarded
          0 Exchange Link Parameters switch fabric
              internal link service request failures
          294071266 transitions of BB credit out of zero state
          0 transitions of BB credit to zero state
          0 Enhanced Inter Switch Link (EISL) frames
              discarded
          0 framing errors
          0 F8 type LIP sequence errors received
          0 F8 type LIP sequence errors issued
          134 Non F8 type LIP sequence errors received
          129 Non F8 type LIP sequence errors issued
    SAN-01# sh int fc 1/5 transceiver details
    fc1/5 sfp is present
        Name is CISCO-AVAGO    
        Manufacturer's part number is SFBR-5780APZ-CS2
        Revision is G2.3
        Serial number is AGD143284VS    
        FC Transmitter type is short wave laser w/o OFC (SN)
        FC Transmitter supports short distance link length
        Transmission medium is multimode laser with 62.5 um aperture (M6)
        Supported speeds are - Min speed: 2000 Mb/s, Max speed: 8000 Mb/s
        Nominal bit rate is 8500 Mb/s
        Link length supported for 50/125mm fiber is 50 m
        Link length supported for 62.5/125mm fiber is 20 m
        Cisco extended id is unknown (0x0)
        No tx fault, no rx loss, in sync state, diagnostic monitoring type is 0x68
        SFP Diagnostics Information:
                                         Alarms                  Warnings
                                    High        Low         High          Low
      Temperature  36.53 C         75.00 C     -5.00 C     70.00 C        0.00 C
      Voltage       3.26 V          3.63 V      2.97 V      3.46 V        3.13 V
      Current       7.08 mA         8.50 mA     2.00 mA     8.50 mA       2.00 mA
      Tx Power     -2.72 dBm        1.70 dBm  -14.00 dBm   -1.30 dBm    -10.00 dBm
      Rx Power     -3.94 dBm        3.00 dBm  -17.30 dBm    0.00 dBm    -13.30 dBm
      Transmit Fault Count = 0
      Note: ++  high-alarm; +  high-warning; --  low-alarm; -  low-warning
    thanks in advance,
    Fernando

  • PIX-520 watchdog failure problem

    I tried to upgrade PIX-520 ios version up to 6.1(1) with a floppy disk which is created by boot helper file bh61.bin PIX firewall opened in boothelper> mode easily after booting floppy. Then i tried tftp downloading into the flash the file pix611.bin . There was no error but instead of asking do you want this file write to flash it rebooted with the following error!
    "Watchdog timeout failure! Please contact customer support."
    After all, i recognized solution by "erasedisk" file but the problem is still there. After downloading erasedisk611.bin file its output was the same. Again a watchdog timeout failure. In attachment there is a command output off all this.
    What i have to do to solve this problem in ease?
    Thank you.

    Did you got the pix working?
    I am having troubles but tried to install 7.x.
    Now I am getting the Watchdog timeout failures and even when trying to use erasedisk611.bin the messages keep comming.
    Jeroen

  • MSI 865pe neo 2 - BOOT FAILURE PROBLEM

    i have a msi 865pe neo 2 motherboard and im getting the following problem, when i turn on my pc it is coming up with boot failure message and ask me to restart my computer it goes through this a lot then all of a sudden it works fine , when this problem happens and i go into cmos settings i notice that it is not reconising my IDE hard drive PLEASE PLEASE can someone help me with this and tell me what the cause is and how to fix it.
    Many Thanks
    Simon Rogers

    im sorry here is the spec of my machine, and the problem is listed in my original post please can someone help
    Motherboard - MSI 865pe Neo 2
    CPU - Intel Pentium 4 2.8 GHZ Prescott
    Hard Drive - Maxtor 6E040L0
    Memory - x2 512mb Crucial DDR PC3200
    Graphics card - Nvidia GeForce Ti 4600
    Sound card -  Creative labs live 128
    CyberDrv CW038D CD-R/RW
    Sony DVD RW DW-G120A
    PSU 400 watt

  • Eminent hard disk failure problem

    hai !
    my notebook is g62 series.
    operating system - windows 7 64-bit home basic
    my problem is eminent hard disk failure,can u solve this problem as soon as possible.

    Seems that it is a hard disk failure. You could run a hard disk diagnostic test.
    Once you turn on the notebook, keep tapping F2. Select hard disk test and hit enter to run it.
    take note of the result and call hp tech support at 1-800-474-6836 so it could be serviced.
    HTH
    Click the White Kudos Star to say Thanks
    Please mark Accept As Solution if it solves your problem

Maybe you are looking for

  • Problem in accessing the itemRenderer dynamically

    Hi,      In my application i am using two AdvanceddataGrids. i am showing one datagrid at a time based on the user selection. I have provided the buttons to switch between the grids. These two datagrids are getting the data from XML. By default the d

  • MacPro RAID SLOW?

    I keep reading Disk Whack test results online using Aja's System Tester with setups just like mine and my results are pitifully slow. I have 2 Seagate 750 GB 7200rpm drives setup in a Raid 0 stripe and an Apple Raid Card. With NOTHING on the drive I'

  • Do you have an issue with the touchscreen not working when cold?

    I just got an iPhone 5 64GB White and noticed that when I ran with it outside today, in about 50 degree weather, the phone's touchscreen stopped responding. Basically I couldn't swipe to unlock. I also noticed when I put the phone on my kitchen grani

  • LR3 Camera Calibration Causes Noise

    Hi everyone, I've just recently started noticing some strange noise in the background of my portraits.  For example (noise most apparent, when viewing jpg against black background): I shot the image on a Nikon D700 (full frame) with a 70-200mm VRII a

  • Battery Draining while asleep mac book air

    I own a 2011 11' macbook air which just got its battery replaced. We brought it to the apple store and changed the battery recently. It has been doing things that it has now been doing things I have never seen before: losing a lot a battery when I cl