Content Methodology for Autonomy Search

I have a general question about content and how to use it with
Autonomy. If you load all of the content into the /dmsbase directory
and then try to use Autonomy to search that directory how do you
display it since dmsbase is not exposed via the webapp. I currently
have Autonomy up and running and indexing off of the dmsBase
directory. The search works great but how do I click on the results
and have them come up since the dmsBase directory cannot be access via
a URL.
Thanks in advance
Mark

Harish,
One simple way is create a navigation bar in the content area you are interested in searching, containing just the search element, and expose that navigation bar as a portlet.
Now you can add this portlet to any page and the search will search only on the content area it belongs to.
null

Similar Messages

  • Setting a default content area for simple search

    How to set up a default content area/all content areas for simple search when searching from a page?
    The only way i can set a content area, is to go to advanced search and specify the content area or say all content areas
    When i am searching from a content area, simple search searches the same content area.

    Harish,
    One simple way is create a navigation bar in the content area you are interested in searching, containing just the search element, and expose that navigation bar as a portlet.
    Now you can add this portlet to any page and the search will search only on the content area it belongs to.
    null

  • Search app content *air for ios/android*

    is there any way to create a search bar so that user can be able to search contents in an app .
    for example : search for a word :::> word is found ::::>  user click results :::::> fo to and stop ( frame containing the results )
    or  if any one has an idea about bookmarking a frame content please help me

    same issue . this didnt fix it .
    i added this
    import mx.rpc.events.ResultEvent;
    function getFeed()
    var service:mx.rpc.http.HTTPService = new mx.rpc.http.HTTPService();
       feedURL = //your RSS url
       service.method = "POST";
                      service.contentType = "application/x-www-form-urlencoded";
                      service.resultFormat = "e4x";
            service.requestTimeout = 48;
                         service.send(feedUrl);
                         service.addEventListener(ResultEvent.RESULT, this.feedPosts);
    // Then create the function that will manage the response:
    function feedPosts(e:ResultEvent)
      var result:XML = e.result as XML; 
                  // assign the items you want, to the component you want, below is sample 
       this.dataGrid = result.item;
    but i got  the same error message.
    tip : the cookbook code is a package , might the problem be because i didnt use it as a package ?

  • Autonomy search indexes

    Is there a background somewhere on how the autonomy search indexing system
    works with the portal? I see autonomy's documentation, and the extremely
    sparse BEA docs on how to turn the search services on/off but I can't find
    an overview on how this is all supposed to fit together.
    If I have a fair amount of content in my repository, is the portal already
    setup to index words within the content instances' binary components (excel,
    power point files etc)? If so - how do I access this index / perform an
    actual search on my content with the help of this index?
    This is very confusing - thanks for any help,
    Markus

    excellent, thanks again!
    Markus
    "Mika" <[email protected]> wrote in message
    news:[email protected]...
    >
    Portal search portlet which comes with sampleportal is configured ready tomake
    keyword searches to autonomy dre databases.
    You can find more information from:
    http://e-docs.bea.com/workshop/docs81/doc/en/core/index.html
    I hope this helps.
    Regards, Mika
    "Markus Blumrich" <[email protected]> wrote:
    Mika - yah I agree, and thanks for the info. Which example search portlet
    are you referring to? I am familiar with searching through metadata
    values
    (and have built my own search portlet for this function), but what I
    need is
    example code for the autonomy index search. Are you referring to sample
    code
    for autonomy? If so, where is this located?
    Can BEA please speak up on this? Where is example autonomy code?
    thanks,
    Markus
    "Mika" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    It's really confusing because BEA doesn't have instructions or manulsto
    Autonomy
    search engine. Autonomy pdfs comes bundled with Portal but Portal
    doesn't
    actually
    include full version of autonomy DRE or ODBCFetch. If i understandcorrectly,
    you wan't to index content from BEAs virtual content repository. Thatis
    probably
    the case that all the customers want who are willing to use BEA virtualcontent
    repository as a cms storage.
    All you can do is read the ODBCFetch manual and try to get it indexyour
    cm_property
    table. Then look at example search portlet source and build your ownseach
    portlets.
    Regards, Mika
    "Markus Blumrich" <[email protected]> wrote:
    Is there a background somewhere on how the autonomy search indexing
    system
    works with the portal? I see autonomy's documentation, and the
    extremely
    sparse BEA docs on how to turn the search services on/off but I can't
    find
    an overview on how this is all supposed to fit together.
    If I have a fair amount of content in my repository, is the portalalready
    setup to index words within the content instances' binary components
    (excel,
    power point files etc)? If so - how do I access this index / perform
    an
    actual search on my content with the help of this index?
    This is very confusing - thanks for any help,
    Markus

  • How to set only one Index-group for a Search-iView as default?

    Hi Everybody,
    i have a lot of index ID's for searching in different folders. Is it possible to set only one index-group as default for a search iView? Until now i get all groups as default in every search. It's inconvenient for the users to use the link of 'show options' in order to uncheck the other index ID's.
    regards,
    Seed
    Edited by: seed_mopo on Jun 6, 2008 5:02 PM

    hi Seed,
    To achieve this you have to follow the below steps
    1. Create a new set of search options, choose System Administration -> System Configuration -> Knowledge Management -> Content Management -> User Interface -> Search -> Search Options Set in the portal.
    In that you have a field 'Index Groups', wherein you can specify which index group, the user has to search in. If there are multiple index groups, mention your index groups separated by comma.
    See here for more information
    http://help.sap.com/saphelp_nw04/helpdata/en/cc/f4e77ddef1244380b06fee5f8b892a/content.htm
    2. You have to specify the option set that you created in step 1 in the default KM search iview. In the iview properties, under the field search option set, mention the option set that was created for this index group or multiple index groups.
    This way, you can configure KM search iview to search in a single index group or multiple index groups.
    Revert back in case of any queries
    Regards,
    Ganesh N

  • DeliveryException: invalid content type for SOAP: TEXT/HTML

    My scenario is RFC -> XI -> SOAP (synchronous), but when I test this scenario, I got the error message "DeliveryException: invalid content type for SOAP: TEXT/HTML", I search the document and change it following this blog: /people/varadharajan.krishnasamy/blog/2007/01/09/troubleshooting-soap-message--xi
    1. I add a MessageTransformBean module before the original one
    2. I add a transform key, the value is text/html;charset=utf-8
    But when I active this channel and test again, I got another message:
    XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION-HTTP 400 Bad Request.
    I only find one discussion about it but I still have no idea how to solve the problem. Do I need to change my mapping ? And when field should I generated in the mapping?
    Problem with SOAP receiver adapter

    And of course you have also applied the correct SOAPAction.
    Sorry for bothering you, but is difficult to guess the error, but in my experience, must issues are due to wrong configuration.
    Could you check with TCPGateway, what error is sent back?
    /people/stefan.grube/blog/2007/03/29/troubleshooting-soap-http-and-mail-adapter-scenarios-with-tcpgateway
    Regards
    Stefan

  • SOAP adapter error: invalid content type for SOAP: TEXT/HTML.

    Dear SAP experts,
    Need your help again here.
    Currently, i am getting this specific error in my RWB logs.
    The connection is from SAP XI going to Trading Partner via SOAP adapter.
    The specific error is:
    Delivery of the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.io.IOException: invalid content type for SOAP: TEXT/HTML.
    I've already searched on what is causing the issue and it seems majority of the information is that, the error might be due to incorrect/wrong URL that was set in the configurations in the SAP XI communication channel.
    Can you confirm this one?
    DO you have any thoughts on this error?
    Please help.
    Thank you very much!
    Fred

    Hi Freddiesan,
    First of all, test your URL acessing it from SAP PI server's local browser to check firewall and router settings.
    If it works, check these blogs:
    Regards,
    Rogério
    Edited by: Rogério Tambellini on Jul 3, 2009 12:52 PM

  • Reason Of Error java.io.IOException: invalid content type for SOAP: TEXT/HT

    Hi All,
    I am getting an error, when I am sending message from few BPM's to a common Webservice Synchronously.
    Delivery of the message to the application using connection AFW failed, due to: java.io.IOException: invalid content type for SOAP: TEXT/HTML. Setting message to status failed.
    Previously, it was working fine. But today I am getting the errors. Could any one please explain, what exactly the reason is. I searched the Forum, but didnt find a proper resolution. We are sending the same set of data to the Webservice, which we were sending before. Please suggest.
    Regards,
    Subhendu

    Hi Vijay,
    I am wondering,Without this module, how it was working fine for so many days. Could you please throw light?
    Regards,
    Subhendu

  • KM Search iView for User Search

    Hello,
    I am trying to create a new iView for User Search based on the KM Search iView Template. However, in the properties of the iView (Property Editor) there is no option to assign the ume index (contains users) to the iView. I previewed the iView, entered just a "normal" search term assuming that the iView would at least search for something, but the following error message occured. "TemplateError during search occurred - com.sapportals.wcm.WcmException: Index is corrupted, rollback required;index=ume,location=iwdf0003:39103 (Errorcode 2008)"
    Does anyone know how to solve this problem?
    Thanks a lot,
    Katharina

    Hi Katharina,
    now I understand. The problem is that you can't just use the KM search iView, you need to use a special iView based on com.sap.netweaver.coll.WhoIsWho or com.sap.netweaver.coll.WhoIsWhoNarrow. The configuration to be done (if you named the index for example not "ume") is described <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/05/a62c42de59da2ce10000000a1550b0/content.htm">here</a>.
    You can also find this iView in the com.sap.netweaver.coll.demo.CollaborationDemoRole role by navigating to Collaboration Demo -> People-Centric -> Who's Who.
    The steps on how to create the ume index are described <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/21/ac21410bc3ef23e10000000a155106/content.htm">here</a>.
    Hope this helps,
    Robert

  • Best Method For Keyword Search (Full Text Search)

    I have some cataloged columns I am searching for Keywords.
    This table is getting huge over 6.7 million records and it is
    becoming slow. What is the best method to optimize the DB for this
    Search.
    Do I need to create a column that
    will have a keyword associated to a description of each record
    or.... and search this particular column for the Records?. My
    clients records at time are store like "Bolt, Flange" and some are
    stored as "Bolt, Flange 1/4inch....." . Any one with any idea of
    the best methodology of getting this Keyword Search Optimized and
    returning faster query results?
    Thanks

    Consider creating a Verity collection on the appropriate
    columns in your database. The frequency of database update will
    help in determining if this is the appropriate thing to do.

  • About the Error after applying product key for bing search rest service

    For the Project Siena I ve created the product key for Bing search rest service and i applied that product key which is valid even though i got the error when i click TRY button .can anyone please help me to find the solution
    There was an error in retrieving sample data. Error : Unable to reach service. Please check if your service connector configuration is valid and you have network connectivity

    Hello,
    Thanks for your post. I am jotting down few steps to get the Bing search account key (you may have completed many/all of these).
    To add Bing Search Service, go to
    https://datamarket.azure.com/account/datasets and search for "Bing Search API". After you have subscribed to the service, navigate to "My Data" and click on Use. Click on Show and copy the
    Primary Account Key information.
    Note if your key contains a special character like / or = then double clicking on the content will copy the key partially.
    Make sure you have copied the full key correctly. If the is incorrectly pasted in Siena's Primary Account Key field, you will get the error below:
    This is similar to the error you have posted. Since the Primary Account Key is masked you can never be sure the contents are correct. It's best to clear the field and paste the key again.
    If you still face the issue, please post your machine configuration (x86/OS) information.
    Hope this helps,
    -Karthik
    This posting is provided "AS IS" with no warranties and confers no rights.

  • Installing BI Content objects for SRM

    Hi Experts,
    I am new to this group and i need your help for installing Business Content Objects for SRM based data flow.
    We are working for a BW - SRM upgrade project and as per our requirements we need to build 11 -  BI standard reports based on Shopping Cart, Shopping Cart Approvar &  Central contracts. We have identified the relevant data sources (0BBP_TD_SC_1, 0BBP_TD_SC_APPR_1 ,  0BBP_TD_CONTR_2) info providers/ characteristics & keyfigures from help.sap.com respective with query details.
    We have checked in BW system and do not found any objects under SRM info area (infoobjects/info providers).  As a first step we have activated the above said data sources in SRM system through RSA5 and ensured the data avaialbility through extractor check in RSA3.
    We have replicated the Meta data and got the data soruce in inactive version. We are planning to install the business content for info objects, info providers, query elements..
    We need your suggestions on  how to proceed further and what are the checks need to be done before installing the objects.
    Can any one provide an step by step document for installing the business content  objects from scratch.
    Regards,
    Saravanan.M

    Hi,
    Tty to install objects in below sequence.
    1. Application component
    2. Info area
    3. Catalogs
    4. Info objects - Chars and Key figs.
    5. DSO/CUBEs
    6. Transformations, info pack and DTPs.
    7. Bex Reports
    While isntalling obejcts from BI content, use grouping option as - only necessary objects , do the simulation and later install in background.
    If any obejcts already in active then use Match copy option there itself.
    From google you may find them,
    Use google search key as "Business Content in SAP BI".
    Thanks

  • Trying to index Same URL - But its getting discarded-( Autonomy Search)

    Hi All,
    We have a applicatoion page , which displays Spanish/Arabic/Chinese/English Content based on Langauge Selection.
    By default , the page will display English Content.
    Upon Selecting other language , the same page will be refreshed and selected language content will be displayed.
    And I have created a SPIDER Process to index application pages.
    But, Other language Content is not getting indexed .(Only English Content is getting indexed as it is default langauge selection)
    As same page is getting refreshed for other language selection, same URL is discarded as shown below.
              Discarded Link (DUPLICATE): # --> http://192.168.20.97:8001/corpPortalWeb/CrimsonlogicSriv/global/PartnersDelete.jsp
         Please suggest me , how to index same page for other language selection also?
    Thanks in advance,
    Srinivas

    we created separate autonomy spider databases for each language. We also experimented with using a dummy url which listed all the links with all the languages where the spider could begin from using a parameter in the url that would set the language and cookies. we finally realised that all of this is ok for Autonomy but pretty bad for an external spider like Google (maintaining the language in session/cookie isnt very Spider friendly).
    The best solution is a RESTful approach. your URL's should be of the form
    http://site/en/whateverelse and you can use webserver stripping/ filters / beehive url config/ etc so that your site generates the URL correctly. may be a little late in the game for you if your development is well underway
    regards
    deepak
    Edited by: deepshet on May 19, 2009 11:27 AM

  • CONTENT SERVICES FOR SAP

    Sup forum
    didnt where to post this doubt.
    Im in the process of instalation of Content Services for SAP 5.3. SP3.
    Im testing archive services for sap 5.3. sp3. (archive services for sap installation guide page 63 "testing connection between sap and archives services")
    IF_HTTP_CLIENT -> RECEIVE 1 ICM_HTTP_CONNECTION_FAILED
    i m searching info about this issue and i didnt find out anything relate to this problem.
    If somebody has a clue about it, dont doubt to write it down
    THANKS IN ADVANCE

    Jarek,
    Did u manage to find an answer for your question? If so please can you share it with me?

  • Question on Wlp81 OOTB autonomy search engine

    HI all:
    I am an BEA SE come from china.when use Wlp81 OOTB autonomy search engine, I have
    download autonomy_langfiles_win32.zip from dev2dev.bea.com and config it. But
    I found which still cannot search Chinese correctly. I have four question on Wlp81
    OOTB autonomy search engine.need your help. Thank you very much!
    please see the attachment for the detail.
    1.Auto Indexer cannot search Chinese correctly
    2.http fetch cannot search Chinese correctly
    3.how to open the search result on another machine
    4.how to config the odbc fetch
    [Question on Wlp81 OOTB autonomy search engine.rar]

    Didn't get any bites on this, but thought I'd follow up on my original post. I looked around a bit more and opted for the ZOOM search engine for my site.
    The authors appear on their own support forum quite a bit and have helped with the learning curve.
    All in all I'm pleased with ZOOM.
    John

Maybe you are looking for

  • Loosing datasource connection in a server thread

    Hi, In a backing bean I start a long term thread that uses the datasource connection taken from application module. Everything works fine but after a period of time between one and two hours the connection is lost and server throws a <BEA-001112> <Te

  • Randomize/shuffle array item without repeat actionscript 3.0

    i am creating a question and answer quiz using flash cs3 and actionscript 3.0. i have a large array of question, i wish to put it into xml document (can xml document be reside in the flash file itself?i thought ive seen someone did that.) ok,my main

  • Material Master for Maintenance material

    In regards to a Material Master for a Maintenance storeroom Material, On the MRP 2 tab there is a field called Safety time/act.cov. What is the difference between that and the planned delivery time of a material. I have tested both and they appear to

  • How do i get my ratings from my PC to my new Macbook?

    I got my songs over, and have tried moving the .itl and xml files. the best ive gotten so far is the names of my playlists, and no ratings. Ive hit the search and read though the avalible topics on it, no definitive answer yet. tips? thanks in advanc

  • Drive stuck in ultrabay

    I have a T60P with a hard drive stuck in the ultrabay. The little button that pops out the lever will not move. I did get the handle to pop put with some force. But when I pull on the lever the drive won't pop out. I even tried pulling on the lever w