Import Space issues

I have some issues whenI try to import new images into Aperture.  Its says that I need more free space.
I have cleared out all hte pictures that I can by selecting them and choosing "delete masters and all versions" but I am still lacking space.  I have noticed this became more of a problem when I bought PS and have been saving the .psd files in my library.
a/ how can I clear out space or reorganize?  I'd like to send all my old clients files to an external, located RAW, and referenced files.  I have been only keeping the files I show to them so maybe 20/client and I have folders in Aperture with each the files for them.
b/ how can i tell if my library is managed or referenced files?
Thanks for your help.

have cleared out all hte pictures that I can by selecting them and choosing "delete masters and all versions" but I am still lacking space.
Clearing the Aperture trash will move the images to the system trash. To reclaim the space you need to empty the system trash as well.
a/ how can I clear out space or reorganize?  I'd like to send all my old clients files to an external, located RAW, and referenced files.
You could either
export the projects with images from old clients as separate Aperture libraries and store them on the external drive, if you are sure that you will not need to access those during your future projects,
or just relocate the master files of those old images to an external drive(File -> Relocate Master).
b/ how can i tell if my library is managed or referenced files?
Any images that is referenced will show a badge like this:
A library may be mixed, and contain images with referenced and images with  managed master files at the same time.
See: Understanding Badge Overlays:
http://documentation.apple.com/en/aperture/usermanual/index.html#chapter=11%26se ction=9%26tasks=true
Regards
Léonie

Similar Messages

  • Unable to import space templates in webcenter spaces using default import

    Hi All,
    I am facing a problem in importing space template in webcenter spaces.The steps i followed were:
    1. Logged into webcenter spaces and in space templates,I selected one template.
    2. Then I clicked on 'Export' button and template exported successfully on my local machine.
    3. It was in .ear format so I changed it to .rar and extracted it.
    4.Then I got .mar and I changed extension again to .rar.
    5. In the folder I went to \webcenter_1298368482200\transport\oracle\webcenter\page\scopedMD\sd6290014_14b6_41a1_8ac1_f84d239ebe53\spacetemplate\DiscussionSiteHome.jspx.
    6. I made certain changes in that .jspx file.
    7. then I saved those changes and again changed extension .mar and .ear.
    8. After that I went to webcenter spaces.I selected the template from the list of templates in spaces and clicked on 'Import' button .
    9. It asked for path and I gave the path of .ear
    10. It imported successfully but the changes were not reflected in the template in webcenter spaces.
    Pls help me out as it is very urgent.

    The issue you are having is with Windows, not with the iPhone (you would likely have the same problem with any digital camera that you plugged into the computer). The following instructions from Microsoft may help:
    http://windows.microsoft.com/en-us/windows/get-pictures-camera-computer#1TC=wind ows-7
    The following from Microsoft deals specifically with how to change the settings for what happens when the iPhone or camera connects: http://windows.microsoft.com/en-us/windows7/change-settings-for-importing-pictur es-and-videos

  • Colour space issues

    Hi,
    I'm trying to figure out what's going on with colour spaces once I export a video. I've made a video from srgb jpegs and everything looks fine in Premiere Elements, but as soon as I export it as a video (have trived several formats) the colours are dulled and the contrast reduced (a common colour space issue).
    Does anyone know why this happens and if so how to avoid it?
    Specifically in this case I'm exporting photos from Photoshop Lightroom to srgb jpegs which I then import to Premiere Elements 7. The original pictures as well as the jpegs look fine. The jpegs and the movie also looks fine inside Premiere, but as soon as I export it to an avi or quicktime file I get something like a 15% decrease of both contrast and saturation.

    One problem exporting to Quicktime from Premiere Elements has been discussed in the past, and it was found that PE does not correctly write atom data to the MOV header, so that when you play back the MOV file, it plays back in Apples color space on a PC, giving it a washed out look. The only computer where they will look correct is on an Apple computer. I've exported to Quicktime in other applications, and the results come out correctly when played on a PC.
    And then, media players can make the video look too dark or too light, depending on which video renderer is used. In some video applications you have an option to select from 4 different types of video rendering for previewing playback. Some make the video look perfect while others make the video have less contrast. Then you may think that your video or images don't look right, and you start making color corrections.
    On my computer Premiere Elements doesn't use the overlay mode, which is the mode that most closely resembles playback on my TV when the DVD player has black levels turned off. When editing in Premiere Elements, highlights look blown out. At one time I would compensate by changing the contrast and brightness. But after burning a DVD and playing it back on TV through the DVD player or in Windows Media Player, the video was too dark.
    I've learned not to mess with the color too much in Premiere Elements. Not everyone will be able to play back your video and see it the way you intended.

  • Regarding space issue

    There is an space issue in datatop.Could you please help me out in deleting any logs and unnecessary data in that location.As the mount which own datatop is completely filled.

    Hi,
    Do you have any archivelog files on this disk? If so, consider moving/deleting obsolete files. For datafiles/tablespaces, if it is possible to shrink it, please do so. Otherwise, you need to move it to some other disk.
    Also, if AUTOEXTEND is enabled, you need to disable it (at least for now) until you have more space on this disk.
    You may also refer to the following document, it should be helpful.
    Note: 274666.1 - Cleaning An 11i Apps Instance Of Redundant Files
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=274666.1
    Regards,
    Hussein

  • 11g 11.1.1.4.0 premgen space issue

    I had 11.1.1.3.0 installled in XP-2.8 GHZ (core 2) 3GB machine and it was running fine with
    -Xms512m -Xmx1024m PermSize=128m -XX:MaxPermSize=512m
    Then I have installed 11.1.1.4.0 and statred getting 'could not allocate heap memory to JVM' so I have chnaged the setting to
    -Xms512m -Xmx768m PermSize=128m -XX:MaxPermSize=512m
    Then I got 'premgen-space' issue repetedly so change to
    -Xms512m -Xmx768m PermSize=512m -XX:MaxPermSize=512m
    or -Xms512m -Xmx768m PermSize=256m -XX:MaxPermSize=512m
    But still I am getting this premgen-space issue after every 10-15 minutes hence unable to work.
    Guru's pleas suggest for best JVM memory setting.
    Thanks,
    Biltu

    When configuring PermGenSpace you must be aware that this is taken from the HeapSize (physical RAM does not count). Things get difficult if the PermGenSpace equals the MaxheapSize. A good setting is -Xmx2048m -XX:MaxPermSize=512m.
    Since you run the Sun JDK, you could give jvisualvm a try. My tip is to get the plugins and use the VisualGC one to monitor the memory.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • IdM DB Space Issue

    Hi Experts,
        We are facing IdM DB space issue in our PRD environment. Upon observing, it was found that the below tables are taking much space in IdM DB. Could anyone tell me what impact will my PRD system have if I truncate the below tables to free space. Please do help us out in this , if this problem is not solved, this will become the show stopper.
    mc_exec_stat
    MC_LOGS
    MC_SYSLOG
    mxi_entry
    mxi_link_audit
    mxi_link
    MXI_OLD_VALUES
    MXI_VALUES
    MXP_AUDIT
    MXP_Audit_Variables
    MXP_Ext_Audit
    Kind Regards,
    Mohamed Fazil

    I don't know what you mean with too much diskspace? Perhaps you can post the sizes here and the number of entries in your system so we can evaluate if it's normal or not.
    Most of the tables you list should not be touched and if you truncate link and entry you will delete all your assignments and entry data, and you would possibly be looking for a new job the next day.
    The log tables should be maintained by the housekeeping as mentioned, but
    mc_exec_stat
    MC_LOGS
    MC_SYSLOG
    can be cleaned but neither should have that much data, but large amounts of transactions cause logs to grow. Have you checked that your backup is cleaning the transaction logs? Also reduce loglevels to ERROR to reduce the amount logged here.
    MXP_Audit_Variables should not contain audits that are not in the provisioning queue, if you delete those workflows will fail.
    MXP_Ext_Audit can probably be cleaned without affecting operations (reports might be affected though) but you'll loose the detailed execution history on the entries, perhaps you can do partials, delete entries older than 3 years or similar.
    For future reference:
    List transaction log sizes (SQL Server):
    DBCC SQLPERF(LOGSPACE)
    List table siszes (SQL Server):
    DECLARE @SpaceUsed TABLE( TableName VARCHAR(100)
          ,No_Of_Rows BIGINT
          ,ReservedSpace VARCHAR(15)
          ,DataSpace VARCHAR(15)
          ,Index_Size VARCHAR(15)
          ,UnUsed_Space VARCHAR(15)
    DECLARE @str VARCHAR(500)
    SET @str =  'exec sp_spaceused ''?'''
    INSERT INTO @SpaceUsed EXEC sp_msforeachtable @command1=@str
    SELECT * FROM @SpaceUsed order by CAST(REPLACE(ReservedSpace,' KB','') as INT) desc
    Oracle undo, user and redofiles:
    select * from dba_data_files where tablespace_name LIKE 'UNDOTB%1' OR  tablespace_name LIKE 'USERS%'; 
    select l.group#,f.member,l.archived,l.bytes/1078576 bytes,l.status,f.type
    from v$log l, v$logfile f
    where l.group# = f.group#
    C
    Message was edited by: Per Krabsetsve

  • Spaces Issues

    I was reading through the posts tonight looking for a hopeful solution to my answer, but it's not happening! I use spaces ALL the time. Yes, I have the Microsoft word annoyance, but I've learned that when you have all spaces on the screen at the same time, you can drag from one space to another. Took a long time to learn that one! Anyway, tonight I was using itunes and spaces stopped working. I have mine set up that when I hit the center button on my mouse, all the windows appear on the screen. Using itunes however, it wasn't happening. I'm not sure if it's an itunes or spaces issue, but since I opened itunes, my center button to activate spaces no longer works, but the key commands do. I need it to work with my mouse again. Any suggestions would be greatly appreciated! Thank you!
    Oh, by the way. I have since quit itunes and the center button to activate spaces still does not work!

    It is the one thing in Leopard that is going to cause me to lose my mind. I tried Spaces but really do not find that it is helpful to me. Thus, I turned it off. Now when I work in with multiple apps (let's say Mail and Firefox) an app window - let's say Mail - will suddenly disappear and no amount of clicking or restarting the app will bring it back The only thing I can do is turn Spaces back on and - VOILA- the Mail window re-appears. This is incredibly annoying. It is forcing me to keep Spaces on even though I hate it.

  • TS4431 Hi after trying to update my iPhone 5s while connected to iTunes on the Mac I got a notice saying it could not update the phone (error message: (-1)). Any idea what this error message means? Is it a space issue?

    Hi after trying to update my iPhone 5s while connected to iTunes on the Mac I got a notice saying it could not update the phone (error message: (-1)). Any idea what this error message means? Is it a space issue?

    Resolve iOS update and restore errors

  • I have over 300 pictures on my phone...my question to someone iphone savvy is why, when I plug my phone into the computer is iPhoto showing no pictures?  I want to delete them for space issues.  Thanks

    I have over 300 pictures on my phone...my question to someone iphone savvy is why, when I plug my phone into the computer is iPhoto showing no pictures?  I want to delete them for space issues.  Thanks

    I've seen this happen when the phone was encrypted... Other than calling apple/deleting passcodes I don't know of any solution.
    If you're keen on waiting, upload your photos to dropbox, that's the way I do it.

  • Space issues while extracting text

    Hi,
          I am using PDTextSelectEnumText to extract text containing  both Japanese and English.My sample document has 2 scenario:
         a)space between English and Japanese text. b)no space between English and Japanese text.
          my issues is with space,Which gets added to the end of English text,leading to string mismatch between extracted text and original pdf text.(for 2nd scenario)
          what changes I need to do,to read the space explicitly(if present between the text).
          Or is their any other function for text extraction.
    Plz help...
    Thanks,
    Sind

    Acrobat 7 hasn't been supported for at least 3 years now. You will need to move to Acrobat 9 and the 9 SDK (or later) to obtain support.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Thu, 8 Dec 2011 21:01:59 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Space issues while extracting text
    Re: Space issues while extracting text
    created by Sindhu B R<http://forums.adobe.com/people/SindhuBR> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4073106#4073106

  • [svn] 4488: Attempt to fix the heap-space issue with the doc target.

    Revision: 4488
    Author: [email protected]
    Date: 2009-01-12 12:10:58 -0800 (Mon, 12 Jan 2009)
    Log Message:
    Attempt to fix the heap-space issue with the doc target.
    Also removing some unused code.
    QE Notes: None
    Doc Notes: None
    tests: checkintests
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/airframework/build.xml
    flex/sdk/trunk/frameworks/projects/flash-integration/build.xml
    flex/sdk/trunk/frameworks/projects/flex/build.xml
    flex/sdk/trunk/frameworks/projects/flex4/build.xml
    flex/sdk/trunk/frameworks/projects/framework/build.xml
    flex/sdk/trunk/frameworks/projects/haloclassic/build.xml
    flex/sdk/trunk/frameworks/projects/rpc/build.xml
    flex/sdk/trunk/frameworks/projects/utilities/build.xml
    flex/sdk/trunk/frameworks/projects/wireframe/build.xml
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/AsDocAPI.java
    Removed Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/PumpStreamHandler.java

    1. Tell more about it, e.g.: OS, a sun jdk or a ibm jdk? 32-bit or 64-bit?
    for ibm jdk, look for *.hpd file within the dir.
    for sun jdk, add startup option -XX:+HeapDumpOnOutOfMemError
    Then analyze them with heap analyzer.
    2.MaxPermSize=1024m so big space for class files, really necessary?

  • HP Stream 13 - Disk Space Issue

    I've had this laptop for about 2 months now. I just decided I wanted to take advantage of the one year subscription of Office 365. However, every time I try to download it it says that the disk is full. I don't have ANY files on this laptop nor do I have that many apps. I do have skype, itunes, and a few other things downloaded but that is about it. I don't know what else I'm supposed to do considering I already don't have much on here. I'm not even able to view pictures on my Dropbox  because of the space issue or even use skype at times because "the disk is full".

    Hi @Michelle_le,
    Welcome to the HP Forums!
    It is a terrific place to find answers and  information!
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    You stated you have the Stream 13 notebook but did not provide the exact model.
    How Do I Find My Model Number or Product Number?
    I understand that when you tried to advantage of the one year subscription to Office  365 you received the message that the disk was full.
    If you openThis PC  how much free space is showing on the drive?
    When you are trying to download the software where is it saving the file?
    If this has not helped, as it is only 2 months old, I suggest contacting HP support for assistance.  They can remotely access your system to help determine and overcome difficulties.
    Please call our technical support at 800 474 6836. If you live outside the US/Canada Region, please click the link below to get a support number for your region.
    World Wide Phone Support
    Good Luck!
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • Disk Space Issues

    Does anyone out there have best practice insights on how to deal with disk space issues on the database server?  Can we copy the files onto different drives and then rename the drives?  Will everything with the BPC application sync up again?
    Is there anything tricky in dealing with this issue?
    Thank you,
    Grant

    Hi Grant,
    I once had to move the SQL database files from one drive to another. The only thing that I did was 'Detach the SQL database' in Enterprise Manager, move the files and 'Attach these files again. Everything else was automatically changed.
    You can attach/detach using sql statements or using the graphicall user interface from SQL.
    Alwin

  • HT1386 A whole bunch of my songs on my MacBook iTunes haven't synched over to my iPhone? I have only selected certain albums to synch so I know it isn't a space issue. Can anybody suggest anything?

    A whole bunch of my songs on my MacBook iTunes haven't synched over to my iPhone? I have only selected certain albums to synch so I know it isn't a space issue. Can anybody suggest anything?

    You may have to try deleting all the music from your phone (by going to Settings>General>Usage>Music, swipping All Music and tapping Delete), then sync it all back on with iTunes in order to fix this.

  • Hard drive space issues

    I have some hard drive space issues.
    At present I only have about 13GB remaining on my 40GB hard drive, which is not necessarily an issue except that I have almost nothing installed/saved on my machine. I have 1 CD ripped to iTunes, no photos in the iPhoto library. I did a quick look with Disk Inventory X and found that the "Printer" folder is 3.2GB - can I get rid of some/all of that as I don't intend to print from the machine?
    What is filling my disk? As far as I can tell the OS should only take up around 3 GB so where did the other 24GB go? Where, oh where?

    Yes, you can delete printer drivers you don't use. OS X takes up far more than 3 GBs. A pretty minimal installation is nearly 7 GBs. Your computer also may have came with pre-bundled software applications (not standard OS X applications.) OS X will also use potentially 10 GBs of space on a temporary basis for temporary files, log files, and cache files. So for a 40 GB drive it's not too surprising to have only 13 GBs free. Perhaps it's time for you to put in a larger hard drive. You can purchase hard drives at:
    MacSales.com
    Buy.com
    NewEgg.com
    The Mini uses a notebook drive. If you have a pre-2006 (Intel) model it uses an ATA drive. After that year they use SATA drives.

Maybe you are looking for

  • Change the default language of an existing SAP Portal

    Hi, Our SAP Portal works with two languages, Spanish and English. The default language is Spanish, but since the company is becoming more international, we want to set the default language to English. Need to know if you can change the default langua

  • Can i Change How the Remote Chooses a Button?

    I'm working in iDVD 08 and I've got three buttons in a menu. I'm using a the Center Stage theme and I have removed the drop zones. Anyways I have three buttons on this menu one in the middle right, middle left, and the bottom of the screen forming li

  • Getting a substitution variable value with VB API

    Hi,I'm trying to get the value of a specific substitution variable on an application with EsbGetVariable().I get a nice message that says "you do not have sufficient access to get this subsitution variable." and then i get the return code of EsbGetVa

  • IPhoto and Aperture workflow

    I would like to have all of my everyday pictures jpeg in IPhoto and all my Raw file in Aperture. Since you can only associate one software to automaticly import the pictures,(in my case IPhoto) I have to import all of my pictures in IPhoto, then manu

  • Can I use Oracle Wallet to store generic passwords?

    I have an application that currently stores a uid and password in a configuration file. I would like to store the password in a wallet like Database credentials. Is there any way to get the password out of the wallet other than in a SQL PLUS script?