Finding referenced files

I am unable to get my referenced files to re-link to the original RAW file on my external hard drive. I have gone through many post and have experience relocating referenced files which works great when you can actually get to that screen. I have tried all the repairs in the repair menu with no luck. I click on the preview of the picture and select "locate referenced files" and I get "No referenced Files". If I go to File>Locate Referenced files I get "Unavailable original files cannot be relocated". I seem to be stuck in a error loop and I'm not sure why it won't me just redirect it to the correct file? I know I can reimport but I don't want to loose all the adjustments I've made to various pictures. I know the files are on my hard drive. It's also very strange because it magiaclly happened to library's that have worked fine in the past and that I haven't touched in some time. I keep my pictures on an external hard drive and have the latest updates of Aperture and OS.

Are the files in question really referenced files and not managed?
I click on the preview of the picture and select "locate referenced files" and I get "No referenced Files".
That error message usually will appear, when you try to locate a referenced file for managed files.
If I go to File>Locate Referenced files I get "Unavailable original files cannot be relocated".
And that error message will occur, when you use the command "File > Relocate Original", not when you try to use the command "locate referenced Files".
From the symptoms you describe, I suspect that the files in question might be managed files, but Aperture has lost the connection to these managed files. Unfortunately, Aperture has no tools to fix broken references to managed files, because that is not supposed to happen.
Check,if you can find the originals in question inside the Aperture library. Ctrl-click the APerture library, select "Show Package Contents" from the pop-up menu, and then browse the "Masters" folder, if your missing originals are inside. The originals are filed by the dates of the import session.
Regards
Léonie

Similar Messages

  • Question about how javac finds referenced files.

    Hi
    I am just beginning to learn Java and have got some questions related to packages.
    I have two classes:
    MyClass.java
    package pkg;
    public class MyClass {
         public void prn(int x){
         System.out.println("Integer: "+x);
    Test.java
    import pkg.*;
    public class Test{
         public static void main(String[] args){
              MyClass obj=new MyClass();
              obj.prn(2);
    Directory structure
    /root/ jprog/MyClass.java
    /root/ jprog/Test.java
    Executing the following sequence of commands gives me:
    # ls
    MyClass.java Test.java
    # javac -d . MyClass.java
    # ls
    MyClass.java Test.java pkg/
    # cd pkg
    # ls
    MyClass.class -----compiles.
    # cd ..
    # javac Test.java
    Test.java:5: cannot access MyClass
    bad class file: ./MyClass.java
    file does not contain class MyClass
    Please remove or make sure it appears in the correct subdirectory of the classpath.
    MyClass obj=new MyClass();
    ^
    1 error
    Now after reading another thread on this forum I came to know that the compiler finds the
    MyClass.java in the wrong package. Using verbose option with javac shows this.
    So I move it to some other directory and everything works.
    # mv MyClass.java /root
    # ls
    Test.java pkg/
    # javac Test.java
    # java Test
    Integer: 2
    Now the question begins:
    Suppose we go back to how the files were arranged before I moved the MyClass.java file and
    I change the Test.java file by adding
    package pkg2;
    statement to it.
    Now everything compiles
    # ls
    MyClass.java Test.java ---I have deleted pkg and .class files
    # cat Test.java
    package pkg2;
    import pkg.*;
    public class Test{
    public static void main(String[] args){
    MyClass obj=new MyClass();
    obj.prn(2);
    # cat MyClass.java
    package pkg;
    public class MyClass {
    public void prn(int x){
    System.out.println("Integer: "+x);
    # javac -d . MyClass.java
    # javac -d . Test.java
    # ls
    MyClass.java Test.java pkg/ pkg2/
    # java pkg2.Test
    Integer: 2
    Why isn't the MyClass.java file causing any problems now?
    Using the verbose option with javac shows that the compiler goes straight for the pkg/MyClass.class.
    My readings of Core Java Horstmann tell me that the compiler always looks in the current directory. javac documentation also doesn't help. I know that the documentation recommends that the source file locations should match the package statements.
    I'm just trying to learn how javac finds referenced files.
    Any help??
    Thanks a load in advance.

    I know that the
    documentation recommends that the source file
    locations should match the package statements.This is not merely a recommendation, it is a requirement.
    Both javac and java find classes by traversing the classpath. The classpath should contain directories (or jar files) that correspond to the top of a (part of the) package hierarchy.
    For example, if the Java code for your class is in a file C:\src\pkg\MyClass.java, and MyClass.java declares the class to be in package pkg, the classpath should contain C:\src. Classes are then found by transforming their package declaration into a directory structure.
    Please note that javac works on files, not classes. Therefore it is necessary to specify the full filenames of the files you want to compile, even if you have specified the classpath. By default, javac will put compiled class files in the same location as their sources, so the classpath for the java command should also contain C:\src.
    The exception to the rule is when all classes for the program are in the default package (i.e., they do NOT contain a package statement). In that case, it is possible for javac (and I believe java as well) to find all classes in the current directory, so it will "just work".
    You can specify the classpath using the -cp parameter to both javac and java.
    Hope this helps.

  • How can my own hard drive be considered off line to find referenced files?

    my iPhoto library for some reason could not be imported to Aperture when I converted to Aperture.
    However, I selected the option to create a referenced library and it worked fine.
    I upgraded my hard drive from 160 to 750 at a professional apple reseller and they copied all of my data, programs etc as well.
    While I never checked to see if this was the case before, becuase I had no reason to check for it, I notice now that all of the aperture thumbnails have the "reference offline" icon and when i try to "locate reference", I can do so, but Aperture still considers my own hard drive offline!!!   How's that for strange. 

    Every hard drive has a volume name (they also have a UUID but I don't think Aperture cares about that.)  If the new drive was not given the same name as your old drive then as far as Aperture is concerned, the drive it's looking for is not present (it's looking for a drive with a specific name and not finding it.)
    While YOU know that all the data on the old hard drive was copied to the new hard drive, Aperture doesn't know that (and makes no assumptions).  So if the volume name it's looking for isn't found, then the drive is "offline". Aperture is working as it should.
    You could rename the hard drive back to the original name, but then that would just cause it lose all any new 'referenced' masters you added since upgrading the drive.
    To fix:
    You'll need to reconnect the masters.  In the lower right corner of the thumbnail you should see a small icon which ordinarily has a tiny rectangle with an arrow pointing away (indicating this image is a "referenced" master).  If the master is missing you'll have a little orange triangle with the "!" inside it (indicating a problem).
    In the main menu, select "File" -> "Locate Referenced Files..."
    A box will appear and you can check the box which reads "Show Only Files Not Found" (this will hide all the files which are currently fine so that you only have to deal with the files that have a problem.)
    In the lower part of the panel is filesystem browser.  You can navigate to the directory drive & directory where these files are located and click "Reconnect" or, if they're all in the same place, "Reconnect All". 
    Pick "Done" when you've finished.
    If you don't like using "referenced" masters, you can tell Aperture to bring the masters into the Aperture Library so that it will manage the files for you (and avoid this problem in the future).  In the main menu pick "File" -> "Consolidate Masters".  You'll be given the choice to "copy" the files (it'll copy the masters but still leave the old files back in their original locations... but Aperture will no longer need those originals.)  or you can "move" the files (Aperture will copy them into the library then delete the original after the copy is completed... effectively "migrating" the masters into your library and cleaning up the originals when it's done.
    Regards,
    Tim

  • Volume ID change - cannot find referenced files

    It seems that recent security update or Aperture update caused a change in handling CIFS/Samba volumes. I have my photos stored on network server which is exporting CIFS volume under the name 'Photos'. It worked fine until I rerun Aperture after recent update and reboot. All files are now unreferenced and I am getting the 'The file xy cannot be found because the volume on which it resides is currently offline'. I found that the problem is that all files are referenced with volume name 'photos'. (note the lower case letter 'p') Once I reconect the photos, the volume is now reported as 'Photos' (with capital letter 'P')
    I tried the usual trick with opening the files directly from Finder but this does not work. It seems I will have to reconnect all files. (Anyone knows how to reconnect all photos in all projects at once ?)
    It's seems to me that this is caused a change in behavior of OS X or Aperture because the server configuration has not been changed in years.

    I'm having the same issue.
    I moved some of my masters to an external drive.  I recently tried to move the masters for one project back into my main Aperture library, but 15 of the 916 masters in this particular project did not move back.  In Aperture I'm getting the little "The referenced image’s master has not been found." badge on these 15 images. 
    The master is still resident on the external drive, but the value in the "File Name:" metadata field in Aperture does not match the file name on the external drive.  The file name on the external drive is the correct and original file name, but I have no idea why Aperture has a different value (e.g. IMG_1128 29.CR2 vs IMG_1128.CR2).
    I've tried renaming the name of the file on the external drive, which didn't make a difference.  I also tried moving the file to the local drive, but that didn't change anything.  I can't see any way to edit the metadata field in Aperture.
    I've tried "Repairing" my Aperture Library, but that made no difference.  I haven't tried completely rebuilding it though.
    Selecting one of the images and clicking:
    "Relocate Original" gives me the following message:
    "Unavailable original files cannot be relocated.  The selected original image is either offline or not found. Please reconnect it and try again."
    "Consolidate Original" gives me the following message after letting me choose "copy" or "move":
    "No Referenced Files.  The selection doesn’t have any referenced files."
    "Locate Referenced" gives me the following message:
    "No Referenced Files.  The selection doesn’t have any referenced files."

  • How to find referenced photos within the Photos app

    Problem:
    Upon instructing Photos to use iCloud Photo Library, the app informed me:
    "104 referenced files in your library will not upload to iCloud Photo Library. Select referenced files in your library and choose 'Consolidate' from the File menu to copy the original files into the library."
    I do not know which 104 images in my library are referenced, and therefore cannot use "Consolidate" to import the masters into the library.
    Can anyone tell me how to find referenced files, within the active library in the Photos app?
    I am not asking how to use the "Show Referenced File in Finder" menu command. I need to identify a file as referenced first, hence this post!

    Gotcha - came up with a workaround... since the photos were living in the Photo Library packaged itself, and not simply in another regular folder, I right clicked on the library and said show packaged content, then search for what folders the files lived in, then copied the files out of the packaged library into a folder. Then I was able to give the Photos Library access to the new folder with the files.
    With all my files now references, I enabled iCloud Photo Library and am uploading now.
    Hopefully my new local Photo Library will be smart enough to optimize local images and shrink to give me more space.
    Thanks.

  • FrameMaker 8 (Unstructured) - How to Find/Change "Referenced File" location globally?

    Hello,
    First off, I have a FrameMaker 8 (Unstructured) book that links ALL of its graphics, to a separate graphics folder on my network drive.
    With that said, I am hoping to do the following:
    1. Create a mirror copy of "Book A" and place that copy in another folder, (at the same level) on my network drive.
    2. Open up the new book file (e.g. Book B).
    3. Run a Find/Change to replace:
    ..\..\..\Graphics Catalog A\Graphics\a000123.png
    ..\..\..\Graphics Catalog B\Graphics\b000123.png
    The end result is that I could globally map out all the "Referenced Files" to the new folder path structure. This will allow me to save from having to manually re-import each of the 1000 graphics - into my book files.
    Finally, I am hoping to do this with the built in capabilities of FrameMaker 8 first. If that is not possible, then I will consider other possibilities.
    Thanks in advance for any suggestions.
    Regards,
    Jim

    This is how you do it:
    Outside of FM, copy the "Book A" folder and paste it where you want.
    Also, create the Graphics folder and file structure (i.e.
    "... Graphics Catalog B\Graphics ...")
    Before you open Book B in FM, temporarily rename the graphics
    folder that the FM files in Book A uses, e.g. "Graphics Catalog Z".
    Now, when you open the files in Book B, FM won't be able to find
    the old graphics since the folder name has changed. For each file,
    FM will open the "Missing graphics" dialog, where you need to
    browse to the new graphics folder, e.g. "Graphics Catalog B\Graphics".
    Select the correct file that FM asks for, and tick the option to
    use this folder for all remaining graphics.
    If all the image file names are identical, you will only need to
    do this once per FM file. If you really need the image file names
    to differ like you said:
    > ..\..\..\Graphics Catalog A\Graphics\a000123.png
    > ..\..\..\Graphics Catalog B\Graphics\b000123.png
    then you need to select the correct file name for *each* graphics
    that FM cannot find. This is a good reason to keep the file names
    identical, even though the folder name has changed.
    When all the files have opened, rename the original graphics folder
    back to "Graphics Catalog A".
    /Thomas Michanek

  • IPhoto: After I've changed the file name/format in Finder iPhoto can't load/relink to the referenced file.

    After I've changed the file name/format in Finder iPhoto can't load/relink to the referenced file anymore. For some reasons I don't like to reimport the file.

    Hmm the advice has been not to use referenced libraries - you ignored and did it anyway and you find the advise not helpful
    Furthermore the advice is that if you choose to use a referenced library that you assure that the path never changes - you also choose to ignore that advice and do it anyway - and you blame the peopson trying to help you
    once again - you have one choice - change the file names back and put the files back in the exact same place - and again you are totally ignoring the advice and instead name calling and attacking the person giving you advice
    Maybe life would be easier if you followed advice rather than ignoring it and then complaining that things no longer work
    change the name back and you will be fine until the next problem you hit that is caused by choosing a referenced library
    Have a nice day
    LN

  • Aperture: After changed the file name in Finder Aperture can't load the referenced file anymore

    After I've changed the file name/format in Finder Aperture can't load/relink to the referenced file anymore. For some reasons I don't like to reimport the file.

    As you told, the command "Locate Referenced File" doesn't work, if the filename doen't match exactly. And the filenames should keep their new names.
    "Locate Referenced File" will be able to reconnect one file at a time, if you direct Aperture to the matching file in the Loate Referenced File dialog, but it will not be able to recognise the other matching referenced files and to reconnect them all at once with the "Reconnect All" button.
    It will be a lot of work to reconnect the one by one.  Usually it is much easier to rename the original master files using Metadata > Batch change in Aperture than to try to do that in the Finder.

  • Fastest? Relocate Masters or Finder move with Locate referenced files

    I have maxed out the 2 x 1TB drives in my MP dedicated to referenced masters, and I'm about to consolidate them onto a new 2 x 2TB drive setup. My question is which is the fastest solution for moving 1.5 TB of images on my current setup onto one of the new 2TB drives.
    FYI, the new HDD is now connected via eSATA to an external housing, with write speeds of around 100 MB/sec. Once all data is transferred and relinked, I'll open the case and swap out the new drives internally for the old 1TB ones.
    Is it fastest to?
    1. Use Aperture's "Relocate Masters" fucntion. My question is how much extra overhead is involved with doing this via Aperture?
    2. Do a Finder copy of the files, then once they are moved open Aperture and use the "Locate Referenced Files" to reconnect the images to the new HDD.
    Has anyone done any speed tests on this? I have about 80,000 refernced images, so I'd like to cut the file transfer time down as much as possible.

    Select a batch of images, and go into +Locate Referenced Files+ - just the same as doing one at a time. Match up one image from your batch with the file and then, instead of hitting the <Reconnect> button, hit the <Reconnect All> button.
    Do a small batch initial until you get the hang of it, and then make a bigger selection and go and have a cup of tea...
    Here's an [earlier description|http://discussions.apple.com/message.jspa?messageID=11334896#113348 96] I gave of this process with some background details of how I handled it first time around.
    Hope this helps.
    Regards,
    Gary

  • Find a referenced file

    Just started using Photos and when I try to turn on iCloud syncing, it says "1 referenced file cannot sync to iCloud...select referenced files in your library and choose  "consolidate" from the file menu..."
    I get why this is happening, but I cannot find the referenced file in my library for the life of me. I created a smart album and set the photo to referenced and it pulls up 0 images. I have meta > referenced turned on and i visually scanned my photos and don't see a single one with this icon. I could have missed it because there's thousands.
    How do I find this referenced file so I can deal with it?? I want to know what photo is referenced. Thanks.

    No, but somehow the issue has been resolved for me. I moved quite a bit of photos around to different (new) albums and changed some dates on photos. Somehow there's no more message about any referenced files. I'm not sure how it happened though.

  • New user here.  Trying to import iPhoto 9.4.2 libraries into Aperture 3.4.3 as referenced files. When accessing File Import Library, it finds the iPhoto library just fine, but then imports it as Master files. No option that I can find to leave the photos

    New user here.  Trying to import iPhoto 9.4.2 libraries into Aperture 3.4.3 as referenced files. When accessing File>Import>Library, it finds the iPhoto library just fine, but then imports it as Master files. No option that I can find to leave the photos in place on the file system.  All the literature says their should be an option to choose, but I never get that option.  What?

    All the literature says their should be an option to choose, but I never get that option.
    That has been true for the previous Aperture versions. Now Aperture simply treats the original image files exactly as they are in the imported library. Referenced images will stay referenced, managed will be imported as managed. But you can always relocate the imported managed images afterwards by using "File > Relocate".
    Regards
    Léonie

  • I have one folder with several projects all of which Aperure can not find the original.  I do not use referenced files.  I can't make any adjustments like cropping etc. What can I do to print any of these photos?

    I have one folder with several projects all of which Aperure can not find the original.  I do not use referenced files.  I can't make any adjustments like cropping etc. What can I do to adjust or print any of these photos?  IO have no ther projects with this problem.  My Aperture Library is automatically saved to two external drives.
    Dick Koos

    I have one folder with several projects all of which Aperure can not find the original.
    Have you checked inside your Aperture library, if the original files are still there?
    Try to find out, when the images in those projects have been originally imported, then open the Aperture library by ctrl-clicking it and using the command "Show package contents" from the pop-up menu. In the window that will open, select the folder "Masters" and browse the contents. You need to find the subfolder with the year you imported the images, then the folders with the month and the day.
    Are your original files still there?
    If yes, copy them to a folder on your desktop for safe-keeping, and then try, if repairing the permissions and the other Furst Aid tools will help Aperture to connect to these missing files again - see this link:  Repairing and Rebuilding Your Aperture Library: Aperture 3 User Manual
    If the First Aid Tools don't help, then check, if Aperture has moved the missing images to a "recovered folder". If not, reimport the images, you saved to your Desktop and use the Lift&Stamp tool to transfer any adjustment and captions to your reimported images.

  • Aperture referencing files to time machine HD instead of from 'working' HD

    Every once in a while I will go into a project see the "broken link" icon on my previews. In Finder I check the location I have all my images stored (and initially referenced) on an external HD. They are there.
    I go to File>>Locate Referenced Files and see the referenced images have been changed to a location on my separate Time Machine external HD. I locate them and everything is fine but it's annoying.
    I don't not have Time Machine on automatic because I have a laptop and like to choose when it backs up. I've looked through other Time Machine/Aperture problems and couldn't find anything. Does any one know of a setting, advice, or have experienced this at all?
    Thanks.

    Thanks. Sorry, for the delay to answer your questions:
    I'm the only one managing the files, and it has happened quite a few times now. The files are in multiple projects ranging from recent imports to projects from a few years ago.
    I didn't need to use "File→Relocate Master ..." just the "File→Locate Referenced Files" because my masters are still intact on my working HD. It says that my previous location was on "Volumes/Time Machine/photography/...etc." when I always import masters to "Volumes/My book/photography/...etc"
    Does Aperture notice if I move master files because my thought is that Aperture is noticing my TM copying files to another HD and then referencing those instead of my original working HD I import to. Then, the next time I open Aperture it cannot reference the Time Machine files.
    Is it because I have TM (USB) backing up my internal HD and my external working HD (FW800)?

  • File paths and archiving (and referenced files).

    I've come to the stage where I need to start using referenced files (out of disk space on my laptop) and also start archiving projects. One of my plans was to start keeping an off-site backup of all the originals in case something really bad happened. I'm also going to have on-site backup of projects. But for the off-site originals I would like to have some simple way of finding the photos in case something bad happens, my idea was to simply create a PDF from the list view where I could see the photo and the file path to where it's stored (I plan to store them in simple year-month-day hierarchy).
    The reason why I'm not going to archive the projects off-site is simply the cost, I did a test yesterday and it looks like just storing the originals would be approx 1/3 in size of the projects.
    If someone has a better idea of how to handle this please let me knoe

    I'll try to explain.
    About the cost: Hard disk space is really cheap and I can not see how the cost should be that expensive. This is based on your statement that you still have your images on your laptop and that itself limits the amount of space hence a rather small library.
    When it comes to backing up your projects you have several options. First, if you really want to be cheap about hard disk space (I think you should not since your images really are priceless) you can export projects of your referenced images and not consolidate the images into the exported project. Not to consolidate vs. consolidate images on export really makes a difference in the exported project size. On the other hand, not consolidate images on export of a project makes you back up your images separately, which leads to more work.
    My advice is then; buy two disks (preferable three disks), and export your projects with the images consolidated into one of them and start using the other one with your referenced images.
    I always advice users to have their images in at least three different locations and IMHO the ideal solution for you would be to have your images referenced on one disk and mirrored backups on the other two disks, either one stored in two different locations in case of burglary, fire etc.
    Regards
    Paul K

  • Can't locate Referenced Files in Aperture 3

    All my photo master files are in separate directories on a NAS (network attached storage; 4x1Tb) and I import Projects from that into Aperture on my IMac.  I migrated my MAC Aperture Libraries to a separate external drive and lost some of the references to the Master.  I can reconnect some Projects to the masters on my NAS, but not all.  Some projects won't reconnect using  Locate Referenced Files.  I can find the files and match the photos and Aperture looks like it reconnected, but when I look at the separate images, I get "File not found."  I know the original photos are on my NAS because I can see them using a separate PC hooked into it, but can't seem to complete making the link to the master.  My intent is to move all masters into my Aperture Library because I can't stand losing photos this way anymore, but I need help making that link.  Any ideas what's happening and what to do.
    Even though I have the originals on my NAS, all my processed versions (4 and 5* photos) are in my Aperture Library and I hate to lose those.
    Update: I seem to be able to connect one photo at a time, but selecting an entire set of Project photos and doing "connect all" doesn't seem to be working.  I have thousands of photos and working one at a time is impossible.
    How can I get help?
    <Email Edited By Host>

    I migrated my MAC Aperture Libraries to a separate external drive and lost some of the references to the Master.
    How is your NAS formatted, where your original masters are stored? And how is the external drive formatted that holds your Aperture library?
    Your Aperture library needs to be on a drive formatted Mac OS X extended, Journaled. If the drive should not have that formatting, move the Aperture library to disk with the coorrect format.
    If you cannot reconnect originals, that are clearly there, the reason may be, that your Aperture library needs repairing, see: Repairing and Rebuilding Your Aperture Library: Aperture 3 User Manual
    I'd try to repair permissions and to repair the library, before trying to reconnect again.
    Since you want to consolidate all originals in your Aperture library, I'd try to copy the originals that cannot be recoonected, to the same drive that holds yor aperture libryr and try to reconnect them there, then consolidate them from there. It can be, that the network connection of the NAS is not reliable enough.
    Regards
    Léonie

Maybe you are looking for

  • Macbook pro shows incorrect storage information on SSD.

    I am using a macbook pro. The storage information is shown wrongly. Control I shows the correct information but finder and space bar on the hard disk show incorrect storage information. Used space is actually 122 GB which is shown as 140 GB. Even omn

  • Imac Intel freezin  & crashing since installing lion

    My late 2009 24" iMac has been freezin and crashing since installing lion. Sometimes red dots appear on the display and sometimes the image breaks up and then freezes. Happens in Safari, Photoshop, Word and other programs. Is it a NVIDIA driver issue

  • Amusing little image size/dpi bug in CS5

    Has anyone else discovered PS CS5 applying nearly random dpi settings to newly opened documents?  This is not a destructive bug, as far as I can tell, but when I open "Image Size," PS will sometimes give me a whacko value for dpi (something like 1.2

  • Desktop manager will not install after fresh download

    i have downloaded ver 5 desktop manager several times and it is not able to install.  I have completely un-uninstalled the previous software and deleted the regristry keys, RIM. After downloading the new version of software (5.01) off of the BB websi

  • [SOLVED] Yeganesh - how to make it execute applications?

    I read about Yeganesh in the Wiki. Unfortunately there's not much written about it and I've probably read all a google search can give, but I still can't get it to work. I want to use dmenu + yeganesh in Awesome so the keybinding matter is a piece of