Why is adobe indesign cs6 saving my file in the previous file path rather than current folder path?

I've just updated to CS6 and when I go to 'save as' Indesign file it opens (auto remembers) the wrong folder/location. Can I make it remember the right folder to save to?

Are you converting old files (better to do that by exporting theoriginals to .inx/.idml from the original application, by the way)? ID treats conversions as new files, and all file operations on new files default to the last folder where that operation was executed. Once saved, though, it will default to the folder where the file is saved.

Similar Messages

  • Why is adobe indesign CC saving my file in the previous file path rather than current folder path?

    I've just updated to CC and when I go to 'save as' Indesign file it opens (auto remembers) the wrong folder/location. Can I make it remember the right folder to save to?

    This is as designed. I’m assuming that you are opening a file that was created in an older version. Once you save it as a CC file, a save as will go back to the folder it was saved in.

  • InDesign CS6 opens all documents from the previous day on startup

    First of all I am on a Mac using a Mobile Account. I have no admin control over this setup. Every 2 hours or the local environment syncs with the server and saves my 'computer'.
    The problem is when opening InDesign in the morning to start the day hundreds of documents begin to open. They appear to be every document opened from the previous day (or more).
    InDesign does not crash. They do not appear to be recovering, just opening.
    I tried to clear the recovery cache, but that had no effect.
    Is there something I can clear to prevent this from happening?

    I was hoping to find an answer as they are not sure either.
    I think Larry's answer is right, restart (without the option key) and uncheck reopen windows. It will stay unchecked unless you check it on a later restart.

  • Adobe Indesign CS6 Install Error

    Hi,
    I installed the CS6 bundle, but had errors with Fireworks (don't really use this) and InDesign (which I need). Installing on a Windows 7 64 bit system with network/system administrator credentials, I got:
    ----------- Payload: Adobe InDesign CS6 Application Base Files 8.0.0.0 {CFB770D7-8D43-1014-922B-CC2715FADE3F} -----------
    ERROR: DF024: Unable to move file at "C:\Program Files (x86)\Common Files\Adobe\Installers\adobeTemp\{CFB770D7-8D43-1014-922B-CC2715FADE3F}\_5817_403bb20ef2d 96428c732f7f9777f8786" to "C:\Program Files (x86)\Adobe\Adobe InDesign CS6\Required\(PNG Import Filter Resources)\idrc_PMST\103.idrc" Error 32 The process cannot access the file because it is being used by another process.. Try setting correct permissions to the specified file/folder or parent folder, so that admin has rights to modify it.(Seq 5771)
    I'm wondering if the problem is with Adobe, Windows or the security permissions/settings, etc?!
    Any help is appreciated!
    Thanks!
    Steve W.

    Hi Steve.W,
    Thanks for reaching out to us .
    As per the logs it looks like that certain processes are running the background which is causing the installation to fail . Lets do two things here,
    1) Restart the machine and try again.
    2) Check if you have admin priveldges on the machine.
    Please do let us know if this works for you or not.
    Cheers,
    Kartikay Sharma

  • Adobe InDesign CS6 Trial stopped working

    I have downloaded InDesign Trial and all went well. The day after it stopped working so I reinstalled it and started working again. It did that a few times in the last week but now it wont let me reinstall it again. It comes up with the errors:
    ERROR: DW051: Dependency of session payload {CFB770D7-8D43-1014-922B-CC2715FADE3F} InDesign Adobe InDesign CS6 Application Base Files 8.0 has changed.
    ERROR: Media DB Error : 12
    when I try to reinstall it.
    The software completely stopped working and it wont even let me uninstall it.
    What do I have to do? What do the errors mean?
    Thank you

    Which operating system are you using?  I find it interesting that you were able to install the software over the existing copy.  If the normal uninstallers are not working then please run the CS Cleaner tool.  You can find information on how to utilize this tool at CS Cleaner Tool for installation problems | CCM, CS6, CS5.5, CS5, CS4, CS3 - http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html.

  • Where can I download Adobe InDesign CS6?

    Hi,
    I have a company licence for Adobe InDesign CS6 and want to install the software on a users new laptop.
    However all I can find is InDesign CC.
    When I go through the nonsense of CC to install InDesign it tells me the serial number we have is invalid for InDesign CC
    If InDesign CC replaced InDesign CS6 then why wont it accept the serial number?
    Quick help would be appreciated
    Thanks

    It didn't replace it, it's the newest version and cannot be activated
    with a serial number as it's available by subscription only.
    CS6 downloads are here:
    http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html

  • Hi Everyone, Just wanted to seek your assistance. We're using and Adobe InDesign CS6. The XMedia UI Plugin for it, will it allow you to open .xml files in InDesign or that plugin is just used for Importing XML? Thanks in advance.

    Hi Everyone, Just wanted to seek your assistance. We're using and Adobe InDesign CS6. The XMedia UI Plugin for it, will it allow you to open .xml files in InDesign or that plugin is just used for Importing XML? Thanks in advance.

    I've moved your question to the InDesign forum.

  • Adobe InDesign CS6 (8.0) Asset.placeAsset(document) getting undefined

    UPDATE:
    I commented out the addpage line and the script ran without any issues. So the error seems to come about when adding a page and then adding the library asset to it. So the question seems to lie in , "how to add a library asset on a new page?" The code below seemed to work with CS2.
    Hi - We wrote .jsx scripts for the CS2 version of InDesign. We now have InDesign CS6. When we run the scripts we get the following error:
    The basic function of the script is to import an xml file, select a library, get a specific asset from the library and then adds it to the document.
    This is the section of code in the .jsx file that is generating the error; line 204 is generating the error
    I've checked both theTemplate and myDocument objects at the time of execution and they are both valid objects.
    I have no idea why it would throw an undefined is not an object error message? I've scoured the internet and I am unable to find anything related to this matter and the guy who wrote the scripts has left the the company. Any help in the right direction is greatly appreciated.
    Also, this question was already asked in the Indesign forum, and they suggested I should ask this question here after no solution was found.
    Adobe InDesign CS6 (8.0) Asset.placeAsset(document) getting undefined

    We are using InDesign CS6 version 8.1.
    When I refer to the "old" libraries I am referring to InDesign libraries that were created using InDesign CS2 back in 2006, and "new" libraries are libraries created using InDesign CS6 in 2014.
    I just found out that the library assets in the "new" libraries were created by opening a document and dragging items from the Structure panel onto the Library panel.
    This is why the script was having problems placing the asset on to a document and the root of the problem. This should not have been done.
    I just created a new library and added a library asset by opening a document with pageitems on it and clicking on the New Library button on the Library Panel. I then ran my script and everything worked.
    Sorry for the confusion. There seems to have been some misunderstanding within our team.
    Nevertheless it was a great learning experience.  Thanks for your help.

  • Adobe Indesign CS6 not finding fonts

    Dear Support,
    Adobe Indesign is not detecting the font arial narrow bold, narrow italic, please can you inform what to do.
    I have reinstalled the font in the windows\fonts folder restarted and still experience issues.
    I have reinstalled adobe indesign cs6 and still no luck.
    Please get back to me.
    Kindest Regards.

    durjoyhasan schrieb:
    Hi Jan Lotz,
    You should keep the font arial narrow bold, narrow italic in the same folder where you keep your indesign file. Then open the indesign file hope it will work.
    Good luck!
    Not true. At the very same place as the InDesign document is saved should be a folder with the name "Document fonts" and in this folder you have to put all fonts.
    You should also take care if the font family include a font with these styles and is compatible to your OS. Best practice is to use OTF fonts.

  • "Adobe InDesign is missing required files. Please reinstall."

    Hi EveryOne !
    "Adobe InDesign is missing required files. Please reinstall. Missing files: \Program Files\Common FIles\Adobe\TypeSupport\...\CP1252.TXT" This is the message I keep receiving on CS5.5 of InDesign.
    I am running InDesign CS5.5 North American, English, with updates on my WinXP SP3 machine. Local copy, no network server. Yes, I might possibly need a newer machine, or a newer desk, or to reinstall WinXP to fix this one problem, but everything other than InDesign CS5.5 still runs great and I feel no compelling reason to make system-wide changes or upgrade until Win8 has been thoroughly tested and new hardware is released and tried and true for that OS.
    So, last year, I received the same message and reinstalling didn't work either. So, I pried everything Adobe off of my computer and reinstalled Adobe PageMaker 7.x. But now I am compelled by my co-workers to use ID, which I have grown to love. I have no desire or $ to upgrade to ID6 but must make use of the ID 5.5. I don't want to uninstall PageMaker as we still use it for legacy projects and it has been a faithful companion to me since it was called Aldus Pagemaker.
    My question: what is causing these messages and why does re-installation not help ? If there is a system problem, why is only CS5.5 affected and not my PageMaker and Quark ? I have searched the web and found only related posts (with no responses relevant to me) for users of Apple products.
    Thank you in advance for any information that you may be able to provide.
    Rafi9327

    See http://forums.adobe.com/message/1318206
    and the new and improved clean tool: CS Cleaner Tool for installation problems | CCM, CS6, CS5.5, CS5, CS4, CS3

  • ID Install -  Can't open the application Adobe InDesign CS6 because it may be damaged or incomplete.

    Trying to install inDesign CS6 on my imac. But everytime I try at end of install I either get a problem with install error, or if it does show up in my applications folder, it has a "no" sign and when clicked I get:
    "You can't open the application Adobe InDesign CS6 because it may be damaged or incomplete."
    Need help, Im a freelance desktop publisher and need this to work!

    After I deleted Adobe File Manager because it was always popping up annoyingly, I got a similar "damaged application - reinstall" message. However, InDesign didn't seem to be affected. Nevertheless, I reinstalled AFM, and fixed the problem, except for the annoying appearances of AFM.
    If it's not present on your system, you can search Google for "download adobe application manager mac" without quotes, to download and install it.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Adobe InDesign CS6 Has stopped working error message

    Hi,
    I have Adobe InDesign CS6 on Windows 7 64 bits Enterprise Edition
    When I open a document and try to export the document to pdf my indesign crash whith following message "Adobe inDesign CS6 has stopped working"
    It happens on some docuemnts but now all documents.
    Please help.

    Was that a typo and you meant NOT all documents?
    Windows isn't quite as easy to diagnose crashes as Mac becuase it doen't providet he same crash reports, so we pretty much have to play Twenty Questions...
    Let's start with some basic troubleshooting. Presuming this is isolated to just some files, start with this: Remove minor corruption by exporting
    If that doesn't work, can you export half of the doc at a time?
    Create a new user account onthe machine and log in using that. Are you able to export the document to PDF without a crash?

  • Adobe InDesign CS6 8.0.1 update

    keep on showing up the error message when I tried to update Adobe InDesign CS6 8.0.1. There was an error downloading this update. Please quit and try again later. Error Code: U43M1D205. Need help, thanks

    Sky1975 thank you for the update.  Could you please send me your download logs from the Adobe Application Manager.  You can find the logs at the following locations:
    On Windows, %temp%\AdobeDownloads\
    On Mac, ~/Library/Logs/Adobe/AdobeDownloads/
    The files we will want to collect is LBS.log, DLM Native.log and AdobeDownload_{SessionID which is a series of alphanumeric codes}.log.  If you can please send the log files to [email protected]  I can use this information to help identify where users are experiencing download failures so we can improve the download process.

  • Problem in Launching Adobe Media Encoder, in adobe Indesign CS6

    Hi
    I have problem in launching the shortcut of adobe media encoder. i have virtualized the Adobe INdesign CS6 in that we have 5 shortcuts, 4 of them are x32bit it works fine , but the shortcut media encoder is of x64bit. is not launching . while launcing i will get the error like Adobe Media Encoder CS6.0 has stoped working. close programm.
    virtualized in  Thinapp 5, build is x64bit , RAM=4gb.
       I have tried  enbaling AltArchitectureShortcut=1 in packaging.ini.
        Merged Adobe PCD which is located in  %Program Files Common% which was having the permission issue.
        Created the TEMP In %Local AppData% .
        Tried capturing without launching  the shortcut .
        Merged the cache folder which are all related to the Media Encoder shortcut.
        Captured with Standard users account.
        Gave Merged permission to required folder and tested.
    Please suggest me in this
    Thanks In Advance

    Hi,
    Anybody have idea , can you please suggest me in this, i am damn frustrated by this app.

  • Ok i have indesign CS6 and all files are stored on a 10.7.5 MAC server.  This just started happening.  When I open a file indesigns is creating a textfile in the same folder?  I need some help on this.

    Ok i have indesign CS6 and all files are stored on a 10.7.5 MAC server.  This just started happening.  When I open a file indesigns is creating a textfile in the same folder?  I need some help on this.

    Ask in the ID forum and be much more specific about your configuration. there could be any number of reasons why manifests, temp files or restore files are created.
    Mylenium

Maybe you are looking for

  • Dynamic link to a portal component

    Hi    We are developing a masthead for the portal with  a dropdown list. this list as the event " onchange " with a link to a custom component responsible for changing the user language. Is it possible to generate a dynamic link to this component hav

  • How to view the dispatched mails in J2EE server???

    Hi All, I want to view how many mails have  been sent from the J2EE server. May I know how we can see this in NetWeaver AS JAVA? As we can view in ABAP stack using SOST tcode, this will show the list of user who have been sent mails from SAP system f

  • Since last software update I can't sync Outlook Calendar btwn Q10 and laptop (it worked perfectly before update!)

    I can sync my contacts, but get the same error msg each time I try to sync my calender (which is crucial for me). Error msg is: Unable to process organizer data I've looked in the BlackBerry Knowledge Base and their Resolution is: This is a previousl

  • Insalled 10.4.4 and now can't print

    I had two printers installed on my PowerMac G5, a Samsung ML-1740 and an HP 2600 Photosmart. After I installed 10.4.4 today when I attempted to print to either they would just hang. I finally reset my printing system and reinstalled drivers for both

  • Cisco Local Diredory Configuration

    Is there a diifrence between using the name and virtual combination commands to define the Virtual Server, and using the just the virtual command in this format ' virtual IP-Address:0:0:tcp is Thanks in advance.