Validating IDML file

First, I'm not sure if this is where I should post this question. If not, please tell me where to post IDML questions.
I am writing a VB.NET program to generate an IDML file. I have used validate.bat (CS5) on the file and it reports no errors. However, when I try to open the IDML file in InDesign, I get the following error:
Cannot open the file "xxx.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.
I have closed the program that generated the IDML file before trying to open it in InDesign, so I don't think the last suggestion is my problem. How can I determine what part of my IDML file is causing InDesign to not be able to open it?

Can you tell me how you have generated XML file with refernce to the registerd schema
I m new to xml..
i hav sample XML file....
<?xml version="1.0"?>
<xmlns:http.....>
<!->Insert site information>
<USER Username="Swap"
Fname="sss"
Lname="dddd"
Details=""
USER/>
Can you tell me how to code this in order to generate this type of XML file....

Similar Messages

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

  • Idml file won't open in CS5.5

    Hello,
    I have an INDD file that I can open just fine in CS5.5. When I export the file as IDML then try opening this IDML file, InDesign CS5.5 crashes. Below is part of the crash report. Can anyone help? Kind of urgent...
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   ???                           0xa079c6f0 _XHNDL_trapback_instruction + 0
    1   com.adobe.InDesign.INXCore    0x23a610bf GetPlugIn + 235215
    2   PublicLib.dylib               0x013285d8 INXImportHelper::CreateElement(IDOMElement*, IDType<ScriptID_tag>) + 184
    3   com.adobe.InDesign.INXCore    0x23a59125 GetPlugIn + 202549
    4   com.adobe.InDesign.INXCore    0x23a57099 GetPlugIn + 194217
    5   com.adobe.InDesign.XMLParser  0x1ffd34a9 GetPlugIn + 2617
    6   com.adobe.InDesign.XMLParser  0x1ffdab8c GetPlugIn + 33052
    7   com.adobe.AXE8SharedExpat     0x1e4e7949 reportEndElement + 88
    8   com.adobe.AXE8SharedExpat     0x1e4eb27a doContent + 3680
    9   com.adobe.AXE8SharedExpat     0x1e4eb6b5 contentProcessor + 50
    10  com.adobe.AXE8SharedExpat     0x1e4e61f6 XML_ParseBuffer + 83
    11  com.adobe.InDesign.XMLParser  0x1ffdda04 GetPlugIn + 44948
    12  com.adobe.InDesign.INXCore    0x23a57eb7 GetPlugIn + 197831
    13  com.adobe.InDesign.XMLParser  0x1ffd3cbc GetPlugIn + 4684
    14  com.adobe.InDesign.XMLParser  0x1ffdabc3 GetPlugIn + 33107
    15  com.adobe.AXE8SharedExpat     0x1e4e78ea reportStartElement + 99
    16  com.adobe.AXE8SharedExpat     0x1e4eb000 doContent + 3046
    17  com.adobe.AXE8SharedExpat     0x1e4eb6b5 contentProcessor + 50
    18  com.adobe.AXE8SharedExpat     0x1e4e61f6 XML_ParseBuffer + 83
    19  com.adobe.InDesign.XMLParser  0x1ffdda04 GetPlugIn + 44948
    20  com.adobe.InDesign.INXCore    0x23a2899e GetPlugIn + 4014
    21  com.adobe.InDesign.INXCore    0x23a74aa7 GetPlugIn + 315575
    22  com.adobe.InDesign.SaveBack   0x28111983 GetPlugIn + 4387
    23  com.adobe.InDesign.SaveBack   0x28112af8 GetPlugIn + 8856
    24  com.adobe.InDesign.SaveBack   0x2811357c GetPlugIn + 11548
    25  com.adobe.InDesign.Open Place 0x23596eec GetPlugIn + 29948
    26  com.adobe.InDesign.Open Place 0x23598176 GetPlugIn + 34694
    27  com.adobe.InDesign.Open Place 0x2358f2f5 0x2358e000 + 4853
    28  com.adobe.InDesign.Open Place 0x2359031b GetPlugIn + 2347
    29  PublicLib.dylib               0x0124ef92 Command::DoImmediate(short) + 34
    30  com.adobe.InDesign.Utilities  0x1e1b8aa3 0x1e1b7000 + 6819
    31  com.adobe.InDesign.Utilities  0x1e1b8ccc 0x1e1b7000 + 7372
    32  ...adobe.InDesign.AppFramework 0x1cf2a198 0x1cf10000 + 106904
    33  PublicLib.dylib               0x012500eb CmdUtils::ProcessCommand(ICommand*) + 59
    34  ...e.InDesign.Import Export UI 0x1db3b387 GetPlugIn + 9367
    35  PublicLib.dylib               0x0124ef92 Command::DoImmediate(short) + 34
    36  com.adobe.InDesign.Utilities  0x1e1b8aa3 0x1e1b7000 + 6819
    37  com.adobe.InDesign.Utilities  0x1e1b8ccc 0x1e1b7000 + 7372
    38  ...adobe.InDesign.AppFramework 0x1cf2a198 0x1cf10000 + 106904
    39  PublicLib.dylib               0x012500eb CmdUtils::ProcessCommand(ICommand*) + 59
    40  ...e.InDesign.Document Actions 0x25153158 GetPlugIn + 58568
    41  ...InDesign.Document Framework 0x1f00df44 GetPlugIn + 525748
    42  ...adobe.InDesign.AppFramework 0x1cf781d4 GetPlugIn + 276884
    43  ...adobe.InDesign.AppFramework 0x1cf7be7d GetPlugIn + 292413
    44  ...adobe.InDesign.AppFramework 0x1cf7dad7 GetPlugIn + 299671
    45  PublicLib.dylib               0x01378182 CScriptProvider::HandleMethodOnObjects(IDType<ScriptID_tag>, IScriptRequestData*, adobe::version_1::vector<InterfacePtr<IScript>, adobe::version_1::capture_allocator<InterfacePtr<IScript> > > const&) + 706
    46  com.adobe.InDesign.Scripting  0x22834a54 GetPlugIn + 175284
    47  com.adobe.InDesign.Scripting  0x228369ce GetPlugIn + 183342
    48  com.adobe.InDesign.Scripting  0x2283726f GetPlugIn + 185551
    49  ...ign.Support for AppleScript 0x22380a57 GetPlugIn + 81063
    50  ...ign.Support for AppleScript 0x223814f5 GetPlugIn + 83781
    51  ...ign.Support for AppleScript 0x22381de5 GetPlugIn + 86069
    52  ...ign.Support for AppleScript 0x2234a812 0x22349000 + 6162
    53  com.apple.AE                  0x9218bf58 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 166
    54  com.apple.AE                  0x9218be57 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 43
    55  com.apple.AE                  0x9218bd61 aeProcessAppleEvent + 197
    56  com.apple.HIToolbox           0x97197197 AEProcessAppleEvent + 50
    57  ...obe.InDesign.Application UI 0x1e9980a1 GetPlugIn + 299425
    58  ...obe.InDesign.Application UI 0x1e99560c GetPlugIn + 288524
    59  com.apple.HIToolbox           0x97162c2f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    60  com.apple.HIToolbox           0x97161ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    61  com.apple.HIToolbox           0x97161d55 SendEventToEventTargetWithOptions + 58
    62  com.apple.HIToolbox           0x97196a24 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3006
    63  com.apple.HIToolbox           0x97163080 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    64  com.apple.HIToolbox           0x97161ef6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    65  com.apple.HIToolbox           0x971847f3 SendEventToEventTarget + 52
    66  ...adobe.InDesign.AppFramework 0x1cf12ae5 0x1cf10000 + 10981
    67  ...adobe.InDesign.AppFramework 0x1cf3800a GetPlugIn + 14282
    68  com.adobe.InDesign            0x000028ab main + 187
    69  com.adobe.InDesign            0x000027c6 start + 54
    Thanks

    By the way, Peter, I had meant to note. In the other thread you cited, you say:
    >
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    >
    This kind of crash at that location often means a bad font, or so I've been told.
    This is actually an incredibly common failure, and it is much much more generic than bad fonts. It could be caused by bad fonts, but it could be caused by almost anything.
    This indicaets a program has tried to defeference a pointer whose value is zero. That is, some function was passed a reference to some part of the program's memory (typically pointing to some data structure. It could be a number, a string, an TexttFrame, another function, a file, really anyting), and instead of that reference being an address, it was zero. And the function didn't check to see if thie address was valid, it just tried to read from address zero. Which, under many operating systems, including OSX, generates a trap and causes a crash.
    So it's necessary to look at the stack trace to see what function generated the error. And that function was probably called be some other function by anothre function etc., and the fault is probably further upstream. If, e.g., the IDML export code calls the system's fprintf() function with a null pointer, the crash might be in fprintf(), but it would be the fault of the IDML export code.
    Sometimes the faulting address might be more unique. Like if the pointer not zero but say, 3. There probably aren't too many cases where a pointer gets initialized to 3 by accident, so it might usually be the same thing. But address zero is incredibly common. (So are fun ones like 0xdeadbeef and 0xfafababe and 0xcafecafe).
    Cheers. I wonder what happened with bizcomm...

  • Place one IDML file inside another one.

    I want to place one or more IDML files into another single IDML "master" file.
    The master file is sort of a template for a site layout. The IDML files I need to embed represent single content boxes with specific layouts. The files for those content boxes are created outside of InDesign with some texts I get from a database.
    To retain those layouts I deemed it best to just place them into another document which is no problem with INDD but just with IDML.
    I managed to link multiple INDD files into the master file in InDesign itself, but can not figure out how to link IDML files. I also found that it is possible to link INDD files into IDML files, just not IDML into IDML.
    I need to be working with IDML as opposed to INDD because I have to be able to manipulate the files in an easy way outside of InDesign.
    Is there any way to link IDML files into other IDML files? Or if not, is there a possibility to convert my IDML files to INDD files without having to use a real instance of InDesign?
    Relevant Lines of code from the master IDML file taken from the Spread.xml file:
    <Link Self="u9f81" AssetURL="$ID/" AssetID="$ID/" LinkResourceURI="file:/path/to/subtemplates/box2.idml" LinkResourceFormat="$ID/InDesign Format Name" StoredState="Normal" LinkClassID="35906" LinkClientID="257" LinkResourceModified="false" LinkObjectModified="false" ShowInUI="true" CanEmbed="true" CanUnembed="true" CanPackage="true" ImportPolicy="NoAutoImport" ExportPolicy="NoAutoExport" LinkImportStamp="file 130505142560000000 1396736" LinkImportModificationTime="2014-07-22T16:50:56" LinkImportTime="2014-07-23T11:42:22" LinkResourceSize="0~155000" />
    If I leave this in and try to open the file in InDesign I get the error message that the linked file type is not supported
    <Link Self="u9f81" AssetURL="$ID/" AssetID="$ID/" LinkResourceURI="file:/path/to/subtemplates/box1.indd" LinkResourceFormat="$ID/InDesign Format Name" StoredState="Normal" LinkClassID="35906" LinkClientID="257" LinkResourceModified="false" LinkObjectModified="false" ShowInUI="true" CanEmbed="true" CanUnembed="true" CanPackage="true" ImportPolicy="NoAutoImport" ExportPolicy="NoAutoExport" LinkImportStamp="file 130505142560000000 1396736" LinkImportModificationTime="2014-07-22T16:50:56" LinkImportTime="2014-07-23T11:42:22" LinkResourceSize="0~155000" />
    If I put this in everything works fine.
    Notes: box1.indd and box2.idml are the exact same files, just saved differently by InDesign. The path to both files is a valid file system path and has full read/write access.

    Thank you for your reply. I already know that it is possible to edit IDML files, which is what I am already doing.
    What I am now looking for is a way to place one IDML file into another one like you are able to do with INDD files.
    Which file format should I use insted then? It must be editable outside of InDesign because I need to be able to change texts and stylings within the file.
    Laubender
    That possibly means you have to have InDesign Server to integrate in your workflow.
    That's the exact thing I am trying to avoid here.

  • 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

  • XML Publisher question - Not generating a valid XML file

    I am working through an Oracle document that walks you through creating an XML Pub report. I am using HCM 8.9, Tools 8.49.15 and it has XML Pub installed and I have the Microsoft plug-in installed
    I have created a query and have downloaded an rtf template and now am on a page where you enter your data source and then click ‘Generate’ for the sample data file. I did it and it created ‘PERSONAL_DATA_PAY.XML’ which is created from a PS Query. However if I click on ‘PERSONAL_DATA_PAY.XML’ it generates a blocky text file that is not an XML file and I can’t go any further.
    Do you know why it’s not generating a valid XML file when I click on 'generate'?
    Thanks
    Allen H. Cunningham
    Data Base Administrator - Oracle/PeopleSoft
    Sonoma State University

    You mean to say that you create a new data source by specifying Data Source Type as 'PS Query' and Data Source ID as your query name, you are not able to generate a valid XML file (by clicking on Generate link).
    did you cross check your query by running it?
    On field change of Generate link, PeopleSoft uses PSXP_RPTDEFNMANAGER and PSXP_XMLGEN app packagaes and query objects to create the file
    It should work if you query is valid..

  • XML Publisher does not create a valid XML file when I try to 'generate '

    I am working through an Oracle document that walks you through creating an XML Pub report. I am using HCM 8.9, Tools 8.49.15 and it has XML Pub installed and I have the Microsoft plug-in installed
    I have created a query and have downloaded an rtf template and now am on a page where you enter your data source and then click ‘Generate’ for the sample data file. I did it and it created ‘PERSONAL_DATA_PAY.XML’ which is created from a PS Query. However if I click on ‘PERSONAL_DATA_PAY.XML’ it generates a blocky text file that is not an XML file and I can’t go any further.
    Do you know why it’s not generating a valid XML file when I click on 'generate'?
    Thanks
    Allen H. Cunningham
    Data Base Administrator - Oracle/PeopleSoft
    Sonoma State University

    On the right click on HD under video quality to filter it. 

  • Infopath 2013 SOAP Web Service Data Connection - Error: The file is not a valid XML file

    Here are the steps to replicate the issue I’m having when adding lists.asmx or any other SharePoint web service in InfoPath 2013. This web service opens fine in the browser from my desktop. My account is a farm administrator and is added to the
    web application’s User Policy.  I can use these services just fine using Nintex 2013 Workflow.
    Open InfoPath Designer 2013.
    Select Blank Form and click Design Form button.
    Click “Data” tab.
    Click “From Web Service” and select “From SOAP Web Service”
    Enter https://mysiteurl.com/_vti_bin/lists.asmx?WSDL for the web service definition.
    Click Next.
    Windows Security window pops up.
    Enter a credential. I tried both my account and the farm account. My account is a farm admin and is added to the web application’s User Policy with Full Control.
    Click OK. It prompts for credential multiple times.
    I get below this error messages: 
    Sorry, we couldn't open https://mysiteurl.com/_vti_bin/lists.asmx?WSDL
    InfoPath cannot find or cannot access the specified Web Service description.
    The file is not a valid XML file.
    Not enough storage is available to process this command.
    We have a project that is in need of these services using InfoPath so any help is greatly appreciated.

    Hi Brian_TX,
    For your issue, try to the following methods:
    Change your service binding in web.config to:binding="basicHttpBinding". It seems in VS it defaults to wsHttpBinding.
    Replace all instances of "parameters" from the web service wsdl with the name "parameter"
    There are some similar articles about the issue, you can have a look at them:
    http://www.infopathdev.com/forums/t/23239.aspx
    https://social.msdn.microsoft.com/Forums/office/en-US/621929c3-0335-40af-8332-5a0b430901ab/problems-with-infopath-web-service-connection?forum=sharepointcustomizationprevious
    https://social.msdn.microsoft.com/Forums/en-US/5fa5eca8-f8d7-4a2e-81ba-a3b4bdcfe5af/infopath-cannot-find-or-cannot-access-the-specified-web-service-description?forum=sharepointcustomizationlegacy
    Best Regards
    Lisa Chen
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • Import AOL Communicator mail failed. Error: no valid mbox files were found

    I´m having problems to import (archived) AOL Communicator mail messages into Mac Mail. After choosing File > Mailboxes > Import data from "Other" and then selecting the the folders "LIbrary" > "Application Support" > "AOL Communicator" > "local" > "Archives.sbd", I always get the error message: no valid mbox files were found.
    (Actually the Received and Sent files in the Archives.sbd subfolders are NOT highlighted, even though the Archives.sbd and it´s subfolders (like myaolmail.sbd) are.)
    Mac Mini   Mac OS X (10.4.5)   AOL Communicator for Mac
    Mac Mini   Mac OS X (10.4.5)  

    Hi,
    I am in the same situation (just posted myself!), and am trying this out right now:
    http://www.apple.com/downloads/macosx/internet_utilities/aolserviceassistant.htm l
    Maybe it will work for you?
    Good luck,
    Allyosn

  • I have an older version of itunes on my L drive.  Everytime I try to download the newest version I get the error itunes.resources is not a valid short file name.  Now I obtained an iphone and cannot sync the phone to my account because it wants me to upda

    I have an older version of itunes on a separate drive.  Everytime that there has been an update to itunes it will not let me update.  Now I purchased an iphone and I hooked the phone up to the computer and it tells me I need to install the latest version of itunes.  I downloaded to try it, but I keep getting an error message that says itunes.Resources is not a valid short file name.  What can I do from here?

    That is a new one on me.
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    The further information area has direct links to the current and recent builds in case you have problems downloading, need to revert to an older version or want to try the iTunes for Windows (64-bit - for older video cards) release as a workaround for installation or performance issues, or compatibility with QuickTime or third party software.
    Your library should be unaffected by these steps but there are also links to backup and recovery advice should it be needed.
    tt2

  • 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:

  • "this is not a valid PDF file" message when creating a new document?

    Every time i try and open a new document I get a message that says this is not a valid PDF file?
    Has anyone else recieved this message?

    Sorry, I am out of ideas. Unless anyone else can help I suggest you need to contact support directly. It’s usually possible to start a live chat, if an Adobe agent is free, and often to get problems fixed right away.
    To get help now click here for product support

  • Error - 2048 not a valid movie file

    hello,
    I'm a NAPP member and had been following the photoshop TV casts on QT....however, now I get the error message 'error - 2048 not a valid movie file'...its an mpeg4 QT file, but I get the message whenever I attempt to play the downloaded file...or when I try to just watch the stream, it won't open the URL...these are the only movies that I'm having this problem with...as I can watch other movies from other sites w/o incident...NAPP hasn't replied to my inquiries except that they don't support the TV shows.
    Any ideas?...would be appreciated...
    Thanks...
    G5 - dual 1.8 ghz - 2ghz ram   Mac OS X (10.3.7)   Dell Inspiron Core Duo notebook w/ XP home

    T S
    Thank you very much for the link to videolan.org. I was having the same problem playing downloaded Photoshop TV videos. I tried MPlayer which worked but was not comprehensible. I had never heard of videolan, but it works like a charm.
    Thanks again.
    17 PowerBook, 1.33 Ghz   Mac OS X (10.4.6)   2 GB Ram, iWeb 1.1.1

  • Document is not a valid PDF file

    Hi,
    I need help! Iøm trying to upload a visa paper using Adobe-Reader XI and when I upload, it keep saying "document is not a valid PDF file" - what to do now? Maliha

    Are you sure that the document is a valid PDF file? Can you open it with Reader?

Maybe you are looking for

  • Need help on tuning materialized view refresh

    Hi All, I am working on materialized view refresh tuning.Initially it was complete refresh and used to take more than 90 mins to complete. I changed it to fast refresh now it is completing fast. Now i have partitioned the base tables gl_balances and

  • InDesign 5.5 "interruption" every 7 seconds

    This problem started just this week. I'm working on a multi-page document and InDesign appears to "interrupt" every 7 seconds. I see whatever tool I'm using at that second flicker and a brief "beachball" and whatever I'm doing stops for a second, and

  • Leopard server and external DNS issues?

    I am trying to setup a new leopard server for a school with the internet being streamed in from the local borough with filtering for the students via DHCP with a range of 10.x.x.50 - 10.x.x.200. I have all their details (IP, subnet, router) inc their

  • JMS persistence problem

              Hi,           I have persistence half working on WLS6.1 Messages are being written to the database           ok. When I crash the server, the message is still there. When I bring the server           back up the message appears in the desti

  • Jps-config.xml (No such file or directory)

    Hi Experts, I created a Java proxy for a web service, deployed on a separate server (not WLS), with no ws policy. When I used POJO client, the invocation of the web service worked fine. But when I put the same invocation code in a concurrent program