CC Illustrator asking for referenced files upon opening (DropBox)

I locate my CC Illustrator file on DropBox.  All of the files it references are also on DropBox.   I work exclusively on the Illustrator file on DropBox (I never download it to my computer and work on it).  I do this so that my wife can also open this Illustator file (on DropBox) from her computer and work on it - again with all of the referenced files located on DropBox.  She never downloads the file to her computer.  I just want to be clear about that. : )
PROBLEM:
1) I work on Illustator file on my computer then close it.  My wife opens it on her computer.  Illustator shows dialog box "Can't find _____.png file"   Do you want to Replace, Ignore or Cancel.
So we "reconnect" by hitting "Replace" finding the file on DropBox that my computer always referenced.   The Illustator file opens, everything is in its place.
2) My wife makes no changes to the file.  tries to "Close" the file and it asks her to "Save As".
QUESTIONS:
1)  Why does my wife have to locate reference files when all of the work is done on DropBox and all of the refence file are located on DropBox?
2) Why does she have to "Save As" and replace the main file (located and opened on DropBox) when she has made no changes to the file?
If it helps any, you should know we share the exact same DropBox account (not just a shared folder) which is set up on her computer and on my computer.

The only thing I can think of why centralizing the folder on DropBox isn't working is that the pictures being referenced when on my computer are probably listed in Illustrator as:
DropBox/mycomputer/Macintosh HD/Users...etc.
Whereas when my wife opens this illus. file on her computer, it wonders where "mycomputer" went to.  So, she relinks the pic files and now Illust. makes the new links as:
DropBox/hercomputer/MacintoshHD/Users...etc.
She makes changes while the file (and all pic files) are still located on DropBox.
I then open the file located on DropBox and it says "Hey, man, where is the pic file listed now as "DropBox/hercomputer/Mac HD...".  I then have to relink and then the new reference is DropBox/mycomputer/MacHD..."
Not sure if that's why but that's my guess.
The Old Thread above wrote about an Absolute Path that Illy is using. 
Is that the official answer from the Adobe Illy team?  Is there a good reason for this?  How can multiple people work on a single file and ref files stored on a server and not have these pop-up, relinking dialogue boxes happen?

Similar Messages

  • I'm trying to "open"-get to a site--Ichoose Firefox as application; the next screen is another appication and asks for a file name. What do I do? I never get any further.

    I'm trying to get to "www.enoriver.org." A window appears asking me to choose an application--I choose Firefox. Then another window opens titled "Another Application" and asks for a file name at the botto0m of page. I choose Firefox from the list of files, paste it into the bar, hit "enter"--nothing happens. What do I do?

    Hi Leo! If you can stop these down load managers, you will be my hero.
    Dokie!!
    PS I have tried my best to warn members here on the forum, but I haven't got a lot of support so far.
    I have my figers crossed that the new team will get-er-done

  • Keeps asking for rpt file when executing store procedure

    Hi all,
      I have coded an standard stored procedure but when I execute it, Management Studio keeps asking for .rpt file to save the results. I am using Enterprise 2008 R2. 
    This is the code:
    USE [mydatabase]
    GO
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    ALTER PROCEDURE [dbo].[usp_chart](
    @parameters)
    AS
    BEGIN
     SET NOCOUNT ON;    
     DECLARE @query NVARCHAR(4000)
        DECLARE @total INT
        DECLARE @strDescriptor NVARCHAR(4000)
        DECLARE @dsvalues NVARCHAR(4000)
        DECLARE @strCache NVARCHAR(2000)
        SET @strDescriptor = dbo.udf_chart_derived_descriptor_intotemp(@derivation_Id)
     SET @dsvalues =  dbo.udf_chart_derived_dynamic_query_fortopn(  @derivation_Id,
           @cache_Id,
           @topn,
          @flt_customer_Id,
          @flt_user_Id,
          @flt_datefrom,
          @flt_dateto,
          @product_Id
        SET @strCache = 'SELECT top ' + @topn + 'PERCENT g.Supplier_Id Supplier_Id 
    INTO #T_CacheTopN
    FROM T_CacheSupp g 
    WHERE g.Cache_Id = ' + @cache_Id + 
    ' ORDER BY g.Position'
        IF @strFilter is null 
         BEGIN
    SET @query = @strCache + ';' + @strDescriptor + ';' +
    'DECLARE @total INT;' +
    @dsvalues +
    'SELECT @total = COUNT(*)
     FROM #T_Condition; 
     SELECT c.Condition_Index, ROUND(COUNT(*)/CAST(@total as float),2)*100
     FROM #T_Condition c
     GROUP BY c.Condition_Index';
         END
        ELSE
         BEGIN
           DECLARE @sqlfilter NVARCHAR(2000)
      SET @sqlfilter =  dbo.udf_chart_dynamic_query_filter_fortopn(@strFilter,@product_Id,@topn, @cache_Id)
      SET @query = @strCache + ';' +@strDescriptor + ';' +
    'DECLARE @total INT;' +
    @dsvalues +
    'SELECT @total = COUNT(*)
     FROM #T_Condition;'+ @sqlfilter +
     ';SELECT c.Condition_Index, ROUND(COUNT(*)/CAST(@total as float),2)*100 
     FROM #T_Condition c LEFT OUTER JOIN #T_NotWanted d
     ON c.Data_Id = d.Data_ID
     WHERE d.Data_Id is null
     GROUP BY c.Condition_Index';
         END 
        EXEC(@query)
        RETURN
    END
    When I execute:
    DECLARE
    @parameters NVARCHAR(4000)
    execute usp_chart_derived_fortopn @parameters
    it asks me for a .rpt file.
    Why is that? I am not running a report.
    Thanks

    As other have said, you have set Results to File.
    But since you posted your code, I had a look at it. I was not able to understand why you use dynamic SQL. For instance, this:
        SET @strCache = 'SELECT top ' + @topn + 'PERCENT g.Supplier_Id Supplier_Id 
    INTO #T_CacheTopN
    FROM T_CacheSupp g 
    WHERE g.Cache_Id = ' + @cache_Id +  ' ORDER BY g.Position'
    Can be written as
    SELECT top (@topn) PERCENT g.Supplier_Id Supplier_Id 
    INTO #T_CacheTopN
    FROM T_CacheSupp g 
    WHERE g.Cache_Id = @cache_Id  
    ORDER BY g.Position
    If you can avoid dynamic SQL, your code becomes easier to maintain, and less vulnerable for nasty surprises.
    And if you use dynamic SQL, you should use sp_executesql and pass parameter values as parameters instead of inlining them.
    Erland Sommarskog, SQL Server MVP, [email protected]
    Links for SQL Server Books Online:
    SQL 2008, SQL 2005 and 
    SQL 2000.
    (Just click the link you need.)

  • Ask for the file name when printing on XP x64

    I have just installed my CS3 on Windows XP x64. Installation was successful and all is working fine. But there are few things which are working differently and I can not find any way to fix it.
    One of the problems I have is that I can not have it so that I will be asked for the name of the PDF file created. It simply goes through and allocates name of the file used for printing. It happens for all applications i.e. Word, Excel, InDesign, Corel. In my automatic processes I realy need to be prompted for the file name / location. Is it possible to modify some settings to have it under XP x64 ??? I hope it is.
    Thanks for advise.
    Tony

    I would like to add few details which may help to find the source of the problem.
    When I will select Adobe PDF as a printer, then click on Properties and select
    Prompt for Adobe PDF filename
    in Adobe PDF Output Folder then printing starts and will not progress at all. If I will change the Adobe PDF Output Folder to local it prints OK but is not asking for the file name / destination.
    How I can have it printing and asking for the file name / destination ? Or maybe on XP x64 it is not possible at all ?
    Regards,
    Tony

  • Adobe illustrator asks for Java SE 6 and the link doesn't work at Apple

    Adobe illustrator asks for Java SE 6 (a legacy installation) and won't run without it. The link to the legacy version at Apple goes to an error page ("too many redirects") Does anyone have a solution? Has something  changed recently. The mac help page is dated March 27, 2015, but the link at for Java SE 6 results in an error for me.

    Try this: Apple Java 2014-001.

  • My Mac Mail constantly asks for our passwords before opening our accounts.  New iMac with OSX Maverick

    My Mac Mail constantly asks for our passwords before opening our accounts.  New iMac with OS x Maverick.  We get messages such as " Mail can't connect.  Appears to be offline due to network problems." or "The connection to the server (null) in port ) timed out."  I have confirmed server connections OK with Cox Communication and our Cox Webmail accounts.

    Hi Bob13524,
    Man, that definitely sounds frustrating! And it sounds like this issue is occurring with several accounts, so let’s see if we can troubleshoot this. The following resource provides some great information for troubleshooting Mail issues, including information on using the Connection Doctor:
    OS X Mail: Troubleshooting sending and receiving email messages - Apple Support
    http://support.apple.com/en-us/TS3276
    Thanks,
    Matt M.

  • Why is adobe reader asking for a password to open my files

    I don't know why but when I try to open most (not all) of my pdf files it is now asking for a password that I did not put in so I cant open them
    why and how do I change this to open all my pdf files

    Can you post a file you did not lock for us to look at?

  • Self-contained movie asking for source files

    I have exported a final cut pro movie as a self-contained file, and after I deleted the source files, as my harddrive was jammed full, I am unable to burn the project onto a dvd. The file won't open in quicktime or final cut pro. It keeps asking for a source file to continue - HELP! It was a two hour movie that I am to be burning for XMas, and it has slipped out of my computer apparently. It was opening on its own without my harddrive connected before I deleted the source files, so I KNOW it was self-contained which is the only reason I deleted the files in the first place! Thoughts would be greatly appreciated.

    This is not a new problem. I have encountered it through many versions of QuickTime.
    Typically, it happens after I assemble a compilation of clips from various sources, including imported Windows Media files. I diligently check the "Save as a self-contained movie" option, which always indicates a file size larger than the "Save as reference movie" option -- for example, 1.7 MB vs. only 9.2 KB for a short clip. And yet, if I have discarded the original clip, QuickTime is unable to play some of the supposedly self-contained movies because it can't find the deleted source files. It's kind of maddening, especially when there's no way to recover the original clips.
    I haven't tracked this, but I suspect it might happen when a clip in one format is pasted into a movie without first converting it to QuickTime. Has anyone else noticed this possibility and tested it?

  • Unable to find files upon opening...

    Every time I open my project, I get a pop up that says the program is unable to locate certain files. The files have not been moved on my computer (and have previously been uploaded into Premiere). It's never the same files... can be a jpeg image or a mov video file... and once I find it, everything is fine. However, the next time I open my project, it starts all over again (but often times with completley different files). What's going on???

    As Steve points out, the only reason for this message is that the Path of those files has changed, or at least PrE thinks that they have changed. This could be due to drive letter assignment, Renaming, Deleting, Moving.
    Your PREL, Project File, is but an XML database with only links to the media files, and instructions on what to do to them. Those files are linked via the Path, where they were located, when you Imported them. If that is altered in any way, then PrE will ask, "Where is file ____ ?" Fortunately, when you navigate to that file's location, PrE will then link to all other media files used in that Project in that folder. If the files are in several folders, you will need to then navigate to the next folder, where all used files in it will be re-linked.
    As Steve points out, a common issue is with externals, that often get different drive letters, depending on which devices are plugged in to the computer, and in which order. Remember, the Path is absolute. If you original Path was E:\PrE_Projects\[Project Name]\Stills, but now you are looking at F:\PrE_Projects\[Project Name]\Stills, you WILL need to locate those files.
    I use externals to migrate my Projects between my workstation and my laptop. Each external has a unique driver letter, and that is set in the OS of each computer. That means that external Z:\ is Z:\ on all of my computers, regardless of what else might be plugged in, and in which order.
    If the Path has not changed in any way, then I would think about a failing HDD, and read/write errors.
    Good luck,
    Hunt

  • Child dashboard asking for logon credentials when opening it in infoview..

    hi al,
    iam trying to open a child dash board form a parent dash board ( i have converted them in to swf files and exported them to infoview) in infoview.while iam accessing the child swf file in Infoview it is asking for logon credentials..my architecture is like
    infoset->crystal reports->live office->dash board
    i have used the following  url to avoid login  credentials:
    [http://myserver:8080/Xcelsius/opendoc/documentDownload?iDocID=1234&sKind=Flash&lsSCELogonToken=<token>]
    initially,i have created a flash variable with name CElogonToken and binded it to a cell f3 in my excel sheet .
    then again i have concatenated the above url and f3 cell ,in my parent dashboard.
    note that iam able to access the child dash board from tha parent dash board in infoview by giving the logon credentials.
    i dont want to enter login details while accessing the child swf file in infoview.
    any help is highly appreciated...

    Stratos,
    i have tried ur solution but it  did not work out to me.thnq for ur prompt reply.
    and thnks to google...i have got the below link which is working fine without asking me any logon credentials
    http://server:8080/Xcelsius/opendoc/documentDownload?iDocID=26927&sKind=Flash&CELogonToken=
    i have clipped the lsS part before the CELogonToken
    once again thnks to google and other forum members whose replies helped me a lot

  • Mac Mail no longer asks for a password when opening gmail

    Hello all,
    When I try and open my email account the password box no longer pops up.Don't know what happened.I use gmail and it always worked fine.Can anyone help me with this?Thank you very much.All reponses are apreciated.

    In Mail Preferences, Accounts item: I tried to delete the password (but that did not save). I got this idea from some Mail Help item that I cannot seem to find again. I cannot recall how I did it in Snow Leopard, but I had it set to ask for a password that was used solely for Mail. It would not download anything until I entered that password. Note: I am not on a network; just the single user of the MacPro. Thank you for any guidance you might be able to offer.

  • Since downloading the latest ios my ipad2 asks for a passcode to open it. I have never had a passcode so I cant put one in. How do I get into my own ipad? crazy stuff.

    Since downloading the latest ios my ipad2 asks for a passcode to get in. Since I have never had one I cant give it one and I cant open it up. How do I bypass the this please.

    I have seen other users talk about this and make the same claim. Unfortunately, even if you didn't set a passcode, and the iPad is insisting that you did, unless you can successfully guess what the passcode is, you still have to follow these instructions and use one of the methods in here in order to restore your iPad which will then unlock it.
    iOS: Forgotten passcode or device disabled after entering ...

  • "Using the Filter HUD to Search for Referenced Files" (and "Locate Referenced Files")

    I am trying to follow the Help Documentation item "Using the Filter HUD to Search for Referenced Master" (not sure if there is a way to post a URL to this) and I am not seeing what it is telling me to do.
    I am going to Edit > Find and it is telling me to "Click the Filter HUD button beside the search field in the Browser". Is this referring to a browser in the Aperture UI or is this in the Filter HUD display? I am not finding this.
    Also, it saying that in the Filter HUD I should "choose File Status from the Add Filter pop-up menu, and select the 'File Status' checkbox." and I am not seeing this either. Does anyone know where this is at?
    Lastly, I see that there is a command called File > Locate Referenced Files and when I run this I get a "No Referenced Files in the /current/ selection. I have realized that I don't quite understand whether I am running this search for a specific Project and/or whether I have to make a specific selection in the left hand pane when I run a FILTER HUD or whether this automatically defaults to search the whole database. Does it matter what I have selected in the current Browser View when I run either of these commands?
    Thanks for any help in my getting this working better for me.

    hotwheels 22 wrote:
    I am trying to follow the Help Documentation item "Using the Filter HUD to Search for Referenced Master" (not sure if there is a way to post a URL to this) and I am not seeing what it is telling me to do.  1
    I am going to Edit > Find and it is telling me to "Click the Filter HUD button beside the search field in the Browser". Is this referring to a browser in the Aperture UI or is this in the Filter HUD display? I am not finding this. 2
    Also, it saying that in the Filter HUD I should "choose File Status from the Add Filter pop-up menu, and select the 'File Status' checkbox." and I am not seeing this either. Does anyone know where this is at?  3
    Lastly, I see that there is a command called File > Locate Referenced Files and when I run this I get a "No Referenced Files in the /current/ selection. I have realized that I don't quite understand whether I am running this search for a specific Project and/or whether I have to make a specific selection {4}  in the left hand pane {5} when I run a FILTER HUD or whether this automatically defaults to search the whole database. Does it matter what I have selected in the current Browser View when I run {6} either of these commands? 7
    Thanks for any help in my getting this working better for me.
    1.  Just copy and paste the URL from the on-line User Manual.  Very helpful.  Are you on this page?
    2.  From the above-linked page:
    Show the Filter HUD by doing one of the following:
    Choose Edit > Find (or press Command-F).
    Click the Filter HUD button beside the search field in the Browser.
    The instructions specify ONE of the following.  Your question indicates to me that you are trying to do both.
    3.  The User Manual has used the wrong term here.  It should say "Choose 'File Status' from the 'Add RULE' pop-up menu."
    4.  The command -- like all commands? -- works on the currently selected Images.  On the same page in the User Manual it says:
    You can select a group of images in the Browser and Aperture can show a list of the referenced images within the selection, including information about where the masters are located. {Emphasis mine.}
    5.  The Aperture workspace is highly configurable.  I don't know what you mean by "the left-hand pane".  Of what?
    6.  Yes.  Of course it matters.  At some point in the 80's when the GUI became standard computers standardized on the "Noun→Verb" syntax:  Select object(s), select command(s).
    7.  Not sure what the second command to which your refer is.

  • App store asks for password immediately after opening

    Hi,
    some strange behaviour I noticed recently: the App Store-app asks for my password *immediately after I opened it* (before I clicked on any app to install it ...).
    Is this a new bug?
    regards,
    Joerg

    Login to iTunes on your computer and check for available downloads. You have something waiting to download that is too big to download on your phone. Once this downloads, the prompts will stop on the phone.

  • TS1389 My PC repeatedly asks for authorization when I open I-tunes library, I have tried ALL the suggestions in help, but to no avail.  Anyone got another remedy I could try please?

    My PC repeatedly asks for authorization when opening I-tunes library (wont let me play tunes), have tried ALL the suggestions to remedy authorization but to no avail.  Anyone got any other suggestions I could try please?  I would have thought I-tunes itself should come up with a precise answer to this sort of problem after all this time??

    From the menu bar, select
     ▹ System Preferences... ▹ Network
    Click the Assist me button and select Assistant. Follow the prompts. You may get a warning that Wi-Fi is not available, that you're too far from the base station, or that you're using the wrong password.
    Assuming that you've ruled out those possibilities, click the lock icon in the lower left corner of the preference pane and authenticate, if necessary. From the Location menu at the top of the window, select Edit Locations. A sheet will drop down. Click the plus-sign button to create a new location. Give it any name you want. In the new location, set up the Wi-Fi service with the same settings you used before. Click Apply and test.

Maybe you are looking for

  • Determining song volume

    I have the latest version of iTunes for Windows Vista, and when I download a song, or play a song, the info bar at the top runs a process called "determining song volume". when ever that runs, iTunes stops working, and shuts down. then Vista loads a

  • HT5312 how do i put a rescue email on my account

    idk how to put in a rescue email

  • Some Ideas On Organizing/Maintaining Photos via iPhoto? How do YOU do it?

    I posted a couple of technical questions last week concerning iPhoto and how it handles files, thumbnails, EXIF data, and photo originals/copies (as http://discussions.apple.com/message.jspa?messageID=11425805). Terence Devlin and LarryHN gave me the

  • Struts web xml

    Hi there, I want to define my own error pages. Someone told me that it's possible to define them in web.xml I use this somewhere in my code: response.sendError(HttpServletResponse.SC_UNAUTHORIZED); I want to keep this, but I want to make my own style

  • Jms_provider service not starting up in Visual admin

    I am pretty much a novice in EP issue resolution. Have issue on EP 6.0- after upgrade to SP 16 Patch level 1. JMS provider service does not start up and have host of issues due to this. In visual administrator i cannot see the runtime tab under jms_p