Crazy document corruption

Hi!
Today I opened a document and found out that large part of it went crazy. I can't even describe it properly. Some pages missing, text blocks disappeared, total mess. I use ID for many years and I've never seen anything like that. It looks like this:
Is it some bug or what? I tried to restart ID then computer - it didn't help. Any ideas? Please help! Thanks!

THis file is corrupted. You could try to export this file and open it again and save as INDD.
If this does not help, I would check the IDML file with a XML tool and have a closer look into pages and layer definitions, there are some "layer names" which you can't find in the layer panel which are responsible for pages and other geometry. Maybe that there must be repaired something i the code. How to you should compare it with a simiar healthy file.

Similar Messages

  • Document corruption

    I created a simple text journal in Pages on my iPad. I had no problems with the document until I bought an iMac, started using iCloud and adding/editing text on both devices. Now when I open the document on my iPad I get a message that says Unknown Error Close Document. I tried copying the text to a new blank Pages template. Same problem.

    I'm not sure what you mean by "formatting errors" or "AppleWorks Document Corruption."
    If your AppleWorks document is a word processing one made/last saved with AppleWorks 6, Pages will open it. Because AppleWorks does not normally add its .cwk extension to the file name, Pages is likely not going to recognize it as an AppleWorks file &, therefore, one it can open. You can set AppleWorks' preferences to add the .cwk extension in Preferences > General > Files. You can also add the .cwk extension to the file name in the Finder in either OS 9 or OS X. In OS X, see this user tip for information for adding the extension to whole folders of files at one time.
    It is best to use a Mac-formatted drive or disk to transfer the file. Burning them to a CD is a good way to create a backup at the same time.

  • Appleworks Document Corruption?

    Hello,
    I would like to export Appleworks documents located on an OS9 drive, to a 10.4.11 drive with an updated version of iWork '08.
    I've read on this site that importing Appleworks documents to OSX can create formatting errors. I would like to know if there is a process to assure a seamless transition.
    Thank you for your time.
    J.C.

    I'm not sure what you mean by "formatting errors" or "AppleWorks Document Corruption."
    If your AppleWorks document is a word processing one made/last saved with AppleWorks 6, Pages will open it. Because AppleWorks does not normally add its .cwk extension to the file name, Pages is likely not going to recognize it as an AppleWorks file &, therefore, one it can open. You can set AppleWorks' preferences to add the .cwk extension in Preferences > General > Files. You can also add the .cwk extension to the file name in the Finder in either OS 9 or OS X. In OS X, see this user tip for information for adding the extension to whole folders of files at one time.
    It is best to use a Mac-formatted drive or disk to transfer the file. Burning them to a CD is a good way to create a backup at the same time.

  • Word Web App can't open a document (corruption) but Word Desktop can

    Hi,
    My team and I are currently working on integrating a custom WOPI-Host and everything is going pretty good.  While testing out different documents that will be used in the system to see the supported features and the reaction of Word Web App we found
    a document that is problematic.
    First things first, we took a document that was in Word 97-2003 version (.doc) and converted it in Word Documents (.docx).  We had to actually use the Word Desktop Convert functionality because using "Save As" wouldn't work.  We found
    out that the document had Custom XML Data which was the reason that the "Save As" didn't work.  So we did 2 version of the document in docx version.  One that kept the Custom XML Data and one that didn't have it.
    Now when we try to open the documents in the Word Web App, both trigger the same error: "Sorry, Word Web App can't edit this document because it appears to be corrupt.".  What I don't really understand is that I can open them in the Desktop
    version of Word without any problems.  Also, if it was simply the Custom XML Data that would prevent Word Web App to open the document, how come the version of the document without these Custom XML Data is still considered corrupted by the Word Web App.
    If needed, I can send the documents in question (probably by email since I don't see an option to attach them to this question).
    Thanks,
    Patrick Racicot

    Hi,
    I understand you can't open the Word documents from Word Web App, but may I know how you converted them? What is that "Word Desktop Convert functionality"? Would you please detail the steps of the conversation?
    When you try the "Save As" method, any prompt or error? Can you keep saving just ignoring the error?
    Before the conversation, I suggest you try removing the hyperlinks in the original .doc document, then convert the document to .docx format, check if then it can be opened from the Word Web App.
    Feel free to post back to provide more information.
    Thanks,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • How to recover a corrupted MSWord Document - corrupted graphics / corrupted tables

    Hello i am hoping to find someone who can guide me in recovering a word document for me... I was working on it had my auto save set to every 4 mins and all
    was well. closed ms word normally only to find the next time i open i get "a table in this document has been corrupted..." 
    Just to be clear i know all about word open and repair and recovering the last saved file etc. Those are not working. I get my file back but several graphics and
    tables are missing/messed up. 
    I am hoping that someone has some insight into this (maybe some document repair software that works well) and can help me restore the document or at least open
    it somehow with the original pics showing so that at least i know how to make changes to the new document. 
    Hope this makes sense. very urgent.

    
    If you're using Windows 7, the built-in shadow copy centre may have an older and uncorrupted version of your file.
    Launch Explorer, right-click the folder that contained the document and select Properties.
    If you see a Previous Versions tab then click that.
    If all is well then you'll see a list of entries for the folder, going back days, or maybe weeks.
    Double-click one with a date when you know the document was readable, and try opening this older version.
    Save it with a new name, and then repeat the process with later folder entries until you reach the point where the file became corrupted.
    If methods above didn’t work for you, you can use undelete tools like Any Data Recovery Pro (http://www.any-data-recovery.com/product/datarecoveryprofessional.htm)
    or Revuca (http://www.piriform.com/recuva/features) to help you find old Office temporary files. After that, rename the TMP extension to match the real document format, and then try opening it to see what you've recovered.

  • Document corrupted when sending file to drop off library using records repository submit file method (official file web service is used)

    I am trying to submit files to drop off library through a simple web application. I could see the documents submitted to drop off library but the contents in it have got corrupted.
    string recordRouting = "Test Original Document";
    using (Officialfilewebservice.RecordsRepository f = new officialfilewebservice.RecordsRepository())
                    string myFileName = @"D:\FileDrop\Testfile.txt";
                    string filename = Path.GetFileName(myFileName);
                    Byte[] inputbytearray = System.Text.Encoding.ASCII.GetBytes(myFileName);
    string x = f.SubmitFile(inputbytearray, newArray, recordRouting, filename, Environment.UserDomainName + "\\" + Environment.UserName);
    the code for the "newArray" used as part of the SubmitFile method is below:
      string itemname = "abcdef";
      string serviceURL = "http://..........";
      string result = GetTaxonomyTerm(itemname, serviceURL)
      Dictionary<string, string> metadata = new Dictionary<string, String>();
      metadata.Add("TestDocumentType", "-1;#" + itemname + "|" + result);
             metadata.Add("ContentType", "Test Original Document");
             metadata.Add("TestRequestId", "9999");
             metadata.Add("TestProjectId", "8888");
                    f.Url = "http://../../../../OfficialFile.asmx";
                    f.UseDefaultCredentials = true;
                    foreach (var item in metadata)
                        Officialfilewebservice.RecordsRepositoryProperty prop = new Officialfilewebservice.RecordsRepositoryProperty();
                        prop.Name = item.Key;
                        prop.Value = item.Value;
                        prop.Type = "Text";
                        propertydetails.Add(prop);
                    Officialfilewebservice.RecordsRepositoryProperty[] newArray = propertydetails.ToArray();

    Hi,
    According to your post, my understanding is that you want to upload files to drop off library.
    Here is a blog with the code sample for your reference:
    Uploading Documents Programmatically to a Content Organizer Enabled Site
    http://www.codeproject.com/Articles/497729/UploadingplusDocumentsplusProgramaticallyplustoplu
    Thanks,
    Dennis Guo
    TechNet Community 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]
    Dennis Guo
    TechNet Community Support

  • Form 16 With digital signature giving adobe document corrupted output

    Dear All,
    We have configured ads and implementing form 16 with digital signature,we have done the all configuration as per SAP Guide and dezso blogs,but when generating the form 16 with digital signature its giving
    "Adobe reader could not open _xxxxx.pdf because it is either not a supported file type or corrupted,
    we have done the same configuration in dev its working fine and prd its not working,request you to please provide the solution for the same.
    as per some check list i have cheked ads_https is working fine,but when executing the report fp_pdf_test_00  with rfc ads_https its asking for user name and password,we have maintained the same user name and password for abap and java for both adsuser and ads_agent still same issue,
    pelase suggest.
    please find attached screenshot for your reference.
    Regards,
    Basis

    This can be done but you must use the Document Form var to route the signed pdf. You must configure the FormGuide submit button to 'Submit from PDF' in Guide Builder.
    Also the button on the form must be configured to submit as 'PDF' (not XDP). This change is done when you open the form in designer.
    Note that after you have submitted the signed pdf you will be dealing with a pdf subsequently.
    Attached is a sample FormGuide.

  • Work flow-document corrupted

    Hi ,
             My user is attaching document on IMA11 tcode .When i am viewing some of the documents gets corrupted .please kindly let me know your assitance in this issue .
    Regards,
    veera

    Hi Yagnesh,
    Yes it is required to have the stated elements in the task contaner. But they get automatically created if you follow the below approach:
    1. Go to SWDD and to your workflow template.
    2. Add a 'Send Mail' step to your workflow by selecting it from the 'Step Types that can be inserted'.
    3. Go to 'Mail' tab. Add subject line and text to your mail. Add recipients etc.
    4. Click on check button (green tick mark). System would ask you for a task Abbr. and a Task Name. Enter a abbreviation and name you wish to give for the task. This would create a new task for send mail for your wrokflow (e.g. Abbr - Test Mail, Name - Notification to user). Check on check button.
    5. Save the workflow.
    Hope this solves the issue.
    Regards,
    Saumya

  • Attached Word documents corrupt

    I have iMac OSX 10.4.11 and Tiger
    I have Microsoft Office 2008 for Mac
    When I send Word documents via email to my mum (on windows xp home & MS Office 2003) via yahoo mail, just recently she has said that when she opens my Word docs they are just full of barcodes. My word docs are saved as Word 97-2004 Document (.doc) and mums email is btinternet/outlook express
    Is this something wrong with my end or hers, what could be going wrong?

    Mac users using Word 2004 who receive a Word 2008 for Mac, (or Word 2007 for Windows) document, will not be albe to read this without having the Open XML Converter installed, which can be downloaded from Microsoft.
    Go to this page:
    http://www.microsoft.com/mac/downloads.mspx
    and click on the right under Most Popular, 'Open XML File Format Converter for Mac 1.0'
    This opens a window at the bottom of the page. Scroll that to the bottom and click on English.dmg, and it will download for you as a disk image, which can be installed in the usual way.
    After installation you can open and read .xml formatted Word 2008 documents in Word 2004.
    I would suggest that your Mum install this!

  • XP dying, going crazy, and corrupting data when network is out

    Here's my setup:
    Airport extreme main -> airport extreme remote -> imac intel core2duo -> parallels -> Windows XP Service pack 2
    Connected to the imac is a Fax 2850 Brother.
    bonjour installed on XP
    Print sharing enabled on the same mac.
    When the network is on - I can print to the fax from XP very well - works like a charm I was singing Apples praises ("they even make windows easier" and so on).
    However, the remote base station dropped out. I went to print not noticing this. it took 3 minutes for the print dialogue to come up. I cancelled it realising something was wrong. When I restarted windows, the app I was working in was stuffed - all the data was damaged, I had to restore from a backup which thank god I did just a couple of hours earlier. saved my life.
    What REALLY concerns me though is exactly why this happened - I have two unexplained and possible unconnected or connected as the case may be anomalies that happened:
    1. the base station dropped out. I have another remote on the opposite side of the main station - it did not drop out. I got it back by resetting the main station - the remote picked up again and is now online.
    2. windows went bezerk.
    Anyone know anything about this - had any experience. I think it's probably reasonably safe to say the printer driver / model itself is probably unrelated- and this could happen with any printer.
    Am I better off getting an express point just for the printer so I can print to it reliably from both windows and the mac without getting printer jams and so on - or does using the express usb printer configuration with bonjour still rely on the mac to process the print queue? What's the story there? Basically the Mac works perfectly it's fantastic, but windows poops it's pants when the printer isn't online... ? Or am I off base there? Anyway need help as this set up has to be as reliable as possible - so whatever that means I have to do that even if it means getting a dedicated windows printer.
    Miklos.

    To BB employees -- please note last paragraph I just added in clarification
    Market Information? Come read The Market Ticker!

  • Embedded Excel in Word 2003 document Becomes Corrupt when Saved

    We have a Word 2003 document with Embedded Excel sheets in it.  When this document is saved and reopened, you cannot edit the excel tables, you just get the message "document corrupt, no longer available". 
    Detect and Repair doesn't fix it, it seems to make the excel table a picture or object that cannot be edited. 
    What is the fix for this?

    Hi
    This problem may occur if both of the following conditions are true:
    You installed Office XP SP-2 or Office 2000 SP-3.
    You are running one of the following Norton AntiVirus or Norton SystemWorks programs:
    Norton AntiVirus 2003
    Norton AntiVirus 2002
    Norton AntiVirus 2001
    Norton AntiVirus 2000
    Norton SystemWorks 2003
    Norton SystemWorks 2002
    Norton SystemWorks 2001
    Norton SystemWorks 2000
    Note Norton AntiVirus and Norton SystemWorks are supported by Symantec.
    For more information to resolve the issue, refer to the link below:
    http://support.microsoft.com/kb/328613/en-us
    Regards
    Tylor Wang
    TechNet Community Support
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • The document could not be saved. There was a problem reading this document (114).

    After adding some sticky notes to a PDF in Adobe Reader i went to save it and it comes up with "The document could not be saved. There was a problem reading this document (114)." and will not let me save it. Please can you advise if there is anyway of saving this document with the sicky notes in?

    The problem is most likely document corruption. Try to work on a new copy from the original source.

  • Graphical corruption in X after playing media or using chromium

    In SMPlayer (xv output) and sdlmame, when I switch to full screen, afterwards X will show graphical corruption. This does not seem to happen with VLC or GnomeMPlayer.
    For SMPlayer, the task bar space between icons and the pager, and the rest of it after the pager will become unreadable and just a mess of grey and coloured lines. After about a minute when the clock applet updates the time, it will redraw and become readable again (only the clock applet, not the whole bar). To make the rest visible too, I have to move the mouse over it and click the icons (volume, brightness, and so on) so they get redrawn.
    In the case of sdlmame, the desktop background picture even gets corrupted in maybe its top 25% area over the full screen width.
    When I start chromium web browser, the top part of the browser window and the task bar above it will flicker like crazy with corrupted lines. Sometimes the whole window will flicker, I think. This happens mostly while typing in an URL, and leaves the same corruption in the task bar as SMPlayer (->have to mouseover/click on the icons to make them redraw).
    It happens _all the time_ if I just move the mouse over the website (for examle google translate). I don't even have to click on anything, just moving will make the whole upper half of the chromium window flicker like crazy with corrupted lines, rendering the page unreadable.
    In Firefox this problem does not occur at all.
    I'm using Xfce4 and Compositor is disabled.
    Last edited by mir91 (2014-05-31 13:46:37)

    I am now pretty sure that this is a software bug in Leopard. I have been back to Tiger for 10 days straight now and the problem hasn't reoccurred.
    It can't the temperature, because I installed iStats and they show the hottest part is GPU, but it is only 51 degrees C (123.8 fahrenheit) during hours of heavy use. Also back in leopard I tried out a fan control app and set all fans to max RPM (which was really loud), and that didn't affect the random polygons.
    I don't know why it happens only in Leopard but I am not going to update back to it till I know for sure that this has been fixed.
    PS. The only system level 3rd party app I had installed in Leopard when the problem first occurred was Steer mouse, but I doubt a mouse driver can cause this kind of a problem. Besides I have it always installed in Tiger too. This is why I outclose the possibility of 3rd party apps being the cause.

  • Autosave documents in pages

    After using Pages for about a year, and generally liking it, I lost a day's worth of work when my battery died. I opened Pages and searched all the menus for the Auto Restore function before it dawned on me that Pages cannot automatically save your document for you while you're editing it. I just assumed that such a basic function was provided in all modern text editing software. Incredible. Now I guess I'll have to go back to MS Word. Why should I have to remember to periodically manually save my doc, isn't the software supposed to do that for me?

    It seems that you didn't understand.
    I receive in my mailbox documents sent by users asking me to try to recover the embedded content.
    In my own use I never got a corrupted document but, contrarily to what you often wrote, when I receive a corrupted file, I don't state: the user made something wrong.
    I assume that something failed.
    I know a way to get documents without Index.xml file. But when I receive such ones, I always ask the owner if the doc was stored on a server where it may be used by several machines. Every time the response is: no, it was on a single user system.
    Most often, a document corrupted by a power shortage is not readable with current tools like TextEdit or TextWrangler. The operating system is fooled by the wrong descriptor available in its HD's table of contents.
    With iWork, I never got such files.
    The corrupted files, at least those which I received, are always readable with standard tools, at least with Hexadecimal editors.
    When the Index.xml file is available, I may decipher it and rebuild the entire document but Pages is unable to do the same, simply because, somewhere among the thousands of instructions, there is one which it is unable to decipher.
    My guess is that there is a bug pushing the code to write a wrong instruction.
    I would not be surprised if it is linked to the most common oddity: an instruction which doesn't manipulate correctly a carry when the treated data cross a page boundary.
    I guess that because sometimes I was said that the document was killed after the addition (or the removal) of a single character.
    The number of corrupted files received exploded after the introduction of iWork '09. And most often these corrupted documents are flatfiles. Maybe there is a bug in the code compacting the package built at first.
    This is why I don't use flatfiles.
    As I already explained, iWork builds a package then,
    (1) if the doc must remain a package, the index.xml file is packed (gzipped) as Index.xml.gz
    (2) if the doc must be a flatFile, the package (with its non packed index) is packed with a tool which is not one of those which I am aware of. Zip, Gzip, Ditto are unable to pack in a format accepted by iWork.
    Yvan KOENIG (VALLAURIS, France.) dimanche 23 août 2009 14:57:40

  • Mds error in console when saving document

    Hello
    I keep having this error in the console every time I save a document I am working on.
    mds[39]: (Warning) FMW: event:1 had an arg mismatch.  ac:2 am:51
    Can I just ignore it since it's seems related to spotlight or can it be document corruption.
    Save as, etc.. does not fix the problem.
    Best
    Yan

    After getting this mds warning message every time I save my document, the file showed a some point a very strange behavior in the finder.
    The file appears in it's container folder normally but then disappears by itself after a second or so.
    Clicking in another folder and then back to the first folder brings back the file for a few seconds then it disappears again. I have never seen anything like this.
    I looked into the folder with "ls -la" in the terminal, and the file was renamed "--" instead of it's original name.
    Here it is in path finder :
    fsck -fy shows no problem
    onyx cache cleaning, etc.. no problem
    virus check : no problem
    spotlight index rebuilted.
    This appends with this file even after save as, etc..
    I am a bit worried now. I have backups of this current work file, but the mds warning keeps coming out at every save.
    Yan

Maybe you are looking for

  • Slow performance of Keynote 6.0.1

    Shortly after upgrading to Mavericks I started experiencing performance problems with Keynote.  Here's a description of the behavior: I create a new document and begin drawing with the standard Keynote shapes and text tool.  At some point performance

  • HT1473 how do i get the music from my itunes library onto my ipod?

    how do i get the music from my itunes library onto my ipod?

  • Downloading songs from iPhone 4 to second PC

    So a virus killed my computer and everything's gone. Only some of it was backed up - my huge bad. I've downloaded a number of songs from iTunes directly to my iPhone 4 and then downloaded those songs onto the computer that is now dead. My iTunes was

  • Exclude a customr from COPA report

    We have a COPA report where we have two row in the form (KE35). It's a cost based report First row - Total sales - the characteristics are by sales document type Second row - Rebate sales - by Material groups In the rport (KE33) - they are slecting a

  • TS3274 iPad Purchased list not visible, but is there.

    I have an iPhone and therefore have a purchased list, however on my new iPad the purchased list is there but visually it is not showing only when you click on the screen blindly you can see the app.