How to use TREX in Netweaver Portals

Hi,
I am new to TREX and i installed TREX 7.0 with Netweaver 2004's java edition and performed Post Configuration for Java client HTTP settings.
Now i am unable how to use TREX in Portals for searching the documents in KM.
Can any one help me how to use the TREX for searching the documents in Km if possible plz attach the screen shots.
ADV Thanks
Regds
Phani

Hi Phani,
You can test your TREX server by executing the following step:
Log on to your TREX server and open up the TREX console which you can find in the TREX program folder. Normally you are now inside the python_support folder.
Execute the following script by typing: "python runInstallationText.py" and hit Enter.
The script carries out the following tests:
● Deleting any test indexes that were generated for a previous script run
● Creating a test index
● Indexing documents
● Testing search functions
● Exact, error-tolerant (fuzzy), and linguistic searches
● Search using Boolean operators such as AND and OR
The results are displayed at the end of the script run. You see the tested calls and their statuses (OK or Failed).
When you run the script for the first time, the call “Delete Index” has the status Failed. This is because there was no existing text index to be deleted. If this is the only cell with the status Failed, the test was successful.
Below you will see the final output generated by the test script. As stated near the bottom of this screenshot our TREX is running very well or not if there is a problem.
Best regards,
Tom.
PS. Don't forget to reward helpfull answers

Similar Messages

  • How to use TREX in Portals

    Hi,
    I installed TREX7.0 newly into Netweavwer Portals.
    Can any one provide me any good link to know How To use TREX in Netweaver Portals.
    Regds
    Phanikumar

    Hi Phani,
    Please go through the link:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c7/e0d13f7fb44c21e10000000a1550b0/frameset.htm.
    Regards,
    Sudhir
    Reward Pts If the Answer is Useful

  • How to use Soap with Netweaver?

    Hi,
    I am new to SAP Netweaver, I was wondering how to use SOAP messaging with SAP Netweaver?
    Thanks
    Falak

    I want to secure the message between my web service and a Automated activity in SAP Netweaver BPM (Process
    development). I think in this case the usage of of SOAP adapter may not be useful.
    Security parameters (settings) can be defined for Sender SOAP Adapter (as in your case it is)......to know more check this help section: http://help.sap.com/saphelp_nwpi71/helpdata/EN/fc/5ad93f130f9215e10000000a155106/content.htm
    Check the section: Define Security Parameters.
    Regards,
    Abhishek.

  • Getting URL parameter in Web Dynpro when using iViews in netweaver portal

    Hello Everybody,
    I'm having the following issue:
    I created a WD-Application which would be accessed directly via URL with some parameters.
    Getting these parameters works fine using the logic from the following link:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/45/2233b60c21072ce10000000a155369/frameset.htm
    Now I want to implement my WD-Application into the netweaver portal.
    My colleagues customized it that far, so that I can access the WD via a portal-link.
    The only thing is, that the logic getting the URL parameters from above does not seem to work in this context any more.
    Do I need different coding getting the parameters from the portal URL or is this a matter of missing "portal-customizing"?
    Any ideas in this matter are kindly appreciated.
    Thanks in advance and regards,
    Marc

    Hi Marc,
    I'm doing the same and it works fine.
    Here is my coding:
      DATA: lt_url_parameters TYPE tihttpnvp.
      data: ls_url_parameters type line of tihttpnvp.
    * Read URL Parameters
      wdevent->get_data( EXPORTING name  = if_wd_application=>all_url_parameters
                         IMPORTING value  = lt_url_parameters ).
      read table lt_url_parameters into ls_url_parameters with key name = 'MODE'.
      if sy-subrc = 0.
        case ls_url_parameters-value.
          when '1'.
          when '2'.
       endcase.
      endif.
    Check the following:
    1.) are you using the event handler "HANDLEDEFAULT" of your WINDOW to get the url parameters?!
    2.) in the portal iview with your wd application, the property "Application Parameters" has to be filled (in my example:  mode=1)
    If you need the value in the init method of your first view, you can store the parameter in an attribute of your component controler and read it in your view.
    Regards,
    Andreas
    Edited by: Andreas Leis on Jul 14, 2009 11:05 AM

  • How to use Navigation Pages in Portal

    Hi
    In Portal Under Page Groups we have different type of pages like
    Pages,
    Templates,
    Categories,
    Navigation Pages,
    Perspectives,
    Styles,
    Attributes,
    Page Types,
    Item Types,
    I have created a navaigation Page under Navigation Pages.
    I have given access to a set of users.
    I am not able to set those Navigation page as default home page.
    How to set this Naviagtion page as a default home page.
    How to use this can anyone help on this.
    Thanks

    The easiest way would be to publish your navigation page as a portlet. Then create a page template (or more) for your pages and add your navigation page as a portlet (from the repository).
    Regards,
    Albert

  • How to use ADF with weblogic Portal 10.3.2

    Hello All,
    I want to use ADF with Weblogic Portal 10.3.2. Can anyone guide me ?
    Thanks,
    *(' ')sman*

    Hello,
    To use ADF with WLP 10.3.2 you will need a WebCenter WSRP producer running the portlet, which you can then consume as a remote portlet in WLP. The documentation on how to do that is here:
    http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14235/chap_webcenter_interop.htm#BABDBJBD
    Kevin

  • How to use MDM users in portal?

    Hi All,
    How to use MDM users in EP, my requirement is,
    i have an users, if the user log's in portal, depending on the portal user login, we need to assign a perticular region for that user such as europe, south america, asia....,
    before he log's in portal we need to confirm that user belongs to perticular region in MDM.
    we maintain users in MDM, when an europe user log's in portal we need to assign him europe system so that he can login in to that europe system. when a asia user log's in portal we need assign him asia system, so that he can login in to that asia system.
    how to do this in portal
    Regards
    jagadeesh

    Hi Jagaeesh,
    You need to configure sso between MDM and EP. You can do it with the help of UID method as there is no logon ticket method available with MDM 5.5.
    And for region specification, you can create different portal desktop, framework, theme for diffreent region users inside portal and define portal's master rule as per accordingly by creating user groups inside portal and assigning different desktops to different region user's.
    Then, create contents (like roles, worksets, pages, iviews, km contents) inside portal according to region and assign those contents to different groups as per requirement.
    So that, deplending on region user's, when they login into portal would see different content inside it.
    Regards,
    Sen

  • How to use BI in netweaver  2004(trial edition for abap)?

    I am new in BI field. I downloaded the netweaver 2004(trial edition for abap)and installed it on my laptop. But the system said I am not authorized to use BI function:(
    how can I use it, thank you

    Hi Phani,
    You can test your TREX server by executing the following step:
    Log on to your TREX server and open up the TREX console which you can find in the TREX program folder. Normally you are now inside the python_support folder.
    Execute the following script by typing: "python runInstallationText.py" and hit Enter.
    The script carries out the following tests:
    ● Deleting any test indexes that were generated for a previous script run
    ● Creating a test index
    ● Indexing documents
    ● Testing search functions
    ● Exact, error-tolerant (fuzzy), and linguistic searches
    ● Search using Boolean operators such as AND and OR
    The results are displayed at the end of the script run. You see the tested calls and their statuses (OK or Failed).
    When you run the script for the first time, the call “Delete Index” has the status Failed. This is because there was no existing text index to be deleted. If this is the only cell with the status Failed, the test was successful.
    Below you will see the final output generated by the test script. As stated near the bottom of this screenshot our TREX is running very well or not if there is a problem.
    Best regards,
    Tom.
    PS. Don't forget to reward helpfull answers

  • Use TREX Search outside portal

    Hi,
    Our situation:
    1.We have our intranet indexed with Autonomy search engine;
    2.We have TREX installed and we have SAP EP7.0
    3.We have our intranet also indexed by TREX in our SAP portal (using Web Repository in KM).
    Now we would like to replace Autonomy intranet search with TREX. This means that the search field on the intranet page should contact TREX for a search instead of Autonomy.
    How can we achieve that?
    I have found documents and blogs about TREX API. I know that TREX Java client communicates with TREX server over TCP/IP and that they exchange XML files with the search request and results.
    Maybe this would be possible if a TREX java client was available outside portal, but I haven't found it until now.
    Kind Regards
    Edmond Paulussen

    Hi,
    This is the URL I get before I click the search button:
    http://xxxxxxxxxx/irj/go/km/basicsearch?SearchType=ctrlpers&SelectedSearchIn=FROM_HERE&SelectedSearchFolder=/intranet&SelectedSearchFromHere=/intranet&StartUri=/intranet
    This is the URL from the search results:
    http://xxxxxxxxxx/irj/go/km/prteventname/HtmlbEvent/prtroot/pcd!3aportal_content!2fevery_user!2fgeneral!2feu_role!2fcom.sap.km.home_ws!2fcom.sap.km.hidden!2fcom.sap.km.urlaccess!2fcom.sap.km.basicsearch?SearchType=ctrlpers&SelectedSearchIn=FROM_HERE&SelectedSearchFolder=/intranet&SelectedSearchFromHere=/intranet&StartUri=/intranet
    However, I do not see the query string. Do I miss something? Has this anything to do with, for instance, the configuration of the URL generator service?
    Another question: the URL contains the name of the portal (xxxxxxxxxx). Should this be replaced by the name of TREX server, when submitting search to TREX outside portal?
    Regards
    Edmond

  • How to use javascript in oracle portal

    I want to add a dynamic menu portlet using javascript and the javascript is in .js file ho do I call it...

    Can you please explain to me off line my email address is [email protected], How did you do it.
    I get javascript error when I use DHTML menu into JSP page, which I developed as a portlet and trying to add this portlet onto users page.
    In a way I can understand why, the reason could be the similar to why we can not use frames in HTML portlet or any other portlet objects that we use, and customize HTML ( stylesheet, look and feel etc.). Since portal gathers all the pages (ultimately HTML's) dynamically and bring them as a single page to the user.
    So, even if for you it may have shifted to bottom, still it seems it is working for you.
    Appreciate your help.

  • How can using Richfaces with weblogic portal

    Hi,
    i'm using weblogic portal 10.3.2. how can i integrate Richfaces with JSF portlet (1.2)
    can any one help me!
    Thanks!

    can anybody help me?

  • How to use css in a portal component ?

    Ooooops, wrong forum.... sorry.
    Message was edited by: Elad Saar

    Hi
    As Francois pointed out Oracle forms has nothing to do with html based technology. The way you can get the equivalent effect of creating consistancy in the way your objects are displayed is by creating a set of items you want and alter their apperance and behaviour and place them into object libraries (one library should do the trick).  From there you subclass all of you forms items off these libraries.
    Regards
    Quintin

  • How to activate 2 different ITS Theme in SAP Netweaver Portal

    Hi experts,
    We have 2 different company using our SAP Netweaver portal for the ESS/MSS. This companies is using different ITS Theme.  We are now can activate only one ITS Theme. Now, one of the company has problem to display the ESS/MSS iview (The look problem). How to solve this problem because i was told that ITS Theme is a global setting. Only one theme is allow to activate at one time.
    Rgds,
    Nanie

    Hi Nanie,
    Could you pls try the below steps?
    step1: change your rule collection based on Groups.. like, if group1 then portal desktop  is desktop1                                                                               
    if group2 then portal desktop is desktop2.
    setp2: assign company one users to group1 and company2 users to group2.
    step3: for desktop1, use the first theme.
               for desktop2, use the second theme.
    Thanks,
    Arun.

  • SAP NetWeaver Portal on HP-Hardware - Experience?

    Hi @All,
    we are using an SAP NetWeaver Portal on HPUX PA 11.11 but the response time is very long even with 8 CPU and a lot of RAM.
    In the past I've made good experiences with Linux on AMD with 64 bit but this woud be a real big change us.
    Somebody used itellium CPU's?
    From my point of view we have these options:
    -> HP UX PA 11.11
    -> HP UX IA
    -> Linux AMD
    I'm interessted in the performance of the different solutions.
    Thanks a lot in advance.
    Best regards,
    Michael

    Hi James,
    yes for sure.
    But in fact: HPUX on PA is much slower than Linux on AMD running the same portal.
    So the question is what do use for the future:
    HPUX PA
    HPUX IA
    Linux AMD
    Best regards,
    Michael

  • Installing TREX for Netweaver Sneak Preview2004s SP9

    Hello,
    I installed Netweaver Sneak Preview 2004S SP9. In the description of the download package TREX is mentioned. But it did not install. I found Thread TREX in EP? where a file SAPNW2004sJavaSP9_TREX.rar is mentioned. Does anybody know how to the download this file, rsp. how to install TREX for Netweaver Sneak Preview 2004S SP9?
    Thanks in advance.
    Best regards
    Bernd

    I just checked this morning and the link now points to the SAPNetWeaver04_SP16Preview_TREX6116P2 rar file.  I had downloaded that file back on 6/7/07 but it would not work.  It would quit at the question asking for an instance to apply the hot fix, so I am guessing that it is only a maintenance release.
    I have not re-downloaded it since they fixed the link.
    However, I eventually found a download of TREX 6.1 on the SAP Software Distribution Center site found here:
    <a href="https://websmp205.sap-ag.de/swdc">SAP Software Distribution Center site</a>
    Search for 51030611.  I was able to load that successfully.
    Good luck.
    Message was edited by:
            Craig Burnett

Maybe you are looking for