Error message when saving document

I'm new to Acrobat.  I'm trying to save a file, I get the error message " document could not be saved.  a file error has occurred."  how do I fix that?

Have you tried using Save As to another file name? If so, let us know and there might be a solution at hand.

Similar Messages

  • "This file cannot be found" error message when saving document

    Hello,
    Strangely, every time I click "save" in CS6 it opens up a 'Save As' window, (which shouldn't happen), then I click save witht the existing file name (it then tells me the doc already exists), I click OK, (and then OK to the next popup window) then get the message that "This file cannot be found".  I'm forced to click "ok" and the doument isn't saved.  I've tried saving it differently in previous versions and it still doesn't work.  I recorded a video of this behavior. You can see it here - http://screencast.com/t/W1GYK0zsrk 
    Why would it be trying to find a file?  It seems like an error message when trying to Open a doc, not Save a doc.
    Please HELP!!  I can't shutdown my station until I get the document to save.

    Yes, Mohit1233 - it happened with every file yesterday. Finally, I closed the doc (forcing me to lose my work), then restarted my computer and today the problem is gone. I'm working on a PC (HP);
    Barblove - I tried doing that yesterday (copying and pasting into a new doc), and still nothing. I also tried copying the work into a CS3 doc (but got an error message).

  • Error message when saving a PDF to PNG: Error attempting to write file.

    I get an error message when saving a PDF to PNG. JPG and TIFF works, but no PNG.
    Disk space is sufficient! 100GB of 250
    A few weeks ago it was no problem to save as PNG. But now! (Perhaps from last update?)
    Messages:
    When clicking "Ignore":
    Adobe Acrobat XI Standard
    Version 11.0.09

    I have this issue too, but my colleagues do not have this issue(we have same Acrobat Pro 11.0.09). I am sure this issue happens only you updated to 11.0.09, because when you use Windows Restore back to 11.0.08, no issues.

  • Pop up message when saving document with document set

    Hi
    I want to display a pop up message when a user saves a document of a particular Content Type in a document set.
    How can this be done ?
    Thanks

    Hi,
    According to your post, my understanding is that you wanted to pop up a message when saving document.
    To achieve it, you should custom the edit form page.
    You can use the SharePoint Designer
    to customize the behavior of the "save" button.
    You should add the "onclick" method to the submit button, and put your JavaScript there.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/9d830f96-693a-438d-a5c8-005d1e86b578/how-to-show-a-popup-box-before-saving-properties-for-a-document-in-document-library?forum=sharepointdevelopmentlegacy
    You can also use the event receiver, when the files have been uploaded or edited to call the event receiver to open a pop up dialog.
    Thanks,
    Jason
    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]
    Jason Guo
    TechNet Community Support

  • Error message when saving .fm file

    I just upgraded my FrameMaker program to 7.2.
    When I try to save my work, the following message appears on-screen:
    An internal error occurred while writing imported graphics in this document.  The file has been saved, but has lost some image data.  Please report this error to Adobe Technical Support.
    My file has NOT been saved, none of the changes I've made have been saved.  I cannot save this file under a different name, either.  And the automated files that are generated by the program as "back-up" files are useless.
    HELP!!!

    Upgraded to 7.2..... Good that you didn't rush into it. ;-  )
    Anyway, that's the standard error message when a file contains objects imported using an OLE link AND you are running XP SP3.
    SP3 implemented security fixes that essentially broke OLE within Frame (and a number of other applications).
    So if your document(s) contain OLE links, you're likely to have to convert them to imported-by-reference graphics if they're graphic files or do some other type of conversion if they're tables or PPT slides.
    Art

  • Error message when saving to a:\ drive when no disk present

    I am using a Jfilechooser andsaving images using ImageIO, but I want add in the code necessary to display an error message when the user tries to save to the a:\ drive but there is no disk present. How would I do this, this is the code so far:
    JFileChooser chooser = new JFileChooser();
    chooser.setApproveButtonMnemonic('a');
    chooser.setApproveButtonText("Save");
    // create a file chooser with save dialog
    int returnVal = chooser.showSaveDialog(c);
    // If the user selects ok
    if (returnVal == JFileChooser.APPROVE_OPTION) {
    // Get the file the user selected
    File file = chooser.getSelectedFile();
    / Get the name of the selected file
    String name = file.getName();
         // Set the format name to null
    String formatName = null;
    // Get the index number of when the . occurs in the file name
    int dot = name.indexOf(".");
         try {
         if(dot == -1) {
         file = new File(file.getParentFile(),
    name + "." + defaultExtension);
         formatName = defaultExtension;
         else {
    // else get the format name using a substring.
         formatName = name.substring(dot+1);
         // If the image cannot be saved, display an error message.
         if(!ImageIO.write(bi, formatName, file)) {
         file.delete();
         JOptionPane.showMessageDialog(c,
         "The image could not be saved. Please ensure that the extension is .jpg or .png",
         "Image save failed",
         JOptionPane.ERROR_MESSAGE);
         else {          // The image can be saved, so display a confirmation message
         JOptionPane.showMessageDialog(c,
         "The image has been saved to:\n"+
         file.getPath(),
         "Image Saved",
         JOptionPane.INFORMATION_MESSAGE);
         catch(IOException e) {               // Display an error message if save fails.
         JOptionPane.showMessageDialog(c,
         "The image could not be saved, no space on disk!!\n" + e,
         "Image save failure",
         JOptionPane.ERROR_MESSAGE);

    Again I have tried this, but in my program if I try to save to the a drive when no disk is inserted, the JOptionPane i want to display is not coming up.
    the system prints out
    java.io.FileNotFoundException: A:\image.jpg <The device is not ready>
    If that makes any sense to you

  • Error message when saving an modified XL Reporter in Microsoft Excel

    Dear all
    I have encountered an error message when I tried to save an modified XL report in Excel.
    The error message is:
    An error occurred while trying to save the report definition! Object variable or with Block variable not set.
    The user now is using 200B PL 42 with Microsoft Excel 2003.
    Thanks in advance for advices.
    Thank you.
    Regards,
    Catea k

    Hi Catea k ,
    for thies error Object variable or with Block variable not set
    Please evaluate if OSS notes ##559043, 571831 and 575434 are applicable to your situation
    also check SAP Note 1227475 - Object variable or With block variable not set (processing)
    Note 1132338 - Object variable or with block variable not set
    Note 1180272 - Object variable or with block variable not set
    Note 1100521 - Object variable or With block variable not set[Create Temp T
    refer this thread also
    Object variable not set - Run-time error 91
    Regards
    Abhishek

  • Error message when saving a jpeg after updating to Mountain Lion

    I've just updated to Mac Mountian Lion and I'm getting an error message when I go to save a jpeg in Fireworks CS6.  I've attached a screenshot but the message says "Could not save the file.  The file could not be found".  But it actually does save the file.  This is very irritating and wondered if anyone else had come across this or found a solution.  I believe I'm up to date on all my FW updates.  I notice that this seems to do it when I use image preview to save.  Thanks for any help!

    I believe this issue was recently discussed in the following thread:
    http://forums.adobe.com/thread/1041918?tstart=0

  • "Unknown Error" Message when saving Illutrator CS3 file

    I get this unknown error message when attempting to save an illustrator file.(CS3). I tried to open and then save several files with the same resulting error message. As a work around, I have reverted to working in CS2 until I can get this resolved.

    Chris -
    Thanks for your quick response.
    Do I understand you correctly in saying that Photoshop CS3 has PostScript information that it routinely sends to a printer, and therefore I would need to have a PostScript compatible printer inorder to work with this information (and also for my ColorMunki calibration to work)?
    Based upon what you said, I think my color problems are because the ColorMunki profile for my printer, paper, & ink combination are being ignored.
    Tom 

  • Reader error message when accessing documents on other websites

    have repaired adobe reader twice, still get "adobe reader error" message when trying  to access my visa acct. run vista home basic. What is problem. Also seems to cause windows to close IE on me through  daa execution program. I am a thoroughly confused computer nerd on this.

    We cannot know. Your information is way too vague to make any sense of it and the whole affair sounds utterly unrelated to Adobe software in the first place. Perhaps some security tool running amok, perhaps simply a missing system library, perhaps a failed install. Who's to say?
    Mylenium

  • Error message when saving an Interaction Record: Document distributed

    Hello experts,
    We are currently getting error message: "Document is being distributed - changes are not possible" when saving an Interaction Record in Web IC (We use CRM 6 - 2007).
    We've noticed that saving an interaction record triggers an outbound BDoc of type "BUS_TRANS_MSG". In order to prevent this BDoc to be generated, we deactivated the processing for the One-Order BDoc with transaction SMW3_0. However, this had the side effect that quotations were not replicated from CRM to ECC so we can't really use this approach.
    Has anyone faced this issue before? Do you know how to fix it?
    Thanks.

    Hi
    The initital status of Interaction record must ensure that transaction is not relevant for distribution. This ensures that CRM doesnot try to send the transaction to ERP through middleware.
    Go to SPRO ->CRM -> Transactions -> Basic Settings -> Status Management ->Change Status Profile for User status
    Here, select your status profile and click on the intiial status, scroll down and go to 'to be distributed' and select the radio button 'Forbidden'
    This will solve the problem.
    Many Thanks
    Ravindra

  • Error Message when saving a scan with Officeject Pro L7555

    When the drive for the printer goes to save a scanned picture or document to Word2007 I get the message:  An error occured saving the images to the chosen file location.  The extended error information is:  8,[(6,1015,-2147220489)].  Printer scans the picture or document without any problems, the error message occurs when the driver saves to Word2007.  I have been scanning pictures and documents and saving them to Word2007 without any problems just before this error message occured.  When I use Word2007 separately everything works fine.
    I am using Officejet Pro L7555 with the latest driver for this printer and Windows 7.
    Thanks for the help.
    Larry

    Hi there sciteacher32,
    This seems like a software problem lets try downloading and running the print and scan doctor located here:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03275041&cc=us&dlc=en&lc=en
    It can fix a lot on its own and if not give a better idea of what is going on.
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • Adobe Acrobat 9 Pro - I/O error message when saving

    I'm trying to save an 823KB PDF file that I've worked on many times before and saved successfully in the past, but now when I try to save I get an error message that says "The docuement can not be saved. A file I/O error has occured."
    I really don't want to loose the 2hrs worth of work I put into this doc. today- help! I'm on my local server at work. Here is a list of all the things I've already tried:
    1.changing the file name - I get the same I/O error
    2. saving as a Word doc. - I get a message that says "Save As failed to process this documents. No file was created."
    3. When I copy & paste into Word I lose all my formatting and images
    4. copy & paste into a new PDF doc. - I get an error message from an "editor" saying that I can only author documents up to 20 pages. I don't have an option to copy and paste select pages.. only to copy the file. I did figure out a way to copy the file and move it into a new blank PDF but I still loose all the formatting and images in the file.
    5. This is an 87 page document that I'm continuing to build so printing isn't going to work
    6. Searching google or this forum- I see this problem posted elsewhere, but no viable solutions posted.
    Please help (thank you)!

    You might try running CHKDSK on the disk to where you try to save the file. You might have a corrupted file directory or a damaged track on that disk. I urge you to backup what you can before trying this.
    Ken F.

  • Error message when saving

    We are having issues saving edited PDFs that are stored on a network shared folder.
    When trying to save sometimes the following message appears:
    The document could not be saved. The file may be read-only, or another user may have it open. Please save the document with a different name of in a different folder.
    The document is not read only and is not open else where. I read somewhere that the preview pane in windows explorer can cause this issue, so I have disabled it but I am still occasionally getting this error.

    Hi Alex,
    When any user clicks on the pdf to preview on the preview pane then the pdf gets locked and will not be able to get opened by other users and will prompt the error message mentioned above. Until the user clicks on other file the lock does not get released on the file.
    You can check the status of the file at: 'Computer Management' > under 'System Tools' >' Shared Folders' > 'Open Files', it will show the clicked pdf's 'Open Mode > Read' status
    If the file still shows the Read status as locked, then you need to check the permissions on the network folder.
    Does this issue also occur with a different network folder?
    Regards,
    Rave

  • Error message when Saving as Disc Image & Burning

    I've been getting this error message: Not enough free disk space for encoding the remaining assets.
    When I'm either trying to Burn a DVD or Save as a Disc Image. I've read all of the previous discussions and nothing is working. I have 320 GB on my computer hard drive and 8GB of memory. I'm trying to burn a Large (960x540) movie that I created in iMovie that is 12 minutes long and 169 MB. There is no logical explanation that I can find for there to be any space issues in burning or saving this file.
    Also, I found something that said to delete a preferences file, repair disk permissions and restart the computer. All of which I've also tried.
    How can I get this to work?
    Or is there any other way to get this photo slideshow w/music onto the DVD without loss of quality? It's not a long slideshow or a large file, so I'm baffled why the quality gets so bad when I try to burn it directly to a DVD. I followed steps I found in this community that said to publish the project to the Media Browser in the Large format and then import it into iDVD. Sounded like a good idea, but now I can't get it onto the DVD because of the error message (Not enough free disk space for encoding the remaining assets).
    Thanks for any help!

    Try this basic troubleshooting fix:
    1 - delete the IDVD preference file, com.apple.iDVD.plist, that resides in your
    User/Home/Library/ Preferences folder.
    2 - delete IDVD'S cache file, Cache.db, that is located in your
    User/Home/Library/Caches/com.apple.iDVD folder. 
    3 - launch IDVD and try again.
    NOTE: In Lion and Mountain Lion the Home/Library folder is now invisible. To make it permanently visible enter the following in the Terminal application window: chflags nohidden ~/Library and hit the Enter button - 10.7: Un-hide the User Library folder.
    OT

Maybe you are looking for