When saving file receive error "Couldn't save image. droppedImage.tiff"

Hello, hoping you can help me out.
I have a document with a lot of images that I dragged into it. None of the images actually exist on my drive. I thought it would just save it all but it's not. Any ideas? I don't want to create all of these images by hand, there's a ton.
Thank you in advance.
Message was edited by: KaylaF

I just started noticing this error as well. Is it a file size thing (I'm importing movies, but that's never been a problem before). Whatever it is it's a deal killer for Lion (if that's the issue, or Keynote, sadly, if that's the issue).

Similar Messages

  • When saving file to remote server it saves to wrong site

    I'm frustrated try to save a file to the remote server. I
    connect to the server OK. Then I open an html document, make my
    changes and save it. But instead of saving it where the file came
    from it connects to a different on of my sites. Ack!! Even when I
    try to "save as" it will connect to the one I want and then connect
    to wrong one to upload the file.

    have you checked your site definition to make sure you have
    the correct
    site specified in the remote info?
    cntrysigns wrote:
    >
    > I'm frustrated try to save a file to the remote server.
    I connect to the
    > server OK. Then I open an html document, make my changes
    and save it. But
    > instead of saving it where the file came from it
    connects to a different on of
    > my sites. Ack!! Even when I try to "save as" it will
    connect to the one I want
    > and then connect to wrong one to upload the file.
    >

  • Photoshop CS6 – Error When Saving Files

    When saving files using Photoshop CS6 I randomly receive an error message that states 'Could not save image_name.tif' because of a program error'. Sometimes a save-as works but not guaranteed. The file is being saved to a mounted server volume and sometimes the only way to get the file on the server is to save to the desktop and then copy the file back to the server. The error message does not appear on any other Adobe applications, just Photoshop.

    Moved from the Creative Cloud to the Photoshop forum. They will be able to help you here.

  • Script to require user to update comments in info window when saving file?

    I work in a print production department where many different people are modifying files (InDesign, photoshop, Illustrator, etc.) on a central network every day. Users copy the file they want to work on to their desktop, modify it, and then replace the original on the network with the modified version.
    It can happen, though, that either someone doesn't save their work back to the network--or the opposite, where someone inadvertently overwrites a file on the network with a version that isn't as recent. Unfortunately, the information window (the one that you can access by right-clicking a file or, in the Finder column view, clicking on the "Get Info" button) doesn't identify the most recent user of a file--just the date created, modified, last opened, etc. When files on the server are incorrect for whatever reason, it can be difficult to figure out what happened. This info can be entered manually in the "Comments" field, but users either forget or are too busy to add that step into their routine.
    Can a script to written that will prompt/require them to add at least their initials, date last changed, and for what reason, in the comments field before saving? It would be ideal if the script could somehow prompt users to do this only when saving files to the network--or, failing that, at least only prompt them once if they're just saving a file they've already dragged to their desktop back to the desktop for backup reasons.
    Is this possible? Truly, I know almost nothing about AppleScript, but someone here was really, really helpful last week with a file-comparison script that has saved lives already. I'm trying to learn more, but meanwhile, I thought I'd ask.
    Thank you so much in advance!

    I can't see any way of doing this.
    It would require hooks into every application's Save dialog, which just isn't an option.
    The only possible way it might work is a folder action on the network folder that somehow adds the username to the comments field of any file as it's transferred to the server. Not quite the same thing, and I've no idea how folder actions work in a multi-user environment but it might be worth a try.
    The problem may be that every users' system will see the new file getting added, so every system tries to fire off the folder action, with unpredictable results.

  • When saving files from the internet, why doesn't Firefox 'know' to put .jpg files in "Photos" and pdf files in "Documents"?

    When saving files from the internet, why doesn't Firefox 'know' to put .jpg files in "Photos" and pdf files in "Documents"? IE always saved photos in the "Photos" file and documents in the "Documents" file. Firefox makes me choose every time. Very annoying.

    How about if Firefox is programmed like IE in this ONE thing...
    When saving files from internet sources, if the file ends in a typical photo extension such as .jpg, .bmp, .tif etc. it defaults to save it in your PHOTOS folder.
    When saving anything like a .doc, .pdf etc. it defaults to save it to your DOCUMENTS.
    You could still change it to 'desktop' if that if really where you want all your photos and documents... or some other folder that you decide, but DEFAULTS to the LOGICAL folder.
    I have carpal tunnel SO bad that even typing this suggestion is painful and having to make the extra click along with moving the mouse EVERY time I want to save something is painful.
    ALSO, I shouldn't need a bunch of ADDONS to accomplish this. I tried downloading one and it did nothing. The problem still exists.

  • Modified Date is off by 5 hours when saving files to External One Touch 4

    Have Googled and searched forums here but can't find an answer anywhere, but please do direct me if I've just missed it...
    I back up files via Linksys wireless server to a Sentry Maxtor One Touch 4 external hard drive (originally used with PC) without problem except for the timestamp. Modified Date is always exactly 5 hours earlier. For example, if I save a file to my Mac desktop and to the external hard drive at 7:05pm, then the desktop file properties will show a modified date of 7:05pm (accurate), but the external hard drive file will show 2:05pm (off by 5 hours).
    Any ideas?

    Thanks for the welcome and your speedy responses, Michael and Joey. Although my technical skills are limited, I'm sure the drive is still NTFS as I did nothing to update it from use with our PC since we still have one of those in the house using the hard drive (unfortunate, I know).
    However, I did just try a cheat with the time setting on the Linksys wireless server. Although I had confirmed it was correct before, it hit me that maybe I could change it to GMT-England and that would result in correct timestamping. It worked! Of course, the PC will probably be off now when saving files, but I haven't checked that yet. Any other issues/problems you think I may encounter by doing this?
    If not, then I can live with the cheat. Thanks again!

  • Can I enable autocomplete when saving files?

    I'm a Mac newbie. One of the Windows features I miss is autocomple when saving files. I tend to work with .jpeg files and name them sequentially, and Windows would help me out by bringing up similar file names. I could then just change the sequence number to make a new file. Is there any way to enable or add this type of feature in 10.6?

    Hi,
    I have done that with the ftp adapter. In the .xsl file I wrote the following after the <xsl:stylesheet version="1.0" ....> tag:
    <xsl:variable name="INFILENAME" select="ehdr:getRequestHeader('/fhdr:InboundFTPHeaderType/fhdr:fileName','fhdr=http://xmlns.oracle.com/pcbpel/adapter/ftp/;')"/>
    <xsl:template match="/">
    <xsl:variable name="OUTFILENAME"
    select="ehdr:setOutboundHeader('/fhdr:OutboundFileHeaderType/fhdr:fileName', $INFILENAME, 'fhdr=http://xmlns.oracle.com/pcbpel/adapter/file/;')"/>
    <opaque:opaqueElement>
    <xsl:value-of select="/opaque:opaqueElement"/>
    </opaque:opaqueElement>
    </xsl:template>
    </xsl:stylesheet>
    To use this with the file adapter, you would have to wirte file where is written ftp.
    Hope this helps,
    Zaloa

  • Error when Saving Files  ID=-39

    We are using CS5 on iMac and get the following error when saving:
    Can't save preview, but all other information was saved successfully. The file ended unexpectedly. Try using a backup copy. ID = -39
    Generally after receiving this error the file is corrupt.
    What can we do?  Do you need more info?  I am not sure what to do with this error.

    Most probably that is your problem.
    Try if saving to your hard disk solves your problem.

  • Error when saving files

    My Adobe EXPORTPDF that I have on my computer is not working, I get an error message when saving and it kicks me out when I try to convert PDF’s to Word files.  Can someone please contact me asap, 212-896-4672.

    Hi, cdwbison.
    I'm sorry for the issues you're having.
    What you're describing could be an issue with your Flash Player in your browser. Can you try the following?
    Clear your browser cache.
    Update your Flash Player by visiting: http://get.adobe.com/flashplayer
    Try another browser such as Mozilla Firefox or Google Chrome.
    Please let us know if you see improvements with any/all of these steps.
    Thanks.
    Dave

  • Error When Saving File

    I am in the process of creating a new form with Adobe Live Cycle 8.0. I am finished for the working on this form & now I need to save it. When I try to save it it gives me the error:
    "Failed to save the file.
    Additional error information can be found in the Warnings tab of the Report palette"
    First of all, where is the report palette? I am new to this program.....I can save it as a .tds but not as a Acrobat 8 static or Dynaic....please help!

    There may be an error in the form design /bindings.. You can get the errors by going to the reportiong palette..
    Check the attached image.
    Thanks
    Srini

  • I can't download firefox 4. I only get the option of "save file" or "cancel". When saving file nothing happens. Still doesn't download.

    I click on 'download', then the box appears asking whether I want to save file or cancel. Usually, when downloading, the option of "run file" is given, but not in this case.

    Click on Save File. Then click on the Tools menu at the top of the page and click on Downloads. When the file finishes downloading, double click it to being the installation.

  • Frame 9 crashes when saving files

    I experienced multiple crashes yesterday when saving a Frame 9 (version 9.0p196) book file. I received internal errors 9004, 5296195, 5297125, and 5754179. I've been using this Frame version for several months without issue and successfully saved a book file minutes before the crash. I located and sent the log files to Adobe. Any thoughts on how I can correct this problem would be appreciated as I'm currently unable to work in Frame.

    Here are the answers to your questions:
    * What flavor of XP
    Windows XP Professional, v.2002, Service Pack 3
    * How much RAM and free space are on the system?
    1.96 GB RAM; 81 GB free space
    * Are the files local or on the network? Did they start life as FM 9 files, or are they older FM versions, or content converted from another ap, like Word?
    The files are on a network drive. We're long-time Frame users, so the files started life over time and several Frame versions. We're using Tech Comm Suite 2, upgrading from TC Suite 1 several months ago without issue. I worked in these files frequently over the last few days and had no problems until yesterday.
    * Did this just start, or has it always been like this?
    The problem just started. I had successfully saved and published a book to PDF, closed the files, and opened another book that includes three files. I made some minor changes, but when I tried to save the files Frame crashed. Both books are less than 20 pages and contain the same text inset. I don't know if the text inset has any bearing on the problem, but thought I should mention it.
    * How many open files are you talking about? Does the crash seem linked to more or fewer files -- will it work OK with 6 open, but always crash with 9?
    I successfully opened, saved, and closed a single file and a different book with three files. Neither book contained the text inset I mentioned above. I've successfully opened the books with this particular text inset previously and can't think of anything I did differently before the crash.

  • Since upgrading to Maverick I'm unable to open any indesign files (receiving error code 4).

    I decided to uninstall, then redownload from Creative Cloud, but my Adobe Application Manager tries to launch and quits unexpectedly, over and over. I restarted my computer, but that wasn't helpful. I was considering uninstalling all of CC, but I'm concerned about the application manager issue inhibiting me from using any programs. Illustrator is working fine after an update...Help! I'm on deadline

    I had the same problem. Brand new Mac Pro with a fresh installation of Creatve Cloud.
    ID CC couldn't open CS6 files. Error code 4. As luck would have it I still have CS6 on an another Mac. When I have opened the file there and then did a Save As (CS6 file with another name) everything worked great. Strange.
    But now with the latest ID CC update it seems to work fine to open CS6 files without error code 4.
    I hope you managed to solve your problem in time?

  • Office 2013 hangs when saving files to local profile locations on Windows 2012 server

    We installed Office 2013 a few weeks ago instead of Office 2003 on a Windows 2012 standard terminal server. We installed the last updates and Office is up-to-date now, but we experience problems with saving word, excel and powerpoint documents when we start
    a new/clean document. It's not possible to save our documents to the local profile (desktop, documents etc.), but it's no problem to save our stuff to a network share on a different server. 
    Word is not responding after pressing save or save as and after a few seconds we see the 'microsoft is looking for a solution and will restart microsoft word'. 
    We did a complete reinstall of Office 2013 and removed the old installation with the removal tool from the microsoft website, without luck. We have the same saving issues with Office 2010, so it's not an Office 2013 issue. 
    We were looking in the access/rights on the terminal server, because we thought that it was an access/rights issue. But unfortunately we have the same problem with an domain admin user. 
    I tried to disable DEP and my AVG 2012 antivirus, but this steps are also not the issue.
    I'm looking for a solution and i'm working on this case for a few days now. It gives me a headache when i'm thinking about a clean installation of this server. So please contact me when you have a solution or a tip to solve this problems! 
    Thanks!

    Hi,
    In regarding of the issue, it may be caused a lot of reasons. Please check to see whether the following link is helpful:
    https://support.microsoft.com/kb/313937/en-gb
    http://support.microsoft.com/kb/921541/en-gb?p=1
    http://support.microsoft.com/kb/271513
    Then Office hang when saving the file also may be caused by a printer installation.
    Check to see the following link:
    http://blogs.technet.com/b/the_microsoft_excel_support_team_blog/archive/2012/04/12/excel-hangs-or-becomes-unresponsive-when-saving-or-closing-a-workbook.aspx
    If you could upload the event log, I'll do deeply
    research.
    Thanks,
    George Zhao
    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 "[email protected]"

  • CS6 Pshop - Alerts at startup; "All Readable Documents" not defaulting at opening; Format in file name not same as Format list when saving file

    Just downloaded CS6 Design Standard. System - OS10.6.8 (about to upgrade to 10.8), iMac 27 i5Intel 4core 12GBram 2.66Ghz
    As Pshop opens, I get three alerts...
    1 - Could not load Enable Async I/O module because does not work with this version of Photoshop
    2 - Could not load Multiprocessor Support module because does not work with this version of Photoshop
    3 - Could not load FastCore Routines module because does not work with this version of Photoshop
    Then asks if I want to be connected to internet or something like that. Then Pshop opens even before I click OK
    None of these happened with CS5.5
    I realize CS6 is 64bit. I have CS5.5 set at 32bit because of plugins.
    Two issues I've noticed so far with CS6.
    1 - As I open a document, the Enable selections drop down at bottom of window is not set on anything. I have to always select the All Readable Documents. Not the case in CS5.5 which was always default at All Readable Documents. Could not find anything in Prefs to this issue.
    2 - When saving a document, whether RGB or CMYK, the drop down Format selections are not accurate. The first three or four do read correctly as correlating with the suffix (.jpg .tif etc) in the file name at top of window. But then the subsequent format selections below third or fourth one read as the one above it in the list.
    eg: as RGB file: Saving through BMP indicates same in file name at top (.bmp). However, the next choice below that, Gif, still shows as .bmp in file name at top. And so on to bottom of list. Same with CMYK file.
    Never saw this in CS5.5.
    When I initially installed CS6, I noticed only item in the Plugins folder was Panels folder.... no other plugins. I thought this to be a download error of some sort and dragged basic plugins from 5.5 into 6 Plugins folder. Could this be the problem? Otherwise, I would have NO plugins in CS6
    I have downloaded CS6 twice now thinking the first was corrupted. I used both download options on Adobe page - Akamai and standard
    Same issues with both. One response stated this all to be a plugins problem. I have uninstalled "after market" plugins from both 5.5 & 6 SuperBladePro was the only one. Restarted CS6. Still same problems. Only items in Plugins are what came with program.

    I owe an apology to the previous responder Chris C, to this issue. I misread his solution thinking he meant I needed to delete ONLY the "additional" plugins like SBPro. Which I did. But rereading, I see he meant ALL the plugins I dragged from 5.5 because the 6 plugins folder was empty.
    I thought it was corrupted in download. So if you guys get points for solutions, be sure Chris gets a few since I responded saying it did not work.
    In fact, after removing the 5.5 plugins from 6, everything is working fine.
    Plus I didn't know the 6 plugin folder was for the "after markets" like SBPro which is good to know.
    Also thanks for the fairly quick response. I'm typically dubious about forums as troubleshooting solutions.
    Kinda like sending a message in a bottle out to sea. Never know when it's coming back.
    Sometimes issues are urgent. Your response team has encouraged me greatly  :-)
    But still bummed that Chats do not support CS6 however.

Maybe you are looking for

  • Can't get past white start up screen

    Last night my computer crashed, and displayed a blank white screen, so I held in the power on button to restart and after that I have been unable to get past the blank white screen after the apple logo appears. 10 minutes ago however after having the

  • No Left Click on T60

    Hi All, Recently bought a T60 and installed Windows XP Pro. I cannot get it to recognise a left click using either the trackpad or stick button, or in fact by tapping the track pad. Right button works OK, external USB mouse works fine. Have installed

  • Upgrade jdk 1.6.0_15 or higher which class jar I need, I am running eclipse

    Can someone tell me, if I have a class 12.jar with jdk 1.2 and upgrade jdk to 1.6.0_15 or higher, which class jar I need and where can I get it? Ideal would be with some instructions. :) Thanks so much.

  • How to uninstall google drive off macbook pro

    Cant seem to figure it out. Dragging the app to the trash can doesnt work...

  • Ora-19625

    hi all i am failed with scheduler backup RMAN> crosscheck archivelog all; released channel: ORA_DISK_1 released channel: ORA_DISK_2 released channel: ORA_DISK_3 allocated channel: ORA_DISK_1 channel ORA_DISK_1: sid=154 devtype=DISK allocated channel: