Keyword list image count is greater than metada keyword image count.

How do you get the image counts to be the same? I have looked through the images of the offending keywords and there are no check marks against other keywords. Also above the film strip the total of all images selected is less than the total images. This has been an upgrade from Elements 10 catalog. Thanks.

Thank you, but I need to start with a "clean slate" or at least a correct one. So I have persevered and found a solution, which may seem lengthy, but beats rebuilding the keyword structure image by image. I had numbers against parent keywords (should be zero) and incorrect numbers against child keywords, not all, but some cases of each. Dealing with the child keywords within a parent first and then the parent, the procedure I used was:-
1. Select child keyword
2. Select all
3. Create collection using keyword name for clarity
Repeat steps 1-3 for all child keywords within the parent keyword
4. Delete the parent keyword
5. Recreate the parent keyword
6. Recreate all child keywords within the parent keyword
7. Select a collection
8. Select all
9. Select the appropriate keyword and drag to an image
Repeat steps 7-9 for remaining collections
It appears to work and all the unaffected keywords are showing in each image!!!
The engineer in me is satisfied!

Similar Messages

  • Recieve a value and search for a value greater than item

    is this code correct if i wanted to recieve a single argument item and search the list for a value greater than item
    public boolean greaterFound(Comparable item)
         int index = 0;
      while (index < numItems && listItems[index].compareTo(item) != 0)
          index++;
      return ((index-1) < (index));
    }

    Okay here are all the errors piece by piece.
    public boolean greaterFound(Comparable item)
         int index = 0;Well to start with this is not an error per se. But I would just return true if I found a match and false otherwise. There may be some who think that is terrible... I disagree.
      while (index < numItems && listItems[index].compareTo(item) != 0)What is numItems?
    That if is shady.
    What you are checking for is flat out wrong.
          index++;I'd be returning true here
    return ((index-1) < (index));This is just nonsense. As it stands will always return true and invalidates the rest of your code.

  • Powerpivot - Count greater than

    I have a pivottable that shows a unique purchase order, list of Products and the number of each sold (quantity)
    I want to write a measure that counts the number products sold greater than 10.  I need that measure to provide a subtotal for the total quantities greater than 10, for each PO as well.  Can anyone help??

    I didnt work, this is what i got.  However, It did subtotal to 3
    ProductGroup
    Sum of Qty
    Measure 7
    Au Jus
    1
    Beans
    2
    Bowls
    35
    3
    Peppers
    10
    Pesto
    3
    Popcorn
    1
    Seasonings
    1
    Shakers
    6
    Single Pack
    5
    Snacks
    2
    Sparkling Apple Based Juice
    2
    Taco Shells
    1
    Teas
    1
    Tomatoes
    1

  • Edge Animate CC 2014 issue with SVG - Images greater than 1024 x 1024

    Hi, since i updated my Edge Animate CC for Edge Animate CC 2014 i have issues when i import .svg files. Edge told me "Images greater than 1024 may cause unexpected behavior on mobile device" when i import .svg files smaller than 1024 x 1024 ?
    When i publish my animation i have a weird things happening and my image scaling default is 10% instead of 100% when i import. Someone had this issue ? Something we can do ? My images a less then 1024 x 1024 and work perfectly in Edge Animate CC 2.0

    Ok. I've solved. I needed to load some things:
    EC.Parallax.setup (sym);
    The full code (that works for me) is:
    -- compositionReady:
    EC.Parallax.setup(sym);
    // Load Edge Commons
    yepnope({
    load: [
    "http://cdn.edgecommons.org/an/1.1.0/js/min/EdgeCommons.js",
    // Load style sheet for the overlay
    "http://cdn.edgecommons.org/an/1.1.0/css/style.css"
    -- click
    // Open image in spotlight overlay
    // Set up configuration
    var config = {
    width: "1024",
    height: "768",
    type: "image",
    source: "images/dog.jpg"
    EC.Spotlight.open( config );
    I hope to serve others.
    Regards

  • Camel Query : Calender list : Get Items agains given date that must be greater than and eqaul to start date and greater less than or equal to end date ?

    Camel Query : Calender list : Get Items agains given date that must be greater than and eqaul to start date and greater less than or equal to end date ?
    A Snap of Employee holiday list
    Case : Anne juul Sondergaar is on leave from 05-06-2014 to 07-06-2014
    I need a query to check wheither Anne juul is on leave at 06-06-2014 ????
    I am using this query that return nothing
    SPQueryquery =
    newSPQuery();
                                query.Query =
    @"<Where>
    <And>
    <And>
    <Leq>
    <FieldRef Name='Til' />
    <Value Type='DateTime'>"
    + WorkingStartDate.ToString("yyyy-MM-dd")
    + @"</Value>
    </Leq>
    <Geq>
    <FieldRef Name='Fra' />
    <Value Type='DateTime'>"
    + WorkingStartDate.ToString("yyyy-MM-dd")
    + @"</Value>
    </Geq>
    </And>
    <Eq>
    <FieldRef Name='Medarbejdere' />
    <Value Type='Lookup'>"
    + EmployeeName.Trim() +
    @"</Value>
    </Eq>
    </And>
    </Where>"
                                query.ViewFields =
    " <FieldRef Name='ID' />";
    Ahsan Ranjha

    Hello,
    Download CAML query builder from below location and use it to build your query:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/f7b36ebc-6142-404a-8b04-9c87de272871/where-can-i-download-the-u2u-caml-query-builder-for-sharepoint-2010may-i-know-the-exact-link?forum=sharepointgeneralprevious
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Mail error message in console log - "deleted count greater than total count

    since installing Gmail IMAP instead of POP I get the following error message in the console log. Any ideas or solutions?
    28/10/2009 14:19:04 Mail[1629] * Assertion failure in -[MessageViewer _countStringForType:isDrafts:omitUnread:totalCount:], /SourceCache/Mail/Mail-1076/MessageViewer.subproj/MessageViewer.m:5078
    deleted count greater than total count
    0 Message 0x00007fff84daf828 -[MFAssertionHandler _handleFailureWithPreamble:description:arguments:] + 137
    1 Message 0x00007fff84daf78d -[MFAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 220
    2 Mail 0x00000001000356da 0x0 + 4295186138
    3 Mail 0x00000001000316ba 0x0 + 4295169722
    4 Foundation 0x00007fff8736f926 nsnotecallback + 167
    5 CoreFoundation 0x00007fff8831fe4a __CFXNotificationPost + 954
    6 CoreFoundation 0x00007fff8830c7f8 _CFXNotificationPostNotification + 200
    7 Mail 0x000000010001dbe1 0x0 + 4295089121
    8 Mail 0x000000010001dc52 0x0 + 4295089234
    9 Foundation 0x00007fff8739b874 postQueueNotifications + 398
    10 CoreFoundation 0x00007fff88337437 __CFRunLoopDoObservers + 519
    11 CoreFoundation 0x00007fff8831305f CFRunLoopRunSpecific + 607
    12 HIToolbox 0x00007fff82f0ec4e RunCurrentEventLoopInMode + 333
    13 HIToolbox 0x00007fff82f0ea53 ReceiveNextEventCommon + 310
    14 HIToolbox 0x00007fff82f0e90c BlockUntilNextEventMatchingListInMode + 59
    15 AppKit 0x00007fff815bd520 _DPSNextEvent + 718
    16 AppKit 0x00007fff815bce89 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    17 AppKit 0x00007fff81582a7d -[NSApplication run] + 395
    18 AppKit 0x00007fff8157b798 NSApplicationMain + 364
    19 Mail 0x000000010000167c 0x0 + 4294973052
    20 ??? 0x0000000000000002 0x0 + 2
    )

    Welcome to the forums Oliver... good work at narrowing the problem down so far!
    Try dragging this file to the Desktop and reboot...
    /Users/nnnn/Library/Preferences/com.apple.mail.plist
    Might also pay to clean caches, I use Applejack, but there are many. The log makes me think cache especially.

  • Count statement for fields greater than 10 characters

    Hi,
    I am trying to write a query to select results from a database table where the results are only fields greater than 10 characters in length.
    e.g.
    Table
    Employee----
    Andrew
    Jennifer Smith
    Jamal
    the query would only show the result Jennifer Smith because this field exceeds 10 characters in length.
    Any help is appreciated....

    Have you tried coding anything yet for this homework assignment?
    HINT: Use the LENGTH() function.

  • PUT Blobs of size greater than 5.5MB fail with HTTPS but not HTTP

    I have written a Cygwin app that uploads (using the REST API PUT operation) Block Blobs to my Azure storage account, and it works well for different size blobs when using HTTP. However, use of SSL (i.e. PUT using HTTPS) fails for Blobs greater than 5.5MB.
    Blobs less than 5.5MB upload correctly. Anything greater and I find that the TCP session (as seen by Wireshark) reports a dwindling window size that goes to 0 once the aforementioned number of bytes have been transferred. The failure is very repeatable and
    consistent. As a point of reference,  PUT operations against my Google/AWS/HP accounts work fine when using HTTPS for various object sizes, which suggests my problem is not in my client but specific to the HTTPS implementation on the MSAZURE storage servers. 
    If I upload the 5.5MB blob as two separate uploads of 4MB and 1.5MB followed by a PUT Block List, the operation succeeds as long as the two uploads used
    separate HTTPS sessions. Notice the emphasis on separate. That same operation fails if I attempt to maintain an HTTPS session across both uploads. This is another data point that seems to suggest that the Storage
    server has a problem 
    Any ideas on why I might be seeing this odd behavior that appears very specific to MS Azure HTTPS, but is not seen when used against AWS/Google/HP cloud storage servers?

    Hi,
    I'm getting this problem also when trying to upload blobs > 5.5mb using the Azure PHP SDK with HTTPS.
    There is no way I can find to get a blob > 5.5mb to upload, unless you use http, rather than https, which is not a good solution.
    I've written my own scripts to use the HTTP_Request2 library, to send the request as a test, and it fails with that also when using the 'socket' method.
    However, if I write a script using the PHP Curl extension directly, then it works fine, and blobs > 5.5mb get uploaded.
    It seems to be irrelevant which method is used, uploading in 1 go, or using smaller chunks, the PHP SDK seems broken.
    Also, I think I've found another bug in the SDK, when you do the smaller chunks, the assigning of the BlockID is not correct.
    In: WindowsAzure/Blob/BlobRestProxy.php
    Line: $block->setBlockId(base64_encode(str_pad($counter++, '0', 6)));
    That is incorrect usage of the str_pad function, and if you upload a huge blob that needs splitting, then the blockIDs will after a while become a different length and therefore fail.
    It should be: str_pad($counter++, 6, '0',STR_PAD_LEFT);
    I also think there is 1 too many base64_encodes() in there, as I think its being done twice, once in that line, and then again within the createBlobBlock() just before the send() for a 2nd time.
    Can someone please advice, when this/these bug(s) will be fixed in the PHP SDK, as at the moment its useless to me as I cant upload things securely.

  • Best practice to handle contents greater than 1 TB

    Hello All,
    I am using Sharepoint 2010 and I need to know whats the best practice to handle contents greater than 1 TB
    Specifics
    1) Contents will be collection of images (Jpeg format) and collectively the sizes can go above 1 TB till 10 TB or more
    2) Image will be uploaded to sharepoint though webservice
    So any of below option suitable? if not, then any other option?
    - Document Library
    - Document Center
    - Record Center
    - Asset Library
    - Picture Library
    Thanks in advance ...

    Theres several aspects to this.
    Large lists:
    http://technet.microsoft.com/en-gb/library/cc262813%28v=office.14%29.aspx
    A blog summarising large databases here:
    http://blogs.msdn.com/b/pandrew/archive/2011/07/08/articles-about-scaling-sharepoint-to-large-content-database-capacity.aspx
    Boundaries and limits:
    http://technet.microsoft.com/en-us/library/cc262787%28v=office.14%29.aspx#ContentDB
    If at all possible make your web service clever enough to split content over multiple site collections to allow you to have smaller individual databases.
    It can be done but you need to do a lot of reading on this to do it well. You'll also need a good DBA team to maintain the environment.

  • Does field point have pulse train output greater than 50KHz

    I am trying to develop a flexiable simulator using NI Field Point. So far my only concern is producing a pulse train of around 500KHz. Is there a way to do this with field points counter moudles or with some other methodology

    There are currently no FieldPoint IO modules that output greater than 16 kHz. Specifically, the following modules can output at the listed maximum frequencies:
    FP-CTR-500: 16 kHz
    FP-CTR-502: 16 kHz
    FP-PWM-520: 1 kHz
    FP-PG-522: 2 kHz
    You could use some external signal generation circuitry that is controlled by the FieldPoint modules, but the FieldPoint modules themselves can not handle that speed.
    Regards,
    Aaron

  • Displaying Greater Than or Equal To

    I typed out a fairly lengthy description of what I was trying
    to do, but for some reason the forum complained that I had improper
    words in my description and then ate my description. So anybody
    know how to do this?

    Thanks David. I've pretty much decided it isn't worth it. If
    the client is upset that the greater than or equal to symbol
    doesn't look right we will just spell it out in words!
    As for the embedding, really? I know I've done it with
    embedded library fonts, but it seems that if you just embed using
    the panel then it doesn't work. At least not for me in this case.
    In the example I gave above, using just the fields as created on
    the stage and the code I listed, as soon as I embedded the font
    (using the panel) the first text box showed nothing -- not the
    words, not the symbols, nothing. There is nothing in that code to
    suggest that I'm changing the styling or anything.
    As for the symbols showing up, they are showing up, but not
    in the right way. For example even here in my post (using the web
    browser) this line:
    field2.text="≥ > Hello world.";
    doesn't look right. The gte is much larger and far too
    sharply angled when compared to the gt. I'm guessing in your reader
    it looks fine. It really is something that only someone who really
    gets into fonts would probably notice. Although the discrepencies I
    see in my file are even more jarring. I wish it was easy to post an
    image here and I could really show all y'all what I'm seeing.
    Anyway thanks.
    The font I am using is Arrial Narrow and it does contain the
    character, but from the unicode number (and the lack of a windows
    alt-sequence) I'm guessing it is "way up there" and not something
    that Flash is understanding.

  • Query to select values greater than, where AS clause is used

    Oracle 10g
    Requesting your help in writing the query correctly.
    I have the following 2 tables. The AddProjectPhase and AddProject tables. It is many to many relationship. Each project can have a predefined set of 4 different phases under it. Each phase has a start date and an end date. I am writing a report to get the phases which have a duration greater than, for example, 3 months.
    The query below is working fine to just display the list of all the phases along with the duration of each phase. I am not able to modify it to select the phases which have a duration, for example, 3 or more months.
    CREATE TABLE  "ADDPROJECT"
       (     "VERSIONNO" NUMBER(*,0),
         "PROJID" VARCHAR2(20),
         "PROJNAME" VARCHAR2(60),
         "PROJSTARTDATE" DATE,
         "PROJSTATUS" VARCHAR2(20),
         "PROJENDDATE" DATE,
         "PROJENDTYPE" VARCHAR2(20),
         "PROJENDREASON" VARCHAR2(1000),
         "UCPROJECTMANAGER" VARCHAR2(20),
         "FROMDATE" DATE,
         "TODATE" DATE,
         "SRCHFIELD" VARCHAR2(20),
         "OPERATOR" VARCHAR2(20),
         "PARENTPROJID" VARCHAR2(20),
         "PROJHIDDENDATE" VARCHAR2(20),
          CONSTRAINT "PK_B36" PRIMARY KEY ("PROJID", "PROJHIDDENDATE") ENABLE
    CREATE TABLE  "ADDPROJECTPHASE"
       (     "VERSIONNO" NUMBER(*,0),
         "PROJPHASEID" NUMBER(9,0),
         "PHASESTARTDATE" DATE,
         "PHASEENDDATE" DATE,
         "RRDATE" DATE,
         "PHASENAME" VARCHAR2(30),
         "PROJPHASESTATUS" VARCHAR2(20),
         "PROJID" VARCHAR2(20),
         "OPERATOR" VARCHAR2(20),
         "FROMDATE" DATE,
         "TODATE" DATE,
         "SRCHFIELD" VARCHAR2(20),
         "REVIEWCOMMENTS" VARCHAR2(1000),
         "PROJHIDDENDATE" VARCHAR2(20),
         "ISUEVALUATION" NUMBER(1,0),
         "SOLUTIONINGTEAMINVOLVEMENT" NUMBER(1,0),
         "ISUNAME" VARCHAR2(20),
          CONSTRAINT "PK_A63" PRIMARY KEY ("PROJPHASEID") ENABLE
       )Below is the query to display the list of all the phases along with the duration of each phase which is working fine.
    SELECT pp.phaseName "phasename",
    pp.phaseStartDate "phaseStartDate",
    pp.phaseEndDate "phaseEndDate",
    pp.projPhaseStatus "projPhaseStatus",
    ap.projID "projID",
    ap.projName "projName",
    ap.projHiddenDate "projHiddenDate",
    ap.projStartDate "projStartDate",
    CASE
        WHEN pp.phaseEndDate IS NOT NULL
        THEN MONTHS_BETWEEN(1+pp.phaseEndDate,pp.phaseStartDate)
        WHEN pp.phaseEndDate IS NULL
        THEN MONTHS_BETWEEN(1+sysDate,pp.phaseStartDate)
        ELSE null
    END "phaseMonths"
    FROM AddProjectPhase pp, AddProject ap
    WHERE ap.projID = pp.projID
    AND ap.projHiddenDate = pp.projHiddenDate
    ORDER BY ap.projIDHowever the modified query shown below to select all the phases greater than, for example, 3 months, is resulting in
    ORA-00904: "PHASEMONTHS": invalid identifier SELECT pp.phaseName, pp.phaseStartDate, pp.phaseEndDate
    FROM AddProjectPhase pp, AddProject ap
    WHERE ap.projID = pp.projID
    AND ap.projHiddenDate = pp.projHiddenDate
    AND PhaseMonths IN
    (SELECT
    (CASE
    WHEN pp.phaseEndDate IS NOT NULL
    THEN MONTHS_BETWEEN(1+pp.phaseEndDate,pp.phaseStartDate)
    WHEN pp.phaseEndDate IS NULL
    THEN MONTHS_BETWEEN(1+sysDate,pp.phaseStartDate)
    ELSE null
    END) AS PhaseMonths
    FROM AddProjectPhase pp, AddProject ap
    WHERE ap.projID = pp.projID
    AND ap.projHiddenDate = pp.projHiddenDate)
    ORDER BY ap.projID

    Looking for this?
    select *
       from (
            SELECT pp.phaseName "phasename"
              , pp.phaseStartDate "phaseStartDate"
              , pp.phaseEndDate "phaseEndDate"
              , pp.projPhaseStatus "projPhaseStatus"
              , ap.projID "projID"
              , ap.projName "projName"
              , ap.projHiddenDate "projHiddenDate"
              , ap.projStartDate "projStartDate"
              , CASE WHEN pp.phaseEndDate IS NOT NULL THEN MONTHS_BETWEEN(1+pp.phaseEndDate,pp.phaseStartDate)
                     WHEN pp.phaseEndDate IS NULL     THEN MONTHS_BETWEEN(1+sysDate,pp.phaseStartDate)
                     ELSE null
                END "phaseMonths"
              FROM AddProjectPhase pp, AddProject ap
             WHERE ap.projID = pp.projID
               AND ap.projHiddenDate = pp.projHiddenDate
             ORDER
                BY ap.projID
      where "phaseMonths" >= 3

  • Greater than 4000 characters in OBIEE 11g

    Dear all,
    I have a table, just one column.
    In Analysis, I designed a table with this column content the data as text greater than 4000 characters.
    Can I show all of them in OBIEE ?
    Can I change the column datatype?
    Anyone help me to resolve this issue.
    Thanks and Regards,
    David,...

    I guess you will have problem displying them in OBIEE since (The data type would be long);
    You can not use long datatype column in below cases;
    1. A value of datatype LONG was used in a function or in a DISTINCT, WHERE, CONNECT BY, GROUP BY, or ORDER BY clause. A LONG value can only be used in a SELECT clause
    2. It can not be used in expressions or conditions
    3. It can not be used in select lists of subqueries or queries combined by set operators
    Make sure your generated query is not doing the above things. First thing Distinct will come in the obiee queries by default. Try to avoid distinct,group by,order by in your reports. Direct database request for the report can help you in this case.
    Mark Correct if it helps.
    Regards,
    Kashi

  • MRTG Out Greater than In

    Hello Net Pros,
    I have configured a MRTG system to give me the traffic analysis of my AS5350 Gateway's serial WAN Interface. Now in my graph the "Current In" value displayed is always smaller than the "Current Out". The same is for "Average" and "Max" values. Also I have configured the codec "g729r8" and all the originating calls coming in from our carriers to our terminating gateway [AS5350] are using this codec. If I multiply the "Number of DS0s in Use" with the average bandwidth consumed by one call using "g729r8" i.e. 12.8 kbps then this calculated value never matches the traffic analysis shown for the serial WAN interface. We had access-lists on the AS5350 Gateway. We tried removing the access-lists, but no improvement. Still the same result. What I am not able to understand is a] why my Out is always greater than my In and b] why the values shown in the traffic analysis for the serial WAN interface never match the value for the total bandwidth consumed by the active calls [using codec g729r8].
    Could someone try to help me diagnose this problem??
    Rushabh

    hi Rushabh
    i have same problem on my MRTG
    but 1st of all the codec g729 is around 20 to 22k
    so if u do the math the bandwidth calculation will be ok
    now for the up is greater than the down this is due to codec so dont worry ,try to change the codec and u will see the change
    this is nothing to be worried about
    realy u dont have any problem
    Fadi

  • Using Xpath in Receiver Determination for greater than 500

    Hi,
    I am trying to use Xpath in the receiver Determination step and I want to check a field which is at item level and comes multiple times(0-unbounded) greater than 500.I tried with different options per SDN blogs,Xpath functions,but still I couldn't able to get what i am trying.I want to process the message when "quantity" is greater than 500,else I want to ignore the message with no errors.
    I gave like this    /p1: /LIST/item[quantity>499]     EX
    item loop is 0-unbounded and I need to check for every quantity.I selected the check box multi line as well.
    I played around different options,but still did not get what I am looking for.
    please suggest in this regard ,how I need to give the expression.
    Thank you,
    Sri

    Hi,
    For validating that the item field is occuring more than 500 times you need to choose the
    2.The exact XPath would be in your case *(/p1: /LIST/itemquantity[499]EX)*
    This means if the 500 th occurance of the item exists then the condition satisfies that is always true for 500 and above occurance of the item.
    Please revert if the suggestion proves to be helpful.
    cheers,
    Abhishek.
    Edited by: Abhishek  Paul on May 6, 2010 10:55 PM
    Edited by: Abhishek  Paul on May 6, 2010 11:02 PM
    Edited by: Abhishek  Paul on May 6, 2010 11:08 PM

Maybe you are looking for