Search on attributes stored in categories

Using the 9iFS Java/JSP API how is it possible to specify searches on attributes stored in categories (like the "ImageWidth" attribute in the INTERMEDIAIMAGE category).
I'm currently doing it manually by comparing the attribute values for each document, but it doesn't appear to be efficient.

Hi Vipul - Have you considered using BCS to connect to Oracle (i.e. set up an external content type) and then indexing the data?
There are details here:
http://blogs.msdn.com/b/ericwhite/archive/2010/04/28/searching-external-data-in-sharepoint-2010-using-business-connectivity-services.aspx
Once you have mapped the BCS fields to managed properties then you can perform a regular field search - e.g. ClientName:Microsoft
Please remember to mark your question as answered and vote it helpful if this solves or helps with your problem. *******************************************************************************************************

Similar Messages

  • How to set Max Rows when I search extended attribute in Admin Setting?

    When I search extended attributes in Admin Setting, the default max row is 500.
    Can I change the Max rows' Setting?
    Thanks

    We don't have a feature config for this in the core application, however you can adjust the 500 limit using a ready report.  Ready Reports is a solution pack that allows you to create saved searches in the form of reports.  You can get the ready reports solution pack in the latest extensibility pack.

  • Can we make LOV search window attribute should n't case senstive

    Hi,
    I need to make LOV search window attributes not case senstive is it possible, because on search criteria we can make but how can we do this in LOV?

    Hi Thack
    Your comments are welcome.
    Besides posting your comments here, you also need to post it in the official feedback thread. These poasts really are sent directly to the beta team and they really do read them. The more feedback they get on specific changes, the more likely those changes are to be implemented.
    Go to the following thread. Click the Reply Button on the first post and write your comments.
    Have Comments about Windows 7 RC?
    All of the posts in that thread are collected, periodically and sent directly to the Beta Team.
    Hope this helps.
    Thank You for testing Windows 7
    Ronnie Vernon MVP

  • Custom User Attributes stored?

    Hi,
    I would like to know which table in Database, user attributes like firstname, lastname, email, custom attributes if any are stored. I know that some of the attributes like islocked, failedlogonattempts are stored in <b>ATTR</b> field of <b>UME_STRINGS</b> and their values stored in <b>VAL</b> field  in the same table.
    Can anyone help me in identifying the table in which attributes stored and how altering the table to add extra custom attributes other than the <b>UME APIs</b>?
    Thanks in advance....
    Regards,
    Ganesh N

    Hi Ganesh
    I'm not sure why you'd want to get to the table(s) directly. Why not use the supported mechanism (APIs) rather than hope SAP never changes the underlying tables?
    Have you tried a SQL trace at the J2EE level?
    Cheers

  • I have deleted a contact but it has reappeared when I go to message in search but not stored as a contact anyone know why ? Please

    I have deleted a contact but it has reappeared when I go to message in search but not stored as a contact anyone know why ? Please

    It's stored in your autocomplete cache memory, which is separate from your contacts.  Unless something has changed recently, the only way to remove it would be to restore the phone as new, without using your backup.  You could check over in the Using iPhone forum to confirm this.

  • I cant seem to find autodance in the app store I've tried searching it and looking in categories but these two people I know got it

    I can't seem to find autodance, I've tried searching it but it is not there and I also searched in categories butit was not there and I really want autodance.

    Are you talking about this App?
    http://itunes.apple.com/gb/app/just-dance-3-autodance/id468655017?mt=8
    B-rock

  • Trex Search Error : attribute value is not a date or wrong syntax

    Search Failure
    Error during search occurred - com.sapportals.wcm.WcmException: attribute value is not a date or wrong syntax

    Yes, Let me know if you know about it.
    Thanks
    Deepak

  • Where is the "Icon Display Period" attribute stored?

    G'day All,
    I have a procedure that needs to referenece the "Icon Display
    Period" attribute for a particular content area (this is normally accessed via
    the Content Area properties page). Try as I might, I cannot track down
    the table/column that stores this little gem of a value:-( Anyone have
    any ideas where this might be located?
    Cheers
    Kal.

    G'day Sharmila,
    Thanks for your quick response:-) Unfortunately neither WWV_THINGS nor WWV_CORNERS
    seems to contain what I'm looking for (either that or I'm really missing something here).
    My understanding is that WWV_CORNERS contains information about individual folders.
    I use this table to get the UPDATEDATE and CREATEDATE attributes to which I want to
    compare the difference between the current date and the "Icon Display Period".
    WWV_THINGS seems to contain information about idividual items but I'm only really
    interested in folders for the moment.
    Now "Icon Display Period" seems to be a content area wide property. The default is 7 days.
    I've looked at tables like WWSBR_ALL_CONTENT_AREAS and WWSBR_ALL_SITES
    but they don't seem to hold very much information at all:-( Hmmm ... just looking at the Content
    Area Properties page and there seems to be quite a lot of information there. Surely It must
    be stored somewhere?
    Anyone have any ideas?
    Kal.

  • Can ultra search portlet search html pages stored outside of portal

    I have some html pages stored on my hard drive. I would like to search these from my portal page using the ultrasearch portlet.
    Is this possible?
    Thanks.

    In answer to your question Ultra Search can search content from a number of sources, including websites files on the file system and of course, Portal.
    The built in Portal Searching functionality can search files on a filesystem but only by creating URL items where the URL is a file:// URL that points to the file on a filesystem that is local to the Portal repository database.

  • Searching LDAP attributes after Authentication

    All,
    Thanks to Tyler Muth's blog posting on Secure LDAP, I have been able to get authentication working with our SunOne LDAP using a custom authentication scheme. Apex does not natively support SSL authentication where you have to use a secure bind to LDAP with a service DN (which has its own service userID and password) before passing on username, password of the actual user.
    Now I am trying to retrieve attributes on that authenticated user -- attributes that are in the LDAP directory like, department, title, etc. Does anyone have some suggestions -- code examples would be great? I looked at the example in Pro Application Express book but what confuses me is how do you pass the username that you already have from the authentication back to a function call to do the 'dbms_ldap.search'. The authentication function closes the LDAP session once the user is authenticated. So now I am in the application with that 'APP_USER'. I believe I now have to do the following steps but not sure how to accomplish them:
    1.) I need to re-open an LDAP session ( I assume I still will need to re-bind with LDAP using my service Dn and service password as in the custom Auth that was just done).
    2.) I need to pass to the LDAP search the current 'APP_USER and start retrieving the other attributes-- our LDAP admin says that I can perform the search on that 'UID" as it is in our LDAP store.
    3.) There is code on a custom LDAPQuery function (built on dbms_ldap.search) in "Pro Oracle App Express" but it sends the data to a table and then does a query on the table to retrieve attributes.
    The code in "Pro App Express" does not require that initial Service DN (service username, password) secure bind (assigned to me by our LDAP admin). It looks like it is assuming the binding user is the user whose attributes are sent in the LDAPQuery function call (user and password parameters), but that is not the case in my situation. I want to query based on the currently logged in 'APP_USER' and retrieve attribute data into Form input items on the page the user has just authenticated into.
    Any help would be appreciated -- especially if you have done this already and have some sample code!
    Thanks,
    Pat

    Hi, Shijesh,
    I first wanted to test out the LDAP search outside of Apex and tried the following anonymous block:
    Declare
    retval PLS_INTEGER;
    l_dn VARCHAR2(1000);
    l_session DBMS_LDAP.session;
    l_attrs DBMS_LDAP.string_collection;
    l_message DBMS_LDAP.message;
    l_entry DBMS_LDAP.message;
    l_attr_name VARCHAR2(256);
    l_vals DBMS_LDAP.string_collection;
    l_ber_elmt DBMS_LDAP.ber_element;
    begin
    ---next 3 lines were set to be exactly same as used in my LDAP authentication which works fine with pre-defined global for host and port
    ---I put my own UID in for 'user_id'
    l_session := dbms_ldap.init(ldap_globals.g_host, ldap_globals.g_port);
    retval := DBMS_LDAP.open_ssl(l_session,'file:/var/opt/ORACLE/wallet_location','wallet_pswd',2);
    retval := dbms_ldap.simple_bind_s( l_session, 'ldab_admin_user', 'admin_pswd')
    l_attrs := 'ndtitle, title,nddepartment';
    retval := dbms_ldap.search_s( l_session ,
    ldap_globals.g_search_base,
    dbms_ldap.scope_subtree ,
    '(uid=user_id)',
    l_attrs ,
    0 ,
    l_message);
    l_entry := dbms_ldap.first_entry( l_session , l_message);
    l_dn := dbms_ldap.get_dn( l_session , l_entry);
    l_attr_name := dbms_ldap.first_attribute(l_session , l_entry , l_ber_elmt);
    dbms_output.put_line ('Attribute:' || l_attr_name) ;
    l_vals := dbms_ldap.get_values( l_session , l_entry , l_attr_name);
    dbms_output.put_line('Value:' || l_vals(0));
    l_attr_name := dbms_ldap.next_attribute(l_session , l_entry , l_ber_elmt);
    dbms_output.put_line ('Attribute:' || l_attr_name) ;
    l_vals := dbms_ldap.get_values( l_session , l_entry , l_attr_name);
    dbms_output.put_line('Value:' || l_vals(0));
    l_attr_name := dbms_ldap.next_attribute(l_session , l_entry , l_ber_elmt);
    dbms_output.put_line ('Attribute:' || l_attr_name) ;
    l_vals := dbms_ldap.get_values( l_session , l_entry , l_attr_name);
    dbms_output.put_line('Value:' || l_vals(0));
    retval := dbms_ldap.unbind_s( l_session );
    end;
    I get the following error which is pointing to the line with my 'dbms_ldap.simple_bind_s' which was copied exactly from my authentication function which works.
    ORA-06550: line 15, column 14:
    PLS-00382: expression is of wrong type
    ORA-06550: line 15, column 3:
    PL/SQL: Statement ignored
    Do you see what might be causing the error?
    Thanks,
    Pat

  • Search according IPTC field "other categories"

    Hi,
    Is it possible to search in the IPTC field "Other Categories"
    or to customize the search engine in this way?
    I have some of my picture grouped with specific names in the "Other Categories" field, put the search gives no output, regardless what search
    criteria is selected (IPTC, ALL..)
    Did I miss something or is it currently not available?
    Thanks,
    Regards Robert

    LR doesn't seem to be very consistent in what you can or can't search for using Find. I did some quick tests on some of the fields, and found this:
    With "IPTC" selected for the Metadata panel...
    Under the Content section, you can search for:
    Headline
    Caption
    IPTC Subject Code
    Description Writer
    You can't search for:
    Category
    Other Categories
    Under the Status section you can search for all the fields:
    Title
    Job Identifier
    Instructions
    Provider
    Source
    Why can't you search for Categories or Other Categories? Is this a bug, or one of those intended design things? Maybe someone in the know can clarify.
    Also, if there's a list somewhere of what can searched, and more importantly what cannot, it would be helpful.

  • Formatted Search calling a stored procedure

    Hello all,
    I am having a problem getting a formatted search to work when I call a stored procedure from SAP (I am doing this because of a bug we discovered and need to get the client live Feb 1).  The stored procedure works fine when passing variables from within SQL Server, but fails when using SAP.  The problem seems to be where I need to get a UDF from the item master table, but not sure.  Thanks in advance
    The call from SAP query is:
    declare @LineType as varchar(6)
    declare @Width as numeric (19,6)
    declare @LI as numeric (19,6)
    declare @LN as numeric (19,6)
    declare @LD as numeric (19,6)
    declare @HI as numeric (19,6)
    declare @HN as numeric (19,6)
    declare @HD as numeric (19,6)
    declare @QtyOrd as numeric (19,6)
    Select @Width = $[OITM.U_WTH]
    FROM OITM
    WHERE OITM.ItemCode = $[$38.1]
    exec TBC_CHOP
    @Width,
    @LineType = $[$38.U_LINETYPE],
    @LI =$[$38.U_LI],
    @LN =$[$38.U_LN],
    @LD =$[$38.U_LD],
    @HI = $[$38.U_HI],
    @HN = $[$38.U_HN],
    @HD = $[$38.U_HD],
    @QtyOrd = $[$38.U_QTYORD]
    The stored procedure is:
    set ANSI_NULLS ON
    set QUOTED_IDENTIFIER ON
    go
    -- =============================================
    -- Author:          <Mark Rueff
    -- Create date: <Jan 5, 2009>
    -- Description:     <Chop Calculation>
    -- =============================================
    ALTER PROCEDURE [dbo].[TBC_Chop]
         -- Add the parameters for the stored procedure here
    @LineType AS varchar(6) ,
    @Width AS numeric(19, 6),
    @LI AS numeric(19, 6) ,
    @LN AS numeric(19, 6),
    @LD AS numeric(19, 6),
    @HI AS numeric(19, 6),
    @HN AS numeric(19, 6),
    @HD AS numeric(19, 6) ,
    @QtyOrd AS numeric(19,6)
    AS
    BEGIN
         -- SET NOCOUNT ON added to prevent extra result sets from
         -- interfering with SELECT statements.
         SET NOCOUNT ON;
        -- Insert statements for procedure here
    SELECT
    CASE
    WHEN @LineType = 'c' AND @Width >= 3
    THEN ROUND((((ROUND((((@Width * 10) + 5) / 10), 1) * 8) + (((@LI + (@LN / @LD)) + (@HI + (@HN / @HD))) * 2) + 4) / 12) * @QtyOrd, 1)
    WHEN @LineType = 'c' AND @Width < 3
    THEN
        CASE
        WHEN RIGHT(CONVERT(int,(@Width * 10)), 1) > 0 AND RIGHT(CONVERT(int, (@Width * 10)), 1) < 5
        THEN ROUND(((((ROUND((@Width - 0.5), 0) + 0.5 * 8)  + (((@LI + (@LN / @LD)) + (@HI + (@HN / @HD))) * 2) + 4) / 12) * @QtyOrd), 1)
        ELSE ROUND((((ROUND(@Width, 0) * 8) + (((@LI + (@LN / @LD)) + (@HI + (@HN / @HD))) * 2) + 4) / 12) * @QtyOrd, 1)
        END
    WHEN @LineType = 'j' AND @Width >= 3
    THEN ROUND((((ROUND((((@Width * 10) + 5) / 10), 1) * 8) + (((@LI + (@LN / @LD)) + (@HI + (@HN / @HD))) * 2) + 4) / 12) * @QtyOrd, 1)
    WHEN @LineType = 'j' AND @Width < 3
    THEN
        CASE
        WHEN RIGHT(CONVERT(int, (@Width * 10)), 1) > 0 AND  RIGHT(CONVERT(int, (@Width * 10)), 1) < 5
        THEN ROUND(((((ROUND((@Width - 0.5), 0) + 0.5 * 8) + (((@LI + (@LN / @LD)) + (@HI + (@HN / @HD))) * 2) + 4) / 12) * @QtyOrd), 1)
        ELSE ROUND((((ROUND(@Width, 0) * 8) + (((@LI + (@LN / @LD)) + (@HI + (@HN / @HD))) * 2) + 4) / 12) * @QtyOrd, 1)
        END
    WHEN @LineType = 'r'
    THEN ROUND(((((@Width * 2) + (@LI + (@LN / @LD))) / 12) * @QtyOrd), 1)
    WHEN @LineType = 's'
    THEN @QtyOrd * 1.5
    WHEN @LineType = 'o'
    THEN @QtyOrd
    WHEN @LineType = 'l'
    THEN @QtyOrd
    ELSE 0
    END
    END

    Mark,
    I believe the syntax of your formatted search is not right. I guess you are trying to get the U_Width from Item Master and the other values from the current form.
    SELECT @Width = T0.U_WTH FROM [dbo].[OITM] T0.WHERE T0.ItemCode = $[$38.1.0]
    EXEC TBC_CHOP @Width, $[$38.U_LINETYPE.0], $[$38.U_LI.0], $[$38.U_LN.0],
    $[$38.U_LD.0], $[$38.U_HI.0], $[$38.U_HN.0], $[$38.U_HD.0], $[$38.U_QTYORD.Number]
    If you see I have added a third parameter which is the Type to the formatted seach field selection $[$Item.Column.Type]
    I have made then all 0 but you may change it as per the col type.  This Type should be 0 for Char type columns, Number for numeric columns and Date for Date type cols
    Suda

  • SAF TREX search how to search multiple attributes

    Hello,
    Any of you programmed in the SAF framework? I need some code help to search for multiple attributes.
    example: I want to do a search like this
    attribute 1 `Description` = Robotarm AND
    attibute 2 `Problem` = blocked
    I can search only on one attribute at a time.
    I use
    cl_crm_saf_se_trex_abap
                if_crm_saf_se_genil~search
    and also tried the function module contained in it
                TREX_EXT_SEARCH_DOCUMENTS
    Although I make query it does not seem to work for multiple attributes. Can any of you give a code sample.
    Best Regards,
    Frederik Defour

    Hallo,
    the reason why your query did not work ist simple: you have to tell TREX about the AND operator as well. Here in an example how the query table could look like:
    LOCATION     | VALUE1          | ROWTYPE          | OPERATOR
    |--||--
    short_text     | my product     | ATTRIBUTE          | EQ
    AND          
    OPERATOR          
    BRACKET_OPEN     
    article_type     | 15          | ATTRIBUTE          | EQ
    OR          
    OPERATOR          
    article_type     | 07          | ATTRIBUTE          | EQ
    OR          
    OPERATOR          
    article_type     | 99          | ATTRIBUTE          | EQ
    BRACKET_CLOSE     
    I hope this helps
    Best regards,
    Martin

  • DPS 6.3.1 uid added as a search return attribute?

    When I do a search against the dps and state attributes to be returned, uid is appended to them. Why? Not sure what is causing this. Thanks.

    Standard ldapsearch both anon and authn with attributes set to be returned of "cn mail" for example
    ds access log:
    SRCH base="o=company" scope=2 filter="(cn=stan man)" attrs="cn mail uid"
    Note uid appended to the return attributes in ds access log. uid is not returned as a search result. This occurs only when search is done through dps, not in a search to the ds.
    However I do have a request filter that matches on uid for the connection handler. I am thinking that is what causes the uid to be appended as an attribute but not returned in the search. Either that or ds access log error.

  • Searching UME attributes directly in SearchQueryListBuilder

    Hello Experts,
    I designed a custom Who is who application where the user should have the possibility to enter attributes directly in special edit fields.
    To search in the UME index I build up a SearchQuery with this code:
    SearchQueryListBuilder queryBuilder = new SearchQueryListBuilder();
    queryBuilder.setSearchTerm(queryString);
    queryBuilder.setSelectedSearchAction("FUZZY");
    IQueryEntryList qel = queryBuilder.buildSearchQueryList();
    is it possible to search directly in the UME attributes of the user (e.g. for the lastname)
    Is it possible with the set of custom properties? May the code be like this?
    queryBuilder.setSelectedCustomProps("attribute_name")
    How should the attribute name should be structured so it works for e.g. the lastname?
    What I also tried is to build up the connection to the attribute in the query string:
    e.g. querystring = "lastname : querystring"
    but this variant doesn't work if you enter a lastname like Sm*th for Smith
    Please help me.
    Thank you
    Best Regards
    Frank

    The correct syntax is:
    queryBuilder.setSelectedCustomProps(ume:lastname(value=Smith))

Maybe you are looking for

  • Falha no Processo de Aprovação

    Olá Bom dia! Estou com hum Problema no Processo de aprovação de Cotação de Vendas, Pedido de venda, onde: SBO 9 PL 11 Meu Modelo de aprovação tem um seguinte Regra: Todo Documento Gerado abaixo de hum "valor Unitário" 'X' temque ir para aprovação. Ex

  • What are the compatible applications to nano 4th gen?

    What are the compatible applications to nano 4th gen?

  • People picker works in Central Admin but not other site collections

    Hello I am having a sudden problem with adding users to permissions for document libraries. It appears to only affect the main site collection. The people picker displays some users that are already in site collection when you start typing letters of

  • Material creation date for perticular plant

    Hello Experts, I have four plant have a same material,so i want to see the material creation date by plantwise.Please suggest me where can i see the material creation date by plantwise? Bcz. I want to develop report for this. Thanks & Regards, Vinay

  • RegisterClassAlias

    I have defined a custom class: public class Chat public function Chat (tye:int, date:Date) I have to save some object of this class in a SharedObject (or in a file with AIR), so I tried using registerClassAlias("ChatAlias", Chat). The problem is: whe