MOSS Search Plugin shows no results

Hi Experts,
We're using the MOSS Search plugin as described in the "How-to-Guide" in https://cw.sdn.sap.com/cw/docs/DOC-99433
to use Enterprise search of MOSS.
We have deployed using have deployed the MOSS search plugin into the portal server and proceed with the configurations.
1. Deployed the .par and .ear files
2. Enabled Index service for MOSS Search
3. Created HTTP system
4. Created Website
5. Created Web repository
6. Created KM Windows System connector (alias same as HTTP system) for user mapping for my own ID
7. Created config file with same name as system alias as system connector and save in KM
8. Created virtual index and attach Web repository as its datasource
9. Enabled "Basic authentication" at IIS of MOSS.
However, searching using KM displayed no search results. Only indication of error is indicated in
the application log - "Method internalIndexDocuments() not supported on CustomerSearchIndex implementation".
Default trace logs (after increasing severity to debug for several related logs) also show:
XIndexing documents failed. Continue crawling... - com.sapportals.wcm.WcmException: Method internalIndexDocuments() not supported on CustomerSearchIndex implementation.
at com.sap.netweaver.km.moss.search.MossSearchIndex.internalIndexDocuments(MossSearchIndex.java:115)
at com.sapportals.wcm.service.indexmanagement.AbstractIndex.indexDocuments(AbstractIndex.java:811)
at com.sapportals.wcm.service.indexmanagement.AbstractIndex.indexDocuments(AbstractIndex.java:827)
at com.sapportals.wcm.service.indexmanagement.XIndexCrawlerReceiver.addIndexResource(XIndexCrawlerReceiver.java:311)
at com.sapportals.wcm.service.indexmanagement.XIndexCrawlerReceiver.receive(XIndexCrawlerReceiver.java:180)
at com.sapportals.wcm.service.xcrawler.thread.CrawlerProviderThread.callReceive(CrawlerProviderThread.java:315)
at com.sapportals.wcm.service.xcrawler.thread.CrawlerProviderThread.provideStd(CrawlerProviderThread.java:213)
at com.sapportals.wcm.service.xcrawler.thread.CrawlerProviderThread.provide(CrawlerProviderThread.java:202)
at com.sapportals.wcm.service.xcrawler.thread.CrawlerProviderThread.run(CrawlerProviderThread.java:128)
XIndexing documents failed. Continue crawling... Resource: /NOL_MS_WebRep2/NOL_MS_WebSite2/News/Pages/default.aspx Error message: Method internalIndexDocuments() not supported on CustomerSearchIndex implementation.
Anyone who is able to provide some help here? help required! Thanks!

Maybe the PDF page content is an image of the source text?
If so, try OCR to provide content.
Or, if all is renderable text, play with the TouchUp Text tool (Acrobat Pro).
Select some text, right click to open the context menu, select Properties.
In the Text tab, change to a font that is available on the local machine.
Other than having the source content changed so that standard fonts are used and then making a new output PDF there may not be much else possible.
Be well...

Similar Messages

  • How To Make Search Query Showing the Result As List of Buttons.

    Can some one give me an idea how to start to make a Search Query showing the results as list of buttons.. i have already have my buttons with names. i just dont know how to make a search query.
    this is my on screen keyboard i made..
    im making a system that the result were a list of buttons.. showing like this
    This was supposed to be the output of the query that i need to do..
    Please help me.. i just need a idea or tips how to make this one.

    Here is code I posted recently for another question
    Public Class Form1
    Const BUTTON_SIZE As Integer = 20
    Const SPACE As Integer = 5
    Sub New()
    ' This call is required by the Windows Form Designer.
    InitializeComponent()
    ' Add any initialization after the InitializeComponent() call.
    Dim buttons As New List(Of List(Of MyRadioButton))
    For row = 1 To 6
    Dim newRow As New List(Of MyRadioButton)
    buttons.Add(newRow)
    For col = 1 To 6
    Dim button As New MyRadioButton()
    button.row = row
    button.col = col
    button.Height = BUTTON_SIZE
    button.Width = BUTTON_SIZE
    button.Left = col * (BUTTON_SIZE + SPACE)
    button.Top = row * (BUTTON_SIZE + SPACE)
    button.Name = String.Format("radGr1{0}_{1}", row.ToString(), col.ToString())
    Me.Controls.Add(button)
    newRow.Add(button)
    AddHandler button.CheckedChanged, AddressOf Radio_Change
    Next col
    Next row
    End Sub
    Private Sub Radio_Change(ByVal sender As Object, ByVal e As System.EventArgs)
    Dim button As MyRadioButton = CType(sender, MyRadioButton)
    Dim row As Integer = button.row
    Dim col As Integer = button.col
    End Sub
    End Class
    Public Class MyRadioButton
    Inherits RadioButton
    Public row As Integer
    Public col As Integer
    End Class
    jdweng

  • Search is showing no results with HTTPS URL

    Hi All,
    A power user wanted to have https entry in one of the content sources and asked us to remove the http entry for the web application. After that I have performed the incremental search.
    However, the search on the https on the web site started showing NO results. We have configure search settings on the site as follows:
    After that search is able to search but it search for other content sources.  In the search service application we have several web applications and we want to scope to that specific web application and users should perform search only in that web application
    scope. How could I scope search to a specific web application?
    Our document library search is also retuning with no results.
    Any suggestion to resolve the issue will be greatly appreciated.
    Thanks in advance.    
    Sandy

    Hi Sandy,
    I think you have to edit the publick urls, and switch the default zone and intranet zone URLs, set the https as default zone public URL, then start a full crawl in a proper time if it impacts the user on production server, you may also test in a test
    environment firstly.
    Also there is aother article which should help.
    http://ragavj.blogspot.in/2014/09/layouts15osssearchresultsaspx-not.html
    https://support.microsoft.com/en-us/kb/2000365?wa=wsignin1.0
    Thanks
    Daniel Yang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Strange TREX behavior: Document search only shows 15 results

    Hi.
    I've one TREX implementation. It's connected to a SAP eLearning repository in a Portal and no matter what search criteria I use, it always returns me a list of 15 found resutls!
    It's always the same number, for different searchs, and of course I've checked that there are more than 15 right resutls, so it looks to me like a parameter restriction or something like this, but I still havent found it.
    Do any of you know what could be causing this??
    Any help would be really really appreciated.
    Thanks in advance and regards!!!

    Hi Armando,
    the reason that the portal shows every time only 15 results can depend on the used KM Layout Set.
    Within the KM layout Set which is assigned to the search result iView you can specify the number of rows and whether a page link sould appear or not.
    Normally the default Layout Set should work properly.
    But you can as well use the search command in the standalone tool TREX-Admin. Here you can see the number of results as well.
    Best regards
    Frank

  • How do I search scanned documents that Adobe Reader reads but shows 0 results from the search?

    How do I search scanned documents that Adobe Reader reads but shows 0 results from the search?

    If the scanned document was not processed for OCR, then it is just an image and cannot be searched for text.

  • 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

  • When we type a search item in firefox on my laptop then it shows the result then on second or third or more new search that is typing a new search it sticks to the first searched item

    when we type a search item in firefox on my laptop then it shows the result then on second or third or more new search that is typing a new search it sticks to the first searched one

    Tried that. Also tried SUPERAntiSpyware, ccleaner, HitmanPro. Removed anything that was reported. Problem persists.
    Chrome is also affected. But couldn't find any alternative way of not having Ask.com loaded as did in Firefox.
    Internet Explorer was initially affected. After the Ask.com search engine is removed that problem appears to have gone away.
    12/9/2014
    Interestingly, yesterday afternoon the Chrome browner new tab no longer hijacked by Ask.com. The symptom was there in the morning and had gone away in the late afternoon. Nothing was done except a few days ago I blocked everything on that page. The problem with Firefox continue to persist I didn't do the same blocking on it. I am going to try the same and then use anti-spyware to clear away all cookies and see what happens.

  • Searches on firefox showing USA results. Shopping etc.

    Hi, just recently whenever i highlight a product on a page i want to search for via right click it is showing me results in US dollars, same with the firefox search bar when i search for things in that it is showing results for US and the shopping is in US dollars. I am in the UK so why is it showing these results? I don't want to continue using google toolbar as it's no longer supported but as long as this is happening i have to. Thank you for any help.

    '''''Thanks alot for the support mozilla!''''' For anyone who may have the same problem you need to find the file called "google.xml" in xp it is "C:\Program Files\Mozilla Firefox\searchplugins\" you ''may'' have to show hidden files. Right click and edit, replace every "google.com" with "google.co.uk" without quotes.
    It seems to have borked the search in the address bar but i can live with that.
    I have since found a better way, Web Search Pro, in the addons, then just add all the search providers you want from the site.
    "http://websearchpro.captaincaveman.nl/"

  • My full search window shows the search results with large space between each result

    I have updated to Maverick on my iMac, my full search window now shows my results with massive gaps between each result, how do I change this?

    This is a bug.

  • How can I create a search plugin for multiple fields

    There are a number of sites that have search capabilities but they require entries into multiple fields.
    One such site is for instance the IBM Employee directory.
    (http://www.ibm.com/contact/employees/servlets/lookup)
    On this site - in order to get usable results - I have to enter both First name and Last name of the employee I'm looking for.
    I created a search plugin for the site, however I wasn't able to split the entered text into two parts and provide them as separate fields for the form.
    Is there a way to do this?
    Regards,
    Imre

    Hi,
    This is excellent. Not search-plugin though but but this is as good as a search-plugin. (Even better, as I haven't seen any solution with the plugins for the problem.)
    I didn't know that it was possible to use javascript as bookmark location.
    Thanks,
    Imre

  • Weather app on iPhone, iOS 8.1, shows "no results found" in China

    Hello,
    I've checked about 20 iPhones in China so far and they all seem to have the same problem.
    When using iOS 8.1 or 8.1.1 (even 8.0.x) the weather app shows "no results found" when searching for any city in the UK. Only London can be found.
    The same goes for Germany. Only four cities in the entire country can be found.
    I have checked on several iPhone 6, 6+, and on 5c.
    Even when using a VPN and being virtually in the US, I don't get any results for e.g. Manchester.
    Could someone else with an iPhone purchased in mainland China do a search for Manchester and confirm this problem please?
    Thank you. :-)

    s●●●●●@gmail.com

  • How to use Search plugin functions in your plugin?

    Hi,
    I am developing a plugin which need to add an action for bookmarks. For this I need to search a particular word in the document and the corresponding page number.
    On going through the SDK documentation I came across the Search plugin. There are ways in which your plugin can communicate with the Search plugin. For doing so you need to do the following:
    1. Add HFT of the Search plugin by registering PluginImportReplaceAndRegister.
    2. Add "SrchClls.h" header file.
    I did the following steps and my plugin compiled successfully. But I am not able to understand how will I use the Serach plugin functions to find a word in the document from my plugin?
    Please help.
    Thanks

    The HTML help is spectacularly unhelpful, sometimes giving dozens of unrelated methods when you try to read the section for Search.  But try Search... http://livedocs.adobe.com/acrobat_sdk/10/Acrobat10_HTMLHelp/API_References/Acrobat_API_Ref erence/AV_Layer/Search.html
    It's worth making sure that you understand the difference between "Search" and "Find" functionality in Acrobat, something rather masked in the UI in recent releases.
    Find - looking for a string in the current document. The Search API has no connection to this.
    Search - managing indexes of multiple documents. API provides limited functionality (create/delete/query/search). Search results are not available to the API, they can only be displayed in the UI as a results window.

  • IC Webclient: document search not showing documents for contacts

    Hi,
    I am working with SAP CRM 4.0, SP7.
    I have created an account(a001) with three contacts(c001, c002, c003). I have attached a document(d001) to account a001 and two documents(d002, d003) to contact c001.
    Now when I open the IC-Web client UI and go to 'Identify Account' and enter a001 in the Account ID and do a search account, I see three contacts(c001, c002, c003) in the result list of account. When I click in the contact(c001) and go to 'Document Search', it shows only documents attached to a001 and there is no way I can see the documents attached to c001.
    Can anyone please let me know, how do I see the documents attached to contact c001 in this case?
    Please note that if I enter c001 in the Account ID of 'Identify Account' and then go to 'Document Search', then it shows me the documents d002 and d003. But, I want to see the contacts documents entering from accounts.
    Thanks in advance,
    Kunal

    Hello Hari,
    Sorry for the delayed Response, will check this BADI and if it helps then I will update this thread
    Thanks
    Chandu

  • How can show the result of a measuring that is done in a sub-program in my main panel?

    How can show the result of a measuring that is done in a sub-program in my main panel?

    In your subvi, wire the result(s) you want to ouput to the main program to an output terminal on the connector pane.
    For a tutorial on subvi's, search the help for "connector panes" anc click on tutorial.
    ~Tim

  • IOS 8:  spotlight not showing wikipedia result snippets

    hi
    running 8.0.2.
    iOS 8:  spotlight not showing wikipedia result snippets.
    it does show the static Search Wikipedia link however.
    how to get the spotlight search snippets of wikipedia to show, as advertised?
    thanks

    Turn Spotlight Suggestions on and off a few times. If it still doesn't work try a reset. Press and hold both the home and power buttons 10-15 seconds till the Apple logo appears. Release both buttons. Wait 15-20 seconds till your iPad starts on it's own.
    I'm using a iPad but I can't see that making a difference.

Maybe you are looking for

  • Form fields disappearing when combining PDFs

    I'm having a curious issue where form fields that display properly in a one-page PDF document are disappearing when the document is combined into a larger, multi-page PDF document.  The individual page (created in Acrobat Pro 8) has 12 rows of checkb

  • Internal order settlement profile

    hi sap gurus    can anybody  give overall   view of internal order settlement profile?     i have to know about .... how to settle internal order?   thank you venkatareddy

  • Apple puts some stock photos in iPhoto on the computers and iPhones in the Apple Stores. Who are these photos of?

    For instance, who is this kid? He's on all the iPhones in the apple stores right now. There are about 20 photos of him in an album. Anyone know?

  • Sending ADT message from java

    Hello, I'm trying to send an ADT message from Java using the JMS API. However, when compiling the java program it complains on the following statement : adt_msg.setAdtPayload(empmsg) ; because it is expecting empmsg to implement the deprecated Custom

  • Full-screen frame iconify when losing focus

    This is most annoying.. Running an application that shows a frame in fullscreen (Exclusive mode) on a secondary monitor but everytime it loses focus, i.e. clicking somewhere on the primary monitor the application iconifies. To restore the frame I hav