MDBexec load error on intel m/c

Hi everybody,
I'm having the same problem .when ever i boot it says mdb exec load error.
i 'm having compaq presario 7500 ,but i'm not able to install it anyhow.is there anybody who could help me out
or any sun people who could help me.
please help me.
Saurabh Parmar

MDBexec load error message? I encountered the same message.It's reasion is that a bad boot disk.
That is to say your hard disk is bad on the original.

Similar Messages

  • Solaris MDBexec Load Error

    We are trying to install Solaris 8 10/01 on an Acer G610 Server, P111, 1.2 Ghz Dual Processor with 1 GB Memory. After using fdisk on Solaris for creating the Partition and defining the swap size, the installation process restarted for continuation. However, after restarting it did not continue with the installation. We receive an error message " Solaris MDBexec Load Error". Is this due to the fact the hardware is not compatible or is there something with the installation process?

    Well, search the forum for MDBexec and you will find a range of responses to this issue. One is upgrade the bios of the scsi controller and another is to reformat the disks. It seems clear it has something to do with the Master Boot Record.
    Lee

  • MDBexec load error

    i am in big trouble,
    i got the cd of SUN SOLARIS 7 3/99 for X86 intel, but but but it is not bootable,
    now here comes the probleam , how to boot the system for sun solaris ?
    i got the half solution but it gives me an error,
    what i have done is
    1)downloaded the s7_0399.3 img file which is 1.477MB form sun site and as they told to dd it to floppy
    i dd it with linux dd if=s7_0399.3 of=/dev/fd0 bs=1440k or by dos dd.exe s7_0399.3 a: and make the bootdisk
    for sun solaris 7 3/99.
    2)but when i boot with this floppy it will show error at very first screen that is
    INCOMPLETE MDBOOT LOAD      in red color,
    3) i have the system celeron 500, 128mb, 10 gb with win98 in 5 GB and linux 7 in other 5 GB.(810c)
    can any one help me it's a bit urgent.
    thanx in advance
    rushieksh lala

    Hi there,
    I've been trying to explore the sun site for Sun Solaris7 bootable image file s7_0399.3. But I couldn't find it in this site. so could u guys help me out. and do help me in installing this thinkg also.
    thanks with rgds
    Sarad Thapa

  • Error on Intel no error on PPC

    I am developing a cocoa core data document program on both a MacBook (intel) and a mac mini (ppc). On the PPC, the project compiles and runs fine, but on the Intel, it compiles fine, but at runtime I get the following error.
    2007-05-07 14:54:19.942 myProgram[5361] * -[NSBundle load]: Error loading code /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL for bundle /Library/InputManagers/SIMBL/SIMBL.bundle, error code 2 (link edit error code 0, error number 0 ())
    The error does not prevent it from running. In fact it does not seem to affect the functioning of the program at all. But I would like to know what is causing this error to show up and how to fix it. In case it might be relevant: each of the two projects (PPC and Intel) includes a framework that I wrote (so that my custom view would have a data binding in Interface Builder). The custom view appears to work with both versions.
    Any ideas about what could be causing the problem and how to fix it? Thank you in advance.
    I am using Xcode 2.4.1.

    You have an outdated version of SIMBL that is not Univeral Binary. If you get the latest version or just remove SIMBL, the error should go away.
    Developers should be careful with 3rd party system additions.They can introduce errors or hide them.

  • Power book not loading (error: unable to find driver for this platform) help me please

    power book not loading (error: unable to find driver for this platform) help

    That usually happens when trying to install Mac software intended for Intel-powered Macs (made in 2006 through present) on a PowerPC mac like teh powerbook (made before 2006).
    You post is a little cryptic, however. We may be of further help if you can tell us:
    <> the PowerBook's processor type (G3 or G4) and the Mac OS version, both available by doing "About the Mac" from your Apple menu.
    <> what program and its version your were trying to run and/or install.

  • Mac app store wont load, error "powerpc Apps not supported"

    mac app store wont load, error "powerpc Apps not supported"
    Im running a 2008 intel i mac with ios 10.7.5 all updates done. Have previously used the store ok.
    Help please.

    You're using 10.7 but Rosetta is no longer available on that build. So you can't get PowerPC emulation to run anymore. Sorry but that's been stripped out.
    But I am puzzled as to why this would prevent Mac App Store from loading.
    Could you show us a screenshot of this error, and your screen in its entirey here? Thanks.

  • Getting Page Load Error while opening a Opportunity in new window

    Hi All,
    outbound SSO is enabled.
    when i try to punch-in to my application from CRM through opportunity web link with Web Link Target as "open in custom tab" its working properly, but when i have Web Link Target as "open in new window" i am getting page load error. previously with out Outbounf SSO it is working properly.
    Do i need enable any settings in CRM
    thanks

    when the web link target is "open in new window" or "open in current window" the request send to third party application from CRM ONDemand is HTTPS request as SSL is not enabled it is giving "page load error"(In the web link we are specifying http only) (User athentication type is "username & password/ SSO")
    Is there any setting in CRM Ondemand to send Http request only instead of HTTPS?

  • Error building project using kXML2 - "Class loading error: Wrong name"

    Hi,
    I'm testing the XML-Parser KXML2 and downloaded the latest package, but the minimal version (kxml2-min.zip). I put this file into the directory "%j2mewtk%\apps\KxmlTest\lib" and wrote the lines
    import org.kxml2.io.*;
    import org.xmlpull.v1.*;
    When I try to build the project with the Wireless Toolkit (v1.04) it spits out the following error:
    Error preverifying class kxml2.io.KXmlParser
    Class loading error: Wrong name
    com.sun.kvem.ktools.ExecutionException: Preverifier returned 1
    Build failed
    I also tried the full package "kxml2.zip" but the same error occurs.
    How can I get rid of this? Thanks in advance!

    Okay, finally worked it out (hopefully). I unpacked the archive to a directory (say "%J2MEWTK%\apps\KxmlTest\tmpclasses") and then preverified them "manually":
    %J2SDK%\bin\preverify.exe -classpath "%J2MEWTK%\apps\KxmlTest\tmpclasses";"%J2MEWTK%\lib\midpapi.zip" org.kxml2.io.KXmlParser
    %J2SDK%\bin\preverify.exe -classpath "%J2MEWTK%\apps\KxmlTest\tmpclasses";"%J2MEWTK%\lib\midpapi.zip" org.xmlpull.v1.XmlPullParser
    %J2SDK%\bin\preverify.exe -classpath "%J2MEWTK%\apps\KxmlTest\tmpclasses";"%J2MEWTK%\lib\midpapi.zip" org.xmlpull.v1.XmlPullParserException
    Then I packed them again to a jar-file:
    %J2SDK%\bin\jar.exe -cvf kxml2-min.jar %J2MEWTK%\apps\KxmlTest\tmpclasses\output\.
    That was all!

  • Loading Errors-Essbase

    Hi all,
    Please help me with this..
    I got the following errors while load is running in essbase, I have seen this in log files..
    All other cubes loaded successfully, except 1 cube.
    ERROR 1054004 - Application is not loaded
    ERROR - 1002097 - Unable to load database
    The Oracle website shows
    Possible solution for 1st error is Make sure that you created the filters correctly.
    2nd error is not mentioned there.
    Please help me solving this issue.
    Cheers
    Prash

    Hi,
    First of all can you start this database from say EAS, does it say it cannot start?
    It might be a hung esssvr.exe process, stop all the databases and if you still see an esssvr.exe process running you may need to end that process unless you can stop it with maxl or esscmd.
    If you are unsure how to do it then it might be easier to give the box a reboot.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Load error code 11 when attempting to open .vi from library

    Hello,
    Recently a colleague sent me a .llb containing a VI and sub-VIs of a program needed for my research.  The VI opens correctly but none of the sub-VIs can be found by it and when I attempt to open the sub-VIs I get load error code 11: VI version (6.0) cannot be converted to the current Labview verstion (8.5.1) because is has no block diagram. 
    I am running Vista with 8.5.1 and attempting to open a library of version 6.0.  I do not know what OS the library was compiled on.  (Linux is a possibility)  The colleague who sent me the program does not know either, as he recieved it from another colleague whom he is no longer in contact with.
    I am fairly certain the library was saved with block diagrams, so I do not think that is the source of the error.
    Does anyone know what might be a way to get these sub-VIs working?

    Okay,
    File posted.  Someone please tell me if this has a block diagram on it.
    Attachments:
    Find First Error.vi ‏24 KB

  • Solution to "Quicktime Plug-in failed to load" error

    My solution to "Plug-in failed to load" error message when attempting to watch demo movie on Apple website (and others):
    I found two Quick-time plugin.plugin files in my Internet Plug-ins folder in my
    User Library folder. One was version 6.3 and one was version 6.5.2.
    Removing the 6.3 version solved the problem. Removing the 6.5.2 version had no effect, so I removed it also.
    Never could have solved this one without the help of Woody at Apple!!!!

    Why not install version 7?

  • Stor.e TV+ No Loader error keeps coming up when switching on

    I have been experiencing continual problems accessing the hard drive. "No Loader" error message keeps coming up when switching on.
    The so-called "solution" to this problem posted on this forum is to open up the box and fiddle with the cables. Whilst I have had some success with this method initially, dismantling the box 10 times a week is not on.
    I tried something else in desperation.
    When the No Loader message comes up, I switch the box off and on again from the remote.
    After 2 or 3 times or so the HDD folder usually appears.
    I have been doing this consistently now with great success. This however suggests that the No Loader error message is NOT a mechanical connector problem with the hard drive but (as usual) poor software (what else?).
    Dismantling the unit is tantamount to switching it off for an extended period of time so may explain why this technique works.
    Switching the unit on and off several times also solves the problem of the D folder not appearing on the network even though Win7 shows Store-TV-Plus as a mapped NTFS drive (but can't find the D folder).
    See the similarity?
    Another thing that exacerbates problems is the unit's poor ventilation. The first thing that happens with this unit is that the rubbish stick-on rubber feet fall off.
    Whilst this may seem innocuous, the ventilation slots are underneath the unit and will be blocked if there are no feet. I live in a hot country so this device gets pretty hot and behaves even more erratically unless well ventilated.
    Ideally keep it well away from other units and preferably sit it on a small box by itself with the vents underneath well exposed.
    I also still experience problems playing FLAC and MKV files. The unit occasionally loses synch with FLAC files which generally otherwise play OK and locks up or causes loud bangs or white noise on the speakers (dangerous).
    Some MKV files just don't play at all even though VLC plays them. There are a myriad other inconsistencies but these are the most annoying.
    Is anyone else experiencing these problems or does anyone have any other solutions to prevent these problems?
    I don't suppose we can expect another software upgrade from Toshiba? In your dreams, pal.

    OK, so I took the risk and updated the firmware of my Stor.e TV+ to the Noontec V8S latest firmware V3.0816.13_V8S from noontec website.
    The update went fine without a hitch (took about 2 minutes from an old 256MB flash drive plugged into the back USB port of the unit, which I formatted before using), and some of the irritating shortcomings of the Toshiba firmware was solved. Samba worked in some fashion, but I was still not able to download songs directly to the Stor.e over wireless, which is the only other feature I currently need. The irritating remote control buttons were changed to the way any sane person would use them (I had changed my universal remote control to correct this, so would have to change the settings if I kept the updated firmware) The new firmware seems solid, but I DON'T USE THE VIDEO CAPABLITIES, so I can't comment on this.
    One major drawback of this update for me is that the small display on the unit becomes much less readable. Seems like there is a problem with the font on the new firmware. I use my Stor.e exclusively as a flac music player, and since I don't have it connected to a tv the small display is crucial for me to select tracks or disks. I have 300+ discs, so the Stor.e is an excellent cheap media player which I connect to my HIFI system via a DAC.
    I thus had to change back to the Toshiba firmware to correct this problem. Seems like I would still have to use USB to download music to the Stor.e when I buy new CDs. What a pity.
    Incidentally, the new Toshiba firmware is very much like the old firmware, in that it lacks the capability to switch on Samba. In the readme Toshiba states that the new firmware fixes a network problem, but I think that this is probably the smallest issue most users have with the Toshiba firmware.
    So, my advice to anyone having video, control or other issues with the Toshiba firmware is to flash to the Noontec firmware to see if it resolves their issues. If it doesn't one can always revert to the official Toshiba firmware as I did.
    You do this at your own risk though, if you brick your unit don't blame me...

  • I have an iPod nano v4 or 5 and when I connect it to my Hyundai Santa Fe I get an iPod loading error message.  The cable came with the car when I purchased it and the dealer was able to get it to work with his newer ipod.  Please advise.

    I have an iPod Nano v4 or 5 and when I connect it to my Hyundai Santa Fe I get an iPod Loading error message.  The cable works with the dealer's iPod which is a newer model.  The cable came with the car when I purchased it.  Please advise.  Thanks.

    Hi Bander Bunny!
    I have a couple of articles that should be able to help you troubleshoot this issue a little further. You may want to try uninstalling and reinstalling iTunes first. This has to be done in a specific manner, and this article can help you do that:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/ht1923
    Another option is that you may want to try syncing your iPod nano manually. Here's is an article that pertains to manually managing the content of your iPod nano:
    Managing content manually on iPhone, iPad, and iPod
    http://support.apple.com/kb/ht1535
    It's also possible that this issue resides with your iPod nano. Here is a website that will help you troubleshoot the iPod nano:
    Apple - Support - iPod Troubleshooting Assistants
    http://www.apple.com/support/ipod/five_rs/
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • Program Load Error

    HI everyone,
        I have a problem regarding abap program,
    I have transported a program with tcode from development server to production  server but when i run the program in production server the program gives a runtime error.
    " Program Load Error " thus dumping the program.
    when i checked it in SE38 of production server it quotes " program does not exiist ".
    Can please anyone let me know wat is the reason??
    Thank you,
    Vivek.

    Hi vivekacharya,
    I think you saved  the report and tcode in different Transports Requests, you moved only one request in which the report is not exsist.
    so  go to se38 program goto utilities --> versions  -->  version management and then  get the request and transport  the request to production server.
    Regards,
    Sateesh

  • What can I do about "LabVIEW load error code 38: Failed to uncompress part of the VI."

    While attempting to load an executable LabVIEW application for LabVIEW 2009 SP1 on a Windows-XP machine when the following pop-up message occurs. "LabVIEW: Memory or data structure corrupt. An error occurs in loading VI 'NI_Gmath.lblib: Backward Bracket Search.VI'. LabVIEW load error code 38: Failed to uncompress part of the VI. The VI is most likely corrupt." What seems odd is that the same LabVIEW application loads fine when logged on as a privileged user account, but fails to load on a private user account.
    Attachments:
    2012-07-18 LabVIEW Load error code 38.jpg ‏1314 KB

    Here's a thought:
    So when something is decompressed, a temp folder is often used. 
    I have no idea why LabVIEW would be decompressing anything, but I suspect it is trying to put the decompressed file into a temp folder where the user does not have write permissions.
    In the .ini file for your executable, you can add a line that specified the location of the temp folder to use:
    tmpdir=C:\Temp
    On my Win7 machine, the location is:
    C:\Users\MyUserName\AppData\Local\Temp
    On WinXP, it is probably:
    C:\Documents And Settings\YourUserName\local settings\temp
     Try changing the tmpdir key in your ini file to something to C:\Temp and see if that helps.
    - john

Maybe you are looking for

  • Report 2.5 not getting proper output

    the problem with the report is like this if i input the value in forms 4.5 for amount is 2,272,359.52USD the output is perfect in changing the format to words.it shows two million two hundred seventytwo thousand three hundred and fiftynine dollars an

  • Can't Publish movies of any size!

    When I try to publish a movie from iMovie to iWeb it says I have a publishing error. It may occur at anytime during the uploading process. I have turned off Disk Syncing, I have turned off all Screen Savers and such. I was able to post video before I

  • Bug in 10.1.3

    In swing programming, jdeveloper will lose the menu's caption setting.

  • Dimension tables versus dimension Objects

    Hi, We are trying to model a Data Warehouse and I am a little confused about the way the word dimension is used to describe a table and also an object in Oracle. Our situation is that we will be pulling data from the source system into a staging area

  • How to Remove TWAIN from CS3?

    Hello, I recently moved my scanner from my new computer to my old computer due to my family getting newer laser printer installed. Although when I tried scaning a few things into Photoshop using WIA, everything was normal at first, however after a fe