Failed to load 'WorkflowEngine.properties'. File is empty or missing

Hi, i'm migrating from 11.1.1.3 Hyperion Version, to 11.1.2.1.
When i execute the hssmigrate.bat and select the path of the files, it gave me that error: "Failed to load 'WorkflowEngine.properties'. File is empty or missing"
The complete log migration is the following:
2012-12-15 20:00:36,890 INFO [main] com.hyperion.hub.upgrade.facade.HSSUpgradeExportFacade.loadHSSVersion(Unknown Source) -- Export Shared Serivces Version : 11.1.1.3
2012-12-15 20:00:36,906 INFO [main] com.hyperion.hub.upgrade.facade.HSSUpgradeExportFacade.validateHSSUrl(Unknown Source) -- Started validating Shared Services server availability.
2012-12-15 20:00:38,187 INFO [main] com.hyperion.hub.upgrade.facade.HSSUpgradeExportFacade.getHssURLfromRegistry(Unknown Source) -- Got Shared Services URL from Registry - http://alfredo:28080/interop
2012-12-15 20:00:38,250 INFO [main] com.hyperion.hub.upgrade.facade.HSSUpgradeExportFacade.validateHSSUrl(Unknown Source) -- Connecting to Shared Services URL - http://alfredo:28080/interop/index.jsp
2012-12-15 20:00:38,375 INFO [main] com.hyperion.hub.upgrade.facade.HSSUpgradeExportFacade.validateHSSUrl(Unknown Source) -- Finished Connecting to Shared Services URL - http://alfredo:28080/interop/index.jsp
2012-12-15 20:00:38,375 INFO [main] com.hyperion.hub.upgrade.facade.HSSUpgradeExportFacade.validateHSSUrl(Unknown Source) -- Shared Services availability and found with satus code - '200' and status message - 'OK'
2012-12-15 20:00:38,375 INFO [main] com.hyperion.hub.upgrade.facade.HSSUpgradeExportFacade.validateHSSUrl(Unknown Source) -- Finished validating Shared Services server availability.
2012-12-15 20:00:38,671 ERROR [main] com.hyperion.hub.upgrade.common.HSSUpgradeException.<init>(Unknown Source) -- Failed to load 'WorkflowEngine.properties'. File is empty or missing
2012-12-15 20:00:38,671 ERROR [main] com.hyperion.hub.upgrade.HSSUpgradeExportUtility.main(Unknown Source) -- Shared Services Export operation is aborted : [Root Cause: Failed to load 'WorkflowEngine.properties'. File is empty or missing ]
The file exist in the path and the Shared Services is up and running.
Can anybody help me on that?
The OS version is Windows 2003.
DB version: 11.2
All is under 32 bits, mononode
Actual EPM version 11.1.1.3
Future EPM version 11.1.2.1
Regards!

Guys, someone that can help on that?
Regards

Similar Messages

  • Error editing task sequence: Failed to load dynamic properties for class "SMS_TaskSequence_ApplyWindowsSettingsAction" From XML into WMI

    I've started getting an intermittent error editing my Windows 7 OSD task sequence.  Sometimes I can open the TS to edit, but when I try to apply changes I get the error.  Other times I get the error when trying to open the TS.  If I try again
    right away, I still get the error, but if I wait a few minutes and try again sometimes it will open the TS. 
    The error reads:
    ConfigMgr Error Object:instance of SMS_Extended Status{Description = "Failed to load dynamic properties for class \"SMS_TaskSequence_ApplyWindowsSettingsAction\" from XML into WMI";Error Code = 2147943746;File = "e:\\qfe\\nts\\sms\\siteserver\\sdk_provider\\smsprov\\ssptspackage.cpp";Line = 3454;Operation = "ExecMethod";ParameterInfo = "SMS_TaskSequencePackage";ProviderName = "WinMgmt";StatusCode = 2147749889;}
    Coinciding with this error, I show the following entries in the TaskSequenceProvider.log file: 
    [PID: 7608] Invoking method SMS_TaskSequence.LoadFromXml
    TaskSequenceProvider
    Failed to protect memory buffer, hr=0x80070542
    TaskSequenceProvider
    Failed to load dynamic properties for class "SMS_TaskSequence_ApplyWindowsSettingsAction" from XML into WMI 0x80070542 (2147943746)
    TaskSequenceProvider
    Failed to load node Apply Windows Settings from XML into WMI 0x80070542 (2147943746)
    TaskSequenceProvider
    Failed to load children steps for node "PostInstall" from XML 0x80070542 (2147943746)
    TaskSequenceProvider
    Failed to load children steps for node "Execute Task Sequence" from XML 0x80070542 (2147943746)
    TaskSequenceProvider
    Failed to load children steps for node "" from XML 0x80070542 (2147943746)
    TaskSequenceProvider
    Failed to load XML for the task sequence into WMI 0x80070542 (2147943746)
    TaskSequenceProvider
    [PID: 7608] Done with method SMS_TaskSequence.LoadFromXml
    TaskSequenceProvider
    Setting status complete:  status code = 0x80070542; Failed to load dynamic properties for class "SMS_TaskSequence_ApplyWindowsSettingsAction" from XML into WMI
    TaskSequenceProvider
    I exported the task sequence and checked in "object.xml" for the "ApplyWindowsSettingsAction", to see if there was something odd in the xml, but I don't find anything that jumps out as being wrong.  Here's the section of XML for
    that step.  I've removed identifying info, and replaced it with a generic term in bold.
    <step type="SMS_TaskSequence_ApplyWindowsSettingsAction" name="Apply Windows Settings" description="" runIn="WinPE" successCodeList="0" runFromNet="false"><action>osdwinsettings.exe /config</action><defaultVarList><variable name="OSDLocalAdminPassword" property="AdminPassword"></variable><variable name="OSDComputerName" property="ComputerName">%_SMSTSMachineName%</variable><variable name="OSDProductKey" property="ProductKey"></variable><variable name="OSDRandomAdminPassword" property="RandomAdminPassword">false</variable><variable name="OSDRegisteredOrgName" property="RegisteredOrgName">COMPANY NAME</variable><variable name="OSDRegisteredUserName" property="RegisteredUserName">COMPANY NAME</variable><variable name="OSDServerLicenseConnectionLimit" property="ServerLicenseConnectionLimit">5</variable><variable name="OSDTimeZone" property="TimeZone">Central Standard Time</variable></defaultVarList></step><step type="SMS_TaskSequence_ApplyNetworkSettingsAction" name="Apply Network Settings" description="" runIn="WinPEandFullOS" successCodeList="0" runFromNet="false"><action>osdnetsettings.exe configure</action><defaultVarList><variable name="OSDDomainName" property="DomainName">DOMAIN.COM</variable><variable name="OSDJoinPassword" property="DomainPassword"></variable><variable name="OSDJoinAccount" property="DomainUsername">DOMAIN ACCOUNT</variable><variable name="OSDEnableTCPIPFiltering" property="EnableTCPIPFiltering" hidden="true">false</variable><variable name="OSDNetworkJoinType" property="NetworkJoinType">0</variable><variable name="OSDAdapterCount" property="NumAdapters" hidden="true">0</variable></defaultVarList></step>
    Is there any other log I should check for a clue on this issue?  What could be causing this error?

    Thanks for sharing that!  I tend to save contacting MS support until after I've exhausted other options.  I'm always afraid that I'll spend the $500 to open a case and then it turns out to be something simple that I would have found if I had just
    kept working on it myself a little longer.
    It looks like that link is for an update released in February as KB3023562.  I downloaded and installed it. I'll try opening/editing/saving the task sequence a few times today to see if the issue is resolved.  
    After I had already installed it, I thought to look up that update in configmgr.  The update is listed as superseded by 2 other updates.  The newest of those is KB3046049, which just installed last night with the other March patches, so it's possible
    that I didn't need to install KB3023562 after all.  

  • Known Issue: MIDL fails to compile IDL files in UAP projects. Gives following error: midlrt : error MIDL4034: Failed to load a dependency file. Windows.winmd (HRESULT:0x80070002 - The system cannot find the file specified. )

    Visual Studio gives the following error:
    midlrt : error MIDL4034: Failed to load a dependency file. Windows.winmd (HRESULT:0x80070002 - The system cannot find the file specified. )
    This is because Visual Studio is looking for a WinMD file that contains the base types.  Unfortunately the metadata path passed by default to MIDL through Visual Studio does not resolve to the correct file.

    Work around:
    Update the "Additional Metadata Directories" for MIDL to include the Windows.Foundation.FoundationContract.WinMD
    To update the “Additional Metadata Directories” in Visual Studio, do the following:
    1)  Right click on your C++ Project file.
    2)  Choose properties.
    3)  Under Configuration Properties, click MIDL
    4)  Under MIDL choose “Command Line”
    5)  In the Additional Options text box enter:
    /Metadata_dir "C:\Program Files (x86)\Windows Kits\10\References\Windows.Foundation.FoundationContract\1.0.0.0”
    or on X86 machines
    /Metadata_dir "C:\Program Files\Windows Kits\10\References\Windows.Foundation.FoundationContract\1.0.0.0”

  • Failed to load class properties and qualifiers for class BDD_UsePackage in task sequence. 0x80041002

    Following situation. In SCCM we have one Standalone Primray Site Server and two Site Server. The two site server are also SMS Provider. MDT 2012 was installed on all three Servers and the Config Manager Integration was run. When starting the Console
    on any of this server and editing an MDT Task Sequence, it occasionally pops up an error "An error occured when loading the task sequence". TaskSequenceProvider.log File throws a lot of errors:
    [PID: 2824] Invoking method SMS_TaskSequence.LoadFromXml TaskSequenceProvider 20.06.2012 10:28:50 4916 (0x1334)
    Failed to load class properties and qualifiers for class BDD_UsePackage in task sequence. 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:28:50 4916 (0x1334)
    Failed to load node Use Toolkit Package from XML into WMI 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:28:50 4916 (0x1334)
    Failed to load children steps for node "Applikation" from XML 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:28:50 4916 (0x1334)
    Failed to load children steps for node "" from XML 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:28:50 4916 (0x1334)
    Failed to load XML for the task sequence into WMI 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:28:50 4916 (0x1334)
    [PID: 2824] Done with method SMS_TaskSequence.LoadFromXml TaskSequenceProvider 20.06.2012 10:28:50 4916 (0x1334)
    Tried removing the integration on all SMS Provider Machines and readded them. It does not make a differenence. Does anyone know if MDT supports the use of multiple SMS Providers? When I only use one Provider and deinstall the other two, it works ok.

    Some more info from the log files:
    TaskSequenceProvider.log
    [1680680 PID:5228] Initializing provider for namespace root\sms\site_P01 TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    [1680680  PID:5228] Initialization of provider for namespace root\sms\site_P01 succeeded TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    [PID: 5228] Invoking method SMS_TaskSequence.ExportXml TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    Failed to load class properties and qualifiers for class BDD_UsePackage in task sequence. 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    Failed to export task sequence to XML 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    [PID: 5228] Done with method SMS_TaskSequence.ExportXml TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    Setting status complete:  status code = 0x80041002; Failed to load class properties and qualifiers for class BDD_UsePackage in task sequence. TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    [PID: 5228] Invoking method SMS_TaskSequence.LoadFromXml TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    Failed to load class properties and qualifiers for class BDD_UsePackage in task sequence. 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    Failed to load node Use Toolkit Package from XML into WMI 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    Failed to load children steps for node "Applikation" from XML 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    Failed to load children steps for node "" from XML 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    Failed to load XML for the task sequence into WMI 0x80041002 (2147749890) TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    [PID: 5228] Done with method SMS_TaskSequence.LoadFromXml TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    Setting status complete:  status code = 0x80041002; Failed to load class properties and qualifiers for class BDD_UsePackage in task sequence. TaskSequenceProvider 20.06.2012 10:51:38 4424 (0x1148)
    SMS Provider logs the following:
    CExtUserContext::EnterThread : User=A2\trth1 Sid=0x0105000000000005150000001BB949E9D7F6AADBC3309AA56BAB0000 Caching IWbemContextPtr=0000000005777900 in Process 0x9f8 (2552) SMS Provider 20.06.2012 10:51:47 3008
    (0x0BC0)
    Context: SMSAppName=SMS Administrator Console SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Context: MachineName=vswlieca2146.A2.loc SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Context: UserName=A2\trth1 SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Context: ObjectLockContext=fdf8ab87-cf50-43bd-a48a-d5bb99c8034f SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Context: ApplicationName=Microsoft.ConfigurationManagement.exe SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Context: ApplicationVersion=5.0.0.0 SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Context: LocaleID=MS\0x409 SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Context: __ProviderArchitecture=32 SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Context: __RequiredArchitecture=0 (Bool) SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Context: __ClientPreferredLanguages=en-US,en SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Context: __GroupOperationId=590802 SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Context: __WBEM_CLIENT_AUTHENTICATION_LEVEL=6 SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    CExtUserContext : Set ThreadLocaleID OK to: 1033 SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    CSspClassManager::PreCallAction, dbname=CM_P01 SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    ExecMethodAsync : SMS_ObjectLock::ReleaseLocks SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Requested class =SMS_ObjectLock SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    Requested num keys =0 SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    CExtProviderClassObject::DoExecuteMethod ReleaseLocks SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    CSspSEDO::ReleaseLocks: ********** Releasing SEDO Lock for object SMS_TaskSequencePackage.PackageID="P010013A" for user A2\trth1. ********** SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)
    CExtUserContext::LeaveThread : Releasing IWbemContextPtr=91715840 SMS Provider 20.06.2012 10:51:47 3008 (0x0BC0)

  • Failed to load window nib file

    I am currently building an Application, and I want to use sereval windows. But if I want to open the second window, I ways get this command line message:
    2011-05-18 20:41:14.069 iLearnVocab[11773:903] -[AddVocabulary loadWindow]: failed to load window nib file 'Add Vocabulary'.
    The compiler sais No Issues. In the Application, there is a button, in the main window, that opens the second Window. At first, I tried, to create an empty XIB and add an NSPanel. After that I tried to use a XIB with a window, but it doesn't really matter. The problem is the same. I tried several things, that might cause this problem. File`s owner is set to an Window Controller, that was made for this window and the name of the window in the code seems to be correct. A Controller, that is responsible for sereval other things (such as  table view or all the other buttons) has this method if the button, which should open the Window is pushed:
    - (IBAction)addVocabulary:(id)sender {
        if (!addVocabularyController) {
            addVocabularyController = [[AddVocabularyController alloc] init];
        NSLog(@"addVocabularyController: %@", addVocabularyController);
        [addVocabularyController showWindow:self];
    I also added an outlet of the window (or panel) to the controller. While hunting this bug, I was looking in Aaron Hillegass "Cocoa programming for Mac OS X" for help. I followed every step how to add an additional window, but it didn't worked in my project. Hillegass example project worked, when I was building it. I did everything like it was done in the example project, but it somehow doesn`t work.
    It would be really great if you could help me, thanks, Elefantosque

    Elefantosque wrote:
    I am currently building an Application, and I want to use sereval windows. But if I want to open the second window, I ways get this command line message:
    2011-05-18 20:41:14.069 iLearnVocab[11773:903] -[AddVocabulary loadWindow]: failed to load window nib file 'Add Vocabulary'.
    - (IBAction)addVocabulary:(id)sender {
        if (!addVocabularyController) {
            addVocabularyController = [[AddVocabularyController alloc] init];
        NSLog(@"addVocabularyController: %@", addVocabularyController);
        [addVocabularyController showWindow:self];
    The error says 'Add Vocabulary' (with a space) - you seem to be using (?) an XIB named 'AddVocabulary' ...?
    What is the name of your XIB, exactly?

  • How to load a properties file?

    Hello Everyone,
    We are experiencing difficulties when trying to load a properties file from a directory other then the one where the servlet is located. We are using the following code for this purpose:
    private final String PROP_FILE_NAME = "my.properties";
    Properties props = new Properties();
    try {
    props.load(getClass().getResourceAsStream(codeBase + PROP_FILE_NAME));
    } catch(IOException e) {
    //handle error ...
    where codeBase is either physical directory path to the properties file or the URL. In either case we get a NullPointer exception which means that file is not found. But when we copy the properties file into the same directory where the servlet resides, everything works fine.
    Does anybody have an idea as to how to resolve our problem?
    Any help will be greatly appreciated!
    Thanks in advance!
    Y.M.

    URLs try to address this issue for cross-platform file reference.
    I'd try doing something like:
    URL u = new URL(codeBase + PROP_FILE_NAME);
    props.load(getClass().getResourceAsStream(u));
    Regards,
    Eric

  • How to load a .properties file by giving relative path in a JSP file.

    Hey guys,
    I'm trying to load a .properties file in a JSP using relative path...
    It is not taking the properties file..
    What is the problem...?
    Any solution..?
    Thanks a lot.

    Yes I tried that also.
    Your path was something like this ?
    http://localhost:8080/Database/a.properties ?
    Whether this path will change after client installation ? if no then what's the problem ?
    For client side installation how you are going to set your conf directory for your application ?
    You are not going to give client installation page ?which will have all the values to be set like conf path. database,user name(s),log folder,temp folder etc ? Why you are keeping everything on server ?
    Check if this is useful,
    String context = request.getContextPath();
    String rmtAdd = request.getRemoteAddr();
    String host = request.getRemoteHost();
    out.println("http://"+rmtAdd+context+"<BR>");
    out.println("http://"+host+context);
    "http://"+rmtAdd+context
    Edited by: kanad on Jan 12, 2008 1:29 PM

  • How do I load a properties file that is in the same package?

    I have the following package:
    com.company.ldap
    In the package I have:
    main.java
    settings.properties
    I want to load the values in the settings.properties file in code, such as:
    propertiesFile = "settings.properties";
            try {
                properties.load(new FileInputStream(new File(propertiesFile)));
            } catch (IOException e) {
                ... error logging logic ...
            }I keep returning "The system cannot find the file specified".
    How do I properly load a properties file in a class file within the same package?
    Thanks,
    --Todd                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Put the file in the classpath (such as in the parent directory of com/company/ldap). Then obtain an input stream to that file like this:
    InputStream stream = getClass().getResourceAsStream("/settings.properties");
    Then use that stream in the properties.load method. Remember to close the stream as well.

  • Failed to load the configuration file for the workflow

    Hi experts, yesterday I created and publish custom workflow using SPD from client pc using site administrator account but today its shows error message. I tried creating new test workflows, edit and publish to think it will push a fresh SPD settings
    in working condition and it works pretty right.
    But the thing I noticed after closing SPD Im not able to re-open workflows and it gives the same error message Failed to load the configuration file for the workflow. This issue only happen today since day one  I used SPD and all the time
    Im using the same pc.
    Any ideas will be appreciated.
    Cheers, R2C3 ----------------------------------- starting sharepoint :)

    HI
    Maybe you have permission problem or there is invalid xoml murkup.
    To verify this from SharePoint Designer use the following steps.
    In Office SharePoint Designer, in the folder list, select the plus sign next to Workflows library to expand it
    1.Next select the plus sign of the workflow in question to expand it
    2.Double-click the configuration file (Workflow_name.xoml.wfconfig.xml) to open it
    3.Right-click on the page, and then select Verify well-formed XML
    4.Correct any errors and save the file
    5.Reopen the workflow to test
    Also double check that you are using SPD with the same credentials you created workflow
    Hope this will help.
    Regards,
    Marcin

  • Error: "failed to load book because the requested resource is missing"

    I book a book via the iPad. The book appeared in my library no problem with the "new" tag and stuff, but when I tap it to read I get an error "failed to load book because the requested resource is missing." Any ideas? I'm on the road, so I haven't synced or backed up or anything..
    I've also verified that I have a good connection, etc. I'm able to hit the "store" button and browse the store no prob, as well as web, etc.
    Any thoughts?

    I believe I may have the answer to these many concerns. 
    When a book is over 20 or so megs, iBook will sometimes make an attempt to download on the iPad (when it should not). This causes problems. Perhaps the one you are experiencing. Therefore you have to wait until you are on a wifi connection before purchasing dictionary-like books. But if you've already made the mistake of downloading, theres no guarantee wifi will correct this. 
    What worked for me (like others have already mentioned) is that if you have an iphone or touch you can download it from there, sync with your computer and sync your iPad later. The book(s) will transfer just fine as long as you have this enabled on your devices.
    Initially this didn't work for me because in my frustration with a prior issue I took the liberty to create another iTunes account. Therefore iPad purchases were not visible on my phone. So be sure to have the same accounts activated on your devices and iTunes. 
    Yet even further diagnostics may need to be explored as I'm still prompted to provide my password every time i open iBooks (as if the download is still pending). Kinda afraid to revert to factory settings over a small issue. In the coming update Apple should fix these problems altogether. Hope this helps!

  • I have a book in my library but when I went open to continue to read "failed to load book because the requests resource is missing"?  Where is it.

    I have a book in my library but when I went open to continue to read "failed to load book because the requests resource is missing"?  Where is it.

    Swipe to the right from your home screen and do a search. See if the app shows up. If it does - tap on it just to make sure that it works.
    You can swipe from screen to screen to look for it in order to find the icon. It may have ended up on a far off screen or in a folder somewhere on the iPad.

  • TS1702 Previously purchased book on iBooks, previously read. Still visible on iBooks on the iPad. When I attempt to open the book now, I get the message: "Failed to load book because the requested resource is missing." Help.   Larry

    On iBooks app on iPad: When trying to open a previously purchased and read book, I get the message "Failed to load book because the requested resource is missing."    How can I open the book again?      Larry107

    Quit the iBooks app completely and restart the iPad. Go to the home screen first by tapping the home button. Double tap the home button and the task bar will appear with all of your recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the app that you want to close. Tap the home button or anywhere above the task bar. Restart the iPad.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logou appears and let go of the button.
    Or try deleting the book and download it again. You can download it again for free as long as you use the same Apple ID.
    If that doesn't work either, sometimes deleting the iBooks app and reinstalling it may work. But art with the first two suggestions.

  • HT5557 My Ibooks has started acting up!! I have purchased 2 books this weekend, and neither one will open, they say, failed to load book because the requested resource is missing. I have deleted the book, and re downloaded it, and I have even deleted the

    All the purchased books in my iBooks app have stopped opening. The message, FAILED TO LOAD BOOK BECAUSE THE REQUESTED RESOURCE IS MISSING, comes up!!
    I have deleted the book, and redownloded it, and have even deleted the entire app and redownloaded it as well!!
    Does anyone have an helpful suggestions??

    I am having the same issue in my iPad Mini with iOS 7. I have deleted the same books and redownloaded them several times and still have the same problem.

  • HT3951 "Failed to load book because the requested resource is missing"

    I get "Failed to load book because the requested resource is missing" after I purchased an ibook, downloaded it, and tried to open it, all done on my iphone.
    Has anyone experienced this problem? How was it resolved?

    In fact, iBooks is so slow and unresponsive on a 3G that I don't understand why Apple released it for that device. Books take up to 15 seconds to open. I did find a way to stop the "resource is missing" warning (written in Microsoft-ese, worryingly): I simply tried to open every other book until successful, then went back and opened the one that did not open in the first place. The warning seems related to bookmark sync, but I am only guessing about that.
    iOS 4 clearly needs a bug fix in many areas: iBooks, Mail retrieval (which on some devices cycles forever), iTunes backup / restore (where many apps and preferences don't make it back into the phone), general speed and usability on the 3G, whose processor / RAM just can't handle the new software.

  • Ipad failed to load book because the requested resource is missing

    ipad failed to load book because the requested resource is missing ? any ideas what to do ?

    This happened to me also when I was away from home. To fix it you have to delete the iBooks app, turn off your iPad. When you are back home are at your original source where you downloaded iTunes (mine was my home computer) redownload iBooks on your iPad.  It will come back up with all your purchases, go to the book you want to read, tap it, and it will download on your iPad.  The key is you have to be back where you originally downloaded your iTunes.  Hope this works for you.

Maybe you are looking for

  • Using LV 8.6 to access database created in MS SQL Server Management Studio

    I am using Labview 8.6 to access a database created in MS SQL Server Mgmt Studio, using LabSQL ADO utilities. I don't have LV's add-on DB connectivity toolkit, but just the ADO utilities. Can i do it? If yes, how? I have no experience whatsoever in c

  • List manager translation

    Hello all, I have a small but annoying problem. I have to review an application that has been developed in german and should be rendered in both german and english. So the previous developper has defined the application texts in german and has define

  • I need help -- my zen micro doesnt w

    first of all, sorry for my bad english..im brazilian, and i got my zen micro 5gb (black) in last week..i really enjoyed it!! so funny, functional, and practice, etc.. whatever, yesterday i was listening and a went in menu to turn on back lights.. and

  • What are reviews from folks who have 128 Gb memory in the IPhone 6 or 6+?

    What are your impressions of the IPhone 6 or 6+ with 128 Gb memory?  Is is worth the extra money over the 64Gb memory?  I'm going to replace my IPhone 5 next month and will move up to either 6.

  • Just bought a new iMac - having trouble migrating

    I have a brand new iMac, upgraded it to Yosemite.  Old iMac is also running Yosemite. I ran the migration assistant; successfully; I thought and my pictures, music, and documents are not there. I did cancel and restart the migration assistant a coupl