WM : Confirmation of loading operator

Dear  All
Please can you tell me how I can establish who loaded a pallet on SAP. I can see who packed it but it does not show me who scanned it for loading. I really need to know how to do this for a disciplinary matter.
What I would like is to be able to see which operator actually loaded the HU onto the trailer. Currently using HUMO I can only see the who packed the HU. Once ready for despatch, the pallet is scanned to truck and the despatch paperwork prints off in the office. However, I can not see the ID of the operator who scanned the HU to truck. As this is a different operator, if there are any issues (as there is in the current problem that I am looking at), then I am unable to prove who handled the pallet for loading.
Best luck to all
Nitin

Cannot be done.

Similar Messages

  • Error: Load operation failed for query 'GetAuthenticationInfo'. The remote server returned an error: NotFound.

    Hello,
    I have a lightswitch web-application in development, which I need to copy from one computer to the other. I have tried doing it both through Git and by simply copying the solution and opening the project on another machine. The project builds without errors,
    but when I try to debug it, it opens a web-browser, loads to 100% and pops up an error - Load operation failed for query 'GetAuthenticationInfo'. The remote server returned an error: NotFound.
    Now, I have tried repairing Visual Studio on my machine, reinstalling .NET framework and setting  <basicAuthentication enabled="false" /> in web.config, yet it still does not run.
    When using Fiddler, it shows an error while loading the application - "HTTP/1.1 500 Internal Server Error" , which I honestly don't know what it means.
    The application uses ComponentOne and Telerik modules, but they are both installed on both machines. 
    The application does run perfectly on the original machine, but it is not working on any other one.
    Both machines are using Win 8.1 and Visual Studio 2013 Update 4.
    I have tried to look this up online, but most people's problem are when they are deploying the app, not just debugging. I would be really happy for any help with this issue.
    Thanks!

    I have the same problem on one of my development machines. Whenever I create a new project, the System.IdentityModel.Tokens.Jwt nuget package is not referenced properly. The project compiles correctly but you are not able to debug as I get the same error
    as you.
    If you open up your references and there is an error next to any of your references make sure that you correct them. In the case of the jwt reference error, I have to remove the jwt reference and then add it back from the packages folder.
    This may not be your problem but could point you in a direction?

  • 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

  • OWB 9.0.4 :SQL*Loader: Operator POSTMAPPING does not support

    Hi,
    While trying to poulate Analytical Workspace using WB_LOAD_OLAP_CUBE, I got the following validation error
    The analysis of the mapping is not successful under all supported languages and operating modes. Detail is as follows:
    SQL*Loader: Operator POSTMAPPING does not support SQL*Loader generation.
    ABAP: Operator AWPARAMS does not support ABAP generation.
    I dont know what that means. Your help will be appreciated. Do I need apply some post 9.2.0.3 patch?. If yes, please let me know the patch number if available.
    FYI: I am using Oracle9i with 9.2.0.3 patch
    Thanks
    Panneer

    Panneer,
    Does the regular process load from a flat file into a table? This would be implemented as SQL loader mapping... in which case a PL/SQL call cannot be implemented.
    What you could do:
    - Use an external table to read from the flat file.
    - Use the transformation in a process flow. I.e. you first execute the SQL loader mapping and then execute the transformation.
    Mark.

  • Failed to load operational configuration

    Dear support,
    I have an application which uses toplink grid. However, once I get the data from DB and would like to cache the data, it throws exception.
    Do you have any idea of the following stack trace? Seems that it is related to failure to load the configuration.
    com.oocl.frm.transaction.exception.FWJPATransactionReadException: Unexpected exception in read()
         at com.oocl.frm.transaction.FWJPAReadTransaction.internalExecute(FWJPAReadTransaction.java:129)
         at com.oocl.frm.transaction.FWJPAReadTransaction.execute(FWJPAReadTransaction.java:68)
         at com.oocl.ir4.test.cmtx.TestGetTranshipmentCommissionCost.testGetCostByCountry(TestGetTranshipmentCommissionCost.java:23)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at junit.framework.TestCase.runTest(TestCase.java:154)
         at junit.framework.TestCase.runBare(TestCase.java:127)
         at junit.framework.TestResult$1.protect(TestResult.java:106)
         at junit.framework.TestResult.runProtected(TestResult.java:124)
         at junit.framework.TestResult.run(TestResult.java:109)
         at junit.framework.TestCase.run(TestCase.java:118)
         at junit.framework.TestSuite.runTest(TestSuite.java:208)
         at junit.framework.TestSuite.run(TestSuite.java:203)
         at org.junitee.runner.TestRunner$1.run(TestRunner.java:72)
         at org.junitee.runner.TestRunner.run(TestRunner.java:95)
         at org.junitee.servlet.JUnitEEServlet.runTests(JUnitEEServlet.java:232)
         at org.junitee.servlet.JUnitEEServlet.doGet(JUnitEEServlet.java:203)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3717)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: Exception [EclipseLink-38] (Eclipse Persistence Services - 2.1.2.v20101206-r8635): org.eclipse.persistence.exceptions.DescriptorException
    Exception Description: Identity map constructor failed because an invalid identity map was specified.
    Internal Exception: java.lang.reflect.InvocationTargetException
    Target Invocation Exception: Exception [EclipseLink-80000] (Eclipse Persistence Services - 2.1.2.v20101206-r8635): oracle.eclipselink.coherence.exceptions.IntegrationException
    Exception Description: Unable to connect to Coherence Cache by name: CMTX_TranshipmentCommissionCost.
    Internal Exception: (Wrapped) java.lang.reflect.InvocationTargetException
    Descriptor: RelationalDescriptor(com.oocl.ir4.cmtx.model.TranshipmentCommissionCost --> [DatabaseTable(CMTX_TXSHP_COMM_COST)])
         at org.eclipse.persistence.exceptions.DescriptorException.invalidIdentityMap(DescriptorException.java:822)
         at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.buildNewIdentityMap(IdentityMapManager.java:362)
         at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.buildNewIdentityMap(IdentityMapManager.java:327)
         at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.getIdentityMap(IdentityMapManager.java:902)
         at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.acquireLock(IdentityMapManager.java:133)
         at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:92)
         at org.eclipse.persistence.internal.sessions.IdentityMapAccessor.acquireLock(IdentityMapAccessor.java:83)
         at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:698)
         at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:616)
         at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:569)
         at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:502)
         at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:454)
         at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:723)
         at org.eclipse.persistence.queries.ReadAllQuery.registerResultInUnitOfWork(ReadAllQuery.java:738)
         at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:420)
         at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1076)
         at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:740)
         at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1036)
         at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:380)
         at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1122)
         at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2908)
         at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1291)
         at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1273)
         at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1247)
         at org.eclipse.persistence.internal.jpa.EJBQueryImpl.executeReadQuery(EJBQueryImpl.java:479)
         at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getResultList(EJBQueryImpl.java:714)
         at com.oocl.frm.persistence.impl.FrmPersistenceQuery.getResultList(FrmPersistenceQuery.java:137)
         at com.oocl.ir4.cmtx.transaction.GetTranshipmentCommissionCostTransaction.read(GetTranshipmentCommissionCostTransaction.java:41)
         at com.oocl.frm.transaction.FWJPAReadTransaction.internalExecute(FWJPAReadTransaction.java:114)
         ... 33 more
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
         at org.eclipse.persistence.internal.security.PrivilegedAccessHelper.invokeConstructor(PrivilegedAccessHelper.java:350)
         at org.eclipse.persistence.internal.identitymaps.IdentityMapManager.buildNewIdentityMap(IdentityMapManager.java:357)
         ... 60 more
    Caused by: Exception [EclipseLink-80000] (Eclipse Persistence Services - 2.1.2.v20101206-r8635): oracle.eclipselink.coherence.exceptions.IntegrationException
    Exception Description: Unable to connect to Coherence Cache by name: CMTX_TranshipmentCommissionCost.
    Internal Exception: (Wrapped) java.lang.reflect.InvocationTargetException
         at oracle.eclipselink.coherence.exceptions.IntegrationException.unableToFindCoherenceCache(IntegrationException.java:76)
         at oracle.eclipselink.coherence.integrated.cache.CoherenceInterceptor.<init>(CoherenceInterceptor.java:84)
         ... 66 more
    Caused by: (Wrapped) java.lang.reflect.InvocationTargetException
         at com.tangosol.util.Base.ensureRuntimeException(Base.java:288)
         at com.tangosol.util.Base.ensureRuntimeException(Base.java:269)
         at com.tangosol.net.CacheFactory.getServiceConfig(CacheFactory.java:783)
         at com.tangosol.net.CacheFactory.getCacheFactoryBuilderConfig(CacheFactory.java:660)
         at com.tangosol.net.CacheFactory.getCacheFactoryBuilder(CacheFactory.java:62)
         at oracle.eclipselink.coherence.integrated.internal.cache.Coherence35Adaptor.getNamedCache(Coherence35Adaptor.java:33)
         at oracle.eclipselink.coherence.integrated.internal.cache.CoherenceCacheHelper.getNamedCache(CoherenceCacheHelper.java:240)
         at oracle.eclipselink.coherence.integrated.cache.CoherenceInterceptor.<init>(CoherenceInterceptor.java:79)
         ... 66 more
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.tangosol.net.CacheFactory.getServiceConfig(CacheFactory.java:779)
         ... 71 more
    Caused by: (Wrapped: Failed to load operational configuration: /tangosol-coherence.xml) (Wrapped) java.io.IOException: Exception occurred during schema validation:
    src-resolve: Cannot resolve the name 'instance' to a(n) 'group' component.
         at com.tangosol.util.Base.ensureRuntimeException(Base.java:288)
         at com.tangosol.run.xml.XmlHelper.loadResourceInternal(XmlHelper.java:332)
         at com.tangosol.run.xml.XmlHelper.loadResource(XmlHelper.java:251)
         at com.tangosol.coherence.component.application.console.Coherence.loadConfiguration(Coherence.CDB:19)
         at com.tangosol.coherence.component.application.console.Coherence.getServiceConfig(Coherence.CDB:14)
         at com.tangosol.coherence.component.application.console.Coherence.ensureRunningLogger(Coherence.CDB:10)
         at com.tangosol.coherence.component.application.console.Coherence.getSafeCluster(Coherence.CDB:14)
         at com.tangosol.coherence.component.application.console.Coherence.getServiceConfig(Coherence.CDB:8)
         ... 76 more
    Caused by: (Wrapped) java.io.IOException: Exception occurred during schema validation:
    src-resolve: Cannot resolve the name 'instance' to a(n) 'group' component.
         at com.tangosol.run.xml.XmlHelper.loadXml(XmlHelper.java:142)
         at com.tangosol.run.xml.XmlHelper.loadXml(XmlHelper.java:177)
         at com.tangosol.run.xml.XmlHelper.loadResourceInternal(XmlHelper.java:322)
         ... 82 more
    Caused by: java.io.IOException: Exception occurred during schema validation:
    src-resolve: Cannot resolve the name 'instance' to a(n) 'group' component.
         at com.tangosol.run.xml.SimpleParser.parseXml(SimpleParser.java:206)
         at com.tangosol.run.xml.SimpleParser.parseXml(SimpleParser.java:87)
         at com.tangosol.run.xml.SimpleParser.parseXml(SimpleParser.java:156)
         at com.tangosol.run.xml.XmlHelper.loadXml(XmlHelper.java:138)
         ... 84 more
    Caused by: org.xml.sax.SAXParseException: src-resolve: Cannot resolve the name 'instance' to a(n) 'group' component.
         at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)
         at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:131)
         at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:384)
         at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.reportSchemaErr(XSDHandler.java:2537)
         at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.reportSchemaError(XSDHandler.java:2528)
         at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.getGlobalDecl(XSDHandler.java:1472)
         at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDGroupTraverser.traverseLocal(XSDGroupTraverser.java:72)
         at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDComplexTypeTraverser.processComplexContent(XSDComplexTypeTraverser.java:966)
         at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDComplexTypeTraverser.traverseComplexTypeDecl(XSDComplexTypeTraverser.java:279)
         at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDComplexTypeTraverser.traverseLocal(XSDComplexTypeTraverser.java:133)
         at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDElementTraverser.traverseNamedElement(XSDElementTraverser.java:356)
         at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDElementTraverser.traverseGlobal(XSDElementTraverser.java:214)
         at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.traverseSchemas(XSDHandler.java:1258)
         at com.sun.org.apache.xerces.internal.impl.xs.traversers.XSDHandler.parseSchema(XSDHandler.java:579)
         at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:552)
         at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadGrammar(XMLSchemaLoader.java:519)
         at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadGrammar(XMLSchemaLoader.java:485)
         at com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.newSchema(XMLSchemaFactory.java:210)
         at com.tangosol.run.xml.SaxParser.validateXsd(SaxParser.java:230)
         at com.tangosol.run.xml.SimpleParser.parseXml(SimpleParser.java:200)
         ... 87 more

    It could be one of a few things; Coherence is validating the XML file against its schema so either...
    1. You have a custom tangosol-coherence.xml file that is not valid
    2. You have incompatible XML jars in your classpath - we had this problem with an old version of Xerces that was in our classpath.
    JK

  • 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

  • "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.

  • How to fix "error loading operating system"

    My pc becomes lag and i did defrag the c driver. it took almost 2 hours, so i stopped it. after i restart my pc back, there was a message "error loading operating system". anyone can help me? please im stuck.... i cant do anything and i can access
    to safe mode. too bad :(

    If you don't have the Operating system CD
    try to repair OS or choose last known good configuration
    update your BIOS (bit risky)
    a few restart sometimes help
    You have windows 7 CD's?
    If yes, you can use start up repair
    1.Insert your Windows 7 install disc
    2.Restart your computer and boot from the CD
    3.Press any key when you see “Press any key to boot from CD or DVD”
    4.Click Repair your computer after selecting your language, time and keyboard method
    5.Select the drive of your Windows installation and click Next. The standard drive is usually C:\.
    6.Select Startup Repair and wait for the process to finish.
    or you can perform system restore from the disk
    1.Insert the Windows 7 install disc
    2.Restart your computer and boot from the install disc
    3.Press a key when “Press any key to boot from CD or DVD” message appears on your screen
    4.Click on Repair your computer after selecting a language, time and keyboard method
    5.Select the drive where you installed Windows (usually C:\)
    6.ClickNext
    7.Select System Restore from the System Recovery Options window
    8.Follow the System Restore instructions to select a restore point
    9.Restore your PC by clicking Finish
    or bootrec.exe and rebuild the BCD
    1.Insert your Windows 7 install disc
    2.Restart your computer and boot from the CD
    3.Press any key at the “Press any key to boot from CD or DVD” message
    4.Choose Repair your computer after you select the language, time and keyboard method
    5.Select your Windows installation drive (usually C:\)
    6.Click Next
    7.Select Command Prompt from System Recovery Options
    8.Type the following command and press Enter: bootrec /rebuildbcd
    or you can use windows or other 3rd party app to recover OS, but its also need OS media files
    http://windows.microsoft.com/en-us/windows/what-are-system-recovery-options#what-are-system-recovery-options=windows-7
    http://neosmart.net/EasyRE/

  • P2vhd and error loading operating system

    I used p2vhd to create a windows server 2003 server to a vhd file.  I have done in this in the past wihtout any issue but it seems this time when i load the vhd i get the message.  error
    loading operating system.  Any idea why this is?

    Hi KirkSH,
    I am assuming that you are using SCVMM to achieve P2V .
    And the following article indicated that server pack2 is required to install into
    server2003 when you try to do P2V :
    http://technet.microsoft.com/en-us/library/hh427293.aspx
    Also it is recommended to use windows server 2003 with sp2 as a VM  in hype-v 2008/R2 and hyper-v 2012/R2 .
    For details please refer to following links :
    http://technet.microsoft.com/library/cc794868(WS.10).aspx
    http://technet.microsoft.com/library/hh831531.aspx
    Any further information please feel free to let us know .
    Hope it helps
    Best Regards
    Elton Ji
    If it is not the answer , please unmark it to continue
    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.

Maybe you are looking for

  • Out of Memory Error when transcoding

    I am using winXP and Encore CS3. I don't have anything else open. My project is complete, but I cannot burn to DVD because I get this Out of Memory error, save and close to avoid loss.  I am trying to transcode the audio track for the DVD. I've made

  • Cannot start services in Mewdia Center (errors 0x80070005 and 70006)

    I have an HP Touchsmart IQ506 desktop with integral TV tuner. I recently did a system recovery (not restore) to Vista and upgraded to Win7 with my disc, then to SP1. The computer searched for the tuner, but no luck. I looked to the services, and they

  • 'Original file could not be found'  Would you like to locate it?

    I gotta admit to being pretty sick of seeing this message, when trying to edit/play songs from itunes. Could someone please tell me where I'm going wrong. All my music is on an Ext HDD simply because there is more than my laptop can handle. I have ch

  • 3 level ALV grid display

    Hi, i have a ALV report on the line selection it will call a ZFM and displays 2nd ALV report. In 2nd ALV report based on selection it will display 3rd ALV report. My requirement is on selection of BACK button in 3rd ALV, i need to display 1st ALV. an

  • Toshiba L655-S5096 webcam issues

    So I tried to use my webcam on skype today and I noticed it wasn't working. I would try to connect and the webcam would turn on for a split second then short out (what I mean is that the blue light would flash a couple time then fade out). So I unins