Error 9000

I have an Apple Fixed layout book, after trying to upload via ITunes Producer I was first getting Error 5107 ( No Landmarks error )
I then got the correct info , removed the guide tags from the .ncx and replaced with my files
Now after trying to upload via ITunes Producer I get Error 9000 unable to parse .opf
Did I read the instructions for Landmarks wrong?
Here is an example from the 5.1 guide
<nav epub:type="landmarks">
<ol>
<li><a href="coverpg.xhtml" epub:type="cover">Cover</a></li>
<li><a href="titlepg.xhtml" epub:type="titlepage">Title Page</a></li>
<li><a href="chapter.xhtml" epub:type="bodymatter">Start</a></li>
<li><a href="bibliog.xhtml" epub:type="bibliography">Bibliography</a></li>
</ol>
</nav>
Below is my code
<nav epub:type="landmarks">
<ol>
<li><a href="cover.html" epub:type="cover">Cover</a></li>
<li><a href="page1.html" epub:type="page1">Page 1</a></li>
<li><a href="page2.html" epub:type="page2">Page 2</a></li>
<li><a href="page3.html" epub:type="page3">Page 3</a></li>
<li><a href="page4.html" epub:type="page4">Page 4</a></li>
<li><a href="page5.html" epub:type="page5">Page 5</a></li>
<li><a href="page6.html" epub:type="page6">Page 6</a></li>
<li><a href="page7.html" epub:type="page7">Page 7</a></li>
<li><a href="page8.html" epub:type="page8">Page 8</a></li>
<li><a href="page9.html" epub:type="page9">Page 9</a></li>
<li><a href="page10.html" epub:type="page10">Page 10</a></li>
<li><a href="page11.html" epub:type="page11">Page 11</a></li>
<li><a href="page12.html" epub:type="page12">Page 12</a></li>
<li><a href="page13.html" epub:type="page13">Page 13</a></li>
<li><a href="page14.html" epub:type="page14">Page 14</a></li>
<li><a href="page15.html" epub:type="page15">Page 15</a></li>
<li><a href="page16.html" epub:type="page16">Page 16</a></li>
<li><a href="page17.html" epub:type="page17">Page 17</a></li>
<li><a href="page18.html" epub:type="page18">Page 18</a></li>
<li><a href="page19.html" epub:type="page19">Page 19</a></li>
<li><a href="page20.html" epub:type="page20">Page 20</a></li>
<li><a href="page21.html" epub:type="page21">Page 21</a></li>
<li><a href="page22.html" epub:type="page22">Page 22</a></li>
<li><a href="page23.html" epub:type="page23">Page 23</a></li>
<li><a href="page24.html" epub:type="page24">Page 24</a></li>
<li><a href="page25.html" epub:type="page25">Page 25</a></li>
<li><a href="page26.html" epub:type="page26">Page 26</a></li>
<li><a href="page27.html" epub:type="page27">Page 27</a></li>
<li><a href="page28.html" epub:type="page28">Page 28</a></li>
<li><a href="page29.html" epub:type="page29">Page 29</a></li>
<li><a href="page30.html" epub:type="page30">Page 30</a></li>
<li><a href="page31.html" epub:type="page31">Page 31</a></li>
<li><a href="page32.html" epub:type="page32">Page 32</a></li>
<li><a href="page33.html" epub:type="page33">Page 33</a></li>
<li><a href="page34.html" epub:type="page34">Page 34</a></li>
<li><a href="page35.html" epub:type="page35">Page 35</a></li>
<li><a href="page36.html" epub:type="page36">Page 36</a></li>
<li><a href="page37.html" epub:type="page37">Page 37</a></li>
<li><a href="page38.html" epub:type="page38">Page 38</a></li>
<li><a href="page39.html" epub:type="page39">Page 39</a></li>
<li><a href="page40.html" epub:type="page40">Page 40</a></li>
<li><a href="page41.html" epub:type="page41">Page 41</a></li>
<li><a href="page42.html" epub:type="page42">Page 42</a></li>
<li><a href="page43.html" epub:type="page43">Page 43</a></li>
<li><a href="page44.html" epub:type="page44">Page 44</a></li>
<li><a href="page45.html" epub:type="page45">Page 45</a></li>
<li><a href="page46.html" epub:type="page46">Page 46</a></li>
<li><a href="page47.html" epub:type="page47">Page 47</a></li>
<li><a href="page48.html" epub:type="page48">Page 48</a></li>
<li><a href="page49.html" epub:type="page49">Page 49</a></li>
<li><a href="page50.html" epub:type="page50">Page 50</a></li>
<li><a href="page51.html" epub:type="page51">Page 51</a></li>
<li><a href="page52.html" epub:type="page52">Page 52</a></li>
<li><a href="page53.html" epub:type="page53">Page 53</a></li>
<li><a href="page54.html" epub:type="page54">Page 54</a></li>
<li><a href="page55.html" epub:type="page55">Page 55</a></li>
<li><a href="page56.html" epub:type="page56">Page 56</a></li>
<li><a href="page57.html" epub:type="page57">Page 57</a></li>
<li><a href="page58.html" epub:type="page58">Page 58</a></li>
<li><a href="page59.html" epub:type="page59">Page 59</a></li>
<li><a href="page60.html" epub:type="page60">Page 60</a></li>
<li><a href="page61.html" epub:type="page61">Page 61</a></li>
<li><a href="page62.html" epub:type="page62">Page 62</a></li>
<li><a href="page63.html" epub:type="page63">Page 63</a></li>
<li><a href="page64.html" epub:type="page64">Page 64</a></li>
<li><a href="page65.html" epub:type="page65">Page 65</a></li>
<li><a href="page66.html" epub:type="page66">Page 66</a></li>
<li><a href="page67.html" epub:type="page67">Page 67</a></li>
<li><a href="page68.html" epub:type="page68">Page 68</a></li>
<li><a href="page69.html" epub:type="page69">Page 69</a></li>
<li><a href="page70.html" epub:type="page70">Page 70</a></li>
<li><a href="page71.html" epub:type="page71">Page 71</a></li>
<li><a href="page72.html" epub:type="page72">Page 72</a></li>
<li><a href="page73.html" epub:type="page73">Page 73</a></li>
<li><a href="page74.html" epub:type="page74">Page 74</a></li>
<li><a href="page75.html" epub:type="page75">Page 75</a></li>
<li><a href="page76.html" epub:type="page76">Page 76</a></li>
<li><a href="page77.html" epub:type="page77">Page 77</a></li>
<li><a href="page78.html" epub:type="page78">Page 78</a></li>
<li><a href="page79.html" epub:type="page79">Page 79</a></li>
<li><a href="page80.html" epub:type="page80">Page 80</a></li>
<li><a href="page81.html" epub:type="page81">Page 81</a></li>
<li><a href="page82.html" epub:type="page82">Page 82</a></li>
<li><a href="page83.html" epub:type="page83">Page 83</a></li>
<li><a href="page84.html" epub:type="page84">Page 84</a></li>
<li><a href="page85.html" epub:type="page85">Page 85</a></li>
<li><a href="page86.html" epub:type="page86">Page 86</a></li>
</ol>
</nav>
Did I miss something here?

Thx again Tim for all your help. Just to retrace my steps I just took the original epub and ran it theu EPubChecker and got the following result.
http://www.Rainwater-Soft.com/epubchecker/
Using the checking engine from: http://code.google.com/p/epubcheck/
Epubcheck Version 1.0.5
ERROR: /Users/tuneraider/Downloads/9780987333421_EPUBfixed.epub/OEBPS/content.opf(2): bad value for attribute "version"
ERROR: /Users/tuneraider/Downloads/9780987333421_EPUBfixed.epub/OEBPS/content.opf(2): attribute "lang" from namespace "http://www.w3.org/XML/1998/namespace" not allowed at this point; ignored
ERROR: /Users/tuneraider/Downloads/9780987333421_EPUBfixed.epub/OEBPS/content.opf(9): attribute "property" not allowed at this point; ignored
ERROR: /Users/tuneraider/Downloads/9780987333421_EPUBfixed.epub/OEBPS/content.opf(9): required attributes missing
ERROR: /Users/tuneraider/Downloads/9780987333421_EPUBfixed.epub/OEBPS/content.opf(9): text not allowed here
ERROR: /Users/tuneraider/Downloads/9780987333421_EPUBfixed.epub/OEBPS/content.opf(10): attribute "refines" not allowed at this point; ignored
ERROR: /Users/tuneraider/Downloads/9780987333421_EPUBfixed.epub/OEBPS/content.opf(10): attribute "property" not allowed at this point; ignored
ERROR: /Users/tuneraider/Downloads/9780987333421_EPUBfixed.epub/OEBPS/content.opf(10): required attributes missing
ERROR: /Users/tuneraider/Downloads/9780987333421_EPUBfixed.epub/OEBPS/content.opf(10): text not allowed here
ERROR: /Users/tuneraider/Downloads/9780987333421_EPUBfixed.epub/OEBPS/content.opf(14): attribute "properties" not allowed at this point; ignored
ERROR: /Users/tuneraider/Downloads/9780987333421_EPUBfixed.epub/OEBPS/html/toc.html(2) : unknown element "section" from namespace "http://www.w3.org/1999/xhtml"
ERROR: /Users/tuneraider/Downloads/9780987333421_EPUBfixed.epub/OEBPS/html/toc.html(2) : unfinished element
Check finished with warnings or errors!
ePubChecker finished checking: 2012-12-18 09:19:51
Now this epub when trying to upload to Apple via ITunes Producer gave me an Error 5107 'must supply a  "Landmarks"
Now I'm confused because you first wrote that I need to add the Landmarks code inside the TOC.ncx file which I would have to create since the epub does not have one. But the last msg you then write to add a navmap even though Apple 's error is calling for a Landmarks file.

Similar Messages

  • Pixma MX860 shows an error 9000

    Cannon MS860 printer shows an error 9000 on screen, I followed Instruction to turn it off then back on and get the same error.  The manual gives no help.  Any suggestions from out there?

    Since turning the printer off and on did not resolve the issue, please turn off the printer, unplug the power cord from the back and leave it out for al least 10 minutes, then plug it back in and turn it back on.  If the error persists, the printer will unfortunately require servicing to resolve the issue.  Please use the contact link below to obtain information on your service options.
    If this is a time-sensitive matter, additional support options are available at Contact Us.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Error 9000 when trying to deliver app to appstore

    trying to deliver an app to appstore.
    this is what i get:
    i am using xcode 5.0.2 (5A3005) and OSX 10.9.2
    need help
    thanks

    thank you
    will download and try again
    ehud
    Re: error 9000 when trying to deliver app to appstore
    created by flexercised<http://forums.adobe.com/people/flexercised> in AIR Development - View the full discussion<http://forums.adobe.com/message/6275393#6275393

  • Getting error 9000(0x2328) on save - PP 2010 and PS 2010

    Hi!
    I am getting the following error when I save a project:
    Error Id: 9000(0x2328)
    Job Type: Save,
    Error Desc: "The project could not be saved tot he server. Please retry saving the project. If the problem persists save as mpp and contact your administrator......"
    This is a project identified as a subproject in another project that was created by let say project manager A. When PM A saves it, it works fine.  When the other PM B is saving it, he gets the error message.
    When we try the same thing but with a project that is not a subproject,  then it works fine.  It can be saved by PM A or B without problem.
    Any idea of the problem?
    Thanks!
    Benoit

    Hi,
    I have had the same problem, and the solution proposed by Visitraj works fine for me:
    1.            Open MS Project 2010.
    2.            Open the project plan from the server.
    3.            Now save it locally without making changes in the File Name, --> Save & Send --> Save Project as File --> Save For Sharing.
    4.            Close and re-open MS Project Pro 2010 > File > Open > open the project plan from locally then Save the project.
    5.            File > Save As (The Project name shoud be Grayed out for this time)
    6.            Save and then publish the project plan.
    Thanks a lot.
    Regards
    Julian

  • Error 9000: Invalid Bundle

    Hi!
    I need help: I deliverd an App in July this year and everything went fine.
    Yesterday I wanted to upload a new version. So I created a new Version1.0.8  in Itunes Connect. Saw that the Portal changed.
    So i filled in everything and now it says  "Deliver for Review"
    I opened application loader (1.9) choosed my new Version of the APP and
    are getting the following errors:
    Errpr 9000: Invalid bundle:
    1. Adobe Air iOS Invalid Bundle The bundle does not support the minimum version os specified in info.plist
    and
    2. Warning: the app is not a position independent executable:
    3. Warning and of course I get the two Icon's missing error for 152 and 56 iconsizes:
    Please help. I tried almost everything. At the moment I'm using Cs6 with  Air 14.0.0.137 for IOS
    Michael

    All,
    If you are you looking to get the patched Windows AIR SDK and facing the download error (509), try this link: https://t.co/C5G23nMPnq
    And what you have to do is copy the /lib/aot/bin/ld64 folder from that version to the same folder on your current AIR build. Doing that, and also adding <key>MinimumOSVersion</key> <string>6.0</string> to your <InfoAdditions> in your XML
    Thanks to @oliver_joyce

  • Error while invoking database stored procedure while mapping to varchar,int

    Hi I am using Oracle SOA 11g 11.1.1.4
    In that i am calling db procedure.The procedure is taking input parameters int and varchar and nillable is true for both cases.Its a sybase data base.
    I am calling this db proc through db adater.Here I am mapping integer and string values to input parametres of db procedure.
    While testing i am getting following exception.Here in the error 9000 is the value i am passing for integer input.
    Exception occured when binding was invoked. Exception occured during invocation
    failed due to: Unimplemented object conversion. Conversion of type
    Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'Procedure1' failed due to: Unimplemented object conversion. Conversion of type 9000 whose JDBC type is OTHER to a Java object is not supported. An attempt was made to convert type 9000 to a Java object using an unsupported JDBC type: OTHER. Use a data type with a supported JDBC type. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. </summary>
    </part>
    <part name="detail">
    <detail>Unimplemented object conversion. Conversion of type 9000 whose JDBC type is OTHER to a Java object is not supported. An attempt was made to convert type 9000 to a Java object using an unsupported JDBC type: OTHER. Use a data type with a supported JDBC type. </detail>
    </part>
    <part name="code">
    <code>null</code>
    </part>
    </bindingFault>
    </bpelFault>
    </fault>
    <faultType>
    Please help on this.
    Thanks
    <message>0</message>
    </faultType>
    </messages>

    I'm having a similar issue, while trying to invoke a SP from MS SQL Server.
    where the following is the DB adapter
    <schema targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/db/RetailDelivery/dbo/BPEL_Proc/" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:db="http://xmlns.oracle.com/pcbpel/adapter/db/RetailDelivery/dbo/BPEL_Proc/" elementFormDefault="qualified">
    <element name="InputParameters">
    <complexType>
    <sequence>
    <element name="WorkFlowId" type="int" db:index="1" db:type="INT" minOccurs="0" nillable="true"/>
    <element name="Err" type="int" db:index="2" db:type="INT" minOccurs="0" nillable="true"/>
    <element name="StateID" type="int" db:index="3" db:type="INT" minOccurs="0" nillable="true"/>
    </sequence>
    </complexType>
    </element>
    <element name="OutputParameters">
    <complexType>
    <sequence>
    <element name="WorkFlowId" type="int" db:index="1" db:type="INT" minOccurs="0" nillable="true"/>
    <element name="Err" type="int" db:index="2" db:type="INT" minOccurs="0" nillable="true"/>
    <element name="StateID" type="int" db:index="3" db:type="INT" minOccurs="0" nillable="true"/>
    </sequence>
    </complexType>
    </element>
    </schema>
    and this is .xsl for data transformations
    <xsl:template match="/">
    <db:InputParameters>
    <db:WorkFlowId>
    <xsl:if test="/ns0:Customer_Object/ns0:input_number/@xsi:nil">
    <xsl:attribute name="xsi:nil">
    <xsl:value-of select="/ns0:Customer_Object/ns0:input_number/@xsi:nil"/>
    </xsl:attribute>
    </xsl:if>
    <xsl:value-of select="/ns0:Customer_Object/ns0:input_number"/>
    </db:WorkFlowId>
    </db:InputParameters>
    </xsl:template>
    </xsl:stylesheet>
    where input_number is defined as Int.
    The problem is
    Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'PD_Tables_Populate' failed due to: Unimplemented object conversion.
    Conversion of type 6014 whose JDBC type is OTHER to a Java object is not supported.
    An attempt was made to convert type 6014 to a Java object using an unsupported JDBC type: OTHER.
    Use a data type with a supported JDBC type.
    where 6014 is actually the value i am filling in input_number field. The issue is that if i create new application and using the same db adapter it is working, but for some reason it is giving me this error for the current application.
    I'm using the same DB connection for calling other procedures and they are working with the same application.
    Any help will be appreciated! Thanks in advance!
    The problem was in the DB Adapter. After re-deploying it and delete/create data source it is working correctly now.
    Edited by: Huku on Aug 29, 2011 1:04 PM

  • Help! My computer is giving me all sorts of errors now!

    Please help me someone, my computer is giving me all sorts of errors now and I dunno what happened. The only thing I can think of is that I went to a bad site or made a bad download possibly. I'm not exactly sure what went wrong or how...all I know is that I'm getting tons of directx errors and a few other errors. I tried reinstalling the latest directx but when I do the webinstaller for it, it then pops up with this message:
    " a cabinet file cannot be trusted, please verify the cryptographic services are enabled and the cabinet certificate file is valid "  - whatever the heck this error means????
    I'm also getting a runtime error 9000 and also somehow my openGL got downgraded from the latest to only 1.1. I reinstalled the graphics display driver but am uncertain as to if it's fixed that or not. I presume this was happening because my display driver kept crashing occasionally at random times every so often? It always recovered itself so I didn't really think it was a problem but maybe it caused all this? There's a few other errors i've gotten but I don't remember those but they haven't showed up at all for now since I reinstalled the graphics driver so i'm hoping that's fixed.
    What' i'm wondering though is if I should just do a system format to refresh and clean install everything back onto my computer again to restore everything to where it was similar to being new when I first bought it to fix this issue...problem is I made a system recovery disc but then it asks me for the toshiba media recovery disk and kicks my disc out when i boot from that asking for the media disk but I dunno how to create that or if I even have the right disc made to restore windows 7 since I looked on the disk and i noticed like only 3 files and 2 folders for booting so how the heck is that going to restore win 7 again onto your computer????? And the media disc for windows 7 I still can't figure out how to make either! Where do I find the information to fix these issues or even just do a reformat and reinstallation of everything onto my laptop?
    PLEASE HELP ME SOMEONE!
    - I need my computer to be in working order - I need help asap because I work on websites on my computer on the internet! Thanks in advance!

    Your punctuation keys are broken, making your post unintelligible.
    Please post using proper sentence structure.

  • Error with Application Loader

    So I'm about to submit my app and I keep getting three errors in the Application Loader:
    1. /build/Debug-iphoneos/ .app is not a valid location for the app. It must be at the top of the archive
    2. Bundle identifier:
    ____.com.______.____ differs from the bundle identifier: com._____._______ and had it as the first one in info list but I changed it and it still gives me this problem...
    3. Application failed codesign verification. The signature was invalid or it was not signed with an Apple submission certificate.
    So this one I checked my distribution certificate to see if that was the problem and it said it couldn't find the certificate pair in my keychain so I deleted it and added it back on and it worked fine but it still gave me this error...
    Please help me!

    Hello, everyone
    I took advantage of the program www.apparchitect.com, after I made ​​it my new app, then I try to download the source file Payload.ipa using the Application Loader. Throws an error ERROR-9000, see screen shots. Please help me resolve this problem, thank you to those who will write step by step instructions on how to remedy this error. I am a novice developer.

  • Project Server 2013: QueueUpdateProject2 fails with LookupTableItemInvalidLookupTable error

    Hi,
    We have a strange problem here using the newly introduced QueueUpdateProject2 PSI method in WebSvcProject. The server is running version 15.0.4481.1005 (Project Server 2013, March 2013 PU). Here's the minimum repro code:
    projectService.CheckOutProject(projectUid, sessionUid, sessionDescription);
    var projectDataSet = projectService.ReadProject(projectUid, DataStoreEnum.WorkingStore);
    projectDataSet.Project[0].SetModified(); // Simplest repro
    var jobUid = Guid.NewGuid();
    projectService.QueueUpdateProject2(jobUid, sessionUid, projectDataSet, false);
    Unfortunately the QueueUpdateProject2 queue job always fails with error LookupTableItemInvalidLookupTable for this project. Here's the full error information as shown in PWA:
    LookupTableItemInvalidLookupTable for lookup table value b99b7782-924c-e311-9404-00155d027b07:
    LookupTableItemInvalidLookupTable (11073). Details: id='11073' name='LookupTableItemInvalidLookupTable' uid='b1c62182-924c-e311-9404-00155d027b07'.
    Queue:
    GeneralQueueJobFailed (26000) - ProjectUpdate.ProjectUpdate2Message. Details: id='26000' name='GeneralQueueJobFailed' uid='b020bf82-924c-e311-9404-00155d027b07' JobUID='f294b911-f500-45bc-91ec-a493bdf3d07a' ComputerName='1beb2ff2-5dc9-4136-aa24-1c2be86c5768'
    GroupType='ProjectUpdate' MessageType='ProjectUpdate2Message' MessageId='2' Stage='' CorrelationUID='ce4e569c-0aa5-70d6-c576-8b3b764d14f1'. For more details, check the ULS logs on machine
    1beb2ff2-5dc9-4136-aa24-1c2be86c5768 for entries with JobUID
    f294b911-f500-45bc-91ec-a493bdf3d07a.
    Here are some corresponding entries from the ULS log:
    11/13/2013 19:36:30.82  Microsoft.Office.Project.Server (0x06D0) 0x1E60 Project Server                 Active Cache Save            
     myzo Medium   Error is: LookupTableItemInvalidLookupTable. Details: LookupTableItemInvalidLookupTable for lookup table value b99b7782-924c-e311-9404-00155d027b07 . Standard Information: , LogLevelManager Warning-ulsID:0x6D797A6F has no
    entities explicitly specified. ce4e569c-0aa5-70d6-c576-8b3b764d14f1
    11/13/2013 19:36:30.82  Microsoft.Office.Project.Server (0x06D0) 0x1E60 Project Server                 Active Cache Save            
     4zbp Monitorable PWA:, ServiceApp:Project Server Service Application, User:i:0#.w|my\account, PSI: [TrackingId:fa790381-924c-e311-9404-00155d027b07][ResourceId:3222f5b7-c13b-e311-9404-00155d027b07][SessionGuid:db83645c-50e1-4368-a59f-94df13ff7d5e][SessionDescr:][JobGuid:af20bf82-924c-e311-9404-00155d027b07][ProjectGuid:81a4a757-c446-e311-9404-00155d027b07][PS_AC][400]
    Microsoft.Office.Project.Server.BusinessLayer.WinProjUtility.WinProjException: LookupTableItemInvalidLookupTable for lookup table value b99b7782-924c-e311-9404-00155d027b07     at Microsoft.Office.Project.Server.BusinessLayer.WinProjUtility.P12Deserializer.PostReadRow(P12ContainerHeader
    cntrHeader, Row row)     at Microsoft.Office.Project.Server.BusinessLayer.WinProj.SaveProjectInternal(Guid projGuid, String projName, Int32 projType, Boolean ... ce4e569c-0aa5-70d6-c576-8b3b764d14f1
    11/13/2013 19:36:30.82* Microsoft.Office.Project.Server (0x06D0) 0x1E60 Project Server                 Active Cache Save            
     4zbp Monitorable ...isNewProj, Guid jobGuid, Guid sessionGuid, Guid checkOutByResUid, String sessionDescr, Boolean isFirstPacket, Boolean isLastPacket, String newVersionStamp, Int16 dataFormatVersion, Boolean isDataCompressed, Byte[] projectData,
    String winprojBuildNumber, ACProcessorType acProcType), LogLevelManager Warning-ulsID:0x347A6270 has no entities explicitly specified. ce4e569c-0aa5-70d6-c576-8b3b764d14f1
    We would be happy to provide more information if needed. Project Professional can open and save the project just fine, so it seems to be unrelated to other forum posts (1, 2).
    Has anybody seen this before? Any hints on where to search or what to look for?
    Thanks,
    Thomas
    TPG The Project Group
    [1] http://social.technet.microsoft.com/Forums/projectserver/en-US/da3c0d64-1ced-45dd-ace6-ce821fd1c362/what-are-the-lookup-fields-in-the-local-project-cant-publish-project-to-the-server
    [2] http://answers.microsoft.com/en-us/office/forum/office_2010-project/error-110730x2b41-importsave-to-project-server/03fd792f-4451-4512-ac0b-ddad946c3e3

    Just to clarify,  I get these errors in the ULS logs:
    06-11-2014 14:15:02.42        w3wp.exe (0x23AC)        0x23E0        Project
    Server        Active Cache Save        myzo        Medium        Error is: LookupTableItemInvalidLookupTable.
    Details: LookupTableItemInvalidLookupTable for lookup table value 440c1ce7-61f1-e311-944d-00155de84b1a . Standard Information: PSI Entry Point:  Project User: i:0#.w|africa\spsetupdev Correlation Id: f6a91701-62f1-e311-944d-00155de84b1a PWA Site URL:
    http://epmdev.af.didata.local/PWA SA Name: SharePoint_EPM_Dev_ProjectServerService PSError: LookupTableItemInvalidLookupTable (11073), LogLevelManager Warning-ulsID:0x6D797A6F has no entities explicitly specified.        72d0999c-429e-80e4-4f95-1037e3c788ff
    06-11-2014 14:15:02.42        w3wp.exe (0x23AC)        0x23E0        Project
    Server        Active Cache Save        4zbp        Monitorable        PWA:http://epmdev.af.didata.local/PWA,
    ServiceApp:SharePoint_EPM_Dev_ProjectServerService, User:i:0#.w|africa\spsetupdev, PSI: [TrackingId:f6a91701-62f1-e311-944d-00155de84b1a][ResourceId:f6760993-7a33-47ef-8cea-0c9cc5231ae7][SessionGuid:6c189001-cd9e-e311-9426-00155d879c00][SessionDescr:ZABRYSVEPMD01\Dev
    PWA][JobGuid:d3e31201-62f1-e311-944d-00155de84b1a][ProjectGuid:7537ccc0-7692-4456-93dd-fc7adcb5d1c8][PS_AC][807] Microsoft.Office.Project.Server.BusinessLayer.WinProjUtility.WinProjException: LookupTableItemInvalidLookupTable for lookup table value 440c1ce7-61f1-e311-944d-00155de84b1a    
    at Microsoft.Office.Project.Server.BusinessLayer.WinProjUtility.P12Deserializer.PostReadRow(P12ContainerHeader cntrHeader, Row row)     at Microsoft.Office.Project.Server.BusinessLayer.WinProj.SaveProjectInternal(Guid projGuid, String projName,
    Int32 projType, Boolean isNewProj, Guid jobGuid, Guid sessionGuid, Guid checkOutByResUid, String sessionDescr, Boolean isFirstPacket, Boolean isLastPacket, String newVersionStamp, Int16 dataFormatVersion, Boolean isDataCompressed, Byte[] projectData, String
    winprojBuildNumber, ACProcessorType acProcType), LogLevelManager Warning-ulsID:0x347A6270 has no entities explicitly specified.        72d0999c-429e-80e4-4f95-1037e3c788ff
    And in addition to that, we get the Error  9000 when saving in MSP.  
    Still downloading the files, but the more and more I look at it I'm hopeful this will solve our problem.
    http://blogs.umtsa.co.za/nicoo

  • When I Try to download the iOS5 it show me an error. It number is 900 somebody knows how can I fix it???

    When I Try to download the iOS5 it show me an error. It number is 900 sombody knows how can I fix it???

    Sorry it's error 9000.

  • When accessing the any tasks from Fusion Applications homepage, "An error was received for the task Manage Worker Goal Setting Lookups. This task is identified with the code HRG_MANAGE_WORKER_GOAL_SETTING_LOOKUPS that invokes program /WEB-INF/oracle/apps/

    We have installed HCM and CRM modules on Fusion Application 11.1.7 version.
    This is 2 node architecture ie IDM components installed in one node and Fusion components installed in another node.
    We are able to start the IDM components and Fusion components successfully, but when users are trying to access any task from Fusion application home page, they are getting the below error
    A portlet consumer error was received for the task Manage Worker Goal Setting Lookups. Report the error details to the following owning product Goal Management.
    An error was received for the task Manage Worker Goal Setting Lookups. This task is identified with the code HRG_MANAGE_WORKER_GOAL_SETTING_LOOKUPS that invokes program /WEB-INF/oracle/apps/fnd/applcore/lookups/publicUi/flow/ManageCommonLookupsTF.xml#ManageCommonLookupsTF of module code fndSetup. Review the consumer and producer logs for more details on this error.

    This may be related to the other issue regarding "FUSION_APPS_WSM_APPID-KEY" as the logs contains exceptions like:
    oracle.wsm.policymanager.PolicyManagerException: WSM-02081 : Failed to login to perform requested action.
    Please refer to document Fusion Application Service Account Password Expiration Causes Portlet Producer Errors (1486388.1) for steps on how to verify and set the password. There is also exception:
    javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User FUSION_APPS_PROV_PATCH_APPID denied
    This is also likely caused by an expired password, please see Fusion Apps Servers Are Not Starting Up - Password Policy Error :9000: GSL_PWDEXPIRED_EXCP :Your Password has expired (1629927.1).
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • Application Upload failed

    I tried to upload a new iPad application (made with Adobe DPS) with the Adobe Application Loader and get the "IMTS ERROR-9000 No .app bundles found". What does that mean? What can I do? Until then everything worked correct. The application is "waiting for upload".

    Thank you for your answer (=question). It must have been something else, because I uploaded the zip-file.
    But now, after four failed attempts, it works! (juhu!) I made everything new, the certificates and .p12-files, too.
    best wishes
    katrin
    P.S. Do you know how I can delete the not used (failed) Apps in the iTunes Connect, that are still waiting for upload?
    Am 05.01.2014 um 06:55 schrieb Neil Enns - Adobe <[email protected]>:
    Re: Application Upload failed
    created by Neil Enns - Adobe in Digital Publishing Suite - View the full discussion
    Did you upload the. ipa file by accident? You have to upload the .zip file generated by App Builder.
    Neil
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5981371#5981371
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5981371#5981371
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5981371#5981371. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Digital Publishing Suite at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • I am getting the following error: Unable to authenticate the package: B_SPACE_NUTRITION.itmsp                     ERROR ITMS-9000: "OPS/ibooks.ncx(5): element "content" not allowed yet; missing required element "navLabel"" at Book (MZItmspBookPackage)

    I am getting the following error when attempting to deliver my iBooks Author book package via iTunes Producer: "
    Unable to authenticate the package: B_SPACE_NUTRITION.itmsp
                        ERROR ITMS-9000: "OPS/ibooks.ncx(5): element "content" not allowed yet; missing required element "navLabel"" at Book (MZItmspBookPackage)"
    I understand that there's something wrong with the TOC file (.ncx), but I have tried everything and nothing seems to work. Every section of the TOC is labeled, so not sure why the navLabel issue is happenening.
    Any help is GREATLY appreciated! Thank you.

    Similar issues looks like. Are you using a template other than those in iBooks Author? That's what I did, and that was definitely part of the issue.
    After digging through .ibooks code for hours and still not seeing the problem, I decided to reach out to one of the Apple epub conversion affiliates in iTunes Connect. They said they could repair the file without a problem, started working on it, only to come back a week later and say they couldn't work on .ibooks or .iba files yet.
    So, in complete frustration, I decided to transfer my content page by page from the blank template I downloaded from a vendor online to one of the "textbook" templates in IBA. This was a long process as I had to unlock and clear out the formatting of the template. But, once that was done and content was transferred over, all was good. I submitted/delivered the same content and preview book within the new template and it went right through the first time (all metadata was exactly the same as well).
    Now, the iBookstore approval waiting process begins!
    Good luck!

  • ERROR ITMS-9000 Errors

    I am trying to submit a book via iTunes Producer (Ver 3.0) but I keep getting the below errors.  Can you someone help me figure out what I need to change in my epub file to resolve these errors.  I would be SO apprciative of any help you give us.  Thank you!
    ERROR ITMS-9000: "UpsideDownSellingIanAltman013014.epub: OEBPS/Text/Section0019.xhtml(5): value of attribute "xml:lang" is invalid; must be an RFC 3066 language identifier" at Book (MZItmspBookPackage) 
    ERROR ITMS-9000: "UpsideDownSellingIanAltman013014.epub: could not parse OEBPS/Text/index_split_000.html: duplicate id: heading_id_2" at Book (MZItmspBookPackage)
    ERROR ITMS-9000: "UpsideDownSellingIanAltman013014.epub: OEBPS/Text/Section0026.xhtml(44): element "blockquote" incomplete; expected element "address", "blockquote", "del", "div", "dl", "h1", "h2", "h3", "h4", "h5", "h6", "hr", "ins", "noscript", "ns:svg", "ol", "p", "pre", "script", "table" or "ul" (with xmlns:ns="http://www.w3.org/2000/svg"). This error occurs 5 times." at Book (MZItmspBookPackage)

    May I suggest you  look at the top of this  page and clcik the Apple Support Communhities link and look for the  iBooks Author > "Creating ePubs" discussion group who are perhaps more  likely to help.

  • ERROR ITMS-9000: "index_split_000.html(257): attribute "name" not allowed here; expected attribute "accesskey", "charset", "class", "coords", "dir", "href", "hreflang", "id", "rel", "rev", "shape", "style", "tabindex", "target", "title", "type" or "xml:la

    I have all these errors, can anyone help with this all means? trying to get my book published in iBooks. Nedd your help. Thanks, Jo
    ERROR ITMS-9000: "index_split_000.html(257): attribute "name" not allowed here; expected attribute "accesskey", "charset", "class", "coords", "dir", "href", "hreflang", "id", "rel", "rev", "shape", "style", "tabindex", "target", "title", "type" or "xml:lang"" at Book (MZItmspBookPackage)
    Use of the block quote element can cause ePubecheck to give the error "text not allowed here".  Text must not be alone inside of a body tag and if it is not enclosed in some other block level tag, this may lead to the error you are receiving.  

    I have all these errors, can anyone help with this all means? trying to get my book published in iBooks. Nedd your help. Thanks, Jo
    ERROR ITMS-9000: "index_split_000.html(257): attribute "name" not allowed here; expected attribute "accesskey", "charset", "class", "coords", "dir", "href", "hreflang", "id", "rel", "rev", "shape", "style", "tabindex", "target", "title", "type" or "xml:lang"" at Book (MZItmspBookPackage)
    Use of the block quote element can cause ePubecheck to give the error "text not allowed here".  Text must not be alone inside of a body tag and if it is not enclosed in some other block level tag, this may lead to the error you are receiving.  

Maybe you are looking for