Package as .idml file

So I have looked and looked, and it appears as if there is currently no way to do this.
I am on the CC subscription, meaning I have the latest version. At my school, they are not upgraded yet - meaning they are still on CS6. When I go to open or turn in my files for a project, the .indd files refuse to open - stating that the version they were created in (CC) is newer than what I am trying to open it in (CS6). I understand saving as an .idml file alleviates this issue, but what I really need is a convenient way to transfer all of the related links and fonts to the school computer as well. But as it turns out (at least as far as I can see) there is no way (currently) to package a file as an .idml file.
If I am missing something, please let me know. Otherwise, I suppose this is sort of a feature request. This is a tiny change that would help people in this situation quite a bit.

For situations like that I chronically save the INDD with the version in the filename, package, then export an IDML into the package. That should be easily done for a single file, and for many files it should be scriptable - but I don't bother, I just run Peter Kahrel's excellent Batch Export script twice, once for the package, once for the IDML.

Similar Messages

  • Idml file created in "package"

    Why does packaging my publication create an idml file that is more than twice the file size of my indd file? Will my printer need this?

    Eugene wrote:
    If you embedded images in your document, then export to IDML then of course, as it's a packed file, the images are included in all those subfolders, how else would it display an embedded image for output?
    @Eugene – If you embed images and export to IDML you will get huge IDML files, because the embeded image is (must be) encoded as part of a XML file. It's not a separate file in a subfolder of the IDML. It is part of the XML description of the page item class of objects. You could also export an embeded image to IDMS (the "little" brother of IDML) and open that directly in a text editor to see how the binary data of the image is encoded.
    Encoding of binary data as part of a IDML or IDMS is not efficient compared to the original InDesign document. So embeded binary data will bloat IDML files compared to InDesign documents.
    I just tested that. Placed one image. Embeded this in the document. Exported to IDML.
    File size of InDesign document: 418 KB
    File size of IDML: 844 KB
    Cracked the IDML open, checked the file size of its parts.
    File size of Spreads / Spread_ub7.xml : 528 KB
    Uwe

  • I need help to open an .idml file after translating it with Dejavu!

    Hi everybody,
    I'm not used to work with InDesign, I only have to check a big problem: I'm a translator and have been working the last 4 weeks on a InDesing-Projekt from German into Italian. I changed the format of the files from .indd into .idml an imported the three files into my Computer-Assisted-Translation Ptrogram DejaVu. I've been working well till now. Now I tried to export the first File and wanted to open the .idml file with Indesign... The program began to work, but then came a warning "syntax error". Please, is there anybody who knows the program better than I (the agency which should know everything about this kind of files gives up at the first problem)??? This is very important to me. I speak german an italian very good, my english is rudimental....
    Thank yopu and have a good day (tel. +49-(0)9208 588316)
    Alessandra

    Sorry for the delay, I had a lot of other stuff going on today. This kind of work is somewhat laborious so I put it off.
    I needed to send you the file, because I don't understand what you mean with opening the zip file and so on...
    An IDML file is just a .ZIP archive of a bunch of XML files.
    In this case, it turns out the problem is pretty obvious. Some story files, instead of containing valid XML, contain "MATTONELLE".
    Like this, in the Terminal on Mac OS X, but substitute as appropriate for Windows:
    $ ls -ld *idml
    -rw-r--r--@ 1 user    staff  4986668 Jun 16 12:26 KK_Preisliste 2011_1-120.idml
    -rw-r--r--  1 user    staff  4892339 Jun 17 00:57 KK_Preisliste 2011_1-120_it.idml
    $ mkdir KK
    $ cd KK
    $ unzip ../KK_Preisliste\ 2011_1-120_it.idml
    Archive:  ../KK_Preisliste 2011_1-120_it.idml
      inflating: Stories/Story_u1fb7.xml 
      inflating: Stories/Story_u2752.xml 
      inflating: Stories/Story_u2ac2.xml 
      inflating: Stories/Story_u31ce.xml 
      inflating: Stories/Story_u51ea.xml 
      inflating: Stories/Story_u208c.xml 
      inflating: Stories/Story_u3787.xml 
      inflating: Spreads/Spread_u34f2.xml 
      inflating: Stories/Story_uc2f.xml 
    $ ls -l Stories/ | head
    total 52712
    -rw-r--r--@ 1 user    staff     4823 Jun  7 21:24 Story_u1009.xml
    -rw-r--r--@ 1 user    staff     6259 Jun  7 21:24 Story_u1025.xml
    -rw-r--r--@ 1 user    staff     4862 Jun  7 21:24 Story_u1040.xml
    -rw-r--r--@ 1 user    staff     4874 Jun  7 21:24 Story_u1061.xml
    -rw-r--r--@ 1 user    staff     4854 Jun  7 21:25 Story_u107d.xml
    -rw-r--r--@ 1 user    staff     1638 Jun  7 21:25 Story_u1093.xml
    -rw-r--r--@ 1 user    staff     1033 Jun  7 21:20 Story_u10aa.xml
    -rw-r--r--@ 1 user    staff      865 Jun  7 21:20 Story_u10c0.xml
    $ ls -l Stories/ | sort  -k 4  | head
    total 52712
    -rw-r--r--@ 1 user    staff       10 Jun  7 21:09 Story_u2a4f.xml
    -rw-r--r--@ 1 user    staff       67 Jun  7 21:10 Story_u2df8.xml
    -rw-r--r--@ 1 user    staff      864 Jun  7 21:08 Story_u3cf.xml
    -rw-r--r--@ 1 user    staff      864 Jun  7 21:08 Story_u573.xml
    -rw-r--r--@ 1 user    staff      864 Jun  7 21:20 Story_u646.xml
    -rw-r--r--@ 1 user    staff      864 Jun  7 21:20 Story_u9b9.xml
    -rw-r--r--@ 1 user    staff      864 Jun  7 21:20 Story_ud0d.xml
    -rw-r--r--@ 1 user    staff      864 Jun  7 21:21 Story_u33a.xml
    -rw-r--r--@ 1 user    staff      864 Jun  7 21:21 Story_u5ab.xml
    $ cat Stories/Story_u2a4f.xml
    MATTONELLE$
    $ cat Stories/Story_u2df8.xml
    Mattonella a cornice X con struttura, ponte di collegamento interno$
    $
    $ cat Stories/Story_u3cf.xml
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <idPkg:Story xmlns:idPkg="http://ns.adobe.com/AdobeInDesign/idml/1.0/packaging" DOMVersion="7.0">
         <Story Self="u3cf" AppliedTOCStyle="n" TrackChanges="false" StoryTitle="$ID/" AppliedNamedGrid="n">
              <StoryPreference OpticalMarginAlignment="false" OpticalMarginSize="12" FrameType="TextFrameType" StoryOrientation="Horizontal" StoryDirection="LeftToRightDirection"/>
              <InCopyExportOption IncludeGraphicProxies="true" IncludeAllResources="false"/>
              <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/$ID/[No paragraph style]">
                   <CharacterStyleRange AppliedCharacterStyle="CharacterStyle/$ID/[No character style]" FontStyle="Light">
                        <Properties>
                             <AppliedFont type="string">DaxPro</AppliedFont>
                        </Properties>
                   </CharacterStyleRange>
              </ParagraphStyleRange>
         </Story>
    </idPkg:Story>
    $
    So, it's probably obvious what you should do with your tool to fix these...
    u3cf is an example of a normal file. I sort the files by file size to find the ones that are far too small to be normal XML.

  • ID CS5.5 IDML file and missing plug-ins...need help

    I'm currently running ID CS5.5 and trying to open a CS5 file, ( I think). However, even after converting it to a IDML file extension it just hangs and forces me to shut down. The whole purpose of this is there are several plug-ins including InBooklet SE that I no longer have access to. I'm unable to find the other plugins as well but need to be able to work in this file as the original creator. Any help or suggestions?
    Here is my report:
    ADOBE INDESIGN PRINTING INSTRUCTIONS FOR SERVICE PROVIDER REPORT
    PUBLICATION NAME: 2010 Hayden Catalog 4-27-10 (CS5).indd
    PACKAGE DATE: 1/28/11 12:07 PM
    Creation Date: 1/28/11
    Modification Date: 1/28/11
    CONTACT INFORMATION
    Company Name:
    Contact:
    Address:
    Phone:
    Fax:
    Email:
    SPECIAL INSTRUCTIONS AND OTHER NOTES
    External Plug-ins 5
    InBooklet SE.4x.pln.framework
    WWStyling.pln.framework
    SmartTables.InDesignPlugin
    Style Flocker.InDesignPlugin
    SCFusionIDCS2Plugin.framework
    Non Opaque Objects :On PagePB, 5, 65, 66, 67, 69, 71, 72, 95, 96, 97, 98, 130
    FONTS
    31 Fonts Used; 0 Missing, 6 Embedded, 0 Incomplete, 0 Protected
    Fonts Packaged
    - Name: Arial-BoldMT; Type: TrueType, Status: Embedded
    - Name: ArialMT; Type: TrueType, Status: Embedded
    - Name: Eurostile; Type: Type 1, Status: OK
    - Name: Eurostile-Bold; Type: Type 1, Status: OK
    - Name: EurostileBold; Type: OpenType TrueType, Status: OK
    - Name: Futura-Condensed; Type: Type 1, Status: OK
    - Name: Futura-CondensedBold; Type: Type 1, Status: OK
    - Name: Futura-CondensedBoldOblique; Type: Type 1, Status: OK
    - Name: Futura-CondensedExtraBold; Type: Type 1, Status: OK
    - Name: Futura-CondensedLight; Type: Type 1, Status: OK
    - Name: Futura-CondensedOblique; Type: Type 1, Status: OK
    - Name: Futura-ExtraBold; Type: Type 1, Status: OK
    - Name: Futura-ExtraBoldOblique; Type: Type 1, Status: OK
    - Name: Futura-Heavy; Type: Type 1, Status: OK
    - Name: Helvetica-Bold; Type: Type 1, Status: OK
    - Name: Helvetica-BoldOblique; Type: Type 1, Status: OK
    - Name: Helvetica-Condensed-Bold; Type: Type 1, Status: OK
    - Name: HelveticaNeue-BoldCond; Type: Type 1, Status: OK
    - Name: HelveticaNeue-BoldItalic; Type: Type 1, Status: OK
    - Name: MyriadPro-Regular; Type: Type 1, Status: Embedded
    - Name: OfficinaSans-Bold; Type: Type 1, Status: OK
    - Name: OfficinaSans-Book; Type: Type 1, Status: Embedded
    - Name: OfficinaSans-BookItalic; Type: Type 1, Status: OK
    - Name: Techno; Type: Type 1, Status: Embedded
    - Name: TechnoRegular; Type: TrueType, Status: OK
    - Name: Times-BoldItalic; Type: TrueType, Status: OK
    - Name: Times-Italic; Type: TrueType, Status: OK
    - Name: Times-Roman; Type: TrueType, Status: OK
    - Name: Times-Roman; Type: TrueType, Status: OK
    - Name: Universal-NewswithCommPi; Type: Type 1, Status: Embedded
    - Name: ZapfDingbats; Type: Type 1, Status: OK
    COLORS AND INKS
    4 Process Inks; 0 Spot Inks
    - Name and Type: Process Cyan; Angle: 0.000; Lines/Inch: 0.000
    - Name and Type: Process Magenta; Angle: 0.000; Lines/Inch: 0.000
    - Name and Type: Process Yellow; Angle: 0.000; Lines/Inch: 0.000
    - Name and Type: Process Black; Angle: 0.000; Lines/Inch: 0.000
    LINKS AND IMAGES
    (Missing & Embedded Links Only)
    Links and Images: 284 Links Found; 0 Modified, 0 Missing 0 Inaccessible
    Images: 0 Embedded, 0 use RGB color space
    PRINT SETTINGS
    PPD: N/A, (AL-CX11-D06AAC)
    Printing To: Printer
    Number of Copies: 1
    Reader Spreads: No
    Even/Odd Pages: Both
    Pages: All
    Proof: No
    Tiling: None
    Scale: Scale to fit page
    Page Position: Center
    Print Layers: Visible & Printable Layers
    Printer's Marks: Crops
    Bleed: 0p0, 0p0, 0p0, 0p0
    Color: Composite RGB
    Trapping Mode: None
    Send Image Data: All
    OPI/DCS Image Replacement: No
    Page Size: Custom: 50p2.64 x 65p2.64
    Paper Dimensions: 51p0 x 66p0
    Orientation: Portrait
    Negative: No
    Flip Mode: Off
    FILE PACKAGE LIST
    1. 2010 Hayden Catalog 4-27-10 (CS5).indd; type: Adobe InDesign publication; size: 97320K
    2. Euros; type: Font file; size: 27K
    3. Eurostile; type: Font file; size: 7K
    4. EurosBol; type: Font file; size: 29K
    5. Eurostile-Bold; type: Font file; size: 5K
    6. FuturCon; type: Font file; size: 26K
    7. Futura-Condensed; type: Font file; size: 7K
    8. FuturConBol; type: Font file; size: 28K
    9. Futura-CondensedBold; type: Font file; size: 5K
    10. FuturConBolObl; type: Font file; size: 36K
    11. Futura-CondensedBoldOblique; type: Font file; size: 4K
    12. FuturConExtBol; type: Font file; size: 29K
    13. Futura-CondensedExtraBold; type: Font file; size: 5K
    14. FuturConLig; type: Font file; size: 27K
    15. Futura-CondensedLight; type: Font file; size: 5K
    16. FuturConObl; type: Font file; size: 34K
    17. Futura-CondensedOblique; type: Font file; size: 5K
    18. FuturExtBol; type: Font file; size: 29K
    19. Futura-ExtraBold; type: Font file; size: 6K
    20. FuturExtBolObl; type: Font file; size: 40K
    21. Futura-ExtraBoldOblique; type: Font file; size: 5K
    22. FuturHea; type: Font file; size: 28K
    23. Futura-Heavy; type: Font file; size: 5K
    24. HelveBol; type: Font file; size: 29K
    25. Helvetica-Bold; type: Font file; size: 8K
    26. HelveBolObl; type: Font file; size: 38K
    27. Helvetica-BoldOblique; type: Font file; size: 8K
    28. HelveConBol; type: Font file; size: 30K
    29. Helvetica-Condensed-Bold; type: Font file; size: 7K
    30. HelveNeuBolCon; type: Font file; size: 29K
    31. HelveticaNeue-BoldCond; type: Font file; size: 7K
    32. HelveNeuBolIta; type: Font file; size: 31K
    33. HelveticaNeue-BoldItalic; type: Font file; size: 8K
    34. OfficSanBol; type: Font file; size: 32K
    35. OfficinaSans-Bold; type: Font file; size: 12K
    36. OfficSanBooIta; type: Font file; size: 33K
    37. OfficinaSans-BookItalic; type: Font file; size: 11K
    38. TechnoRegular; type: Font file; size: 87K
    39. Times-BoldItalic; type: Font file; size: 91K
    40. Times-Italic; type: Font file; size: 92K
    41. Times-Roman; type: Font file; size: 89K
    42. ZapfDin; type: Font file; size: 40K
    43. ZapfDingbats; type: Font file; size: 4K

    You can't convert to .idml by changing the file extension. You must export the file from the oringal version as a .idml file.
    That said, you can use jongware's script to identify the version of the file, even if it won't open: Adobe Forums: [Ann] Identify Your InDesign File
    That said, InBooklet SE was part of InDesign CS3, but I see it listed inthe plugins used. I also see a number of what look like third-party plugins listed, and that may be the problem. What's happening when you try to open the file?

  • Ind CS5 won't package the indd file

    It saves all the links etc but when it comes to package the indd file, which is about 120mb, it just spins. Any ideas?
    I'm running it on a PC with i5 processor, 4g ram, win7

    Are you updated to the latest patch?
    You might be missing a plug-in, although I would think you would receive a notice when opening the file, try to export to IDML, then re-open and package.

  • How to test an IDML file?

    I have created an IDML package that is very basic. It has a couple of spreads, each with a single page and some guides on the page. Schema validation against the package schema passes. However, when I open the file in InDesign it tells me "Cannot open then file 'foo.idml'. Adobe InDesign may not support the file format, a plug-in that suports the file format may be missing, or the file may be open in another application."
    It is not open in another application and helloworld-2.idml opens fine even through it fails validation on several counts.
    I suspect there is something very minor "wrong" with my IDML file. However, given that the schema is not catching it; is there a way to determine why InDesign chokes on it? I don't see any log file, nor is there anything in the Windows event log. Does anyone know how to determine what it is about the file that InDesign can't handle?
    Thanks,
    Gareth.

    It sounds like you've hand-coded an IDML file. This is something we can't help you with in this forum. I think you should ask in the InDesign SDK Forum.
    InDesign SDK

  • InDesign CS5.5 freezes when creating an idml file

    Good Day All,
    I have been using inDesign since it started and have never come across this problem. I have a file that I intially created in CS4, converted to CS5 and now CS5.5. I have been trying to convert it to an IDML file and EVERYTIME it hangs and freezes. It actually produces a file but non-useable. I have been struggling with this for the last two days.
    I have;
    removed cache recovery files
    looked at all styles to ensure optical kerning wasn't on (seems like a common problem)
    rebuilt the file and renamed it
    replaced Adobe Garamond Pro with Garamond Premier Pro
    tried it on another machine
    Re-installed CS5.5
    I am using Windows 7 Ultimate with CS5.5 the document is about 11 pages long and packaged and zipped is 34.0Mb
    I am starting to pull my hair out here!! Any help would be GREATLY appreciated.
    Thanks!!
    Curtis

    Thanks for the reply, but it didn't work.  I tried to move the jpg but as soon as I get to that page or click on it in the links panel, I automatically get an error code: 3 message and then the software just cascades from there.  When I try to relink the graphic in the links panel nothing happens.  I even get an error when trying to unembed the graphic.  I've tried just about everything.  I'm think that if maybe I could just delete that entire page without actually looking at the page, I may be able to recover the rest of the document.  This has been one of the biggest headaches I've ever had to deal with as far as software goes and I deal with it every day (I'm a developer).  Any other suggestions are more than welcome.
    Oh, and I wasn't sure how to "open as a copy."  I made a copy of the file and tried to open it but it reacted the same as the original.  Perhaps I misunderstood your meaning?
    Thanks again for your help.

  • CS5 cannot open .idml file exported from CS6

    I've seen this question before from people having problems with other versions of InDesign. I, too, am having an issue with plug-ins that do not allow me to open an idml file. I downloaded the script that verifies the version used to create the idml to be sure it really was made from CS6, not CS5.5. It's not an empty file as it is 3.3mb Interestingly, when the customer packaged the file it came up with no links. It's a 32-page document with lots of photos, graphics, etc. How it is possible that it would not have any links? Any suggestions short of having to upgrade to CS6 would be helpful. Thank you.

    Hi Peter,
    I'm guessing it might have been a network corruption problem. She brought in her laptop, we made another .idml file and loaded it to a USB stick, then transferred it to my computer. The file opened just fine. And yes, she had pasted all her images, so we have her collecting the bits and pieces for me to review and relink everything. I believe I have the patch, but will double-check. Thanks!

  • When packaging an InDesign file get missing plug-in error msg?

    When going to package an InDesign file, we get a message about missing a plug-in, and the only option is to hit "OK" which stops the packaging process. The info on the (missing???) plug-in says: SMD Channels Model.SDK.inDesign plug-in.
    We are using CS5, with all the latest updates installed. Thanks for any assistance.

    I found this: http://forums.adobe.com/thread/484963
    Id try exporting the file to .idml and see if that removes the reference. see Remove minor corruption by exporting

  • CC Package to IDML fails print-to-booklet in CS6

    I work in a school that has yet to upgrade to CC.
    I routinely work with student files that are built in CC. I process in previous version transitions has been to Package the file, and use an IDML file to jump between version.
    This time we are seeing two issues:
    CC ID files that have been packaged, always fail when you try to use print to booklet. We receive the "This document uses multiple pages sizes" warning, even though by all tests and estimations on my part, the layout is consistent and all pages are the same size. Resetting these values does nothing. Unfortunately the print to booklet process is important to us for a variety of reasons specific to our setup.
    The other annoying issue I've not been able to figure out regards CC subscription fonts - How can these be included in the packaging process? The student receives a warning about font licences, but the fonts themselves never appear in the package folder.
    Anyone else have these issues and found a way around them?

    @Bob – there were reports that this issue – "This document uses multiple pages sizes" – will be with CS6 as well.
    From the German language hilfdirselbst.ch :
    »das aktive Format verwendet verschiedene Seitenformate« Broschürendruck nicht möglich - Adobe InDesign -  HilfDirSelbst…
    The reports are showing, that the bug was resolved with InDesign CC.
    But there is good news here:
    I tested one of the critical documents, made with CS6 v8.0.1 in the latest CS6 v8.1.0 version.
    And it worked! I could print to booklet with it.
    At least I did a PostScript file and successfully distilled to PDF using ADPDF9.PPD (Adobe PDF 9.0).
    I'm on OSX 10.7.5 with InDesign CS6 v8.1.0.
    Uwe

  • How to open a idml file created by CS6 in CS5?

    I created a file in InDesign CS6 and saved as idml file yesterday.
    But today I can not open either in CS6 or CS5 version.
    It says
    "Cannot open the file "Project #3.idml". Adobe InDesign may not support the file format, a plug-in that supports the file format may be missing, or the file may be open in another application."
    Is there anyother way could open this file?

    I chose from the drop-down list.
    Maybe not.
    Anyway, thank you very much!

  • Cannot open an idml file created in CS5.5 in either CS5 or CS5.5

    I have exported a CS5.5 file to idml but I cannot get it to open in either CS5 or CS5.5. Below is a screenshot of the error I get in both versions.
    I have tried getting rid of all 3rd party plugins and resetting preferences to ID defaults in both CS versions but I always get this error. This testtest doc is a new file opened in CS5.5 with a text frame and a few words in 'Basic Paragraph' style and that is it. I checked for updates for both versions and there were none.
    Does anyone have any ideas?
    Thanks,
    Janine
    IDCS5 v7.04.553
    IDCS5.5 v7.5.2.318
    OSX 10.6.8

    Could you please email the file to me?
    Received.
    I have seen this problem before. I do not know what causes it (I suspect a corrupt InDesign installation), but I do know how to fix it.
    IDML files are .ZIP files containing XML.
    Inside the IDML file there is a file called "designmap.xml". In your case, it starts (ok, line 2) like this:
    <?aid style="50" type="pi_for_SaveBackINX" readerVersion="6.0" featureSet="257" product="7.5(142)" ?>
    But typically it would look like this:
    <?aid style="50" type="document" readerVersion="6.0" featureSet="257" product="7.5(142)" ?>
    The difference is sufficient to cause it to not be properly parsed.
    So, to fix this problem, you can rename the .IDML file to .ZIP, unzip it, edit the designmap.xml changing pi_for_SaveBackINX to document, re-zip it, and rename it back to IDML. (Make sure not to change the directory structure when you do this.)
    Edit: Oops, forgot to include the evidentiary screenshot:

  • "E_ADEPT_REQUEST_REPLAY" Error in Packaging a PDF file

    Hi Jim,
    As per ContentServer_Technical_Reference.pdf (page no 9) I passed <filename>, <location> and <src> parameter in our packaging request xml. File is packaging successfully and service is also placing the encrypted file to new location listed in <location> but following error is comming:
    <error xmlns="http://ns.adobe.com/adept" data="E_ADEPT_REQUEST_REPLAY http://myserverurl:8080/packaging/Package"/>
    My Packaging XML:
    $request ='<package xmlns="http://ns.adobe.com/adept" action="add">';
    $request .='<fileName>ISBN.pdf</fileName>';
    $request .='<location>ftp://username:[email protected]/www/pdf/[email protected]/www/pdf/ISBN.pdf</location>';
    $request .='<src>http://example.com/pdf/ISBN.pdf</src>';
    $request .='<metadata xmlns:dc="http://purl.org/dc/elements/1.1/">';
    $request .='<dc:title>BISAC SUBJECT HEADINGS</dc:title>';
    $request .='<dc:creator>Book Industry Study Group, Inc.</dc:creator>';
    $request .='<dc:format>';
    $request .='application/pdf';
    $request .='</dc:format>';
    $request .='<dc:publisher>Book Industry Study Group, Inc.</dc:publisher>';
    $request .='<dc:language>en</dc:language>';
    $request .='</metadata>';
    $request .='<permissions>';
    $request .='<display>';
    $request .='<device/>';
    $request .='</display>';
    $request .='</permissions>';
    $request .='<dataPath>C:\books\ISBN.pdf</dataPath>';
    $request .='<expiration>'. $expiration .'</expiration>';
    $request .="<nonce>" . $nonce . "</nonce>";
    $request .='</package>';
    Please suggest me why the "E_ADEPT_REQUEST_REPLAY" error is comming.
    I am waiting your reply...
    With regards,
    Mangal Varshney

    Hi Jim,
    I am generating nonce randomly:
    $expiration = date("c", mktime() + 3600); // Create expiration   
    $nonce = base64_encode(mt_rand(limt1,lim2)); // Create a nonce
    PACKAGING REQUEST
    <?xml version="1.0"?>
    <package xmlns="http://ns.adobe.com/adept" action="add">
      <fileName>ISBN.pdf</fileName>
      <location>ftp://username:[email protected]/www/encrypt_pdf/[email protected]/www/encrypt_pdf/ISBN.pdf</location>
      <src>http://myserver.com/encrypt_pdf/ISBN.pdf</src>
      <metadata xmlns:dc="http://purl.org/dc/elements/1.1/">
        <dc:title>BISAC SUBJECT HEADINGS</dc:title>
        <dc:creator>Book Industry Study Group, Inc.</dc:creator>
        <dc:format>application/pdf</dc:format>
        <dc:publisher>Book Industry Study Group, Inc.</dc:publisher>
        <dc:language>en</dc:language>
      </metadata>
      <permissions>
        <display>
          <device/>
        </display>
      </permissions>
      <dataPath>c:/books/ISBN.pdf</dataPath>
      <expiration>2010-11-01T20:00:23+05:30</expiration>
      <nonce>--------------</nonce>
      <hmac>--------------</hmac>
    </package>
    We are getting "E_ADEPT_REQUEST_REPLAY" error on packaging although the file is displaying in admin console and we are able to download the file also:
    I am attaching packaging log message, as it shows that resource details has saved into the database;
    Packaging log Message:
    01 Nov 2010 08:47:31,412 TRACE AdeptServlet: request POST http://myserver.com:88/packaging/Package
    01 Nov 2010 08:47:31,412 TRACE DefaultSQLDatabaseConnection: Open jdbc:mysql://mysqlserver.com:88/adept with user=dmr_mysql_dba
    01 Nov 2010 08:47:31,412 TRACE DefaultSQLDatabaseConnection: SELECT distid, name, description, disturl, notifyurl, publickey, sharedsecret, maxloancount, linkexpiration FROM distributor WHERE distid = ?
    01 Nov 2010 08:47:31,412 TRACE DefaultSQLDatabaseConnection:   obj 1 = 00000000-0000-0000-0000-000000000001
    01 Nov 2010 08:47:31,412 TRACE DefaultSQLDatabaseConnection: rollback
    01 Nov 2010 08:47:31,412 TRACE DefaultSQLDatabaseConnection: SELECT distid, nonce, expiration FROM distusednonce WHERE distid = ? AND nonce = ?
    01 Nov 2010 08:47:31,412 TRACE DefaultSQLDatabaseConnection:   obj 1 = 00000000-0000-0000-0000-000000000001
    01 Nov 2010 08:47:31,412 TRACE DefaultSQLDatabaseConnection:   obj 2 = [B@e1b3b3
    01 Nov 2010 08:47:31,428 TRACE DefaultSQLDatabaseConnection: INSERT INTO distusednonce(distid, nonce, expiration) VALUES(?, ?, ?)
    01 Nov 2010 08:47:31,428 TRACE DefaultSQLDatabaseConnection:   obj 1 = 00000000-0000-0000-0000-000000000001
    01 Nov 2010 08:47:31,428 TRACE DefaultSQLDatabaseConnection:   obj 2 = [B@e1b3b3
    01 Nov 2010 08:47:31,428 TRACE DefaultSQLDatabaseConnection:   obj 3 = Mon Nov 01 09:47:31 CDT 2010
    01 Nov 2010 08:47:31,428 TRACE DefaultSQLDatabaseConnection: DELETE FROM distusednonce WHERE expiration < ? AND distid = ? AND nonce = ?
    01 Nov 2010 08:47:31,428 TRACE DefaultSQLDatabaseConnection:   obj 1 = Mon Nov 01 08:47:31 CDT 2010
    01 Nov 2010 08:47:31,428 TRACE DefaultSQLDatabaseConnection:   obj 2 = 00000000-0000-0000-0000-000000000001
    01 Nov 2010 08:47:31,428 TRACE DefaultSQLDatabaseConnection:   obj 3 = [B@e1b3b3
    01 Nov 2010 08:47:31,428 TRACE DefaultSQLDatabaseConnection: SELECT resourceid, item, description, title, publisher, creator, language, identifier, thumbnailurl, format, src, downloadtype FROM resourceitem WHERE src = ? AND downloadtype = ?
    01 Nov 2010 08:47:31,428 TRACE DefaultSQLDatabaseConnection:   obj 1 = http://myserver.com/encrypt_pdf/ISBN.pdf
    01 Nov 2010 08:47:31,428 TRACE DefaultSQLDatabaseConnection:   obj 2 = simple
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection: INSERT INTO resourcekey(resourceid, voucherid, encryptionkey, permissions, defaultitem) VALUES(?, ?, ?, ?, ?)
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 1 = 4c14fb01-426e-4b4e-b71a-37b56d92e8b9
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 2 = 4c14fb01-426e-4b4e-b71a-37b56d92e8b9
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 3 = [B@a42c89
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 4 = [B@67e92a
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 5 = 1
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection: INSERT INTO resourceitem(resourceid, item, description, title, publisher, creator, language, identifier, thumbnailurl, format, src, downloadtype) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 1 = 4c14fb01-426e-4b4e-b71a-37b56d92e8b9
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 2 = 1
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 3 = null
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 4 = BISAC SUBJECT HEADINGS
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 5 = Book Industry Study Group, Inc.
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 6 = Book Industry Study Group, Inc.
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 7 = en
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 8 = null
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 9 = null
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 10 = application/pdf
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 11 = http://myserver.com/encrypt_pdf/ISBN.pdf
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 12 = simple
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection: INSERT INTO distributionrights(distid, resourceid, disttype, permissions, returnable, available) VALUES(?, ?, ?, ?, ?, ?)
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 1 = 00000000-0000-0000-0000-000000000001
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 2 = 4c14fb01-426e-4b4e-b71a-37b56d92e8b9
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 3 = buy
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 4 = null
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 5 = false
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 6 = 0
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection: INSERT INTO distributionrights(distid, resourceid, disttype, permissions, returnable, available) VALUES(?, ?, ?, ?, ?, ?)
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 1 = 00000000-0000-0000-0000-000000000001
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 2 = 4c14fb01-426e-4b4e-b71a-37b56d92e8b9
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 3 = loan
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 4 = null
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 5 = true
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection:   obj 6 = 0
    01 Nov 2010 08:47:33,818 TRACE DefaultSQLDatabaseConnection: commit
    01 Nov 2010 08:47:33,850 TRACE DefaultSQLDatabaseConnection: rollback
    01 Nov 2010 08:47:33,850 TRACE AdeptServlet: request success [myip]
    01 Nov 2010 08:47:33,850 TRACE AdeptServlet: request end http://myserver.com:88/packaging/Package
    01 Nov 2010 08:47:33,850 TRACE AdeptServlet: request POST http://myserver.com:88/packaging/Package
    01 Nov 2010 08:47:33,850 TRACE DefaultSQLDatabaseConnection: SELECT distid, name, description, disturl, notifyurl, publickey, sharedsecret, maxloancount, linkexpiration FROM distributor WHERE distid = ?
    01 Nov 2010 08:47:33,850 TRACE DefaultSQLDatabaseConnection:   obj 1 = 00000000-0000-0000-0000-000000000001
    01 Nov 2010 08:47:33,850 TRACE DefaultSQLDatabaseConnection: rollback
    01 Nov 2010 08:47:33,850 TRACE DefaultSQLDatabaseConnection: SELECT distid, nonce, expiration FROM distusednonce WHERE distid = ? AND nonce = ?
    01 Nov 2010 08:47:33,850 TRACE DefaultSQLDatabaseConnection:   obj 1 = 00000000-0000-0000-0000-000000000001
    01 Nov 2010 08:47:33,850 TRACE DefaultSQLDatabaseConnection:   obj 2 = [B@571cc4
    01 Nov 2010 08:47:33,850 TRACE DefaultSQLDatabaseConnection: rollback
    01 Nov 2010 08:47:33,850 ERROR AdeptServlet: request error [myip]: E_ADEPT_REQUEST_REPLAY http://myserver.com:88/packaging/Package
    01 Nov 2010 08:47:33,850 TRACE AdeptServlet: request end http://myserver.com:88/packaging/Package
    Please help me to resolve this
    Regards,
    Mangal Kumar

  • Package load Failed! Invalid package Title, manifest file cannot be found

    Greetings. I am new to UPK and am seeking guidance on an upgrade to 11.1.
    A little background on what we are trying to do:
    We have two machines:
    Windows 2003 machine in domain 'X' | UPK 11.0.0.1.
    Windows 2008 R2 virtual machine in domain 'Y' | UPK 11.0 on the new machine first, install the 11.0.0.1 patch, and then upgrade to 11.1.
    We are using the same database as the old machine. Developer Server is Standard Authentication, Knowledge Center is Windows authentication.
    ==========================================================================================
    So far we have installed 11.1 with the respective database upgrades, but are lost as to how to migrate the old Content Root data. We have copied all the content to the new Content Root, added it to IIS like the old machine, and verified that the UPK database Content Root path is correct and working.
    For the rest of the post, I am remoted into the server from my local workstation, and then using IE to access KCenter on the server's FQDN, not via localhost.
    Since I am green, so I presumed that I would need to import the titles under Manager in KCenter. I zipped each content folder individually (they are named "1", "9", etc), and then attempted to import each zip file.
    NOTE: At this stage sometimes we are prompted to authenticate again. When it does, sometimes the credentials that we know work, get rejected and we are prompted again. This will repeat until we get a 401 and we have to start over. We have verified that the Windows account currently in session with the site is valid and has administrator authority within KC.
    NOTE2: On the first few tries, .NET complained that maxRequestLength was not large enough. I had our servers team increase it on the actual server in order for us to proceed.
    Provided we don't have to authenticate again, or that it actually accepts our credentials, we get to the 30% mark and then receive the error: *"Package load Failed! Invalid package Title, manifest file cannot be found"*
    Does anyone have any wisdom for this process? The title importation section in the deployment manual is not helping, and the administrator from whom I am taking over this software has not had to deal with this before.
    Thank you,
    Ian
    Edited by: 986290 on Feb 5, 2013 10:21 AM

    Hi Marc, thanks for the post,
    I have gone through an extensive troubleshooting process with Oracle, including their development team, in order to fully complete our project setup. As a supplemental bit of information, we also were having connection errors when attempting to publish directly to the knowledge center.
    As far as the context of this post, here is the solution in brief:
    1) Verify that the package being imported was published from the same version of the Developer Client as the Knowledge Center installation's.
    2) Check for database consistency issues. In our case we were using a database that was built in another domain. After numerous attempts with Oracle support on the line to determine the inconsistency, it was decided to completely reinstall and build a new database from scratch in the new domain.
    3) Check application pool identities and access (while we had some inconsistencies here, correcting them did not change the behavior of the import/publish errors)
    In review, a lot of what we had setup was correct. Our primary point of failure, we feel, was using the old database. Technically this should not have been a problem, but Murphy likes to get his way sometimes.
    Cheers,
    Ian

  • Why won't my unzipped and rezipped IDML file open in InDesign?

    I'm a developer working on an IDML based project.
    My application opens an IDML file, inflates the contents and (for the moment, without making any changes), deflates them again.
    The result is a file which:
    a) Opens fine in any zip application
    b) My code can then reopen without problems.
    InDesign, however, throws the following error:
    "Cannot open the file "filename.idml". Adobe InDesign may not support the file format, a plug-in that supports the file format may be miussing, or the file may be open in another application."
    I have verified that the file is not open in another app, and that no plug ins are involved.
    InDesign will open the original IDML file that it exported, so there's no general error.
    I assume the issue is with the zip container not being UCF compliant, and I'm trying to diagnose what the problem might be.
    My question(s):
    Has anyone been through this and do they have any suggestions or guidance?
    Is there any way I can get InDesign to tell me in more detail why it cannot open the file?
    What are the most likely issues with the container?
    I have inspected both the original file and the output file using Winzip, and I append the results of a detailed diagnostic on each below. The only difference I can see is that some files in the original are not compressed (they are simply stored in the zip container), but the UCF specification seems to suggest that a container can contain either compressed or normal files, so I don't see why this should be a problem. Would this cause InDesign to have a problem?
    Many thanks in advance for any assistance. Zip file diagnostics follow.
    JcFx Eu.
    DIAGNOSTICS FOR THE ORIGINAL IDML FILE:
    Testing ...
    Current Location part 1 offset 35496
    Archive: ORIGINAL.zip   35518 bytes   2010-06-29 19:16:58
    End central directory record PK0506 (4+18)
    ==========================================
        current  location of end-of-central-dir record: 35496 (0x00008aa8) bytes
        expected location of end-of-central-dir record: 35496 (0x00008aa8) bytes
          based on the size of the central directory of
          990 and its relative offset of 34506 bytes
        part number of this part (0000):                1
        part number of start of central dir (0000):     1
        number of entries in central dir in this part:  15
        total number of entries in central dir:         15
        size of central dir:                            990 (0x000003de) bytes
        relative offset of central dir:                 34506 (0x000086ca) bytes
        zipfile comment length:                         0
    Current Location part 1 offset 34506
    Central directory entry PK0102 (4+42): #1
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                0 (0x00000000) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0800) (bit 15..0):  0000.1000 0000.0000
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (00):                        none (stored)
        file last modified on (0x00003cdd 0x00009a1c):  2010-06-29 19:16:56
        32-bit CRC value:                               0x898f76cb
        compressed size:                                43 bytes
        uncompressed size:                              43 bytes
        length of filename:                             8 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 34552
        filename:mimetype
    Current Location part 1 offset 34560
    Central directory entry PK0102 (4+42): #2
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                81 (0x00000051) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1c):  2010-06-29 19:16:56
        32-bit CRC value:                               0x48e193fb
        compressed size:                                2516 bytes
        uncompressed size:                              14146 bytes
        length of filename:                             13 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 34606
        filename:designmap.xml
    Current Location part 1 offset 34619
    Central directory entry PK0102 (4+42): #3
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                2640 (0x00000a50) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0xbe470667
        compressed size:                                167 bytes
        uncompressed size:                              253 bytes
        length of filename:                             22 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 34665
        filename:META-INF\container.xml
    Current Location part 1 offset 34687
    Central directory entry PK0102 (4+42): #4
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                2859 (0x00000b2b) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0xa9a4d00e
        compressed size:                                6047 bytes
        uncompressed size:                              29065 bytes
        length of filename:                             21 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 34733
        filename:META-INF\metadata.xml
    Current Location part 1 offset 34754
    Central directory entry PK0102 (4+42): #5
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                8957 (0x000022fd) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x7557d85e
        compressed size:                                1155 bytes
        uncompressed size:                              7428 bytes
        length of filename:                             21 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 34800
        filename:Resources\Graphic.xml
    Current Location part 1 offset 34821
    Central directory entry PK0102 (4+42): #6
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                10163 (0x000027b3) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0xf43a42fe
        compressed size:                                3449 bytes
        uncompressed size:                              19673 bytes
        length of filename:                             19 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 34867
        filename:Resources\Fonts.xml
    Current Location part 1 offset 34886
    Central directory entry PK0102 (4+42): #7
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                13661 (0x0000355d) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x4accb4c4
        compressed size:                                4627 bytes
        uncompressed size:                              29487 bytes
        length of filename:                             20 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 34932
        filename:Resources\Styles.xml
    Current Location part 1 offset 34952
    Central directory entry PK0102 (4+42): #8
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                18338 (0x000047a2) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0xd75ae504
        compressed size:                                10962 bytes
        uncompressed size:                              69779 bytes
        length of filename:                             25 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 34998
        filename:Resources\Preferences.xml
    Current Location part 1 offset 35023
    Central directory entry PK0102 (4+42): #9
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                29355 (0x000072ab) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x65ae6db3
        compressed size:                                218 bytes
        uncompressed size:                              302 bytes
        length of filename:                             12 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 35069
        filename:XML\Tags.xml
    Current Location part 1 offset 35081
    Central directory entry PK0102 (4+42): #10
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                29615 (0x000073af) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x037dee40
        compressed size:                                692 bytes
        uncompressed size:                              2328 bytes
        length of filename:                             34 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 35127
        filename:MasterSpreads\MasterSpread_ubc.xml
    Current Location part 1 offset 35161
    Central directory entry PK0102 (4+42): #11
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                30371 (0x000076a3) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x43b1858a
        compressed size:                                1573 bytes
        uncompressed size:                              7799 bytes
        length of filename:                             22 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 35207
        filename:Spreads\Spread_ub5.xml
    Current Location part 1 offset 35229
    Central directory entry PK0102 (4+42): #12
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                31996 (0x00007cfc) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x0bc7a874
        compressed size:                                342 bytes
        uncompressed size:                              606 bytes
        length of filename:                             20 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 35275
        filename:XML\BackingStory.xml
    Current Location part 1 offset 35295
    Central directory entry PK0102 (4+42): #13
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                32388 (0x00007e84) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x0c652477
        compressed size:                                685 bytes
        uncompressed size:                              3219 bytes
        length of filename:                             21 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 35341
        filename:Stories\Story_uff.xml
    Current Location part 1 offset 35362
    Central directory entry PK0102 (4+42): #14
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                33124 (0x00008164) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x59a2cf03
        compressed size:                                646 bytes
        uncompressed size:                              3041 bytes
        length of filename:                             21 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 35408
        filename:Stories\Story_ue5.xml
    Current Location part 1 offset 35429
    Central directory entry PK0102 (4+42): #15
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                33821 (0x0000841d) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x6fc8a48f
        compressed size:                                634 bytes
        uncompressed size:                              2935 bytes
        length of filename:                             21 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 35475
        filename:Stories\Story_ucb.xml
    Current Location part 1 offset 0
    Local directory entry PK0304 (4+26): #1
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0800) (bit 15..0):  0000.1000 0000.0000
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (00):                        none (stored)
        file last modified on (0x00003cdd 0x00009a1c):  2010-06-29 19:16:56
        32-bit CRC value:                               0x898f76cb
        compressed size:                                43 bytes
        uncompressed size:                              43 bytes
        length of filename:                             8 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 30
        filename:mimetype
    Current Location part 1 offset 38
    Testing mimetype                 OK
    Current Location part 1 offset 81
    Local directory entry PK0304 (4+26): #2
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1c):  2010-06-29 19:16:56
        32-bit CRC value:                               0x48e193fb
        compressed size:                                2516 bytes
        uncompressed size:                              14146 bytes
        length of filename:                             13 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 111
        filename:designmap.xml
    Current Location part 1 offset 124
    Testing designmap.xml            OK
    Current Location part 1 offset 2640
    Local directory entry PK0304 (4+26): #3
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0xbe470667
        compressed size:                                167 bytes
        uncompressed size:                              253 bytes
        length of filename:                             22 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 2670
        filename:META-INF\container.xml
    Current Location part 1 offset 2692
    Testing META-INF\container.xml   OK
    Current Location part 1 offset 2859
    Local directory entry PK0304 (4+26): #4
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0xa9a4d00e
        compressed size:                                6047 bytes
        uncompressed size:                              29065 bytes
        length of filename:                             21 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 2889
        filename:META-INF\metadata.xml
    Current Location part 1 offset 2910
    Testing META-INF\metadata.xml    OK
    Current Location part 1 offset 8957
    Local directory entry PK0304 (4+26): #5
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x7557d85e
        compressed size:                                1155 bytes
        uncompressed size:                              7428 bytes
        length of filename:                             21 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 8987
        filename:Resources\Graphic.xml
    Current Location part 1 offset 9008
    Testing Resources\Graphic.xml    OK
    Current Location part 1 offset 10163
    Local directory entry PK0304 (4+26): #6
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0xf43a42fe
        compressed size:                                3449 bytes
        uncompressed size:                              19673 bytes
        length of filename:                             19 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 10193
        filename:Resources\Fonts.xml
    Current Location part 1 offset 10212
    Testing Resources\Fonts.xml      OK
    Current Location part 1 offset 13661
    Local directory entry PK0304 (4+26): #7
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x4accb4c4
        compressed size:                                4627 bytes
        uncompressed size:                              29487 bytes
        length of filename:                             20 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 13691
        filename:Resources\Styles.xml
    Current Location part 1 offset 13711
    Testing Resources\Styles.xml     OK
    Current Location part 1 offset 18338
    Local directory entry PK0304 (4+26): #8
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0xd75ae504
        compressed size:                                10962 bytes
        uncompressed size:                              69779 bytes
        length of filename:                             25 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 18368
        filename:Resources\Preferences.xml
    Current Location part 1 offset 18393
    Testing Resources\Preferences.xml   OK
    Current Location part 1 offset 29355
    Local directory entry PK0304 (4+26): #9
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x65ae6db3
        compressed size:                                218 bytes
        uncompressed size:                              302 bytes
        length of filename:                             12 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 29385
        filename:XML\Tags.xml
    Current Location part 1 offset 29397
    Testing XML\Tags.xml             OK
    Current Location part 1 offset 29615
    Local directory entry PK0304 (4+26): #10
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x037dee40
        compressed size:                                692 bytes
        uncompressed size:                              2328 bytes
        length of filename:                             34 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 29645
        filename:MasterSpreads\MasterSpread_ubc.xml
    Current Location part 1 offset 29679
    Testing MasterSpreads\MasterSpread_ubc.xml   OK
    Current Location part 1 offset 30371
    Local directory entry PK0304 (4+26): #11
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x43b1858a
        compressed size:                                1573 bytes
        uncompressed size:                              7799 bytes
        length of filename:                             22 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 30401
        filename:Spreads\Spread_ub5.xml
    Current Location part 1 offset 30423
    Testing Spreads\Spread_ub5.xml   OK
    Current Location part 1 offset 31996
    Local directory entry PK0304 (4+26): #12
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x0bc7a874
        compressed size:                                342 bytes
        uncompressed size:                              606 bytes
        length of filename:                             20 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 32026
        filename:XML\BackingStory.xml
    Current Location part 1 offset 32046
    Testing XML\BackingStory.xml     OK
    Current Location part 1 offset 32388
    Local directory entry PK0304 (4+26): #13
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x0c652477
        compressed size:                                685 bytes
        uncompressed size:                              3219 bytes
        length of filename:                             21 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 32418
        filename:Stories\Story_uff.xml
    Current Location part 1 offset 32439
    Testing Stories\Story_uff.xml    OK
    Current Location part 1 offset 33124
    Local directory entry PK0304 (4+26): #14
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x59a2cf03
        compressed size:                                646 bytes
        uncompressed size:                              3041 bytes
        length of filename:                             21 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 33154
        filename:Stories\Story_ue5.xml
    Current Location part 1 offset 33175
    Testing Stories\Story_ue5.xml    OK
    Current Location part 1 offset 33821
    Local directory entry PK0304 (4+26): #15
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0802) (bit 15..0):  0000.1000 0000.0010
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                no
        compression method (08):                        deflated
          compression sub-type (deflation):             maximum
        file last modified on (0x00003cdd 0x00009a1d):  2010-06-29 19:16:58
        32-bit CRC value:                               0x6fc8a48f
        compressed size:                                634 bytes
        uncompressed size:                              2935 bytes
        length of filename:                             21 characters
        length of extra field:                          0 bytes
    Current Location part 1 offset 33851
        filename:Stories\Story_ucb.xml
    Current Location part 1 offset 33872
    Testing Stories\Story_ucb.xml    OK
    No errors detected in compressed data of ORIGINAL.zip.
    DIAGNOSTICS FOR THE REZIPPED IDML FILE:
    Testing ...
    Current Location part 1 offset 34822
    Archive: OUTPUT.zip   34844 bytes   2010-07-21 17:48:46
    End central directory record PK0506 (4+18)
    ==========================================
        current  location of end-of-central-dir record: 34822 (0x00008806) bytes
        expected location of end-of-central-dir record: 34822 (0x00008806) bytes
          based on the size of the central directory of
          990 and its relative offset of 33832 bytes
        part number of this part (0000):                1
        part number of start of central dir (0000):     1
        number of entries in central dir in this part:  15
        total number of entries in central dir:         15
        size of central dir:                            990 (0x000003de) bytes
        relative offset of central dir:                 33832 (0x00008428) bytes
        zipfile comment length:                         0
    Current Location part 1 offset 33832
    Central directory entry PK0102 (4+42): #1
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                0 (0x00000000) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0008) (bit 15..0):  0000.0000 0000.1000
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                yes
        compression method (08):                        deflated
          compression sub-type (deflation):             normal
        file last modified on (0x00003ce3 0x00008e13):  2010-07-03 17:48:38
        32-bit CRC value:                               0x898f76cb
        compressed size:                                44 bytes
        uncompressed size:                              43 bytes
        length of filename:                             8 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 33878
        filename:mimetype
    Current Location part 1 offset 33886
    Central directory entry PK0102 (4+42): #2
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                98 (0x00000062) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0008) (bit 15..0):  0000.0000 0000.1000
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                yes
        compression method (08):                        deflated
          compression sub-type (deflation):             normal
        file last modified on (0x00003ce3 0x00008e13):  2010-07-03 17:48:38
        32-bit CRC value:                               0x65263983
        compressed size:                                2412 bytes
        uncompressed size:                              13985 bytes
        length of filename:                             13 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 33932
        filename:designmap.xml
    Current Location part 1 offset 33945
    Central directory entry PK0102 (4+42): #3
    ======================================
        part number in which file begins (0000):        1
        relative offset of local header:                2569 (0x00000a09) bytes
        version made by operating system (00):          MS-DOS, OS/2, NT FAT
        version made by zip software (20):              2.0
        operat. system version needed to extract (00):  MS-DOS, OS/2, NT FAT
        unzip software version needed to extract (20):  2.0
        general purpose bit flag (0x0008) (bit 15..0):  0000.0000 0000.1000
          file security status  (bit 0):                not encrypted
          extended local header (bit 3):                yes
        compression method (08):                        deflated
          compression sub-type (deflation):             normal
        file last modified on (0x00003ce3 0x00008e13):  2010-07-03 17:48:38
        32-bit CRC value:                               0x817f37ea
        compressed size:                                132 bytes
        uncompressed size:                              196 bytes
        length of filename:                             22 characters
        length of extra field:                          0 bytes
        length of file comment:                         0 characters
        internal file attributes:                       0x0000
          apparent file type:                           binary
        external file attributes:                       0x00000000
          non-MSDOS external file attributes:           0x000000
          MS-DOS file attributes (0x00):                none
    Current Location part 1 offset 33991
        filename:META-INF\container.xml
    Current Location part 1 offset 34013
    Central directory entry PK0102 (4+42): #4
    ======================================
        part number in which file begins (0000):        1

    How are you zipping it?
    In needs to be a "clean" zip...
    Also, take a look at app.packageUCF() and app.unpackageUCF()...
    Harbs

Maybe you are looking for

  • Adobe Dont Care About The Customer

    I purchased Adobe Creative Suite 2 in 2006 and installed it on my PC which no longer works.  I asked Adobe for a download link so that I could reinstall but they have told me 3 times that they cannot and will not help.  I am currently opening the cas

  • Can someone help me export a XML file from my project file?

    hey guys, I need someone to help me if possible, i was working at school with final cut pro and forgot to export it in xml format and only saved it in final cut pro format... i need to work on this at home and i have a pc.. because there are no lab h

  • Parent table of a child table

    I am using a child table 'CHILD_T' and in this table the column 'CHILD_FK' is the foreign key and it is pointing to some parent table. In my oracle editor I can see only synonyms but not actual tables. Is there any way to find out the parent table fo

  • Inaccurate line number in C++ warning message

    Compiling the following code snippet with SS11 or SS12 C++ compiler creates a warning which obviously carries wrong or inaccurate line number information: # cat warn.C class Test {   public:     Test(int);     int var1; Test::Test(int var1) { //     

  • No media in file?

    Yesterday day I've started getting a no media in file in a few points of two of my sequences. The video was brought into FCP with the Log and Transfer, it was originally shot on a Sony EX3 XDCAM unit. I've tried renaming the capture folder so that FC