Problem after I renamed folders

OK, so I went through my iphoto library file folders and renamed the folders from "Roll X" to organize my photos better. I know, stupid of me, since they're already organized inside iphoto, but it seemed like a good idea to me. Now, I when I try to edit a photo inside iphoto, I get a gray screen instead with an Exclamation point. However, this didn't happen to all my photos... just certain ones. Does anyone know why this would've happened, and how I can resolve it?

BeachBumDear
Why it happened? because iPhoto tracks the pics via their path, or address on the HD. So it know the pic is in iPhoto Library Folder / Originals / Roll 123. But that address no longer exists because you changed it to iPhoto Library Folder / Originals / Fred's Party. So that's why it happened.
Resolve it?
Three possibilities: Return things to exactly the way they were (which you may be able to do by referring to the /Data folder), or restore from an undamaged back up or if you cannot do either of those, you'll need to create and populate a new library.
To create and populate a new library:
Note this will give you a working library with the same Rolls and pictures as before, however, you will lose your albums, keywords, modified versions, books, calendars etc.
Move the iPhoto Library to the desktop
Launch iPhoto. It will ask if you wish to create a new Library. Say Yes.
Go into the iPhoto Library on your desktop and find the Originals folder. From the Originals folder drag the individual Roll Folders to the iPhoto Window and it will recreate them in the new library.
When you're sure all is well you can delete the iPhoto Library on your desktop.
In the future, in addition to your usual back up routine, you might like to make a copy of the library6.iPhoto file whenever you have made changes to the library as protection against database corruption.
Some FYI: Rolls in the iPhoto Window (View -> Film Rolls) correspond exactly with the Roll Folders in the Originals Folder in the iPhoto Library Folder. You can move photos between Rolls, you can rename rolls, edit them, create them, as long as you do it via the iPhoto Window. Check out the Info Pane (wee 'i', lower left) the name and date fields are editable. *Edit a Roll Name using the Info Pane, the Roll Folder in iPhoto Library Folder/Originals will also have the new name.*
Remember : *It is strongly advised that you do not move, change or in anyway alter things in the iPhoto Library Folder as this can cause the application to fail and even lead to data loss* There is never a need for you to enter the iPhoto Library Folder - there are no user service able parts there.
There are many, many ways to access your files in iPhoto:
For 10.5 users: You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Apple-Click for selecting multiple pics.
To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
This is also true for emailing with Web-based services. If you're using Gmail you can use THIS
If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
Or, if you want to access the files with iPhoto not running, then create a Media Browser using Automator (takes about 10 seconds) or use THIS
Other options include:
1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
Regards
TD

Similar Messages

  • Problems after renaming root folders

    Hi
    A colleague has decided to 'organise' iPhoto by renaming the 'Roll' folders. This seems to make iPhoto crash when selecting certain photos for editing. It also means that some photos are now 'missing'. I can't find the originals for relinking.
    Does this make sense? Can I salvage anything? In theory, is it actually a problem that the Roll folders have been renamed?
    Thanks
    Ben

    Thanks Lori
    Yes, she changed the Roll names of the original images in the root iPhoto folder. I'm guessing that this is where the problems stem from, since iPhoto has lost it's link to the images. I assume that the images which are now 'lost' were unmodified and those that are still OK were in the (unchanged) 'Modified' folder.
    Perhaps if I rename all the folders 'Roll 1, Roll 2' etc, this will fix it?
    I need to explain more about iPhoto/Mac to my colleagues!

  • Can't rename folders on Snow Leopard Server

    I have 10.6.8 Snow Leopard Server running on a new Mac Mini server. Attached I have a Pegasus Raid storing all my files. I have a sharepoint set up for every project we work on but a couple act strangely. Users can create and delete folders but can not rename them once created. In order to rename they must drag the folder onto the desktop, rename and then replace the folder on the server. All permissions are set up identical to the other sharepoints which work fine. I have had a couple so-called "experts" look at the permissions in both the terminal and Server Admin. Everyone seems stumped. Any ideas?

    Thanks for the input but I finally soved the problem. Here is what I found...
    Although I had given users/group the ALLOW/FULL CONTROL premission with a sharepoint, I discovered that in Server Admin if you double-click on the User or Group name under the ACL permissions that a drop down box appears. This box allows you to fine tune the ACL but it appears that by default all of the boxes are not checked even though I granted the user Full Control. After checking all of the boxes I was able to create and rename folders in my share as expected.
    This also had an similar effect if I denied Full Control. Some of the boxes remained unchecked and it left holes in my system where denied users could still access some files. Again by checking all boxes these holes were closed.
    Does anyone know how to change the default so that all boxes are checked when assigning the Full Control permission?

  • Droplet to Rename Folders and Files

    I am an AS newbie and I need some help. Our accounting software creates a folder structure on our server when a job is created with a 6 digit job number. Enclosed in this folder is a set of sub-folders which are generated with a generic name: 0000_Art, 0000_Final, 0000_Fonts etc. It also places a generic rtf file named 0000_Readme. When work begins on a job we currently have to replace the "0000" with the last four digits of the job number: "140662" = "0662_Art" etc.
    I found a script to do this with some manual intervention but wanted to take this one step further by creating a droplet and making it drag and drop. This droplet works, but the problem comes in that it still wants you to choose the target folder from a dialog and I would like to just auto process the dropped folder and it's contents. Also, is there a way to tell AS to use characters 3-6 of the dropped folder's name to replace any instances of "0000" in sub-folder or document names enclosed? Is there any uneccessary code which can be stripped out?
    Here is the script as it stands now:
    on open of finderObjects
    set the source_folder to (choose folder with prompt "Folder containing items to edit:") as Unicode text
    display dialog "Search and replace in:" buttons {"File Names", "Folder Names", "Both"} default button 3
    set the search_parameter to the button returned of the result
    repeat
    display dialog "Enter text to find in the item names:" default answer "0000" buttons {"Cancel", "OK"} default button 2
    set the search_string to the text returned of the result
    if the search_string is not "" then exit repeat
    end repeat
    repeat
    display dialog "Enter replacement text:" default answer "" buttons {"Cancel", "OK"} default button 2
    set the replacement_string to the text returned of the result
    if the replacement_string contains ":" then
    beep
    display dialog "A file or folder name cannot contain a colon (:)." buttons {"Cancel", "OK"} default button 2
    else if the replacement_string contains "/" then
    beep
    display dialog "A file or folder name cannot contain a forward slash (/)." buttons {"Cancel", "OK"} default button 2
    else
    exit repeat
    end if
    end repeat
    display dialog "Replace “" & the search_string & "” with “" & the replacement_string & "” in every item name?" buttons {"Cancel", "OK"} default button 2
    tell application "Finder"
    -- Get a Finder reference to the relvant items.
    if (search_parameter is "Folder Names") then
    set item_reference to a reference to (folders of entire contents of folder source_folder whose name contains search_string)
    else if (search_parameter is "File Names") then
    set item_reference to a reference to (files of entire contents of folder source_folder whose name contains search_string)
    else
    set item_reference to a reference to (items of entire contents of folder source_folder whose name contains search_string)
    end if
    -- Get a list of aliases to the items.
    -- (Individual Finder references might fail when renaming items within renamed folders.)
    try
    set item_list to item_reference as alias list
    on error
    set item_list to item_reference as alias as list
    end try
    if item_list is not {} then
    -- If there are any relevant items, get their names.
    set current_names to name of item_reference
    -- Doctor each name...
    repeat with i from 1 to (count current_names)
    set astid to AppleScript's text item delimiters
    set AppleScript's text item delimiters to search_string
    set text_items to text items of (item i of current_names)
    set AppleScript's text item delimiters to replacement_string
    set newitemname to text_items as Unicode text
    set AppleScript's text item delimiters to astid
    -- ... and rename the associated item.
    my setitemname(item i of item_list, newitemname)
    end repeat
    end if
    end tell
    end open
    beep 2
    on setitem_name(thisitem, newitemname)
    tell application "Finder"
    --activate
    set the parent_container to (the container of this_item)
    if not (exists item newitemname of the parent_container) then
    try
    set the name of this_item to newitemname
    on error the error_message number the error_number
    if the error_number is -59 then
    set the error_message to "This name contains improper characters, such as a colon (:)."
    else --the suggested name is too long
    --set the error_message to error_message -- "The name is more than 31 characters long."
    end if
    --beep
    set newitemname to my getnew_name(errormessage, newitemname)
    if (newitemname is 0) then return 0
    my setitem_name(thisitem, newitemname)
    end try
    else --the name already exists
    --beep
    set newitemname to my getnewname("This name is already taken, please rename.", newitemname)
    if (newitemname is 0) then return 0
    my setitem_name(thisitem, newitemname)
    end if
    end tell
    end setitemname
    on getnewname(msg, default_answer)
    tell application (path to frontmost application as Unicode text)
    set {text returned:newitemname, button returned:button_pressed} to (display dialog msg default answer default_answer buttons {"Cancel", "Skip", "OK"} default button 3)
    if (button_pressed is "OK") then
    return newitemname
    else if (button_pressed is "Skip") then
    return 0
    else
    error number -128 -- only necessary on non-English systems.
    end if
    end tell
    end getnewname
    Various Mixed Macs   Mac OS X (10.4.3)  
    Various Mixed Macs   Mac OS X (10.4.3)  

    Hi lunarlandr and welcome to Apple Discussions!
    Without going through the script in detail, there's a lot that can be stripped out, and a few goodies that can be added.
    Droplets work best when iterating through lists (even one-item lists) of Finder items. As a brief example:
    on open (these_objects)
    repeat with each_object in these_objects
    --do something with each object in turn
    end repeat
    end open
    You need to remove the line beginning "choose folder" and let each_object become your source folder.
    The code below is rough and may need some amendment, but it should answer most of your questions. Test it and see.
    --begin script
    on run
    display dialog "I'm a droplet! Drop things on me!" buttons {"OK"} default button 1 with icon note
    --although you could incorporate a choose folder here
    end run
    on open (these_objects) -- a list of aliases
    repeat with each_object in these_objects
    set item_info to info for each_item
    set folder_contents to (list folder item_info)
    if kind of item_info is "Folder" and folder_contents contains "0000_Readme" then -- only process job folders
    set job_number to text 3 thru 6 of name of item_info
    process (eachobject,jobnumber)
    else --not a job folder
    display dialog "I only work with proper job folders." buttons {"OK"} with icon note giving up after 3 -- move on to next item in list
    end if
    end open
    on process (topfolder,jobnumber)
    tell application "Finder"
    set folder_contents to every item of top_folder
    repeat with each_item in folder_contents
    set generic_name to name of each_item
    if generic_name begins with "0000_" then
    set name of each_item to job_number & text 5 thru -1 of generic_name --everything from the underscore to the end
    end if
    end repeat
    end tell
    end process
    --end script
    The droplet will process multiple folders with different job numbers, without any user interaction. The name of the internal files and folders is derived from the name of the dropped folder.
    Hope it helps,
    (Although I don't see why the accounting software shouldn't do all of this for you...)
    H

  • Can no longer rename folders in Launchpad

    When I first installed Lion, I could rename folders I made in Launchpad just fine.  Since updating to 10.7.1 I can no longer rename folders.  Is anyone else having this problem?

    Click on the folder to open it, then click on the name (in the top left) to edit the name.
    It sometimes happens that there is no response to a click on the name of the folder, if that happens, open Activity Monitor and Quit the "Dock" process. It will restart automatically within a second.
    After that, try to rename the folder again, it should work.

  • Can't delete or rename folders when I FTP

    Hi
    Hope someone can help me with this!!
    When I connect to a webserver using FTP with dreamweaver, it
    won't let me delete or rename any folders.
    It's nothing to do with the persmissions becasue the user has
    full permissions and can delete or rename when I FTP using a
    different client. Any ideas?? Is there a setting that I am
    missing??
    Thanks in advace for any help
    Cheer

    Do you run a mac?
    I had this problem at the last company that I worked for. I
    was on a Mac
    then; not sure if that had anything to do with the problem.
    I could sometimes connect with Dreamweaver but I could always
    connect with
    another ftp client. At one point, when the problems started,
    I used
    Dreamweaver to rename folders on the server. Instead of
    creating them on my
    own system, I created files and renamed folder directly on
    the server
    through DW. After that, I had problems. At one point, all the
    files got
    changed so that they were locked down.
    Occasionally, I thought I isolated the problem. At times,
    recreating the
    entire site worked. At other times, it helped for the server
    to be rebooted.
    At times I thought it was because of the firewall or content
    filter that was
    doing it. I think it was a Windows Server that I had the
    problems with. I
    don't remember if the other servers gave me problems.
    I never really resolved it. Now I'm at a different job and I
    have but a
    passing interest in what it might be.
    Sorry I don't have anything solid.

  • Yosemite 10.10.1: Finder/CIFS mount problem: wrong folder count/folders not shown @samba shares

    Hello to all,
    we have several MacBook Pro (15" MBP Retina 2012/13"MBP Retina 2014) running. After upgrading to Yosemite 10.10.1 we had one nightmare after the other.
    Most problems could be solved with 3rd party software upgrades but there are several problems with the operating system itselve which can not really  be called a professional productive system at the moment...
    Ok., one thing after the other...here is one of our biggest problems:
    After upgrading from Mavericks or Mountain Lion to Yosemite 10.10.1 the CIFS/SMB mounts to our samba 3.x servers, running on Ubuntu Linux LTS 12.04 makes trouble. We could mount the server shares but after browsing with the Finder the beach ball occures and the Finder hangs forever. Sometimes we could not refresh the Finder, killing the process ended in a complete hang-up of the system which ended in a switch off death blow. This is not amusing because we have 30Tb of customer data there, which has to be worked out.
    We heard about the SMB3 protocol which will be used per default in Yosemite and so we decided after some testings to upgrate our Ubuntu servers to the latest LSF 14.04. release with samba 4.1.6 installed. There was no message from Apple for this SMB protocol release upgrade, never heard something related to Yosemite (Why?).
    Ok, after these server upgrades and disabling most of the Spotlight functions the performance to the CIFS shares was a little bit better as before but now we have another problem with the Finder...if you browse to the shares there are folders missing which have lots of files in it. For example there is a folder with 60 subfolders and 3562 files on the first level in it, the Finder shows 220 files and 15 folders. The Terminal shows a different count with "find . -maxdepth 1 -type d | wc -l" or "find . -maxdepth 1 -type f | wc -l" but there is also a difference to the original file and folder count. It doesn`t matter if the clients are connected via WiFi or Gigabit Ethernet. We have no access problems. We have the same behavior if we set the files and folders to 0777 permissions on the servers. The deletion of the preferences files of the users on the MacBooks does not solve the problem. If we use the "Go To Folder" option and type the path to a folder which is not shown in the Finder you get an result or not. But it is also possible that the result is not correct and there are also still files or subfolders missing.
    In my opinion this is a timeout problem and a "special SMB3 protocol interpretation" which is buggy. We have one hint found in /var/log/system.log:
    "Jan 23 14:35:49 wsosx33.clients.getcom.de KernelEventAgent[69]: tid 54485244 type 'smbfs', mounted on '/Volumes/customersdata2015', from '//x144067:@srvlxp013.servers.getcom.de/customersdata2015', not responding"
    We had no problems with Mavericks at all, we still have no problems with Windows 7 Pro/Ultimate, Windows 2008R2 (native or virtual) or Linux Mint 17/17.1 clients, neither with samba 3.x nor with our actual environment and different newer samba releases.
    We believe that this is a big bug in Yosemite, but we cannot go back to Mavericks because of incompatible TimeCapsule backups. Our workarround at the moment is that we have installed Linux Mint on our MacBooks to get 80% of our daily jobs done, rest has to be done with Windows 7 installed over virtualbox @Linux.
    We have no clue at the moment how to solve this problem, the samba logs do not give any hint. The access from other operating systems is perfect and very fast, but not with Yosemite. We checked different tips found in the internet but nothing helped.
    Does anybody has another idea to get Yosemite working or should we keep Linux Mint until Apple will provide a CIFS/SMB patch and going on with our workaround solution, which is productive at the moment ??? Our staff is not amused and wants one solution and not this workaround with two operating system. We have to decide wether we wait until Apple will get this fixed or we have to switch to Microsoft Windows (which is a No Go for me, but I will not be asked...).
    Thanks in advance
    C.

    Hi William,
    thank you for your response.
    As you can read in my post I talked about CIFS/SMB.
    It makes no difference if we mount the share over CIFS or SMB.
    Folders with lots of files will not be shown even if we use SMB3 or an older protocol.
    As mentioned I believe this is a timeout problem.
    Does anybody know how the CIFS/SMB timeout setting in Yosemite could be changed?
    Kind regards
    C.

  • Permission problems after upgrade to 10.5 on early Power PC G5 Tower

    Permissions problems after upgrading to 10.5 on a client power PC (early) G5 tower.
    Problems include folders that are created on XServe via this client do not allow any one else including this client to access. All other clients running 10.5, which happen to be newer Intel machines do not have this problem. Repairing permissions, updating to 10.5.1, try to manually correct permissions have all failed to repair the situation. All clients log onto the XServe with the same user/password. This client has since been downgraded back to 10.4.9 and has no issues.
    The Xserve runs 10.3.9, any help would be greatly appreciated.
    We have read through the forums regarding permission problems after upgrading and even tried some tips found here.

    You really should check things out first before speaking.
    Here are the requirements for 10.5;
    Mac OS X v10.5 Leopard requires:
    A Mac computer with an Intel, PowerPC G5, or Power PC G4 (867 MHz or faster) processor
    512 MB memory or more
    A DVD drive for installation
    9 GB of available disk space or more
    Some features require a compatible Internet service provider, fees may apply.
    Some features require Apple's MobileMe service; fees apply.
    Allan

  • Can't rename folders in Launchpad

    Cant rename folders in Launchpad I i have tried double clicking and waiting for them to wobble. Nothing.

    From another discussion: https://discussions.apple.com/thread/3189625?start=15&tstart=0
    etresoft wrote:
    First try to create a new account and see if you have the same problem there. If not, it is likely just a preferences problem. First try quitting the Dock from Activity Monitor. It should start right back up again. If that doesn't fix it, go into ~/Library/Application Support/Dock and delete all the DB files. You should probably quit the Dock again or, even better, log out and back in.
    You will have to type ⌘ G in the Finder and type "~/Library/Application Support/Dock" to get to that folder. Bummer Apple, it sure didn't take long to have to unhide the Library foolder, eh?
    This has worked for others who had the same problem.

  • [SOLVED] Problem after upgrade last kde ( 4.9.3 )

    I have a problem after the kde upgrade ( 4.9.3 )
    With both dolphin that with konqueror if I use them to remotely access ( ftp )
    icons appear as links from the first link ( attach a photo to make me understand better )
    In the annex it can be noted that after the home are all represented by the icon link, in reality
    only home and media are links
    http://i49.tinypic.com/2wnodp3.png
    This also applies to files not only for folders, any ideas / suggestions.
    Moderator edit: The included image is too big. Reduced to url.
    Last edited by pcxz (2012-11-23 10:14:43)

    arojas wrote:Open a bug report if you want the maintainer to notice this. You should mention that the patch also fixes a crash, that will increase the options that the package is fixed.
    Added https://bugs.archlinux.org/task/32763
    Thx.

  • I can no longer rename folders in Launchpad since Mavericks

    How do I rename folders in Launchpad?

    Click on the folder to open it, then click on the name (in the top left) to edit the name.
    It sometimes happens that there is no response to a click on the name of the folder, if that happens, open Activity Monitor and Quit the "Dock" process. It will restart automatically within a second.
    After that, try to rename the folder again, it should work.

  • Rename Folders in Launchpad in Lion

    HI - I've seen various comments on how to do this. I've tried to go into the folder, double click on the name (normally untitled) but it won't allow me to rename.
    Anyone know how you rename folders in launchpad ?

    First try to create a new account and see if you have the same problem there. If not, it is likely just a preferences problem. First try quitting the Dock from Activity Monitor. It should start right back up again. If that doesn't fix it, go into ~/Library/Application Support/Dock and delete all the DB files. You should probably quit the Dock again or, even better, log out and back in.
    You will have to type ⌘ G in the Finder and type "~/Library/Application Support/Dock" to get to that folder. Bummer Apple, it sure didn't take long to have to unhide the Library foolder, eh?

  • Bridge removing file extension after batch rename

    Hi All,
    I've been having trouble with what appears to be a problem with Bridge in Photoshop CS2. I'm well aware this is an older version but, in this case, I don't think that should matter. Here is my situation:
    After batch renaming jpeg files, I've had a problem with Bridge simply stripping off the file extension on all the newly renamed files. This never happens right away...always later. In other words, I'll batch rename a folder full of photos without issue, note that the rename was successful, and then return to that same folder a short time later to find white thumbnails and missing file extensions. This has happened exactly the same way on two different computers - and always with the delay.
    This is getting to be very annoying. Has anyone had or heard of a similar issue? Thanks very much...

    First use the menu tools / cache / purge cache for folder, if still in trouble restart Bridge holding down option key to refresh preferences

  • Searching problem after 10.5.6 Update

    Hello everyone, we are having a problem with searching shares mounted on clients from a server.
    Prior to 10.5.6 we could search an entire share as well as folders in the share. After 10.5.6 we can't search the share and we can only search folders in the share.
    The server is currently running 10.4.11.
    I guess what I'm wondering is... are there people with server 10.5 that are also seeing this problem or would upgrading the server fix this search issue?
    Thanks
    Mike

    Searching problem after 10.5.6 Update
    Posted on: 8-jan-2009 18:32, by user: mike allen2 -- Relevance: 100% -- Show all results within this thread
    Hello everyone, we are having a problem with searching shares mounted on clients from a server.
    Prior to 10.5.6 we could search an entire share as well as folders in the share. After 10.5.6 we can't search the share and we can only search folders in the share.
    10.5 that are also seeing this problem or would upgrading the server fix this search issue
    Re: 10.5.6 disables spotlight from searching shared volumes
    Posted on: 18-dec-2008 15:49, by user: jshock -- Relevance: 89% -- Show all results within this thread
    on the other machines that didn't update to 10.5.6. They are able to search all shares. My 10.5.6 machine can only search localhost and Jukebox ...I ran mdutil on the 10.5.6 machine, here are the results:
    $ mdutil -s /Volumes/*
    Indexing disabled.
    /Volumes/Jukebox:
    Server search enabled.
    Re: 10.5.6 Update-DOES NOT SEARCH ANYMORE
    Posted on: 9-jan-2009 20:43, by user: Difhockey_68 -- Relevance: 89% -- Show all results within this thread
    Same problem here, upgraded to 10.5.6 and cannot search our apple server running tiger. Windows shares on 2003 server works fine. Will an upgrade of our Apple server to Leopard solve this issue? Is there an easy way to "uninstall" 10.5.6 without reinstalling the computer
    Since upgrading to 10.5.6 I can't search my network servers
    Posted on: 14-jan-2009 22:24, by user: gridout1959 -- Relevance: 84% -- Show all results within this thread
    Hi all...
    I recently installed the 10.5.6 OS upgrade and I've encountered a problem. I can no longer search my network attached servers - there is no search activity of any kind when I type in search terms. My local search works fine...I just can't search anything on my network ... windows servers. Is there a compatibilty issue between OS X 10.5.6 and Extreme Z-IP? Any helpful tips
    Updated to 10.5.6, no longer able to search through networked shares
    Posted on: 30-dec-2008 16:46, by user: Sigops -- Relevance: 84% -- Show all results within this thread
    One of our users was able to search through our network shares(extreemeZ-ip) just fine yesterday morning, mid morning he updated to 10.5.6 and is no longer able to use finder to perform searches on those shares
    Mac OS 10.5.6 clients can no longer search Mac OS 10.4.11 share points
    Posted on: 8-jan-2009 18:52, by user: rayvid -- Relevance: 71% -- Show all results within this thread
    After upgrading our workstations from Mac OS 10.5.5 to 10.5.6, we no longer receive Finder search results from our file server that runs Mac OS X Server v.10.4.11.
    Are there any other solutions available other than rolling the workstations back to 10.5.5 or upgrading the file server to 10.5.6

  • Cannot delete mails or rename folders in icloud mail

    Hi evereyone,
    I lately realized a strange behaviour of my iCloud mail account.
    No matter where I try to rename or delete a folder (icloud.com, iPhone, iPod touch,2 iPads) I get an error message that it is not possible to do so.
    If I try to delete a mail (yes, I chose the server's Trash folder in every device's advanced settings) it remains in the inbox,
    but also shows up in th trash. So if I delete the same mail 5 times it's still there but there are also 5 copies in the trash.
    My mail client of choice is "eM Client" because it can handle icloud mail, contacts and calendar.
    Strange enough, I can delete mails in the client. So the IMAP inboxes of the client and my iDevices are not in sync.
    But I also cannot delete or rename folders in the client.
    No problems with my wife's own iCloud account.
    I am using Windows 7 and Firefox. Same problem on Safari.
    Does anyone have an idea how to solve this problem?
    Thanks in advance,
    Bodo

    Thanks mate! Who could have known this function was hidden in a tiny symbol on the other side of the screen... quite bad design by Apple and not self explanatory at all!

Maybe you are looking for

  • How do i manage multiple ios devices using the same apple id

    how do i keep my iphone and ipad private while using other devices with the same apple id?

  • How to stop iTunes index files (*.itl) from backing up onto office server ?

    Several of us new iPod users on my office LAN have been plagued by iTunes' unasked decision to locate its index files (I.e. iTunes Library.itl and itunes Music Library.xml) at \My Documents\My Music\iTunes. Why is this annoying? Because, for example,

  • How to update to osx 10.6.8

    Have OSX 10.5.8 and need OSX 10.6.8 to update iTunes so I can synk my iPad. Is this possible? I can't afford to buy a new computer at this time.

  • Why can't Safari save anything?

    If I can view an image, why not allow the browser to save it? Same goes for videos supported by the iPhone. Just seems silly ... though I suppose it allows further content control and all that ... but c'mon. :\

  • Drill down into va22

    It's a drill down into va22, I've done it the standard way, but it fails: set parameter id 'AUN' field t_tab-vbeln. call transaction 'VA22' and skip first screen. The set parameter executes okay, and if you F1, F9 on the quotation field in va22 it sa