Showing rejected images even though set not to????

I am not exactly sure how I did this, but I am playing around and it is showing the rejects (inside a stack) even though I have it set to unrated or higher. Any ideas???
Thanks in advance,
Alan

Hello, Steve
Quote: "You can use a filter to find images in stacks, but usually the pick is the controlling rating.
See this article (near the bottom):"
Even with "Ignore Stack groupings" selected I could not get this to work at the root level of the Library, unless I am mistaken I don't think this can be done. After several experiments I could not get rejects inside Stacks to show up when searching at the root level of the Library. Nice article btw
victor

Similar Messages

  • Call showing as abandoned even though set to handled

    UCCX version 8.5.1.11004-25
    In our script we're allowing callers on hold to request a call back. This is achieved by inserting a menu option with prompt to push 1 and a redirect to another script that records number and message.
    All works great but all calls that request call back show as abandoned even though we've inserted a "Set contact info" to handled in the successful section of the re-direct.
    Again just to state my question is around reporting (the actual call back function works great)
    In reporting the cal still shows up in the abandoned report, my understanding was that by setting the contact info to handled before the redirect it would stop this happening.
    Also have tested moving the "Set contact into" up to the "ReqCallback" option in the menu.
    Any input would be greatly appreciated.

    The Set Contact Info step cannot be used to mark a Contact as Handled from an ACD metrics perspective.  The only thing that can influence the CSQ metric for Handled is if an Agent answers the call.
    The Set Contact Info step will mark the Contact as Handled from an IVR metrics perspective.
    What you might want to do is, use the Dequeue step, and possibly one of the Custom Call Variables to mark the call appropriately.
    Let me know if that makes sense to you, or if I wasn't clear enough.
    Anthony Holloway
    Please use the star ratings to help drive great content to the top of searches.

  • HT204150 I have just set up icloud and all my contacts are duplicated from Address Book! My new iPhone is also showing duplicate contacts even though they are not duplicated in my address book on my computer. Please can you help

    I have just set up icloud and all my contacts are duplicated from Address Book! My new iPhone is also showing duplicate contacts even though they are not duplicated in my address book on my computer. Please can you help?

    Also, what are the source of your contacts? are they created on the phone, or you synced from yahoo/hotmail etc.
    If thats the case, the circular arrow wont be visible but instead show "groups"
    Contacts from different accounts are not synced to iCloud.

  • I have backed my Mac Book pro up to my external hard drive using time machine. My iPhoto now does not show any images, even when I upload from my iPhone

    I have backed my Mac Book pro up to my external hard drive using time machine. My iPhoto now does not show any images, even when I upload from my iPhone

    Mac 101: File Sharing
    Mac OS X 10.7 Help: Transfer files between two Mac computers
    Mac OS X 10.7 Help: Set up a Windows computer to share files with Mac users
    Mac OS X 10.7 Help: Use iDisk to share files
    Mac OS X: Sharing your files with non-Apple computers
    How to share a Mac's files with a PC and vice versa.

  • When I open logic express 8 with eyetv open but not active and i close logic express 8 and make eyetv active it won't show closed captioning even though closed captioning is turned on

    when I open logic express 8 with eyetv open but not active and i close logic express 8 and make eyetv active eyetv won't show closed captioning even though closed captioning is turned on.  When I totally close eyetv and reopen eyetv and open a live tv window the closed captioning comes back.  I never noticed this with os leopard, Just after i installed os snow leopard.  All software is up to date only I think, thanks to apple they droped support for logic express.  Thanks for any suggestions.

    Does toggling CC off & back on bring it back?
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.

  • Thread pool throws reject exceptions even though the queue is not full

    Hi. I am using org.springframework.scheduling.concurrent.ThreadPo olTaskExecutor which is based on java
    java.util.concurrent.ThreadPoolExecutor
    with a enviornment under load.
    I see on some cases, that this thread pool throws tasks with reject exception
    even though the queue size is 0.
    According to the documentation, this thread pool should increase the pool size to core size and then wait untill all queue is full to create new threads.
    this is not what happends. for some reason the queue is not filled but exceptions are thrown.
    Any ideas why this can happen?

    This is the stack trace:
    taskExecutorStats-1 2010-04-27 11:01:43,324 ERROR [com.expand.expandview.infrastructure.task_executor] TaskExecutorController: RejectedExecutionException exception in thread: 18790970, failed on thread pool: [email protected]544f07, to run logic: com.expand.expandview.infrastructure.logics.DispatchLogicsProviderLogic
    org.springframework.core.task.TaskRejectedException: Executor [java.util.concurrent.ThreadPoolExecutor@dd9007] did not accept task: com.expand.expandview.infrastructure.task_executor.TaskExecuterController$1@141f728; nested exception is java.util.concurrent.RejectedExecutionException
         at org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor.execute(ThreadPoolTaskExecutor.java:305)
         at com.expand.expandview.infrastructure.task_executor.TaskExecuterController.operate(TaskExecuterController.java:68)
         at com.expand.expandview.infrastructure.proxies.DataProxy.callLogic(DataProxy.java:131)
         at com.expand.expandview.infrastructure.proxies.DataProxy.operate(DataProxy.java:109)
         at com.expand.expandview.infrastructure.logics.AbstractLogic.operate(AbstractLogic.java:455)
         at com.expand.expandview.server.app.logics.stats.StatsPersisterSingleChunkLogic.persistSlots(StatsPersisterSingleChunkLogic.java:362)
         at com.expand.expandview.server.app.logics.stats.StatsPersisterSingleChunkLogic.doLogic(StatsPersisterSingleChunkLogic.java:132)
         at com.expand.expandview.infrastructure.logics.AbstractLogic.execute(AbstractLogic.java:98)
         at com.expand.expandview.server.app.logics.ApplicationLogic.execute(ApplicationLogic.java:79)
         at com.expand.expandview.infrastructure.task_executor.TaskExecuterControllerDirect.operate(TaskExecuterControllerDirect.java:33)
         at com.expand.expandview.infrastructure.proxies.LogicProxy.service(LogicProxy.java:62)
         at com.expand.expandview.infrastructure.logics.AbstractLogic.service(AbstractLogic.java:477)
         at com.expand.expandview.server.app.logics.stats.StatsPersisterLogic.persist(StatsPersisterLogic.java:48)
         at com.expand.expandview.server.app.logics.stats.StatsPersisterLogic.doLogic(StatsPersisterLogic.java:19)
         at com.expand.expandview.infrastructure.logics.AbstractLogic.execute(AbstractLogic.java:98)
         at com.expand.expandview.server.app.logics.ApplicationLogic.execute(ApplicationLogic.java:79)
         at com.expand.expandview.infrastructure.task_executor.TaskExecuterController$1.run(TaskExecuterController.java:80)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: java.util.concurrent.RejectedExecutionException
         at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1760)
         at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:767)
         at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:658)
         at org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor.execute(ThreadPoolTaskExecutor.java:302)
         ... 19 more

  • Not all my songs are showing in itunes even though they are in the Itunes Media file directory

    Not all my songs are showing in itunes even though they are in the itunes Media Dir.  I have spent hours trying to find out why so I moved the songs out of the Music/itunes/itunes media and uninstalled itunes.  I then restarted my pc and re-installed itunes.  When I opened itunes the same songs are still there (but cannot be played as cannot find location) even though I have not put anything back in the itunes media dir.  To me there seems to be a refreshing problem as itunes is not looking at the directory even through the advanced preferences area is mapped to the correct area.
    Help please.
    Thanks

    Apple's official advice on duplicates is here: Find and remove duplicate items in your iTunes library. It is a manual process and the article fails to explain some of the potential pitfalls such as lost ratings and playlist membership, or that sometimes the same file can be represented by multiple entries in the library and that deleting one and recycling the file will break the other.
    Use Shift > View > Show Exact Duplicate Items to display duplicates as this is normally a more useful selection. You need to manually select all but one of each group to remove. Sorting the list by Date Added may make it easier to select the appropriate tracks, however this works best when performed immediately after the dupes have been created.  If you have multiple entries in iTunes connected to the same file on the hard drive then don't send to the recycle bin.
    Use my DeDuper script if you're not sure, don't want to do it by hand, or want to preserve ratings, play counts and playlist membership. See this thread for background, this post for detailed instructions, and please take note of the warning to backup your library before deduping.
    (If you don't see the menu bar press ALT to show it temporarily or CTRL+B to keep it displayed.)
    The most recent version of the script can tidy dead links as long as there is at least one live duplicate to merge stats and playlist membership to and should cope sensibly when the same file has been added via multiple paths.
    See also Make a split library portable for some thoughts on best practice when it comes to organizing the library and media files.
    tt2

  • My iPhone 5 does not show caller name even though the number is saved with a name in contacts

    My iPhone 5 does not show caller name even though the number is saved with a name in contacts

    Contact your carrier. Caller ID is a carrier feature.

  • When I play one of my clips on imovie it shows up black even though I can see the whole clip on my menu of movies when I'm not playing it.

    When I play one of my clips on imovie it shows up black even though I can see the whole clip on my menu of movies when I'm not playing it. Does that make sense and can someone help me with this problem?

    Long standing problem, much discussion on the forums.  Typically it has to do with incompatibility of Microsoft Exchange email client.  See the links on "More Like this" at right.
    Two solutions:
    One is to  zip compress the file and send the attachment that way.
    Another is the freebie program "Attachment Tamer" - see
    http://download.cnet.com/Attachment-Tamer/3000-2367_4-56076.html

  • I have Adobe Reader XI with the package that allows me to send pdfs and convert pdfs to Word. When I open a pdf and try to search the search shows no matches even though the word I am searching for is in the document. Any suggestions how to search?

    I have Adobe Reader XI with the package that allows me to send pdfs and convert pdfs to Word. When I open a pdf and try to search the search shows no matches even though the word I am searching for is in the document. Any suggestions how to search?

    Once again, my thanks for your assistance. If I may impose on your generosity one more time, if I understand you correctly if I create a document on Word or WordPerfect, print it and scan it to create a pdf, the search function will not work. But, if I create the pdf document in Word the search function will work. Unfortunately, I am not sure how I create a pdf document in Word other than by printing it and scanning it. Could you please explain.
    William B. Kohn, Esq.
    General Counsel
    Paul V. Profeta & Associates, Inc.
    769 Northfield Avenue
    Suite 250
    West Orange, New Jersey 07052
    (973) 325 - 1300
    (973) 325 - 0376 (Facsimile)
    [email protected]<mailto:[email protected]>

  • On my IPhone 5 with iOS 7, an incoming email is audible even though Do Not Disturb is on, either manually or scheduled.  Any ideas?

    On my IPhone 5 with iOS 7, an incoming email is audible even though Do Not Disturb is on, either manually or scheduled.  Any ideas?

    You have no make sure that the "Silence" setting is on always.
    To do that follow:
    Settings > Do Not Disturb > Silence > Always

  • HT201412 After ios7, My iphone4 has gone dead twice in a time frame of around two months...even though its not happening very often but a two month Old phone going dead just after a New update is not acceptable.probably ios7 still has sum bugs dat need to

    After ios7, My iphone4 has gone dead twice in a time frame of around two months...even though its not happening very often but a two month Old phone going dead just after a New update is not acceptable.probably ios7 still has sum bugs dat need to be fixed...Can this bug expected to be fixed in the next update...

    Hi 1283ar.
    Unfortunately, iOS 7 is too hard to push for the iPhone 4 and therefore has a lot of effects turned off to try to get it to run as smoothly as possible.
    However, it becomes better and better with each update coming but it's hard to do anything about the hardware on an already released phones.
    If you still have trouble or think they are too hard. My tip is, if so, to restore your iPhone 4 and make a clean setup with no iCloud backup. But all your photos in a photostream so you can access it later.

  • Why does my library show no content even though ATV2 can see my library?

    Why does my library show no content even though ATV2 can see my library?

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • Format address panel in iCal to show Department from the address book. At the moment it is showing 'Job Title' even though that has been removed in Address Book.

    Can anybody help please How do I Format address panel in iCal to show Department from the address book. At the moment it is showing 'Job Title' even though that has been removed in Address Book.

    I have a similar problem. I actually spoke with a Paypal customer Representative a few months back who informed me that they had deleted all of my previous *Hidden* Address but when I just purchased an item today on a online merchant's site that I had never been to before and checked out using their Paypal option, I noticed that my default shipping address was in fact my old address and when I went to change the address to my current address, I noticed all of the old addresses I ever used were still there. I've just spoken with 2 separate paypal representatives who confirmed on their end that all of the old address have been deleted and the only one they have on file is my current address. Can anyone provide me an explanation as to why the old hidden address can still be showing up when I check out on merchant's sites using paypal even after they've seemingly been deleted? The last Representative suggested clearing out my browser's cache, but I don't believe that will resolve my issue. Thank you in advance.

  • I have had a new hard drive installed. On start up I transferred all my settings and documents from my time capsule. Once complete I have two user accounts. Mine and guest. I cannot access either. Mine says password incorrect even though its not.

    I have had a new hard drive installed. On start up I transferred all my settings and documents from my time capsule. Once complete I have two user accounts. Mine and guest. I cannot access either. Mine says password incorrect even though its not. Any idea what is wrong here and how I can reset my password. I don't have a start up disc. Thanks very much

    From System Preferences/Help:
    Reset your login password using your Apple ID
    Before you can use your Apple ID to reset your login password, make sure that FileVault isn’t enabled on your computer.
    Also make sure that an Apple ID is associated with your user account, and that an administrator has given you permission to reset your own password using an Apple ID. For more information, see this help topic:
    Associate Apple IDs with your user account
    Make sure your computer is connected to the Internet.
    In the login window, click the question mark in the password field, and then click the arrow in the dialog that appears.
    Enter an Apple ID and password, and then click Reset Password.
    I don't know if it works.

Maybe you are looking for

  • DVI to HDMI via adapter: video hiccups

    I have a 13" MacBook (Late 2007). I connected a Belkin mini-DVI-to-HDMI cable to it, which I plugged into my Sony 32" LCD TV. When I play back TV shows that I have purchased in iTunes, the video hiccups -- that is, pauses for a fraction of a second -

  • How to save pdf file in database

    Dear All, my application is forms 6i and database is 8i,requirement is that how to save pdf file in database and users can view through forms

  • How can i add a new tool in adobe illustrator tool box ?

    Hi, I want to create a new tool in Adobe illustrator tool box, which calls another application. I am a beginner in Adobe illustrator plug-in programming. Please help me................ Thanks in advance Sreejesh K V

  • Problem with dynamic column in SBWP

    Hi Friends, In SWL1 I have created two attributes with header as "CANCELLED" and " DESCRIPTION" for a particular task.But my SBWP is still showing columns as "Dynamic column" for the workitems of that task. Please help me on this. Thanks. Dilip

  • Forecast

    Hi all, I am using the forecast function but I don´t achieve calculate the planning months correctly. I have this period of prediction: 008.2008 - 012.2008. And the historical period is: 001.2008 - 007.2008,001.2007 - 012.2007. For example, I want th