PLM Enterprise search integration

Hello,
We are using both PLM & MDG-M.... In PLM enterprise search, I'm getting the search options as below...
1. In this, I want to rename the Material as MDG Material. <I tried renaming the description in Modeler, But it doesn't help >
2. If I search for material either selecting the Material option or All objects, For material, It should go to MDG search not the PLM search.....
<I tried modifying the PLM search in SPRO.... But I want to know the MDG search class name and other details >
Kindly advice.... Thanks!!
Regards,
Saravana

Hi,
it depends on the release of NetWeaver Enterprise Search you are using.
If you have installed Enterprise Search 7.2 than you can use different technics for integrate a 3rd party search engine.
But if your 3rd party search engine supports OpenSearch (see OpenSearch.org) than you can use this.
NetWeaver Enterprise Search 7.2 supports OpenSearch Interfaces.
Best regards
Frank

Similar Messages

  • Oracle Secure Enterprise Search integration with Hadoop

    Hello Guys,
    I am currently exploring Oracle SES for performing search across all enterprise information assets. One of my asset is a Hadoop system holding a huge dump of data.
    Does SES have out of box integration with Hadoop (hdfs) or is there any specific connector available that can be used to make the connection and search data.
    I am new to Oracle SES, appreciate if someone could answer this question.
    Thanks,
    Sooraj

    It can be done but it's not easy.
    Federation is done through the Web Services API. To create a custom federation to a non-SES endpoint, you have to replicate most of the Web Services API. You can choose to do it selectively, for example you can choose to implement doOracleSearch but not doOracleAdvancedSearch or doOracleBrowseSearch (names from memory - could be wrong) which would give you the basic search capability but no advanced search or browse against the federated source.
    Then you've got the problem of merging results. When all federated sources are SES based, it's easy to merge them. You know that a document which scores 63 fron one source is more accurate than one that scores 62 from another, and so should appear higher in the hitlist. But if one of those sources is - say - Bling, then how do you that 63 as a score from Bling is comparable to 63 as a score from SES? They're probably not comparable.
    These are the reasons that mention of federation to external sources was removed from the 10.1.8.4 documentation, it was felt that it just wasn't practical for most users.
    A rather better alternative is to use the Suggested Content feature. This is MUCH easier to configure, and doesn't attempt to merge the results. From a user's point of view this may be less desirable than a merged result set, but given that any such merge probably won't work well, it's really better all round.

  • MDGM WEB UI Enterprise search details

    Hello,
          I'm integrating PLM Enterprise search and MDGM enterprise search in PLM 7. I would like to know the technical details of MDGM search...
    I want to know the Result class name, Key class name and Config ID related to MDGM enterprise search... Thanks!!
    Regards,
    Saravana

    One new learning is that.... During the connector creation, We didn't get the PLMWUI as the selection possibility in software component....
    The reason for not getting the PLMWUI  as selection possibility at the creation process of your Connectors at the ESH_COCKPIT transaction, because we had created the connector MDG or with the MDG connector underneath. This connector is on top of the software component SAP_APPL and  the PLMWUI connector is also on top of the software component SAP_APPL. Parallel working of these connectors were restricted by SAP.
    Now, Workaround was given by  SAP. New Header Sotware Component was created. MDG and the PLWUI Software Component were put underneath.

  • PLM 7 and Netweaver Enterprise Search

    We installed PLM 7.0. We also had an existing TREX server and we set that up to do indexing in ABAP. Now we have a requirement to use PLM UI on the portal and we need the search results to display there. All the docs I have read are basically saying we have to use Netweaver Entrprise Search for any search to work within the portal. Can anyone confirm this? Or maybe does anyone know if its possible to display search results in the portal just using TREX and embedded search.
    Any suggestions are greatly appreciated. Thanks for your help in advance.

    HI Storm,
    We are in the same decision making for moving from TREX 7.0 to 7.1 with Enterprise Search Functionality as we are planning to go for SAP PLM 7.0.
    We have gone thru no of documents & presentation which suggest to go for TREX 7.1 for SAP PLM 7.0 (which is access able thru EP or using the NWBC)  to take advantage of the Enterprise search functionality.
    you can reffer to following notes
    SAP Note 1164979
    SAP Note 1266024
    SAP Note 1249465
    thanks
    john
    Edited by: johnpp on Feb 12, 2011 10:43 AM

  • Integration of Oracle RDF and Enterprise Search

    Hi,
    Has anyone tried integrating Enterprise Search with the new RDF feature to enable true semantic search?

    It would be interesting to hear from people who have tried this in an application.
    As an FYI, using RDF query capabilities in Oracle, simple PL/SQL code can be written to do this. Consider search based on a query term X. SDO_RDF_MATCH can be used to find all terms related to X in a given ontology/RDF data set. All these terms can then be used in the 'Contains' operator that is part of Oracle Text, to find all documents in a table that contain any of those terms. We have some sample code to do this, if you are interested write to me at melliyal <dot> annamalai <at> oracle <dot> com. Tighter integration is being planned in a future release as well.
    RDF queries can be also combined with other relational queries. An example in Oracle of simple SQL to combine querying RDF with a relational query is as follows:
    SELECT emp1.name, emp1.salary
    FROM emp1, TABLE(SDO_RDF_MATCH(
    '(?name :fatherOf :Matt)',
    SDO_RDF_Models('family'),
    null,
    SDO_RDF_Aliases(SDO_RDF_Alias('','http://www.example.org/family/')),
    null)) t where emp1.name=t.name;
    The father of Matt is found by querying the family model (represented using RDF) using SDO_RDF_MATCH, and his salary is found out by doing a join with the table emp. Since the output of SDO_RDF_MATCH is a table, it can be easily joined with other relational data.

  • Integration of TREX/Enterprise Search

    Hi,
    is it possible to integrate TREX/Enterprise Search into a web dypro application? That means the user can put a search string into an input field in a web dynpro application, the request goes to the TREX and the result will be shown in a web dynpro table.
    Are there any documentations? How to handle this? I couldn't find anything to manage this.
    Thanks.
    Regards, Susanne

    The ABAP Dictionary F4 Search Helps (transaction se11) are supported by Web Dynpro ABAP in the same way as with SAP GUI.
    Note that the function module TREX_EXT_SEARCH_DOCUMENTS is an SAP internal interface.
    It is not released for customer use, i.e. you cannot claim SAP support for your implementation.
    Instead you should use a released search framework, that resides on TREX.
    For details read SAP note 1254901 - SES for customer projects on TREX search
    If you need a cookbook, how to include your specific search help into a standard F4 search help, you can refer to SAP note 1345777 (FAQ SES), chapter 8.
    Cheers, Klaus

  • SAP-DMS and NetWeaver Enterprise Search 7.2

    Good day Experts,
    I will be thankful to you if anyone can help me with the following query.
    In SAP-DMS, we have got a reporting transaction CV04n which has got a facility to search for 'Text Search Within Original'. There is neat procedure if one wants to configure this feature for SAP-DMS. The procedure is as under
    (Re: Document text search in cv04n with TREX)
    1) Transaction: SRMO
    Install TREX search engine, and create RFC destination to connect to
    TREX.
    2) Transaction: SKPR06
    Check the flag to Document Area "DMS" to utilize this document area for
    document search.
    3) Transaction: SE38
    Run the report program "RSTIRIDX_REINDEX" to create Index.
    Also, run the report program "RSTIRIDX" to create Index as well.
    4) SPRO IMG customizing; (Create MIME Types)
    Cross-Application Components > Document Management System > General
    Data > Settings for Storage Systems > Create MIME types for full
    text search, Enter MIME type such as "application/msword",
    "application/pdf".
    5) Then, test retrieval document search using
    Transaction: SKPR07.
    Enter Document Class "DMS_PCD1", Language "EN", Document Class "DMS",
    and try "TEST search".
    We know from Karsten's SDN post (What is really 'SAP Netweaver Enterprise Search' ) that this feature is possible with NW Enterprise Search 7.2
    u201CWith SAP NW Enterprise Search 7.2 having collected the Embedded Search indexes, the local search functionalities stay active and at the same time SAP NW Enterprise Search enables central search access to all Embedded Search systems in the landscape.u201D
    Our query is as under
    Does SAP NW Enterprise Search 7.2 ; which has got its own integrated TREX engine needs assistance from TREX engine from our landscape to make this feature work. This is important becuase then we have to have two different set ups.
    A set up for SAP NW Enterprise Search 7.2 which is a separately licensed product.
    A set up for TREX engine which is part of NetWeaver  licence.
    Regards,
    Sham Bapat

    Good day Sham!
    The answer is:
    No, you will not need the local PLM TREX anymore, as soon as you have installed SAP NWES 7.2 and pointed your PLM there instead of the local TREX.
    And, I repeat, your local search functionality inside PLM will still work anyway.
    Best, Karsten

  • Can I configure Enterprise search to search a Relational database

    We have several legacy web applications. We are currently using coveo to search the relational databases. We create mapping xml file for the coveo indexing services. The coveo access the database using jdbc. It provides the ability to create uri for search result. The uri is invoked when the user clicks on search result.
    Can I setup something similar with SAP Enterprise search.

    Hi:
    SAP NetWeaver Enterprise Search contains an SAP NetWeaver BI instance within the architecture on the appliance.  You can utilize the BI features to extract data from your relational DataBase, then index that data into the TREX part of ES.  BI features both "DB connect" and "UD Connect", which give you techiques to connect the BI system to an external DataBase and extract data.  You will need to model a DataSource, but the features of SAP NetWeaver 2004s BI make this relatively easy.  Once you have a datasource, you can create an Open Hub destination for indexing (with a transformation and DTP to deliver the data), and create a process chain to extract and index the data.
    ES offers numerous DataSources "out of the box" for extraction from SAP ERP systems, you could follow the business content structure for those, but instead use DB connect or UDconnect to get the data from a non-SAP system.
    For more info on this, see the BI area of SDN and help.sap.com > NetWeaver > Key Capability > Information Integration > BI.
    Thanks for any points you choose to assign (they are the way of saying thanks on SDN).
    Best Regards -
    Ron Silberstein
    SAP

  • Talent Management - Talent Search and Enterprise Search

    Hi All,
    We are on ECC 6, Portal 7 SP3.
    We are using Talent Management Business Package. Under Talent Management-> Talent Information, there is an iView called Talent Search(which is based on the Webdynpro ABAP "hrtmc_search").
    For this Search functionality I have read that SAP Netweaver Enterprise Search is needed.
    My question is:
    1. Is TREX required for Talent Search. I've read that it can be integrated with Enterprise Search. Please note that we are not using KM and Collaboration. 
    2. Is it necessary to integrate AS Java with Enterprise Search since it will only be used for Talent Search iView which is in any case a webdynpro abap application.
    So in this case Enterprise Search will only be integrated with AS ABAP / ERP system - Is this assumption correct.
    Your input and help is much appreciated..
    RD

    Hi RD,
    the TREX you will need for this will be specific to HCM and called via HCM's own strategy in ECC 6.0. This - for all I know - should be through AS ABAP for indexing and AS Java for searching.
    This should have nothing to do with the Portal's access to TREX, as the functionality is HCM's, even if provided to Portal in an iView. For the specifics, please check your HCM Master Guide and other documentation and/or discuss with your technical consultant for ECC 6.0.
    Best, Karsten

  • Secure Enterprise Search Quality Support  - job requirement

    Greetings!!!
    We currently have the following requirement for the experience Consultants with one of our fortune clients. Please respond if you have any consultants available with the skill sets mentioned below.
    Quality Analyst REQ:
    Location : Indianapolis,IN
    I also would like for the resource to be knowledgeable in Global Privacy, CFR Part 11, GMP, GPP, GCP, and familiar with the Corporate Computer Systems policies and procedures. At a glance, below are some of the things I would need for the resource to do.
    Secure Enterprise Search Quality Support
    Local SOPs and Guidelines (Most of these are being neglected and we have an audit coming soon)
    · Validation Strategy
    · Testing Strategy
    · Personnel Training Qualifications
    · Data and Integration Architecture
    · Document Management Guidelines
    · Reports Management Plan
    Templates (Create and upload into GEL)
    · Create Peer Review Template
    · Create Data Conversion Template
    · Create Data Verification Template
    · Update RVD (Deborah has already created an initial RVD template. It is in GEL)
    · Update - - Release Plan and Release Notes Report Template (already in GEL)
    · Any additonal templates that may need to be created to improve future processes.

    Hi Joaquin,
    According to your description, the error occurred when you re-created the Search Service Application.
    Based on the error message, I recommend to verify the things below:
       1. Check if the association between the Search Service Application proxy and the web application is configured.
    Please go to Central Administration > Application Management > Configured service application associations > Click Default to see if the Search Service application is checked.
       2. Change the app pool for the Search Service Application to SharePoint Web Services Default in the properties of the Search Service Application.
    Please go to Central Administration > Application Management > Manage service applications > Highlight the Search Service Application > Click Properties in the ribbon > Change
    the two app pool to SharePoint Web Services Default: App Pool For Search Admin Web Service and Application Pool for Search Query and Site Settings Web Service.
        3. Run PS command to check if the search admin timer job is enabled: Get-SPTimerJob
    job-application-server-admin-service | fl. If it is not enabled, use PS command to enabled it and then reset Internet Information Services: Enable-SPTimerJob job-application-server-admin-service.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Access Enterprise Search via ABAP Web Service

    Hello ES experts,
    I am looking for more information on how to access Enterprise Search via ABAP web service QSDispatcher, using processQuery operation. I created a client proxy and need information on structure of input and output parameters (query and query result)
    Thanks, Srdjan

    Hi Srdjan
    You can access the SAP ABAP system by configuring it in the NW ES admin console, any system with version > 4.6C can be integrated in the search engine.
    The UI for NW ES is a WebDynpro via Web Browser (In the future will be integrated in Widgets and Portal, etc) but i'm not sure if you want to use the WS to access the results of the ES searching or if you want to integrate a WS from ABAP as part of the searching area...
    Please clarify.
    Thanks,
    Best Regards,
    Luis

  • SAP CRM 7.0 and SAP Enterprise Search

    Hello,
    I need your help. We want to use enterprise search in our demo system (CRM 7.0). I use the Web dynpro application ESH_ADMIN_UI_COMPONENT. However, when indexing we get the following errors:
    Data of NW authorization objects could not be indexed
    The implementing class does not support the iterator by time interface
    Indexing ended with error
    Indexing of complete objects from type USER_AUTHORITY has returned 5.508 NameServer error: no servers found IndexId:esh:cr7
    Multi-index call of index ESH:CR7100CR7100USER_AUTHORITY~USER_AUTHORITY has returned 5.508: NameServer error: no servers found IndexId:esh:cr7
    Indexing ended with error
    best regards,
    Wim Olieman

    Hi,
    Please check the TREX version. TREX version MUST be version 7.1 not 7.0.
    For further details see also note 1266024.
    best regards,
    Karl Fürst

  • Enterprise Search using Sharepoint Server 2007 + SAP R/3

    Hi experts,
    I want to achieve an enterprise search using SharePoint Server 2007 (MOSS).
    SharePoint includes the BDC (business data catalog) which allows you to communicate with the SAP System.
    I read in the Microsoft whitepapers that thereu2019s a need for a web application server 6.40.
    So here is the problem:
    We have SAP R/3 Enterprise 4.7 with WAS 6.20. We donu2019t want to change or upgrade the SAP system.
    There are ways to connect the WAS to the R/3 system e.g. RFC.
    But does this still work for search in SharePoint?
    Did anybody already deal with this problem?
    Any other ideas connecting SharePoint to SAP in this scenario?
    Best regards
    Philipp Detemple

    > and having requirement to upgrade OS version from B.11 to B.23. Currently server is hosting SAP R/3 Enterprise version.
    So you upgrade HP-UX 11.11 to HP-UX 11.23?
    > I have tried to serach SAP service market place for PAM, but could not find specific information on version upgrade from B.11 to B.23
    Yes - because there is no HP-UX 23.x, only 11.23 and 11.31. For the version overview check
    Note 939891 - HP-UX: End of Support Dates
    Note 1075118 - SAP on HP-UX: FAQ
    > My Questioin is: If we copy system as it is to new host and if we keep the same Kernel Patch 196, will it work fine or give issue?
    It will work.
    > So even if I got for latest patch 304 which is released on 16.11.2009, still the OS version for which it built is B.11, so if we have B.23, will it work? I would not see the possibilities of kernel upgrade at this stage.
    Why no possibility for a kernel upgrade if you install a new server?
    > so with same kernel will it work? What else I need to check for the migration and make sure that everything works fine on new server.
    Check
    Note 831006 - Oracle 9i installation on HP-UX 11.23 and 11.31
    Markus

  • Queries on Enterprise Search

    Hi,
    I have started learning abt Enterprise Search. I have some queries on it. Pls clear my doubts.
    1. It has been said that, "SAP NetWeaver Enterprise Search is delivered as an appliance with the software preinstalled on dedicated hardware"
    So, once necessarily needs to by the hardware to use Enterprise Search or this is just another option ? if possible some detailed explanation on it.
    2.Are there some reference customers for this product ? and generally who is reference customer for a product?
    3.What versions of SAP does it support ? R/3 4.6, etc.
    /* points assured*/
    Regards,
    Art Tech.
    Edited by: Art Tech on Jan 2, 2008 8:33 AM

    Hi Art Tech,
                       I am glad that my response helped
    There are customers already in rampUp but I am not aware of any details about the customers.
    Regarding you query on extending the connectivity, two types of connectivity is possible.
    1. Connecting to a search service provider (delegate the search to a web search engine like Google for example)
    2. Connecting to a search data provider (in this case, we have to do data extraction and indexing in addition to searching)
    With SAP Netweaver  Enterprise Search 7.0 the first type of extension is quite easy. For the second type of extension, you would need to use say TREX to do indexing and then delegate searching to the connector and this is not provided out of the box with the product.
    ERP2005 provides a search service called SES (Search Engine Services) and we utilize SES to connect to ERP2005. Since this is not available in ERP2004, we donot provide any default connectors to ERP2004 business objects.
    Hope this helps.
    Regards,
    Reghu

  • Enterprise search configuration in SharePoint 2013

    hi friends
    i have SharePoint publishing site it is configured with enterprise search center. 
    each page in pages library have different permissions.
    in my scenario there are two users and four pages
    user1 has permission to page-1 and page-2,
    User2 has permission to page-3 and page-4,
    all 4 pages have same page content. e.g. "hello world"
    if user1 search for "hello world" he can see only page-1 and page-2 in search result in enterprise search center.
    but i need to show all the four pages only in search results which means user1 can able to see page-3 and page-4 also.
    how can i do this please help me 

    Hi,
    Per my knowledge, if the user does not have permission to the items, he cannnot get the items in the search result pgae.
    I recommend to share the library or the site to the user with view permission.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

Maybe you are looking for