Search configuration

hi
when i doing search in nakisa i could find any data in embedded search
can any one tell me how to configure embedded search in sap backend.what are the configuration steps please

Hi Utkarsh:
I realize I'm checking late here, and Luke obviously knows the Nakisa space like the back of his hand, but have you considered your issue is access related?
As I read through your posts here, you seem to suggest what you can't get is the employee's first and last name.  So that's infotype 2.  I'm not suggesting your ID lacks access to infotype 2 - I'm more suggesting the ID you indexed with lacks that access.  It's unlikely that part of the search would work and part wouldn't and there would be some kind of technical issue.  It seems more likely to me that even though the users you're using have access to the data, the user that did the indexing did not.  Since searches hit TREX and not the actual database, the access rights of the user who actually did the indexing are more important.
If you tried the WD HRTMC_SEARCH and searched for someone by name, you would probably run into the same behavior as Nakisa, since it's using the same technology to search.
Can you look at something if you don't mind?  Go to ESH_COCKPIT, then look at 'HRTMC Central Person'.  Drill down to 'Physical Indices' and then scroll down to 'Name'.  Over to the right now, how many records are listed under the 'Optimized'?  If my theory here is accurate, that number will either be zero or a number much smaller than you would expect.
If that turns out to be right, give the ID you're indexing data with access to Infotype 2 (read access at least) and make sure they have access to object P as well (but I'm guessing you already have P from what you wrote above).
Good luck - hope that helps.
Thanks,
Chris

Similar Messages

  • Error for Search Configuration Tree

    Hi,
    On ATG 10.0.3, trying to setup Search Configuration for Result Redirection & Result Positioning as per ATG doc
    http://docs.oracle.com/cd/E22630_01/Platform.1002/pdf/ATGMerchandisingBusinessGuide.pdf
    Chapter #16 : Defining Search Configurations
    Topic : Creating Search Configurations
    Page #161
    Since "Base Search Configuration" is optional so directly trying to create "Search Configuration Tree" through "Administer Commerce Search" project or "Manager Commerce Assets" projects in under Merchanding tab in BCC. Getting error as following: I guess some configuration is missing.Any solution?
    Encountered null property value:
    component= /atg/search/web/assetmanager/SearchConfigFormHandler
    path= /atg/search/web/assetmanager/SearchConfigFormHandler.fieldRankingProperty.weighting
    null property= fieldRankingProperty
    Encountered null property value:
    component= /atg/search/web/assetmanager/SearchConfigFormHandler
    path= /atg/search/web/assetmanager/SearchConfigFormHandler.relevanceRankingProperty.weighting
    null property= relevanceRankingProperty
    Any help is appreciated.
    Thanks in advance!
    Mani
    Edited by: user11263665 on Jul 27, 2012 1:12 PM

    Hi Mani,
    Were you able to fix this issue? I am also facing the same errors. I have no clue why am getting the error.
    Regards,
    Thiyagarajan

  • Search Configuration For Endeca Workbench-3.1.0

    Hi,
    Please let me know how to configure Stemming and Stopwords for search in Endeca Workbench version 3.1.0 [Experience Manager] .
    Thanks in Advance!!
    Mallikarjun

    Hi,
    from the Advanced Dev Guide (you should find that documentation on Oracle Doc website) :
    - Enabling stemming
    Stemming is enabled in Developer Studio.
    To enable stemming for one or more languages in your project:
    1. Open the project in Developer Studio.
    2. In the Project Explorer, expand Search Configuration.
    3. Double-click Stemming to display the Stemming editor.
    4. Check one or more of the language check boxes on the list.
    5. Click OK.
    To disable stemming, use the above procedure, but uncheck the languages for which you do not want
    stemming.
    - Stopwords are defined using ex-Workbench new Experience Manager (when you logg into you application you have a feature dedicated for that)
    hope that helps
    regards
    Saleh

  • Testing search configuration

    Hi. I`m using ATG 10.0.3 multiste configuration. I faced with problem trying to test my merchendising search configuration. All items was discarded on "Apply Item Constraints". When I tried to track item to identify discarding reason I have found interesting thing viewing tracking item content. Almost all metadata property values and all text-searchable property values was empty. I have no idea why. May be anybody have faced with such problem?
    Edited by: 1005823 on 14.05.2013 5:38

    Heii RKR,
    You can refer these links :
    http://help.sap.com/saphelp_mdm550/helpdata/en/45/50b2e8af8e3be6e10000000a1553f7/frameset.htm
    http://help.sap.com/saphelp_mdm550/helpdata/en/45/018c03166a0486e10000000a155369/frameset.htm
    http://help.sap.com/saphelp_mdm550/helpdata/en/45/001f2b3be30485e10000000a155369/frameset.htm
    Hope this helps. Please reward if you find it useful.
    Rgds
    Deepak

  • Synchronization; chromium (google-chrome) search configuration

    does anyone know the configuration file for keyword searches (gui configuration is a context menu in the address bar) in chromium?  i am trying this browser as an alternative to firefox which [despite its horrible resource usage] has robust syncronization via the delicious.net plugin.  since bookmark sync does not update the search configuration in chromium i would like to replace the appropriate file on the remote machine by hand.
    TIA

    I am still having this issue on my Arch Linux install in additional to my Crunchbang install and my Ubuntu install.  For some reason dwm and this chrome dropdown menu do not play well together.  What's odd is that this did not used to happen in the Arch install but after an install it began to have the same problem.  Is there some sort of library/setting/plugin that the bookmarks dropdown menu uses in chrome that dwm might not work well with?  Any suggestions would be welcome.  Thanks!

  • Search Configuration XML import using SharePoint App

    I'm trying to import a search configuration XML using a SharePoint App.
    I have check the following:
     - The XML is correct. I can upload it manually.
     - The code works using a console app, but not using the SharePoint app.
    Following code:
    SearchConfigurationPortability searchConfig = new SearchConfigurationPortability(this.Context);
    SearchObjectOwner owner = new SearchObjectOwner(this.Context, SearchObjectLevel.SPWeb);
    searchConfig.ImportSearchConfiguration(owner, configurationLocation);
    this.Context.Load(searchConfig);
    this.Context.ExecuteQuery();
    Following error message:
        ServerException was caught
        The server was unable to process the request due to an internal error.
        For more information about the error, either turn on IncludeExceptionDetailInFaults
        (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior)
        on the server in order to send the exception information back to the client, or turn on
        tracing as per the Microsoft .NET Framework SDK documentation and inspect the server
        trace logs.
    Thanks!

    I'm deploying the app to a SharePoint dev environment in the cloud so I can't see the ULS Logs, unfortunately. The link you suggested states that "managed properties aren’t supported in this deployment model" and this is exactly what I'm trying to provision.
    Any other ideas why the above code fails, although stated exactly on http://msdn.microsoft.com/en-us/library/office/dn205276(v=office.15).aspx?

  • Need to aware of Search configuration in SharePoint 2013 completly

    HI All,
    I need to aware of SharePoint 2013 search configuration completely with basic start.
    Help me on this topic with some best link.
    Sugumaran Srinuvasan

    Here is link to configure enterprise search step by step
    http://www.sharepoint-journey.com/enterprise-search-configuration-in-sharepoint-2013.html
    Thanks, Danny Hickman IT Support Specialist

  • SharePoint Foundation 2013 - Search Configuration Issue - 2 App Servers and 2 Front-End Servers

    Hi, 
    We have a SharePoint Foundation 2013 with SP1 Environment. 
    In that, we have 2 Front-End Servers and 2 App Servers. In the Front-End Servers, the Search Service is stopped and is in Disabled state and in the 2 App Servers in One App Server, Search is Online and in another Search is Starting but goes to Stopped sooon
    after.
    Originally, we had only 1 App Server and we were running our Search Service and Search Service Application in that. Now since the index location became full and we were unable to increase the drive there, we added one more App Server and now the issue is
    Search is not properly getting configured in either of these App servers. What we want to do is run Search only in the new App Server, because we have a lot of storage space for Index locations here, but in the older App Server, not run Search at all.  We
    tried keeping the Search Service disabled and ran the below PowerShell Scripts, but none of the ones are working. These scripts are creating the Search Service Application, but the error of "Admin Component is not Online", "Could not connect
    to the machine hosting SharePoint 2013 admin component" is coming up. 
    http://www.funwithsharepoint.com/provision-search-for-sharepoint-foundation-2013-using-powershell-with-clean-db-names/
    http://blog.falchionconsulting.com/index.php/2013/02/provisioning-search-on-sharepoint-2013-foundation-using-powershell/
    http://blog.ciaops.com/2012/12/search-service-on-foundation-2013.html
    Can I get some help please?
    Karthick S

    Hi Karthick,
    For your issue, could you provide the
    detail error message of ULS log  to determine the exact cause of the error?
    For SharePoint 2013, by default, ULS log is at      
    C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS
    For troubleshooting your issue,  you can try to run the SharePoint Products Configuration Wizard on your WFE servers and run the script for configuring the search service on SharePoint
    Foundation:
    [string]$farmAcct = "DOMAIN\service_Account"
    [string]$serviceAppName = "Search Service Application"
    Function WriteLine
    Write-Host -ForegroundColor White "--------------------------------------------------------------"
    Function ActivateAndConfigureSearchService
    Try
    # Based on this script : http://blog.falchionconsulting.com/index.php/2013/02/provisioning-search-on-sharepoint-2013-foundation-using-powershell/
    Write-Host -ForegroundColor White " --> Configure the SharePoint Foundation Search Service -", $env:computername
    Start-SPEnterpriseSearchServiceInstance $env:computername
    Start-SPEnterpriseSearchQueryAndSiteSettingsServiceInstance $env:computername
    $appPool = Get-SPManagedAccount -Identity $farmAcct
    New-SPServiceApplicationPool -Name SeachApplication_AppPool -Account $appPool -Verbose
    $saAppPool = Get-SPServiceApplicationPool -Identity SeachApplication_AppPool
    $svcPool = $saAppPool
    $adminPool = $saAppPool
    $searchServiceInstance = Get-SPEnterpriseSearchServiceInstance $env:computername
    $searchService = $searchServiceInstance.Service
    $bindings = @("InvokeMethod", "NonPublic", "Instance")
    $types = @([string],
    [Type],
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool],
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool])
    $values = @($serviceAppName,
    [Microsoft.Office.Server.Search.Administration.SearchServiceApplication],
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool]$svcPool,
    [Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool]$adminPool)
    $methodInfo = $searchService.GetType().GetMethod("CreateApplicationWithDefaultTopology", $bindings, $null, $types, $null)
    $searchServiceApp = $methodInfo.Invoke($searchService, $values)
    $searchProxy = New-SPEnterpriseSearchServiceApplicationProxy -Name "$serviceAppName - Proxy" -SearchApplication $searchServiceApp
    $searchServiceApp.Provision()
    catch [system.exception]
    Write-Host -ForegroundColor Yellow " ->> Activate And Configure Search Service caught a system exception"
    Write-Host -ForegroundColor Red "Exception Message:", $_.Exception.ToString()
    finally
    WriteLine
    ActivateAndConfigureSearchService
    Reference:
    https://sharepointpsscripts.codeplex.com/releases/view/112556
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected].
    Eric Tao
    TechNet Community Support

  • 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

  • 2 search configuration screens and saved searches

    EhP2 SP08,  For opportunities we configured a 2nd search screen to split opportunities where configuration is fairly different (status, priority,  fields defined in the AET for different opportunity types) and yes there are some enhancements to include only certain opportunity types depending which search screen.
    But appears the saved search can not identify which configuration screen the search was created against.  As we look at tables CRMD_SHORTCUT, CRMT_DYN_QUERY I don't believe it can decipher.  Looking for any ideas if there is a feasible way to enhance?   The saved search looks to call the configuration screen the user was last in.
    Config
    BT111S_OPPT   ZDEFAULT  DEFAULT    DEFAULT       DEFAULT
    BT111S_OPPT   ZDEFAULT  DEFAULT    BT111_OPPT  ZOPT

    We added the authorization in, but still no cigar.
    When we try do the personalization, we click on the spanner button and it opens the pop-up where you can choose which tabs to include in your view, but when you try to save it, it doesn't affect the changes, and the web-browser give us javascript:void(0) in the bottom left corner.
    If we google "javascript:void(0)" it comes up with the following information.
    http://www.quackit.com/javascript/tutorial/javascript_void_0.cfm
    http://www.technoxx.com/javascript-void-0.html
    http://www.tech-faq.com/javascript-void-0.html
    Even if this is a probelm with the web-browser it stil doesn't expplain why it works for some users and for other not.
    Is there any way we can configure or customize the "defualt view" so that even though the changes cannot be made by the user, all the required tabs are in the various bp/case screens?

  • E-Recruiting search configuration

    Hi,
    We are using Erec 600 and TREX 7.0. I have configured the python for Erecruitment search no SES.
    My intention is to Search both Objects and Documents.
    I have followed all the steps and I am able to search the documents. But I not able to find candidate if there is no document attached.(with his record)
    First of all I want some clarification like without SES can I search the Objects?
    If yes where should I go and troubleshoot?
    If SES is required for objects search do I need EREC release 603?
    Any suggestions on this....
    Regards
    Ravindra

    Hi,
    to answer your question if it is possible to replace the TREX search by enterprise search in the currently available e-recruiting realeases. No it is not! E-Recruiting only supports TREX with the two variants python extensions for releases lower than EhP3 and SES search for EhP 3 and higher.
    I'd say that even SAp can't really tell you what happens in 2015 ;o)
    Kind Regards
    Roman

  • MDG Hub Embedded Search configuration

    Hello Experts,
    We are in the process of configuring Embedded Search for MDG 7.0 hub as per the config guide link below .My question is where (Hub or Client or both) do we configure the search connectors for embedded search.
    Set Up Search - SAP Master Data Governance - SAP Library
    Please let me which of the following option would best fit for configuring search for Hub implementation
    Option 1: Configure the search connectors in Hub
    Option 2 :Configure the search connectors in client
    Option 3: Configure the search connectors in both hub and client
    Thanks,

    you mean on 7.0 and now you are on 7.1. Can you please be specific as i am also facing the same problem. i am on TREX 7.1 and tried report 'ESH_IX_PROCESS_CHANGE_POINTERS' but no any effact on trex search result. I created soem new data for job family and talent groups but its not coming up in HRTMC searches.
    apprecite any help..
    Mani

  • Feature Request: Blackberry Q10 Search Configuration Option to "SHOW ALL" Results without clicking an arrow to expand

    Hi,
    So my search function does not find "Contacts", in order to search for contacts I need to go into the "Contacts" application/menu. Previously, I would be able to search for contacts using the Global search.
    Not sure if this is supposed to be a feature, to separate searching for email content versus phone contacts, but I suspect it's probably a Blackberry Q10 glitch. 
    Oddly enough I added a contact called "Some New" now in the Search if I type "some" the "Some New" contact doesn't show up yet until I type "some n".
    Ah I see, so the Blackberry by default in the search shows only the first few results and makes me click an arrow to expand results.
    Perhaps a Default search setting to show ALL Results:
    phone variable(s)
    MYVER:
    OS:Q10SQN100-1/10.1.0.1483

    You have your mobile phone number listed as your "My Mobile Provider" or carrier. Putting your phone number out on the internet on these public forums for the world to see, is not wise. To change that, at the top of this page click on My Settings > Personal Profile > Personal Information, and in the entry block for "Carrier" type the name of your mobile provider.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Portal Search Configuration

    Hi All,
    We have a requirement of displaying the search results in the core area ( portal content area) , when a user clicks on the search button in the Portal Tool area. Also, on clicking on one of the search results, portal should display the resulting pcd page/iview or a KM document again within the same portal content area.
    Can someone guide me on this as to how this can be achieved in portal.
    We are on EP 6.0 SP15 and TREX. 
    Regards
    Srinidhi

    Hi Conor,
    The below links could be helpful to you :-
    Forum thread:
    Re: Delegated User Search returns first 200 entries only...?
    How-to guide:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0747ac2-ffd9-2910-de9a-8a3dc44da8b4
    SAP Library:
    http://help.sap.com/saphelp_nw04s/helpdata/en/b1/6a55422f4d3830e10000000a155106/frameset.htm
    Regards,
    Anagha

  • How to migrate search configuration and db from SharePoint 2007 to SharePoint 2010

    hi all
    currently we have a plan to migrate sharepoint 2007 farm to sharepoint 2010 with sp2 version. we have used the ssp, and only the search function.
    Now the search db is quite big.
    we have to use the database attach way to do migraion, because the old system must be online in 24 hours per day.
    what i want to know is can we migrate the search db directly instead of recreate content source and reconfigure the search and do full crawl?
    thanks.

    Hi,
    Below links should help you
    http://technet.microsoft.com/en-us/library/gg593614(v=office.14).aspx
    http://msdn.microsoft.com/en-us/library/office/ff828776(v=office.14).aspx
    http://www.orcsweb.com/blog/cory-granata/sharepoint2k7-to-2k10-migration-using-db-attach-method/
    http://technet.microsoft.com/en-us/library/cc263403.aspx
    Please remember to click 'Mark as Answer' on the answer if it helps you

Maybe you are looking for

  • Perfomance problem after upgrade from 9.2.0.6 to 9.2.0.8

    Hi, we have upgrade our RDBMS from 9.2.0.6 to 9.2.0.8, all our batch jobs became slow (plus 3hours on normal execution time of our query). any suggestions. Regards. tt

  • Installing after reformat of computer?

    I am preparing to reformat my computer for a completely fresh install of XP. After this is complete I will need to re-install itunes and my ipod. I have the 30GB 5G ipod with the original install disc. Shortly after purchase the updated firmware was

  • L7555 all in one printer says rear access panel is open, its not

    Hp officejet pro L7555 all in one printer.  I had a paper jam which i cleared however the Door open rear access panel is open keeps coming up.  I cleaned the contacts with a lint free towel and an eraser.  I have powered down the printer nothing work

  • No form opened yet

    Hello!   I am getting the below error while executing the SAP Script. Normally its working fine. But if we are printing more than 32 elements, its giving the error. No form opened yet Message no. QG159 Diagnosis When calling up one of the parameters

  • Make a version the new master

    I would like to use aperture to make adjustments but then keep the new version I and delete the original master (actually replace it). This is what I do with photos I "adjust" in photoshop. It seems the only way to do this is to open the "version" in