% of load on system in SE30

Hi,
  I have made a  ZREPORT  while performance checking in SE30  some same report with same input parameters  if i execute the report diffrent time  it is showing  diffretn graph with % of load ,  some time  on the system it is showing  4 % load   and the remaining load is distributed between  ABAP and DATA BASE,  so is there any problem if there is 4 load is comingon system.
also can u give any link  or some tips to reduce  load of the report.
  regards,
   zafar

Even se30 shows the same in different runs, run it several times first then do your final run and then take the readings.

Similar Messages

  • Error loading operating system- windows xp/windows me

    Hi,
    So, I have a Hp Pavillion 9715 desktop with windows xp professional and basically yesterday I turned on my computer and all it would do would go to the black screen saying "error loading operating system"
    Now I'm not really sure what tp do I was going to reinstall window xp, but i dont how to do this as i don't have the cd and the computer wont even power up in safe mode. I then realised that my computer's operating system is windows millenium edition, which i havs the recovery cd for. i could use this, but id lose all my data. i was wondering if there was a way to save or transfer all my files to a different hard drive. Or if there was a way to use the recovery cd to repair everything without me losing all my personal files, or would this not work because it would be windows me that is reinstalled and not xp?
    If anyone at all could help me id be so grateful, its quite annoying/upsetting. Thanks

    Welcome to the HP Forum!
    nickiblahblah wrote:
    Hi,
    So, I have a Hp Pavillion 9715 desktop with windows xp professional and basically yesterday I turned on my computer and all it would do would go to the black screen saying "error loading operating system"
    Now I'm not really sure what tp do I was going to reinstall window xp, but i dont how to do this as i don't have the cd and the computer wont even power up in safe mode. I then realised that my computer's operating system is windows millenium edition, which i havs the recovery cd for. i could use this, but id lose all my data. i was wondering if there was a way to save or transfer all my files to a different hard drive. Or if there was a way to use the recovery cd to repair everything without me losing all my personal files, or would this not work because it would be windows me that is reinstalled and not xp?
    If anyone at all could help me id be so grateful, its quite annoying/upsetting. Thanks
    Wow! Your PC is almost as old as my  (1996) Compaq 14XL244 Notebook.
    It still works, but required hard disk replacement about six years ago.  I suspect you will have a very hard time getting any files from your IDE hard disk. You can try putting the hard disk in an external enclosure and connecting it via USB to another PC. 
    The error message that you are seeing means that the BIOS can no longer recognize the hard dive.
    It is probably time to consider updating to a more recent PC. You certainly got plenty of good service life from it.
    Kind regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Can I set Boot class loader or system class loader?

    In my application, there are classes in a jar files, all these files in the jar need be loaded by a ClassLoader in my application.
    And the classes out of jar do not need the ClassLoader to load. the structure is like :
    -----myapp.jar ------in this jar, all classes need be loaded by a specified ClassLoader
    |---anoapp ------classes in this package, is normal classes
    |-------|----a.class
    |----b.class
    | ----other classes
    but my a.class need to access a class in myapp.jar, so I load the class use my ClassLoader, but there still occur
    **********ClassFormatError : bad magic number**************
    I print the classloader in a.class
    +---- System ClassLoader is : com.sun.misc.Launcher$AppClassLoader    ------------it is not my ClassLoader
    +---- a.class.getClassLoader is same as System ClassLoader    -------------------it still is not my ClassLoader
    +---- Thread.currentThread().getContextClassLoader          ------------------ it is my ClassLoader
    So I think when I access class in myapp.jar, it will loaded by System ClassLoader or Bootstrap ClassLoader, if I can set one these two classloader as my ClassLoader, it maybe not occur the Error,
    But There are not obvious method in System or Runtime etc.
    1. So can Set System Classloader or Bootstrap ClassLoader?
    2. If not, How can solve my problem?
    Thands in advanced!

    **********ClassFormatError : bad magic number**************If you get that error, then no classloader will help you. This is a problem with your running code meant for a newer version of the Virtual Machine in an older version.
    Looks like you're compiling the code with a recent JDK (1.4.x?), but running with an older VM. Try just typing "java -version" and see what it prints.
    This should just be a matter of running with the right VM. If this is an applet you're trying to run inside the browser, make sure that the browser is using the right VM. Run the "Java Control Panel" and select the correct version.

  • Aspnet_compiler web.config(132): error ASPCONFIG: Could not load type 'System.Data.Entity.Design.AspNet.EntityDesignerBuildProvider'

    My latest MVC 5 project built with VS 2013 compiled and works fine on my PC but can not be published to server using command line aspnet_compiler. I kept getting the web.config(132): error ASPCONFIG: Could not load type 'System.Data.Entity.Design.AspNet.EntityDesignerBuildProvider'
    In my web.config file, I have the following as suggested by many for solution:
    <add assembly="System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
     <add assembly="System.Data.Entity.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
    However, the error is persisting.  I have no clue how to fix this.  Hope someone can help.

    Hello FredVanc,
    As you mentions, it could work with your develop environment, so I am wondering it is that on the server machine, the assembly is not there actually. Here are some information I found which might be helpful:
    https://support.microsoft.com/en-gb/kb/958975?wa=wsignin1.0
    https://social.msdn.microsoft.com/Forums/en-US/1295cfa8-751b-4e9b-a7a7-14e1ad1393b6/compiling-error?forum=adodotnetentityframework
    By the way, since this issue is related with ASP.ENT project, I suggest that you could post it to the ASP.NET forum, there are web experts will help you:
    http://forums.asp.net/
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • "Unable to load DLL '/system/usr/lib/libidlprinter.so': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"}

    I am using intermec printer (directly loading to the printer no system used for printing) for this program and if i run this,i'm getting this below error
    "Unable to load DLL '/system/usr/lib/libidlprinter.so': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"}
    any help on this .........
    Thanks in advance.
    using System.Globalization;
    using Intermec.Printer;
    using System;
    using System.IO;
    using System.Threading;
    class TestCommunicationUSBHost
        static UI.Canvas _canvas;
        static UI.Keypad _keypad;
        static UI.Canvas.Text _exitInstruction;
        static UI.Canvas.Text _appliCationTitle;
        // static UI.Canvas.Text _companyname;
        static string _operatorCodeValue;
        static UI.Canvas.Text _operatorCodeDisplayText;
        private const string operatorCodeDisplayHeader = "SCAN Code: ";
        static PrintControl printControl = new PrintControl();
        static Drawing drawing = new Drawing();
        private static bool _isExitKeyPressed = false;
      //  private static Communication.USBHost _usbHost;
        static int Main(string[] args)
            // Init new UI canvas
            _canvas = new UI.Canvas();
            // Set up some colors to use
            Color white = new Color(255, 255, 255, 255);
            Color blue = new Color(50, 100, 150);
            // Add UI black background
            UI.Canvas.Rectangle bg = new UI.Canvas.Rectangle(0, 0, _canvas.Width, _canvas.Height, blue);
            _canvas += bg;
            // Add Line
            UI.Canvas.Line ln = new UI.Canvas.Line(10, 35, 300, 35, white);
            _canvas += ln;
            // _companyname = new UI.Canvas.Text(30, 45, "KEYBORD DEMO", "Univers Bold", 18, white);
            // _canvas += _companyname;
            // Add UI keycode text
            _exitInstruction = new UI.Canvas.Text(20, 200, "Press [F4] to EXIT.", "Univers Bold", 18, white);
            _canvas += _exitInstruction;
            _appliCationTitle = new UI.Canvas.Text(05, 05, " A1 Technologies", "Univers Bold", 23, white);
            _canvas += _appliCationTitle;
            _operatorCodeDisplayText = new UI.Canvas.Text(20, 100, operatorCodeDisplayHeader, "Univers Bold", 20, white);
            _canvas += _operatorCodeDisplayText;
            // Set up keypad event handler
            _keypad = new UI.Keypad();
            _keypad.KeyDown += new UI.Keypad.KeyEventHandler(KeyHandler);
            // Set up timer event handler
            UI.Canvas.Timer timer = new UI.Canvas.Timer();
            timer.Interval = 1000;
            timer.Tick += new UI.Canvas.TimerEventHandler(TimerHandler);
            timer.Start();
            //int USBHost port o or Setup USBHost
            Communication.USBHost _usbHost = new Communication.USBHost("/dev/ttyUSB0");
            _usbHost.Open();
            // Enter UI main loop
            _canvas.Run();
            // Cleanup UI
            _canvas.Dispose();
            _keypad.Dispose();
            return 0;
        public static void KeyHandler(Object o, UI.Keypad.KeyEventArgs eventArgs)
            int keycode;
            keycode = eventArgs.KeyChar;
            if (keycode == 4)
                _isExitKeyPressed = true;
                return;
        public static void TimerHandler(Object obj, UI.Canvas.TimerEventArgs eventArgs)
            if (_isExitKeyPressed)
                UI.Canvas.Timer timer = (UI.Canvas.Timer)obj;
                timer.Stop();
                _canvas.Exit();
            else
                // Open the first USB host device and read any data sent
                Communication.USBHost usbHost = new Communication.USBHost("/dev/ttyUSB0");
                usbHost.Open();
                if (usbHost.IsOpen)
                    Console.WriteLine("Opened /dev/ttyUSB0 ({0})", usbHost.HIDName);
                    FileStream fileStream = usbHost.GetStream();
                    try
                        int timeout = 0;
                        int i;
                        while (timeout < 5)
                            // Console.WriteLine("Exiting in {0} secs", 10 - timeout);
                            Byte[] bytes = new Byte[256];
                            if ((i = fileStream.Read(bytes, 0, bytes.Length)) > 0)
                                // string data = System.Text.Encoding.ASCII.GetString(bytes, 0, bytes.Length);
                                string data = System.Text.Encoding.ASCII.GetString(bytes, 0, i++);
                                _operatorCodeValue = data;
                                // _operatorCodeValue = _operatorCodeValue + data;
                                _operatorCodeDisplayText.Data = operatorCodeDisplayHeader + _operatorCodeValue.Substring(_operatorCodeValue.Length - 7, 7);
                                int leftCordinate = 40;
                                drawing.Clear();
                                Drawing.Text line1Text = new Drawing.Text();
                                line1Text.Point = new Point(leftCordinate + 30, 40);
                                line1Text.Data = _operatorCodeValue.Substring(_operatorCodeValue.Length - 7, 7);
                                line1Text.Height = 18;
                                line1Text.FontName = "CG Times Bold";
                                drawing += line1Text;
                                drawing.PartialRendering = true;
                                printControl.PrintFeed(drawing, 4);
                            else
                                Thread.Sleep(1000);
                                timeout++;
                    catch (Exception ex)
                        Console.WriteLine("Exception reading /dev/ttyUSB0: {0}", ex.Message);
                // Wait a short while
                Thread.Sleep(1000);
                // Clean up 
               // usbHost.Dispose();
            return;

    Hiya,
     The error is because the app tried to import that driver but it was not found. So, you will need
    to recheck your project setup, provide locations for imports, etc. I am not familar with Intermec Printer.
    The code snippet does not show any information about the DLL import, check there too.
    Hope this helps. :)

  • Error loading operating system (windows 7)

    Macbook pro 8,2 (early 2011)
    Samsung SSD 850 evo primary drive
    OWC electra 3G secondary drive in place of the original DVD drive (with disk doubler).
    My original HDD was removed for the two SSD configuration.
    It contains two partition (OS X and Win 7 pro) and everything works fine.
    I use Winclone to clone Win 7 partition to the new OWC drive.
    My OS X partition was placed on the primary Samsung drive.
    OS X works fine.
    Win 7 works fine when i use Parallels Desktop (virtualization).
    But when i try to boot with Win 7, i have the " error loading operating system" black screen.
    I cannot repair Win 7 with the installation disc because when i try to boot with the DVD, i have à black screen with a white cursor and nothing happend. (original DVD drive is used in usb, inside a dedicated external cradle).
    Here are some of terminal commands :
    Last login: Sat Feb 14 17:26:06 on console
    MacBook-Pro-de-Guillaume:~ Home$ diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *500.1 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:                  Apple_HFS Mac                     499.2 GB   disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *120.0 GB   disk1
       1:                        EFI EFI                     209.7 MB   disk1s1
       2:       Microsoft Basic Data Windows 7               119.8 GB   disk1s2
    MacBook-Pro-de-Guillaume:~ Home$ sudo gpt -vv -r show /dev/disk1
    Password:
    gpt show: /dev/disk1: mediasize=120034123776; sectorsize=512; blocks=234441648
    gpt show: /dev/disk1: PMBR at sector 0
    gpt show: /dev/disk1: Pri GPT at sector 1
    gpt show: /dev/disk1: Sec GPT at sector 234441647
          start       size  index  contents
              0          1         PMBR
              1          1         Pri GPT header
              2         32         Pri GPT table
             34          6        
             40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
         409640       2008        
         411648  234029056      2  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
      234440704        911        
      234441615         32         Sec GPT table
      234441647          1         Sec GPT header
    MacBook-Pro-de-Guillaume:~ Home$ sudo fdisk /dev/disk1
    Disk: /dev/disk1 geometry: 14593/255/63 [234441648 sectors]
    Signature: 0xAA55
             Starting       Ending
    #: id  cyl  hd sec -  cyl  hd sec [     start -       size]
    1: EE 1023 254  63 - 1023 254  63 [         1 -  234441647] <Unknown ID>
    2: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    3: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    4: 00    0   0   0 -    0   0   0 [         0 -          0] unused     
    MacBook-Pro-de-Guillaume:~ Home$ sudo gpt -vv -r show /dev/disk1
    gpt show: /dev/disk1: mediasize=120034123776; sectorsize=512; blocks=234441648
    gpt show: /dev/disk1: PMBR at sector 0
    gpt show: /dev/disk1: Pri GPT at sector 1
    gpt show: /dev/disk1: Sec GPT at sector 234441647
          start       size  index  contents
              0          1         PMBR
              1          1         Pri GPT header
              2         32         Pri GPT table
             34          6        
             40     409600      1  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
         409640       2008        
         411648  234029056      2  GPT part - EBD0A0A2-B9E5-4433-87C0-68B6B72699C7
      234440704        911        
      234441615         32         Sec GPT table
      234441647          1         Sec GPT header
    MacBook-Pro-de-Guillaume:~ Home$
    Thank you for your help !

    You are creating a new protective MBR, not a Hybrid MBR. A protective MBR encapsulates the disk into a single entry the size of the disk so legacy partitioning tools leave it untouched to 'protect' the GPT.
    In your case, since disk1 has only two partitions, GPT1 and GPT2, you should have two entries.
    Here is an example, where GPT3, 4 and 5 are hybridized.
    Rebuild MBR to match the new GPT information thus resetting the Hybrid MBR.
    Use defaults for other questions (for example Enter an MBR hex code (default AF): AF).
    Sudo gdisk /dev/disk0
    P  (Print list of parts)
    R   (Recover)
    H (chooses Hybrid)
    Partitions numbers to be hybridized: 3 4 5
    Y (Good for GRUB question)
    N (part 3 boot flag)
    N (part 4 boot flag)
    Y  (part 5 boot flag make NTFS bootable partition)
    P  (Print list of parts again)
    W  (Write the new MBR)
    Y    (Yes! write the new MBR)
    Reboot
    Please ensure that the following questions get appropriate defaults or correct values for the MBR hex codes as suggested by Gdisk. These are examples using a standard, your partition numbers will have a differential of 1. Given the prior Gdisk steps, your mapping will look as follows
    GPT1+2 (EFI+OSX) = MBR1 (You lose read visibility to OSX from Windows).
    GPT3 = MBR2 (Recovery HD).
    GPT4 (Shareddisk) = MBR3 (Shareddisk)
    GPT5 (Bootcamp) = MBR4 (Bootcamp - This should be made bootable).
    You can create variants of which partitions get mapped to which MBR). If you use 2 4 5, then Recovery will look like Free Disk space to Windows and can be corrupted. If you use 4 5, then EFI+OSX+Recovery HD will end up in MBR1. Try and see which works the best for you. In this configuration, I would also recommend not using any third-party NTFS tools.
    The following is an example for 2 3 4
    Creating entry for GPT partition #2 (MBR partition #2)
    Enter an MBR hex code (default AF): AF
    Set the bootable flag? (Y/N): n
    Creating entry for GPT partition #3 (MBR partition #3)
    Enter an MBR hex code (default AB): AB
    Set the bootable flag? (Y/N): n
    Creating entry for GPT partition #4 (MBR partition #4)
    Enter an MBR hex code (default 07): 07
    Set the bootable flag? (Y/N): y
    In your case the steps will become...
    Sudo gdisk /dev/disk0
    P  (Print list of parts)
    R   (Recover)
    H (chooses Hybrid)
    Partitions numbers to be hybridized: 2
    Y (Good for GRUB question)
    Y  (part 2 boot flag make NTFS bootable partition)
    P  (Print list of parts again)
    W  (Write the new MBR)
    Y    (Yes! write the new MBR)
    Reboot
    After the reboot, check the output of sudo fdisk /dev/disk0.

  • "Error loading operating system" in windows 7 bootcamp

    Hello, Im trying to boot up my windows 7 and its giving me "Error loading operating system". But the wierd thing is from Mac OS X i can access my bootcamp without any problem "browsing it", all my music is on it actually. Any solutions guys?

    Hi guys,
    Sorry to resurrect an old thread, but I am suddenly having a very similar problem and maybe one of you can help me.  I have searched the problem using many different phrases but have not found a solution to my specific issue anywhere so I turned here.
    Problem : I am getting the "Error Loading Operating System" error on the windows side after trying to boot up using BootCamp.
    More Info / History :  Everything was running fine until I updated OSX to 10.10.02.  I have an unsupported card with no EFI : GTX 980 so I couldn't tell what was going on with the update but it just hung in black screen for a while and then when into an infinite restart-loop.  Sooooo, I pulled the card and put my old GTX 120 with EFI back in to see what the **** was going on and miraculously it decided to finish the update.  (Maybe it had something to do with the unsupported card? IDK)  The update finished successfully after i swapped out the cards but I fear i screwed up something by restarting during the update (I was hung up, I waited a very long time before hitting the power button).  OSX is running ok, I put the other card back in and it is working ok now, but...  BootCamp was working...  once.  Then I restarted and it wouldn't work, I got the error message.  So I tried doing a verify/repair disk on both drives, OSX and W7, and that didn't do anything, so I tried to start BootCamp assistant and I couldn't...  So I reset the PRAM and that fixed the problem with BootCamp Assistant, so now that starts up, but I don't know if I can repair the issue with it?  However I still can't boot into Windows.  Again, when I hold down option on boot, I do get the menu (BootCamp?) to choose which OS to go into.  Side Note, when I pick Recovery Mode from that menu, I get the mac error message and it restarts.
    All the W7 Files are still present on the drive...  Is there any way I can back up the image, re-prep the drive for BootCamp and re-image it to repair it?  All thoughts, suggestions, etc. welcome.
    Hardware:
    • Upgraded 2009 Hex-Core Mac Pro flashed to 2010
    • OWC PCIE SSD - OSX 10.2.2 installed here
    • nVidia GTX 980 - EVGA
    • 1TB HDD - 1 Partition - Windows 7 installed here (Bootcamp)

  • "Error Loading Operating System" Message on startup. Need Help~~

    Hi Peoples,
    I got the "Error Loading Operating System" message when restarting widows. Been pulling my hairs off the past few days looking for solutions, but with no dice. anyone have a solution??
    I think the problem occurred when my computer got crashed, so I forced to turn off the computer buy hitting the power button, the next time I started the computer and it gives me a "Error Loading Operating system".
    I have tried the recommendation from Microsoft by updated the bios. Didn't work.
    http://support.microsoft.com/kb/326676
    Other solutions that recommended from varied resources, recommanding to set the drive from LBA to Large. But I don't see that option in the Bios setup.. maybe because my HD's was setup as RAID 0?
    and other recommended to use a startup disk boot into DOS and use the  fixboot/mbr to fix the mbr. But when I tried to boot with a startup disk I can't seems to find my C:\  (which is the RAID 0). How can can boot to the into the RAID?
    Any help would be greatly appreciated.
    Specs of my computer
    CPU: P4 3.0
    Mother Board: 875P Neo-LSR/
    Graphic Card: Nvidia Quadro FX 1000
    Memory: 2 GB
    HD: 2X 80 Seagate SATA Drive Configured as RAID 0

    Hey Stu, Thanks for your reply. Yes, I think the bios is configured correctly and the Raid is configured as the way it use to be.
    About the crashed, last time when I shutted down widow, using the Shut down button in the Start Menu, Window got got freezed and the power is still on, due to frustration I hit the Power button to turn off the computer, the next day I turn on the computer, and it gives me the error message.
    <-----------------------------------------------------------------------------------------
    I am using Amibios version 3.31a,
    Harddrives I have the following:
    2X80GB Seagate SATA figured as RAID 0 for C:
    80GB Maxtor on Primary ID Master
    80GB Western on Primary ID Slave
    Samsung CDRW/DVD on Secondary IDE Master
    NEC DVD RW ND on Secondary IDE Slave
    Bios setting > Intergrated Peripherals > On-Chip IDE Configuration  I have the following setting:
    On-Chip ATA  Operate Mode: Native Mode
    ATA Configuration: S-ATA Only
    S-ATA Keep Enabled: Yes
    P-ATA Channel Selection: Both
    Combined Mode Option: P-ATA 1st Channel
    S-ATA Ports Definition: p0-1st./P1-2nd.
    Configure S-ATA as RAID: Yes
    ----------------------------------------------------------------------------------------->
    PS: Is there a way to boot into the C: (Raid 0 drive) Using Dos? or maybe I can check the files is still in C drive? If the files are there, means the drives are OK? and Maybe I can use the "Fixboot" the problem? Please advise, again thanks for your help.
    Thanks.

  • "Error loading operating system" in Boot Camp/VMWare OK

    Hi, I'm getting "Error loading operating system" followed by the pc blinking _
    when I try to boot directly into Windows XP Pro using the option key at startup now w/ Boot Camp. But the partition works fine when using VMWare Fusion from within Mac OS X.
    It used to work fine booting both into boot camp and VMWare. Any ideas, I'm pretty stumped here....
    Thanks!
    Message was edited by: djohnsto77

    Yes I am sure I've read of others, but on VMware Fusion forum.
    http://communities.vmware.com/community/vmtn/desktop/fusion

  • Error loading operating system

    my computer is displaying "error loading operating system" so I insert a DVD and try to boot but still displaying the same ..its still new and I have the warranty with me

    Dear Customer,
    Welcome to HP Support Forum and we are glad to assist you.
    It looks like you are having lot of difficulties to get to the Windows Desktop as its not responding
    We will surely assist you with this.
    According to the message you have posted I suspect this could be because of the recent changes made if any.
    I would kindly request with you to perform the below shown steps to resolve the issue:
    Step 01. Turn OFF the PC
    Step 02. Power ON the PC and keep tapping F8 Key
    Step 03. Select "Safe mode" from the Advance Boot Option list
    Note: Wait till you get to the Windows Desktop
    Step 05. Please remove unwanted startup items and uninstall unwanted applications
    Step 06. Please reboot/restart the PC the normal way
    Note: Incase if these steps doesn't work you can continue troubleshooting the issue again
    Step 01. Turn OFF the PC
    Step 02. Power ON the PC and keep tapping F8 Key
    Step 03. Select "Last known good configuration" from the Advance Boot Option list
    Note: Wait till you get to the Windows Desktop
    Step 04. Please remove unwanted startup items and uninstall unwanted applications
    Step 05. Please reboot/restart the PC the normal way
    Hope this helps, for any further queries reply to the post and feel free to join us again
     **Click the KUDOS star on left to say Thanks**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.
    Thank You,
    K N R K
    I work on behalf of HP

  • Energy Saver won't load through System Prefs

    I recently upgraded from 10.2 to 10.4 and for some reason the Energy Saver icon will not load in System Prefs. so I can adjust my Sleep timer. I have restarted several times and all of the other Prefs load correctly. Is there anything I can do to fix this?
    Any info would be greatly appreciated.
    Thanks,
    _bk

    Hi and welcome to the forums.
    Boot from your Install Disc, holding down the C KEY
    1. Select your language
    2. From the Menu Bar, select Utilities>Disk Utility
    3. Select the HD, click the first aid tab
    4. Select Repair Disk. Reboot.
    Then from Applications>Utilities>Disk Utility, select the HD and Repair Disk Permissions.

  • W.I.C.S Nationwide Error Connecting - Specified driver could not be loaded due system error 998

    I am currently virtualising W.I.C.S Nationwide with APP V 5.0 SP1 on a Windows 64BIT machine. When I install and launch the application manually I am able to log into the application successfully without issues.
    When I sequence the application, I get nothing in the report to suggest any issues. in fact the report has nothing. After sequencing, when testing the application on a client machine (Which is a mirror copy of the sequencing machine), once I put in the log
    in credentials and try to connect with the application, I get the below error message:
    Error Connecting - 2147467259 :Specified driver could not be loaded due system error 998:Invalid access to memory location. (Oracle in Installclient11_1,C:\ProgramData\App-V\86B33AE4-890E-4E98-AD4F-C4F7A1FCA0DE\4D075A01-3775-4BEA-BEC4-5414B3B0D02E\Root\instantclient_11_1\sqora32.dll).
    I was wondering if anyone has had this issue with a similar application that tries to load an ODBC driver and if so how did you resolve it
    UObi

    When Sequencing did you try to go into ODBC and test the connection?  Is that file in that location? If you run a ProcMon, what results does that produce in relation to the sqora32.dll?
    Out of interest, have you tried sequencing on a 32-bit machine? I haven't had an issue yet but am wondering if it's a 32-bit driver running on 64-bit and not running correctly for some reason, either way, a ProcMon may give you some clues. Sorry, can't be
    much help
    PLEASE MARK ANY ANSWERS TO HELP OTHERS Blog:
    rorymon.com Twitter: @Rorymon

  • "disk read error" and "error loading operating system"

    Hello,
    I have a problem with my N100 0768 BSG with Windows XP system. When I turned it on there was a lenovo screen with a sign: "to interrupt normal startup press lenovo care button" as usual. But after that instead of Windows loading there was a sign: "disk read error". I rebooted it, run rescue and recovery and started recovery proces.
    However after about 20 minutes of recovery process, I saw a blue screen with some error and I could only shut down the computer. When I turned it on again, there was lenovo screen and after that I saw: "error loading operating system". I rebooted it but now I can't even run "rescue and recovery".
    I downloaded some diagnostic programme from lenovo site, burned it on dvd and run on my lenovo. When it was doing "Surface scan test" of my hard drive, there was an error: "Error : Found uncorrectable data error."
    I thought about buying rescue and recovery cd from lenovo but I heard that they do not sell it in Poland.
    Please help me.
    Sorry for my English.
    Solved!
    Go to Solution.

    If you have a dual core processor and 2 GB of RAM you will have no problems running Windows 7.   You can check the microsoft hardware compatibility site to find out for sure.
     Why 32 bit over 64 bit?
    Unless you are doing an application like Video rendering or using a Digital Audio Workstation you probably won't notice any performance difference.  Most applications today aren't written to take advantage of a 64 bit OS.  This will happen over time but for now - you just don't need it.  The 32 bit OS will be more compatible with older peripherals like printers and other devices where the manufacturer may not have built a 64 bit driver.  Also when you get the upgrade disk you will get both versions so you can start with the 32 bit and always upgrade to the 64 bit at a later time if you really need it.  You can only address a little more than 3 GB of RAM in a 32 bit OS but that is usually overkill for most applications people use.  A 64 bit OS will allow you to address more memory but you will not gain any performance increases unless the specific application you run is written as a 64 bit application. 
    I have also found certain older applications that don't work with the 64 bit OS. So it really depends on what peripherals you are using and what applications you tend to use.  The safe bet is to go with the 32 bit version. 
    If you decide to use XP just burn a copy of the XP disk and then you will have one the next time you need to reload.  The licensing has nothing to do with the media - it is all about the license you own.  Your license key should be on the bottom of your laptop. 
    Hope this helps. 

  • Satellite A205-s5809: Error loading Operating System

    I currently have a problem with my laptop as when I turn it on now, it goes straight to the loading screen for f4/f12 and then after that it goes black and goes right into a Error while loading operating system.
    Any help would be greatly appreciated.
    Edit: Now I have a new problem, when I go to insert the CD and hold down "C" to do the recovery options, right when I am about to finalize the recovery options to go to factory settings, an error pops up and tells me to shut down the computer.
    Error : 08-064B-0000
     Paration creation failed
    Please press [OK] To turn off the computer.
    Edit2: Ok, now I have done some reasearch and they say it is the BIOS that is what is wrong with my computer, I have not been able to get into the BIOS at all, I have mashed every button from f1-f12 and ESC, DEL, "C", and no BIOS.
    Can anyone help me?
    Message Edited by Shane_H on 03-13-2009 03:07 AM
    Message Edited by Shane_H on 03-13-2009 03:34 AM

    Agree with Chris that the harddrive failure on partition is corrupted.  Look into a new one to have  less headaches.

  • Re: Satellite A300 - Error loading operating system

    Hi, I have a laptop satellite a300 and when I boot the system I get an error message 'Error loading operating system' - if some kind poster can help me on this matter it would be much appreciated.
    Thanks
    Don

    Do the BIOS recognize the HDD? Check this in BIOS.
    Can you boot in safe mode?
    If you can go in the advanced boot menu, choose repair my computer and select the Toshiba recovery option. This procedure reinstalls the OS.
    This feature is only available with a preinstall Windows Vista. If you have Windows XP, you must use the CD.

Maybe you are looking for

  • Impact of Installing BI Java on an ABAP only BI 7.0 system

    Afternoon Everyone, I'm looking to answer a couple of questions around installation of BI Java on an ABAP only BI 7.0 system. Firstly, I am looking for some guidelines around common problems we would expect to see if a BI java stack is implemented on

  • How to create a Folder using a SQL Query?

    Hi How can I create a Folder (eg. C:\MyNewFolder) using SQL Query?

  • Time and date reset bug

    hu guys, recently ive been experiencing a time and date reset bug, sometimes when i open up my computer it says something like your date is set to (i forgot the exact date but the year is 2001) so i change it back to the correct time and date, im not

  • Report on user wise application wise page views

    How to get the application and user wise page view report in apex? Sanjay

  • Link BW System to EP 60 SP11

    Hello all, Does anyone know if there's any documentation in place that provides guidance on connecting a BW system to EP60 SP11 similar to the document that exists for SP2?: http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/lib