LR or Bridge Bug: Keyword Container

If you import images already keyworded using Bridge (Keyword Container)
For example:
Container (Places)
Subkey (United Kingdom)
Subkey (London)
Container (Immediate Family)
Subkey (Mom)
Subkey (Dad)
I found that some images with keyword tree structure don't show keywords with container and subkeys correctly in Lightroom.(keyword tree structure breaks)
The images that do not correctly show the keywords with its subkey and container have an extra string of code under http://ns.adobe.com/lightroom/1.0/ (when you view the file info in Bridge under Advanced).
The string starts with: lr:privateRTKInfo: (and random letters and numbers)
If one deletes this string the keywords show correctly in Lightroom.
Now i have to go through tons of photos to delete that extra string. (hopefuly in batch).
Any idea where that extra line comes from?
OS: Windows XP SP2
Lightroom 1.1
Bridge 2.1.0.100

Thanks. I searched but never found that message. I looked at my files in Bridge and I do not have that extra line of code. I also did another test where I started from scratch using the keywords imported into LR from Bridge. The first import put the keywords in the right Child place. The 2nd import started putting all Children as Parents using the same keyword as the Child already there.
John

Similar Messages

  • Regarding Bridge CS5 Keyword transfer

    Hi all,
    I am using an iMAC, running 10.7.2.
    I am getting a new iMAC and would like to know how to find and transfer the Metadata/Keywords from one system to another?
    Many thanks,
    HD

    how to find and transfer the Metadata/Keywords from one system to another?
    You can use the little icons for wing menu (top right in both panels) and choose export, save it to a proper place you can copy to the new iMac and choose import on your new machine.
    By default the user library in OSX Lion is hidden but is easy to retrieve it (do a google search if you haven't done already so).
    In the user library are all your customized settings.
    username/library/application support/ Adobe.
    inhere:
    Bridge CS5 folder containing keyword list, output module user templates, workspaces and specified batch rename settings
    XMP folder containing your metadata templates.
    Also be sure to have saved your PS custom settings (actions, tools, brushes etc.)
    In the same given path as before there is folder called Adobe Photoshop CS5 and this contains the folder presets, that should have your custom saved settings in it.

  • How to pass parameters to view object having oracletext keyword contains

    Hi ,
    I am using the below query to get the document details in irecruitment with the matching keywords
    contains (doc.character_doc,:SR,1) >0_ -condition to get the key word search provided by oracletext
    i am not able to pass the value to the parameter :SR using vo.setSR or vo.setWhereClauseparams
    please suggest on this.
    This is the query :
    SELECT score (1) AS score, doc.document_id, doc.file_name,
    doc.last_update_date, ppf.email_address, addr.derived_locale,
    addr.address_id, ppf.full_name, inp.notification_preference_id,
    ppf.person_id, ppf.effective_start_date, ppf.effective_end_date,
    ROWNUM AS rownumber, pov.vendor_id, pov.vendor_name,
    inp.creation_date, NULL AS selectflag,
    (SELECT meaning
    FROM hr_lookups
    WHERE lookup_code = ircreferralinfoeo.source_type
    AND lookup_type = 'REC_TYPE') AS sourcetype,
    DECODE
    (ircreferralinfoeo.source_type,
    'ER', (SELECT full_name
    FROM per_all_people_f ppf3
    WHERE ppf3.person_id = ircreferralinfoeo.source_person_id
    AND SYSDATE BETWEEN ppf3.effective_start_date
    AND ppf3.effective_end_date),
    ircreferralinfoeo.source_name
    ) AS sourcename
    FROM irc_notification_preferences inp,
    irc_documents doc,
    per_addresses addr,
    per_all_people_f ppf,
    po_vendors pov,
    irc_referral_info ircreferralinfoeo
    WHERE trunc(sysdate) BETWEEN ppf.effective_start_date AND ppf.effective_end_date
    AND doc.person_id = inp.person_id
    AND inp.person_id = addr.person_id(+)
    AND NVL (inp.address_id, DECODE (addr.address_type(+), 'REC', addr.address_id(+),
    -1)) = addr.address_id(+)
    AND trunc(sysdate) BETWEEN addr.date_from(+) AND NVL (addr.date_to(+), sysdate)
    AND doc.person_id = ppf.person_id
    AND doc.TYPE IN ('RESUME', 'AUTO_RESUME')
    AND doc.end_date IS NULL
    AND EXISTS (SELECT NULL
    FROM per_people_f ppfs
    WHERE ppfs.person_id = doc.person_id)
    **AND contains (doc.character_doc,:SR,1) >0**
    AND ( (inp.agency_id = fnd_profile.VALUE ('IRC_AGENCY_NAME'))
    OR ( fnd_profile.VALUE ('IRC_AGENCY_NAME') IS NULL
    AND inp.allow_access = 'Y'
    AND inp.agency_id = pov.vendor_id(+)
    AND ppf.party_id = ircreferralinfoeo.object_id(+)
    AND SYSDATE BETWEEN ircreferralinfoeo.start_date(+) AND ircreferralinfoeo.end_date(+)
    ORDER BY score (1) DESC
    Thanks
    Maheswara Raju

    Gyan,
    find the error message
    Exception Details.
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT score (1) AS score, doc.document_id, doc.file_name,
    doc.last_update_date, ppf.email_address, addr.derived_locale,
    addr.address_id, ppf.full_name, inp.notification_preference_id,
    ppf.person_id, ppf.effective_start_date, ppf.effective_end_date,
    ROWNUM AS rownumber, pov.vendor_id, pov.vendor_name,
    inp.creation_date, NULL AS selectflag,
    (SELECT meaning
    FROM hr_lookups
    WHERE lookup_code = ircreferralinfoeo.source_type
    AND lookup_type = 'REC_TYPE') AS sourcetype,
    DECODE
    (ircreferralinfoeo.source_type,
    'ER', (SELECT full_name
    FROM per_all_people_f ppf3
    WHERE ppf3.person_id = ircreferralinfoeo.source_person_id
    AND SYSDATE BETWEEN ppf3.effective_start_date
    AND ppf3.effective_end_date),
    ircreferralinfoeo.source_name
    ) AS sourcename
    FROM irc_notification_preferences inp,
    irc_documents doc,
    per_addresses addr,
    per_all_people_f ppf,
    po_vendors pov,
    irc_referral_info ircreferralinfoeo
    WHERE trunc(sysdate) BETWEEN ppf.effective_start_date AND ppf.effective_end_date
    AND doc.person_id = inp.person_id
    AND inp.person_id = addr.person_id(+)
    AND NVL (inp.address_id, DECODE (addr.address_type(+), 'REC', addr.address_id(+),
    -1)) = addr.address_id(+)
    AND trunc(sysdate) BETWEEN addr.date_from(+) AND NVL (addr.date_to(+), sysdate)
    AND doc.person_id = ppf.person_id
    AND doc.TYPE IN ('RESUME', 'AUTO_RESUME')
    AND doc.end_date IS NULL
    AND EXISTS (SELECT NULL
    FROM per_people_f ppfs
    WHERE ppfs.person_id = doc.person_id)
    AND contains (doc.character_doc,:1,1) >0
    AND ( (inp.agency_id = fnd_profile.VALUE ('IRC_AGENCY_NAME'))
    OR ( fnd_profile.VALUE ('IRC_AGENCY_NAME') IS NULL
    AND inp.allow_access = 'Y'
    AND inp.agency_id = pov.vendor_id(+)
    AND ppf.party_id = ircreferralinfoeo.object_id(+)
    AND SYSDATE BETWEEN ircreferralinfoeo.start_date(+) AND ircreferralinfoeo.end_date(+)
    ORDER BY score (1) DESC
         at oracle.apps.fnd.framework.OAException.wrapperException(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at OA.jspService(_OA.java:71)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    java.sql.SQLException: Missing IN or OUT parameter at index:: 1
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:175)
         at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1566)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2996)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3043)
         at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:857)
         at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:666)
         at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3655)
         at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(Unknown Source)
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(Unknown Source)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:742)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:891)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:805)
         at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:799)
         at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3575)
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery(Unknown Source)
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.initQuery(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.setCriteriaOnVO(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAQueryHelper.handleSubmitButton(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAQueryHelper.processFormRequestAfterController(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAQueryHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at OA.jspService(_OA.java:71)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    java.sql.SQLException: Missing IN or OUT parameter at index:: 1
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:175)
         at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1566)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2996)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:3043)
         at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:857)
         at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:666)
         at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3655)
         at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(Unknown Source)
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(Unknown Source)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:742)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:891)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:805)
         at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:799)
         at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:3575)
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQuery(Unknown Source)
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.initQuery(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.setCriteriaOnVO(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAQueryHelper.handleSubmitButton(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAQueryHelper.processFormRequestAfterController(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAQueryHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
         at OA.jspService(_OA.java:71)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Thanks
    Maheswara Raju

  • Any Program to sort by keywords faster than CS-PS6-Bridge For Keyword Search?

    To sort by keywords in (CS-PS6)-Bridge  one has to group all your folders under one overall folder. Then when you search by keywords (CS-PS6)-Bridge opens up all the photos in Bridge which take  avery long time. Since Lightroom Smart Previews open up smaller files will it open up all ones pictures faster? and then can it sort by keywords.
    I am assuming Lightroom  smart preview opens up a larger size file than CS6-PS-6-Bridge and thus is even slower.
    So the question becomes are there Any Program to sort by keywords faster than CS-6-Bridge For Keyword Search? i.e A program that doesn't have to open up a file to look at keywords or a way to open smaller thumbnails in Bridge?

    Really?
    You mean you can't just click on the Magnifying Glass in the Search Box like I can?
    Uploaded with plasq's Skitch!
    And then Select Rating?
    Uploaded with plasq's Skitch!
    And then click on the Third Dot and it will become a Star?
    Uploaded with plasq's Skitch!
    Or even use a Smart Album? File -> new Smart Album: My Rating -> is -> And there's click on the third dot to make it a star trick again?
    Regards
    TD

  • Can you move Bridge's keywords from one computer to another?

    I posted this question once before without getting an answer, but let me take another stab at it...
    I realized I made not have made it clear that its not the keywords assigned to images that I am trying to move or copy, those are written to the metadata and travel with the images. Very cool.
    My problem is 2 copies of Bridge, one on a laptop in the field and one at the desktop. If you et up an organized list of keyword sets and their keywords on one computer how do you get that system to the other computer? This is a large Achilles' heel for Bridge and I am trying to find a way to fix it.
    Link to other post..
    Where are Bridge's keywords stored?
    http://www.adobeforums.com/webx/.3c063366

    Beverly,
    As a cautionary note, I absolutely and utterly detest and despise iPhoto.
    Having gotten that out of the way, in Bridge you don't have to deal with libraries or albums, and you don't need to
    "import" anything. If the Finder can see it, so can Bridge--in the same place.
    You can use either the Finder
    or
    Bridge to move and organize your files any way you want, and the files will be visible to both applications.
    iPhoto hides your imported photos in packages the Finder and other applications can't access. Neither can iPhoto see or find photos you haven't "imported" into its libraries.
    Bridge can see, browse and hand to other applications all kinds of files, not just photos, like PDFs, Illustrator file, MS Word files, text clippings, picture clippings, whatever.
    Read the manual, the help files, the video tutorials accessible through Bridge home on your machine, etc. You can also google
    Adobe Bridge Tutorials.

  • [SOLVED]bridge connection to container with static IP

    I have been messing for many days now trying to do a clean setup for a bridge br0 for a linux container managed with systemd-nspawn.
    I run a custom kernel (as I need user space set) 3.13.5-1, systemd-git. The container boots fine. This container is a test server and so aimed at various network services, basically http, ftp, ssh,smtp. This will then be bind to a domain name. Thus I need to "cleanly" separate the container network traffic from my host network one. My idea is then to give each one a specific static IP.
    First question : is it correct to give two IP on the same network or shall I create a sub-network for the container ? (I am looking for a simple configuration).
    I loaded the needed iptable modules as they are not loaded at boot.
    $ lsmod
    iptable_nat
    ip_tables
    iptable_filter
    Now on the host, dhcpcd.service is disabled, iptables is enabled, and here is my netctl profile:
    Description='hortensia static ethernet connection'
    Interface=enp7s0
    Connection=ethernet
    IP=static
    Address=('192.168.1.87/24')
    Gateway='192.168.1.254'
    DNS=('212.147.10.180' '212.147.10.162')
    network is ok. Below some command outputs:
    gabx@hortensia ➤➤ ~ % ip addr
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    2: enp7s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 14:da:e9:b5:7a:88 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.87/24 brd 192.168.1.255 scope global enp7s0
    valid_lft forever preferred_lft forever
    gabx@hortensia ➤➤ ~ % route
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    default dsldevice.lan 0.0.0.0 UG 202 0 0 enp7s0
    192.168.1.0 * 255.255.255.0 U 202 0 0 enp7s0
    hortensia.lan localhost.local 255.255.255.255 UGH 202 0 0 lo
    gabx@hortensia ➤➤ ~ # iptables -nvL --line-numbers
    Chain INPUT (policy ACCEPT 90 packets, 18862 bytes)
    num pkts bytes target prot opt in out source destination
    Chain FORWARD (policy DROP 0 packets, 0 bytes)
    num pkts bytes target prot opt in out source destination
    Chain OUTPUT (policy ACCEPT 91 packets, 18210 bytes)
    num pkts bytes target prot opt in out source destination
    Now things start to be messy when I want to start the bridge netctl profile
    Description="Bridge connection to container"
    Interface=br0
    Connection=bridge
    BindsToInterfaces=(enp7s0)
    IP=static
    Adress=('192.168.1.94/24')
    when I start this profile, this leave me with a broken network and I can not browse the web. Below some command outputs:
    gabx@hortensia ➤➤ ~ % ip addr
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    2: enp7s0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master br0 state UP group default qlen 1000
    link/ether 14:da:e9:b5:7a:88 brd ff:ff:ff:ff:ff:ff
    8: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
    link/ether 14:da:e9:b5:7a:88 brd ff:ff:ff:ff:ff:ff
    gabx@hortensia ➤➤ ~ % route
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    Why can't I see the br0 and enp7s0 IP in the $ ip addr command output ?
    I tried some other profiles, but it didn't change. I tried : BindsToInterface0(); adding Gateway and DNS
    Some user tolde me on the mailing 
    Leonid Isaev wrote:* Populate the iptables FORWARD chain to route traffic from your physical
    interface to the bridge and back.
    but I am not sure how to do this.
    Thank you for some help as I already spent days and days on this issue.
    Last edited by gabx (2014-02-28 18:26:07)

    After playing with many netctl profiles in many orders, I found that the bridge profile has to started first and not bind to Ethernet device.
    The two following profiles do the job :
    /etc/netctl/bridge-hortensia
    Description="Bridge connection to container"
    Interface=br0
    Connection=bridge
    BindsToInterfaces=()
    IP=no
    SkipNoCarrier=yes
    /etc/netctl/static-hortensia
    Description='hortensia static ethernet connection'
    Interface=enp7s0
    Connection=ethernet
    After=(bridge-hortensia)
    IP=static
    Address=('192.168.1.87/24')
    Gateway='192.168.1.254'
    DNS=('212.147.10.180' '212.147.10.162')

  • What is up with my "Keywords & Containing Keywords" box?

    I have the Time Warner Center location in New York City nested this way:  WORLD REGIONS & COUNTRIES>North America>United States of America>New York>NYC>New York City>Manhattan>Time Warner Center.
    After uploading images to LR2 I began keywording by typing "Time Warner ..." and then it autofilled the rest. I entered the keyword.  After I did so, I switched to the "Keywords & Containing Keywords" box and this is what I saw.  Is this what is going to appear when I export the file to my PhotoShelter archive?  I've not seen this before and don't understand what has caused it.  It is crazy. 

    It looks like this because you have duplicate keywords in your Lightroom catalog — one in an hierarchy and one stand-alone. For example, if the keyword panel shows you a keyword in a form of "Manhattan > New York", that mean that you have applied the hierarchical Manhattan keyword, but the catalog also has a stand-alone Manhattan. Check you keyword list to see.
    When you export, the keywords will be exported as a flat list, not as a hierarchy and they will not contain the ">" symbols. All keywords in an hierarchy tree will be exported (as stand-alone flat keywords), except those that have "Include on Export" deselected in their properies (right-click a keyword in the keyword list to check this).

  • Bridge CS4 Keyword Search problems

    Hi everyone,
    I upgraded to Photoshop CS4 on the big day and have been trying to do some searches in Bridge. My keywords seemed to have transferred over from CS3 to CS4 just fine. At least, my files are showing the keywords I had tagged in CS3. The problem is that when I do a Find, no items are coming up. This happens whether I do Edit > /Find or use the new Quick Search bar. Anyone know if this is a bug? Or if there is something else I need to do?
    Thanks! :)
    Jan

    Hi Bart,
    Thanks for responding. :)
    Yes, I'm searching the current directory and I can see the keywords in the filter tab. I hadn't tried the spotlight-based search before. I just did that and that did work, even tho the Bridge-based search doesn't. So that's good. But searching on anything, even any elements of the filename, do not work for me using Find.
    But at least the spotlight based search works, so that will do.
    Thanks so much for your help, Bart. :)
    Jan

  • Lost Bridge CS3 keywords after upgrade to Leopard

    So I have have spent many, many man hours assigning keywords to images in Bridge CS3. I then recently upgraded the computer from OSX Tiger to Leopard (not Snow Leopard).
    I use Filters to get at the exact images that I am interested in previewing. The first indication that something is wrong is there is far too few hits for the filter I am executing. So I go into the whole image gallery and notice that the images that should have keywords no longer have them.
    Also, attempting to add keywords now fails. I assign one, go to another image, come back and no keyword assignment, gone.
    During the OS upgrade I saved all support files, including preferences. Those are there including some keywords from before but not all.
    Does anyone know how I can recover the other keyowords and how I can get the new ones to stick?
    Thanks so much, I am really shut down until I figure this out. My image Library is somewhere north of 35,000 images.

    This happened to me too. I spent hours keywording my images, and now almost all of them are gone! Oddly enough some pictures still have keywords left on them, but most does not. I can still find images with keywords through spotlight, but Bridge seems to not notice that they are there.
    Is there a way to manually make Bridge aware that these images does in fact have keywords?
    Edit: I forgot to say that I just upgraded to Snow Leopard.

  • Bridge Bugs ( v 5.0.0.399 x64 )

    System:
    Windows 7 64x
    AMD Phenom II X6
    16GB RAM
    Radeon HD 6950 2GB DDR5
    20mbs Cable Internet
    Bugs:
    1. Wrong Bridge opens
    2. Empty File Type Associations
    3. File Type Associations do not appear
    Details:
    WRONG BRIDGE OPENS
    System setup:
    CS4, installed and deactivated.
    Steps to duplicate:
    Deactivated CS4.
    Installed Creative Cloud CS6 applications.
    All newly installed apps open properly through Start Menu.
    Right-Clicked on Bridge icon, added to Task Bar.
    Click on Bridge icon in task bar.
    Bridge CS4 opens.
    NEXT STEPS
    CS4 became activated during install of CS6.
    Re-deactivated CS4.
    Uninstalled CS4.
    EMPTY FILE TYPE ASSOCIATIONS
    Uninstallation of CS4 removed all existing File Type Associations in Bridge CS6.
    FILE TYPE ASSOCIATIONS DO NOT APPEAR
    Manually added file type associations, such as .jpg to Photoshop.
    Steps to duplicate:
    Navigate to folder of .jpgs
    Select more than one .jpg to open in Photoshop.
    Right-click to open in Photoshop.
    Pop-up menu displays no option to select Photoshop.

    Stephen Buck wrote:
    NEXT STEPS
    CS4 became activated during install of CS6.
    Re-deactivated CS4.
    Uninstalled CS4.
    EMPTY FILE TYPE ASSOCIATIONS
    Uninstallation of CS4 removed all existing File Type Associations in Bridge CS6.
    Your problems are with the uninstall of CS4.  Uninstalling old verson is known to disrupt file associations. 
    One way to get things back to normal is to uninstall everything, run the Adobe Script Cleaner, then re-install.
    If you want old and new versions on computer install in order.
    Does this answer your question?

  • Can I use Bridge CS4 Keyword File in PE10?

    I have a nice structured keyword list in PE8's Bridge CS4; I want to use it in PE10's organizer. When I import photos, PE10 brings the keywords for those pix, but not structured with sub keywords.
    For example:
    Places
    North Carolina
    Chapel Hill

    Thought that might be the case - remake it is then. Thanks Bob.
    Alastair

  • Keyword Containing Count Missing in LR3

    In LR2 the keywords panel shows a count for the parent keywords, in LR3 this seems to be missing. For example I have a New Zealand keyword tag under Country which has a count of 17. Below this NZ keyword are North Island and South Island with counts of 2197 and 8132 respectively. In LR 2 there is a total of these two keywords showing against the parent keyword of New Zealand. Is there an option I need to have checked or something like that? The North and South Island keyword options are checked for export containing keyword, and they show under the Will Export Keywording panel. Seems a little confusing, obviously this is also happening for other countries and other keywords with children, e.g. wildflowers under flora....

    As Lee Jay has pointed out, this is by design. Lightroom now only displays a count for explicit keywords.

  • Bridge CS3 keyword panel search window missing

    I am running Bridge CS3 (version 2.0.0.975) on a WinXP desktop and a Win7 laptop. The search window on the keyword panel has disappeared on the laptop, but not on the desktop. I've looked through the Bridge preferences and don't see a setting that would control this, and I haven't found any context menu that would allow me to customize the panel. Can anyone tell me how to get the keyword search window back on my laptop?
    Thank you,
    Terry

    Im geting the same... I tried refreshing cache etc... but no avail...

  • Bridge CS5 Keyword User Info

    I am using Bridge CS5 to label almost 100,000 files, mostly jpegs, tifs, psds.
    After finishing this project, I am anxious about not having to repeat it. I am looking for information about copying/backing up the work I have done.
    I keep 3 separate copies of my photo library on 3 separate, external SATA hard drives. I am performing this keywording on one backup copy. When finished, is there a file or folder that maintains all of the data regarding the keywording that I can copy to the other two hard drives or is the keyword data part of each individual file. If so, I would recopy the entire photo library to the other two hard drives. I am assuming the keywording would then be copied also.
    Any suggestions from this forum regarding this project and answers to my specific inquiries would be appreciated.
    John

    The keyword directory is kept in user/app data/adobe/bridge/keywords
    The keywords themselves are written to the images so you would need to copy the images.  There may be a way to just copy the keywords, but if so it would be a script.
    If you use RAW files the keywords may be stored in the XMP file.  Make sure this file is copied with the file or you will loose the edits.  This can be a problem if copying to another drive and you do not have "export cache to folder" turned on.  It is a hidden file and can be turned on and off in View.
    Also, be aware that in some cases writing to external drives can be a permisson problem.  If this occurs it can be circumvented by right clicking on Bridge icon and choosing "run as administrator".

  • Where are Bridge's keywords stored?

    Hey I am using Bridge CS3.
    My image storage methodology in brief:
    I have a partition on my main work station that acts as my image storehouse. I have the same on my laptop. I have Bridge pointing at those partitions, receptively on each computer.
    When in the field I use the laptop as dump for the cards that I fill from the digital camera. I do some work in the field, on the laptop, such as rotating, sorting and some basic metadata work like keyword assignment.
    When I get back to the main workstation, I copy the image material over from the laptop just as I had arranged them in the field. The beauty of this methodology, with Bridge's help, is that the rotations and keywords, written to the metadata, stick to each image.
    But there is one problem that does drive me crazy.
    I have a lot of keywords and I organize them in sets but when I open my transfered images I do not get the set that was on the laptop or vice versa. Instead I get my assigned keywords in 'Other Keywords"
    I would like to copy the set from one computer to the other so that each was the same setup. But I cannot locate where these keywords are stored for the Bridge application. I looked in the Bridge application folder, I looked in the user library, Adobe folder, Application Support, I even looked into the App's package contents. Nothing is leaping out at me as the obvious place, nothing is labeled keywords.
    Can someone tell me what file or applet this information is stored in?
    Thanks a million times.

    Beverly,
    As a cautionary note, I absolutely and utterly detest and despise iPhoto.
    Having gotten that out of the way, in Bridge you don't have to deal with libraries or albums, and you don't need to
    "import" anything. If the Finder can see it, so can Bridge--in the same place.
    You can use either the Finder
    or
    Bridge to move and organize your files any way you want, and the files will be visible to both applications.
    iPhoto hides your imported photos in packages the Finder and other applications can't access. Neither can iPhoto see or find photos you haven't "imported" into its libraries.
    Bridge can see, browse and hand to other applications all kinds of files, not just photos, like PDFs, Illustrator file, MS Word files, text clippings, picture clippings, whatever.
    Read the manual, the help files, the video tutorials accessible through Bridge home on your machine, etc. You can also google
    Adobe Bridge Tutorials.

Maybe you are looking for