InCopy suddenly fails to open InDesign file

I'm a designer working on my first book project using the InDesign/InCopy workflow, using Dropbox as our server. I share my .indd file (Mac) with one offsite editor who uses InCopy for the PC.
We've been working without a glitch for about two months. Yesterday, my editor told me she couldn't get in to the .indd file from Dropbox--InCopy just crashes, and she gets this message:
“InCopy.exe has encountered a problem and needs to close. We are sorry for the inconvenience.
If you were in the middle of something, the information you were working on might be lost.
Please tell Microsoft about this problem.
We have created an error report that you can send to us. . . ."
She was also getting a red X icon next to the shared folder where we store the .indd file. At this point, we discovered that we were over our free Dropbox limit of 2GB, so we both upgraded to 50GB of storage. Though the red X is gone now that we're both upgraded, InCopy still crashes every time she tries to open the file, even though she can open another (smaller and newer) .indd file I posted for her yesterday.
I'm having no problems with the .indd file so it's difficult to know what the problem is from my end.
She checked her hard drive space and still has 181GB free, so I don't think it's a Dropbox cache issue. But it seems odd that her inability to open the file coincided with us reaching our Dropbox limits, even though that should have been resolved once we both upgraded.
Any ideas for how we can get this to work again?

Why would one of your editors receive a message about "Adobe InDesign is missing required files, please reinstall"? Aren't they using InCopy (not InDesign)?
Re the InCopy crashes, it sounds like the INDD file might be damaged. You can test this by having the InDesign user create a new test document and export one story to the workflow. See if the InCopy user can open that INDD file over the network, check out the test story, make a change, save it, check it back in, and then the InDesign user update the story on their end.
AM

Similar Messages

  • Incopy is crashing when opening InDesign files

    We're able to open some InDesign files but not others. There is no error message. The files open and save correctly in indesign but when trying to open them with incopy the loading screen pauses and then the software stops running.
    We've run into the issue on 2 machines with those same files. Both users on on Windows 7 machines using CS6 products.
    Message was edited by: jestert

    Ask in the ID forum and provide much, much more info like what fonts you use, what colors, what linked images, paragraph styles and a million other things. Even technical stuff like stored print settings may matter. Your post is far too vague to even begin to guess.
    Mylenium

  • Acrobat XI suddenly fails to open PDF files

    I have installed Acrobat XI Pro on a Windows 7 computer. It has worked perfectly well for several weeks but from shutting down the computer last Thursday and starting this morning, I am unable to open any PDF files or open the Acrobat application. Creating PDF files from other applications such as Office still works but I cannot open these files nor any others to view them. No other changes were made to the system between working and failure. I have tried a repair from the disk and a re-install following an Adobe clean but nothing has changed. I wonder if this is anything to do with the expiry of the trial period which is how I originally installed XI before I purchased a disk with serial number.

    Hi elyP,
    The expiry of the trial has nothing to do with this as you can simply enter the purchased serial number to convert the trial into full version.
    Is Acrobat updated to the latest patch v11.0.09?
    Do you get any errors when you try to open a pdf?
    Regards,
    Rave

  • InCopy CS5 can't open InDesign, InCopy CC can

    I have CS5 to CC installed on my machine (MAC). Using indesign CS5 to create a layout then export all stories for inCopy. InCopy CS5 cannot open the indd. CC can... I can open the individual .icml files though. If I use InCopy CC, I can check in > edit > check out and save. InDesign CS5 will be able to re-open. A bit confuse now on why InCopy CS5 can't open InDesign files anymore. Event files created pre CC update. Attached are the errors I get when trying to open with InC CS5. Any insight would be appreciated! Thanks.

    I know. That's why I don't understand. I really used CS5 to work with InCopy CS5. Even try older files that were saved prior to CC-CS6 update and I get the same error. Didn't have InCopy CS5. Install the demo version. Can it be the issue?

  • Fail to open PDF file. Error for trying to paste in object.

    So occasionaly, i will paste in a PDF into my InDesign document and this error will pop up, Fail to open PDF file.  It's not like im opening
    the file im just trying to paste it in.  I try other pdf files and the same error comes up.  Usually this error does not happen when i am pasting in
    PDF's into my document but when one error comes up, no PDF's will work.  I have to resave my file into another format and then it will work.
    What is up with these errors that happen sometimes?
    CS5 ID 7.0.3
    P.C.

    Try it again...this time click the show options check box in the place dialog.
    Bob

  • Another CS6 program open indesign files?

    Can another program in CS6 open indesign files to read them?  We have a user who only needs to look at her employees' work and not edit it, we don't want to purchase the master collection or indesign seperately if we can avoid it.  Thank you!

    InCopy is a tool used by writers, editors, and copyeditors in publication workflows. It is best used as a tool for editing copy, but if you want you can use it to preview documents. If the document doesn't open in Layout mode automatically, you can view it by changing the tab near the top of your screen.

  • Failed to open package file due to error 0x800C0006 "The system cannot locate the file in C# code.

    Hi, Am facing issue when I try to run SSIS package via C# code, I have given full access to all the folder in which the package is available.
    In the below line am getting error,
    using Microsoft.SqlServer.DTS.Runtime;
    Application app=new Application();
    Package package=null;
    package=app.LoadPackage("PackageFullPath",null) --error line
    Failed to open package file "C:\SSIS\Package.dtsx" due to error 0x800C0006 "The system
    cannot locate the object specified.".  This occurs when loading a
    package and the file cannot be opened or loaded correctly into the XML document

    Are you trying to run this code from job or something? Check if account executing the package has access to the path. Also check if path value passed is correct. If its a remote system path pass it in UNC format (ie //machine/...)
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • How do I write a javascript code to open InDesign File, import Doc, save and export to pdf?

    How do I write a javascript code to open InDesign File, import Doc, save and export to pdf?

    Hi hasvi,
    Need Template(.indt), textframes etc for the following script:
    var myFolderInd = Folder.selectDialog();
    var myFile = myFolderInd.getFiles("*indt");
    app.open(myFile)
    var myDoc = app.activeDocument;
    var myDocName = myDoc.name;
    var mySaveFile = app.activeDocument.save(myFolderInd.fsName + "/" + myDocName.split(".indt").join(".indd"));
    var myFolderDoc = Folder.selectDialog();
    var myFile1 = myFolderDoc.getFiles("*doc");
    mySaveFile.pages[0].textFrames[0].place(File(myFile1))
    //~ mySaveFile.place(File(myFile1))
    app.activeDocument.textPreferences.smartTextReflow = true;
    var myPDFFile = new File(mySaveFile.filePath + "/" + mySaveFile.name.split(".indd").join(".pdf"))
    myDoc.exportFile(ExportFormat.PDF_TYPE, File("~/Desktop/abc.pdf"));
    alert("Process Completed")
    Regards
    Siraj

  • CS 3.0.1 will not open InDesign files created in 2008  - it says a plug-in may be missing.

    My CS 3.0.1 will not open InDesign files created in 2008.  It says a plug-in may be missing.  I did have a computer crash since I last opened it.  I've tried changing the extension to inx, but that doesn't work.  I cannot get the file to open.  Can someone help?

    The OP is using CS. He/she could be trying to open CS2 or later.
    Simply changing the file extension will do know good and only an INX exported from CS2 will work.
    Bob

  • "Failed to open package file ..." when modifying job step on remote server

    I have SSIS package setup on a remote SQL Server to run on schedule via SQL Server Agent. It was setup initially by remote desktop-ing to the server and connecting to it via SSMS running on the same machine where SQL Server is running. Package source is
    "File System" and absolute path is specified (D:\Folder1\Package1.dtsx). There is just one step in the job - to run SSIS package. Everything works as it should.
    Now I want to modify this job - change number of retry on failure attempts. I can successfully connect to this SQL Server instance via SSMS from my developer workstation. I can then go to "Advanced Settings" for this job step and change "Retry attempts"
    to some other number. However, when I press "OK" I get this error message:
    TITLE: SSIS Execution Properties
    Failed to open package file "D:\Folder1\Package1.dtsx" due to error 0x80070003 "The system cannot find the path specified.".  This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can
    be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format.
     ({105912C7-6345-42B4-99B4-58566291867B})
    ADDITIONAL INFORMATION:
    Failed to open package file "D:\Folder1\Package1.dtsx" due to error 0x80070003 "The system cannot find the path specified.".  This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can
    be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format.
     ({105912C7-6345-42B4-99B4-58566291867B})
    Interestingly enough, in spite of this error message the number of retries is successfully changed.
    I understand it happens because SSMS tries to locate package on my local hard drive and the same folder doesn't exist on my development PC. It still doesn't make sense to me. Does SSMS not know I am accessing remote server? How come I don't get any errors
    when I just execute this job via SSMS when SSMS runs on my development PC?

    Hi, Am facing same issue, but I am trying run SSIS package via C# code, I have given full access to all the folder in which the package is available.
    In the below line am getting error,
    using Microsoft.SqlServer.DTS.Runtime;
    Application app=new Application();
    Package package=null;
    package=app.LoadPackage("PackageFullPath",null) --error line
    Failed to open package file "C:\SSIS\Package.dtsx" due to error 0x800C0006 "The system
    cannot locate the object specified.".  This occurs when loading a
    package and the file cannot be opened or loaded correctly into the XML document
    full access to which account? also trying to run from where? In the same machine where package resides?
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Suddenly can't open .eps files in FW8

    Hi all-
    I suddenly can't open .eps files in FW8.  Starts to open and then says "Internal error occurred"  Text tool is also acting up.   I think it may be related to one of the extensions I downloaded  from the Adobe Exchange.  Or, maybe it was something I did.  Probably the latter.  Either way, it seems like my FW8 has gotten corrupted.   Ran spyware, adware, defrag, and virus scans.  Even talked nice to my computer, but nothing has worked.  I looked for patches or downloads on Adobe's site but there are none for FW8.
    Anyway, I'm guessing my only option is to reinstall, unless someone out there has a better idea.  If I do reinstall, does it erase everything?  Meaning, will I lose all extensions and all the settings?
    Thanks for your help!

    Using Win XP Media center edition v 5.1 Service Pack 3.  Been too afraid to upgrade to Vista.  Probably about time to upgrade my FW.
    I searched my entire machine for that file, both by file name and by all .txt files and could not find a "Preferences" file anywhere.  Here's what came up under the FW directory path:
    Thanks for your help, Heathrowe!
    -Mike

  • "Extraction Failed: Cannot Open Output File" error message when installing new drivers

    Hello, I'm trying to install new drivers for my HP Photosmart C4385 Printer.  I downloaded the full feature drivers for Windows XP 32-bit, and when I start to install (extract), I get the error message:
    Extraction Failed
    Cannot Open Output File
    And the process closes.  It happens at about 85% extraction every time.
    Any idea why?  I called HP but since it is out of warranty they wanted money, which I think as absolutely ridiculous - won't even give me basic support??  Poor, poor customer service.
    This question was solved.
    View Solution.

    Hi,
    If you haven't still got the  Full Feature software installer, download it from the link below and save it to your Desktop.  If you already have it, place it on your Desktop.
    ftp://ftp.hp.com/pub/softlib/software10/COL20274/mp-53147-4/100_228_PS_AIO_02_Full_USW_enu_NB.exe
    Make sure the Printer is disconnected from your PC.
    Download and install 7-ZIP.  Once installed, right click on the software installer for your printer, select 7-Zip and choose extract files, then click Ok.
    Open the newly extracted folder and double click the setup application to start the installation ( the setup application will probably have the same icon as the original software installer you downloaded ).  Connect the printer to your PC when the software asks.
    Hope this helps.
    Best wishes,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • SP2-0310: Failed to open the file "coreins.sql"

    Hi, when i try to install apex 3.0... on oraclexe , in the file install****.log show this error SP2-0310: Failed to open the file "coreins.sql"

    You will find the answer to your problem in this forum..
    Database Installation

  • Pls Help!-'Failed to open the file'

    what do you do when an error 'failed to open the file' shows
    up when you try to open something...?
    i'm pretty sure that i am using the same version of flash as
    the one i used before to create this file.. but just on a different
    mac.
    please
    help!!!! (ノ△・。)

    yumibobcat wrote:
    > what do you do when an error 'failed to open the file'
    shows up when you try to
    > open something...?
    > i'm pretty sure that i am using the same version of
    flash as the one i used
    > before to create this file.. but just on a different
    mac.
    > please help!!!!?(????)
    >
    If you are using the same version the file was made in then
    the only thing
    left which give such error is a corrupted FLA. Beyond
    recovery once fail to
    open.
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Libre ~ Error 2038 "failed to open the file"

    Good morning.
    I have a Libre-eBook reader Pro.
    I have downloaded and synced from Kobo to my Libre with no problems.
    But when I try to download ebooks from the public library they download and open in Digital Editions just fine.  I drag and drop them into the bookshelf marked Libre-eBook Reader Pro.
    They show up when I turn on my ebook, but when I try to open them I get the 'failed to open the file'.
    I was also getting the Error 2038 in Digital Editions when I did the drag and drop thing.  I read through the forum and went through the steps recommended for the Nook ~ deleting the digital editions folder on my ebook and having Adobe reauthorize it.  I no longer get the 2038 error message in Adobe, but I am still unable to open the books from the library.
    I have tried deleting the books from ereader and ADE and redownloading from the Library.  Didn't help.
    Any other suggestions?
    Thanks.
    Heather

    Hi Ambs101010,
    Based on my research, the error can be caused by that the machine.config file is incorrect or corrupted. Please use the following steps to troubleshoot the issue and check if the error still occurs.
    1. Open the machine.config in Visual Studio and check if there is any syntax errors. If syntax errors exist, modify the machine.config file directly. For more details, please review this similar
    thread.
    2. If the error still persists, please follow the steps to replace the machine.config file. Another alternative method is to replace the current machine.config with the machine.config file from another computer.
          a.  Go to the folder C:\windows\Microsoft.NET\Framework\v2.0.50727\CONFIG
          b.  Rename the file machine.config to machine.config.old
          c.  Make a copy of the file machine.config.default and rename the copy to be machine.config
          d.  If your Operating System is 64-bit, go to the folder C:\windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG and repeat the above steps
          e.  Reboot your computer
    Thanks,
    Lydia Zhang

Maybe you are looking for

  • Export to text file cuts off data...

    I have a report that contains fixed width formuals that are in a text box.  The data is 496 char wide.  It will preview fine in a small font - but when I export to a text file it re-sizes the font to courer new 10 and cuts off data after 80 char.  An

  • Trying to install iTunes for the first time on a Windows 7 64-bit system.

    Nothing is working, I have tried including all kinds of forums, sercurity permissions fixes, windows knowledge base, apple knowledge base, even called HP and nothing works. Any help is greatly appreciated. Been at it for three hours already. Thanks i

  • Designer 7.0 form not working correctly in Acrobat 6.0 standard

    Hi, I've created a fill and email submit form in Designer 7.0 but saved it as a static form compatible with V6.0 products. The form fills, validates, submits correctly and the returned XDP file views correctly when V7.0 products or Reader V6.0 is use

  • Vixia HF G10 video transfer to SD

    Hi, I am new to the forum and just getting started with the HF G10 camcorder. Having read the manual I still do not understand exactly how or if I can transfer video from my 32GB hard drive to the SD cards loaded in the camera. I must be missing some

  • Can i write blogs in MSDN related to SQL Server?

    I am very passionate when it comes about SQL Server. From the past 10 months i am writing blogs in SQL Server, and still i consider myself to be in a learning phase, which keeps me improving day by day. You can see my blogs at: www.sqlservergeeks.com