HTML Tags search using TREX

Hi All,
Using following 2 documents I had tried to configure TREX to search HLTM tags. After following all the steps when I tired to search I don't get any results.
1) How to set up web repository and crawling it for indexing.pdf
2) How-to-guide for searchable HTML tags.pdf
Any buddies please help?
Thanks in advance.
Mahesh

Hi Suman,
I am Manu's Colleague. We have the Hierarchy of Objects like this.
Cubes --> Multiprovider -- > Aggregation level.
We had two tranport requests one for the Planning objects Including Aggregation levels and the other for data model objects including cubes , DSO's and multiproviders. All deletion Requests.
We moved the First transport request to production and we checked using Normal Find objectsand found no results for the aggregation Levels.We assumed all the objects were deleted.
Then we moved the Datamodel transport request to Quasltiy and it failed stating that the Multiproviders are used in Aggregation Level. (this happened in Q)
Then when we checked the aggreation Level in Planning Modeller we found it in there (this in both Q and P) and not in RSA1 transaction until we used TREX to retreive the result. (This in P as we dont have TREX in D and Q systems)
This is the issues and beacuse of this we are not able to delete the Data models in the system.
Thanks for all your previous replies and will be helpful if you have any idea ont his.
Regards.
Shafi.

Similar Messages

  • PCD search using TREX SP16

    Hi All,
    I am trying to search for portal iviews, pages & roles using TREX.
    I created the index & assigned the PCD folder (I have done all the pre-requisites for PCD search)....
    Then when i opened the Index Administration page, the status for the index was red. I tried reindexing it, but the application log showed me errors,
    <b>
    "XIndexing documents failed. Method not supported on PCDSearchIndex..Continue crawling... "</b>
    <b>My portal is at SP16, with KMC SP16 PL3...
    TREX is up at SP16 PL2....
    </b>
    Please help me out.....
    Thanks,
    Sandip
    Message was edited by: Sandip Agarwal

    Closing the thread...

  • Search Using TREX -- If Supported by Object Type

    Dear Gurus,
    I have got this option lately in my RSA1 FInd button.
    I need to find:
    1. What does this do ?
    2. I have an object which is deleted, i dont find it in normal search.
    BUT
    When i tick this option and search i find some relevant Planning Components.
    Please let me know how to delete and find that obejct AND what does this Do , where does it search???
    Regds,
    Den

    Hi Suman,
    I am Manu's Colleague. We have the Hierarchy of Objects like this.
    Cubes --> Multiprovider -- > Aggregation level.
    We had two tranport requests one for the Planning objects Including Aggregation levels and the other for data model objects including cubes , DSO's and multiproviders. All deletion Requests.
    We moved the First transport request to production and we checked using Normal Find objectsand found no results for the aggregation Levels.We assumed all the objects were deleted.
    Then we moved the Datamodel transport request to Quasltiy and it failed stating that the Multiproviders are used in Aggregation Level. (this happened in Q)
    Then when we checked the aggreation Level in Planning Modeller we found it in there (this in both Q and P) and not in RSA1 transaction until we used TREX to retreive the result. (This in P as we dont have TREX in D and Q systems)
    This is the issues and beacuse of this we are not able to delete the Data models in the system.
    Thanks for all your previous replies and will be helpful if you have any idea ont his.
    Regards.
    Shafi.

  • BP Searching using TREX

    Hi All.
    I trying to search BP in CRM ICWC 4.0 SP 7 using TREX, i have installed Software Agent Framework and applied the respective notes but i don't know which are next steps. When i try to execute the BP search and try with a debugging i have notice that some function modules are not returning data because something is missing.
    Can anybody help me.
    Thanks in advance
    Armando

    Hi.
    Can i find a guide or something like that in the web ?.
    I have installed the TREX, the SAF, used the transacztion CRM_SAF_TOOLS for checking and everything is Ok but when i'm using the function modelu TREX_BUPA_SEARCH in debbuging mode, i noticed the TREX search inside is not working... something is missing.
    Best Regards.
    Armando

  • Archivelink Search using Trex

    Hi All,
    I have activated the index release for Archive link in SKPR06 for document area ARCHLINK.
    I wanted to know how to which class is meant for Archive link to create indexes like DMS_PCD1 for DMS in SKPR07 and which report to use for the search.
    Please advice.
    Muzamil

    Hello Guys,
    Please share about the Trex search for archivelink documents.
    Is there any other group where i can post this thread.
    Muzamil

  • SAF search using TREX

    Hello,
    I need some code help to search for multiple attributes making use of the SAF framework in combination with TREX
    example: I want to do a search like this
    attribute 1 `Description` = Robotarm AND
    attibute 2 `Problem` = blocked
    I can search only on one attribute at a time.
    I use
    cl_crm_saf_se_trex_abap
    if_crm_saf_se_genil~search
    and also tried the function module contained in it
    TREX_EXT_SEARCH_DOCUMENTS
    Although I make query it does not seem to work for multiple attributes. Can any of you give a code sample. Or an alternative FM.
    Best Regards,
    Frederik Defour
    The query is build like this
    Query
    L_QUERY_ENTRIES-ROWTYPE = 'BRACKET_OPEN'.
    append L_QUERY_ENTRIES to IT_QUERY_ENTRIES.
    clear L_QUERY_ENTRIES.
    ATTRIBUTE
    L_QUERY_ENTRIES-ROWTYPE = 'ATTRIBUTE'.
    L_QUERY_ENTRIES-LOCATION = 'Description'.
    L_QUERY_ENTRIES-VALUE1 = '*'.
    L_QUERY_ENTRIES-OPERATOR = 'EQ'.
    L_QUERY_ENTRIES-CONTENT_TYPE = 'C'.
    L_QUERY_ENTRIES-TERM_ACTION = 'E'.
    append L_QUERY_ENTRIES to IT_QUERY_ENTRIES.
    clear L_QUERY_ENTRIES.
    ATTRIBUTE
    L_QUERY_ENTRIES-ROWTYPE = 'ATTRIBUTE'.
    L_QUERY_ENTRIES-LOCATION = 'Problem'.
    L_QUERY_ENTRIES-VALUE1 = '*'.
    L_QUERY_ENTRIES-OPERATOR = 'EQ'.
    L_QUERY_ENTRIES-CONTENT_TYPE = 'C'.
    L_QUERY_ENTRIES-TERM_ACTION = 'E'.
    append L_QUERY_ENTRIES to IT_QUERY_ENTRIES.
    clear L_QUERY_ENTRIES.
    L_QUERY_ENTRIES-ROWTYPE = 'BRACKET_CLOSE'.
    append L_QUERY_ENTRIES to IT_QUERY_ENTRIES.
    clear L_QUERY_ENTRIES.

    You are supplying too much info to TREX.
    Comment in your code for each attribute following lines:
    L_QUERY_ENTRIES-CONTENT_TYPE = 'C'.
    L_QUERY_ENTRIES-TERM_ACTION = 'E'.
    Kind regards,
    Daniel

  • Enabling search using TREX

    Hi all,
          I have installed NW 04 SR1 and installed KMC on it . I have also installed TREX and did the server side and client side configuration ans the TREX monitor shows that it is up and running.
    My question how to use this TREX engine to search the documents. what kind of configuration do i need to do.
    Thanks

    Hi,
    Check the following threads,
    <a href="https://www.sdn.sap.com/irj/sdn/thread?messageID=3416724#3416724">https://www.sdn.sap.com/irj/sdn/thread?messageID=3416724#3416724</a><a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/72/5da142b1e8c911e10000000a1550b0/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/72/5da142b1e8c911e10000000a1550b0/frameset.htm</a>
    If you want document file also, i will send you.
    Regards,
    Venkatesh.K

  • HTML tag strip (email parsing use case)

    Have you guys come across the requirements of parsing a HTML message, lets say an email, and convert into text?
    The most common use case would be email parsing, remove all the HTML tags and use as string.
    It has to remove the entire tags, with attributes, for example tables, with TRs and TDs with properties, must be removed. The BR converted into carriage return, etc?
    Cheers,
    Renato Fichmann

    Derek,
    In my situation, I'm triggering a process from an email. I need to extract information out of this email but it's not formatted as XHTML. I don't know there's an easy way to preprocess the email first before trying to disect it.
    I'm working on an alternative solution but that relys on the people sending me the email to grant direct access to their systems.
    Hopefully there'll be some funky string functions like this in upcoming releases??
    Ryan

  • When Exported in PDF reports displays HTML Tags

    Hi All,
    Business Object XI R2
    WebI Report
    I am Reporting on Oracle CLOBs. This CLOB contains Data with HTML Tags, Clearly this CLOB is the combination of DATA formatted in HTML tags.
    When I create a WebI Reports on this (CLOB) WebI displays correctly in the sence data only.
    When I export this report to PDF; The PDF display contains both data with HTML tags as well.
    Is there any solution/workaround or any setting in the BO Server to overcome/solve this issue.
    Appreciated you prompt help.
    Thanks,
    Ashok

    Christine,
    My question is wether Adobe support CLOBs or not.
    I was reported on oracle CLOBs (This CLOBs contains data wrapped in HTML tags), by using Business Object Web Intelligence. This WebI displaying the reports as I desire, there is no problem, in WebI. WebI displaying data with no HTML Tags.
    My problem is that when I export this WebI report, this Adobe is getting HTML tags, why? Since this WebI is not displaying the HTML tags, since adobe does not know wether there is a HTML tags or not.
    Apprecited your prompt reply.
    Thanks,
    Ash

  • HTML Tags in sql

    Hi guys
    Im executing the below sql with the html tags, as it gone mess and returning error like invalid table name.
    SELECT '<p style="font-family: Script MT Bold;color: #800080;font-size:35px;text-align: center;">' || 'Welcome' || PAPF.FULL_NAME|| '</p>
    <p style="font-family: Times New Roman;color: #000000;font-size:15px;text-align: center;"> The Employees Information of</p>
    <p style="font-family: Times New Roman;color: #000000;font-size:20px;text-align: center;"> <strong>Central Bank of Kuwait</strong>'
    FROM FROM PER_ALL_PEOPLE_f PAPF, FND_USER FU
    WHERE PAPF.PERSON_ID = FU.EMPLOYEE_ID AND
    TRUNC(SYSDATE) BETWEEN PAPF.EFFECTIVE_START_DATE AND
    PAPF.EFFECTIVE_END_DATE
    Im not sure whether i missed any || or quotes in html tags while using with the column name in the select statement
    Thanks in advance.
    Regards,
    Vel

    Don't do this via the SQL selection as hardcoded HTML??
    I think the following 2 approaches far superior.
    If you need the actual SQL projection to contain HTML, implement user functions for data transformation. E.g.
    SQL> create or replace function MakeDiv(
      2          divBody varchar2,
      3          fontColor varchar2 default 'black',
      4          tooltip varchar2 default null )
      5  return varchar2 is
      6          DIV_TEMPLATE constant varchar2(4000) :=
      7          '<div style="color:$COLOR" title="$TOOLTIP"> $BODY </div>';
      8 
      9          htmlDiv varchar2(4000);
    10  begin
    11          htmlDiv := replace( DIV_TEMPLATE, '$BODY', divBody );
    12          htmlDiv := replace( htmlDiv, '$COLOR', fontColor );
    13          htmlDiv := replace( htmlDiv, '$TOOLTIP', tooltip );
    14          return( htmlDiv );
    15  end;
    16  /
    Function created.
    SQL>
    SQL> select MakeDiv( ename, 'blue', 'Employee '||empno ) from emp;
    MAKEDIV(ENAME,'BLUE','EMPLOYEE'||EMPNO)
    <div style="color:blue" title="Employee 7369"> SMITH </div>
    <div style="color:blue" title="Employee 7499"> ALLEN </div>
    <div style="color:blue" title="Employee 7521"> WARD </div>
    <div style="color:blue" title="Employee 7566"> JONES </div>
    <div style="color:blue" title="Employee 7654"> MARTIN </div>
    <div style="color:blue" title="Employee 7698"> BLAKE </div>
    <div style="color:blue" title="Employee 7782"> CLARK </div>
    <div style="color:blue" title="Employee 7788"> SCOTT </div>
    <div style="color:blue" title="Employee 7839"> KING </div>
    <div style="color:blue" title="Employee 7844"> TURNER </div>
    <div style="color:blue" title="Employee 7876"> ADAMS </div>
    <div style="color:blue" title="Employee 7900"> JAMES </div>
    <div style="color:blue" title="Employee 7902"> FORD </div>
    <div style="color:blue" title="Employee 7934"> MILLER </div>
    14 rows selected.
    SQL> An even better approach is not to do this in the SQL projection - but instead have a PL/SQL framework that accepts a SQL, and turns the SQL projection of that SQL into a HTML report. Where this framework can use different templates to generate different types of HTML reports.
    This approach is very successfully used by Oracle Apex.

  • HTML Tag Panel

    Hi
    Some Web Editors such as Esspresso have a panel that shows all html tags thats used in an opened document and when slect any
    cursor moves to that tag in the code editor of the document where can i find such panel in dreamweaver ? tag inspector dont show
    such functionality.
    Kindest Regards

    Hi Sudarshan ..
    i Checked code ispector its not what im looking for actually i didnt see any use for it i feel its just a code view in a panel,
    we could use the solution Jon suggested it same what im looking for is something like attached photo from espresson see
    how elegant it is compared with dreamweaver ugly interface
    Regards

  • Struts bean/html tag problem

    i am writing this url_element on screen
    <bean:write name="url_element"/>
    then i got a link
    <html:link action="urlDetail.do?url=???">aaa</html:link>
    how can i transfer the url_element into ??? do i need to write something like <%...%>?

    just found the solution:
    You can't use a <bean:write> tag inside an <html:link> tag. Struts doesn't support it.
    The easiest way to fix this is to abandon use of <html:link> and just use the plain old html tags <a></a>. Then you will have no problem substituting parameters with <bean:write> tags.
    The only advantage <html:link> has over the plain html tag is that it automatically does URL rewriting (Adding of the jsessionid to the URL so that sessions may be tracked even if the user has turned cookies off). If you're not using this function anyway, as most modern websites don't, you may as well use the html tag.
    If you still want to use <html:link>, use the struts-el version of the html tags and use EL expressions instead of <bean:write> tags.

  • In OAF restrict the richtext editor using html tags

    Hi Gurus,
    In my page Insert/Update I have requirement of Adding Comment. I have used MessageRichText for this Comment section. The data type of the corresponding Table column is CLOB.
    But while saving the entered comment, data is getting saved with HTML tags. .... :
    I have another search page that cannot have MessageRichText filed; only MessageStyledText field could be used to show the Saved Comment.
    As the data has been stored with HTML tags in DB Table, in the Search Page  it showing the Last Inserted Comment with HTML tag.
    I want to show the actual Comment entered without HTML tag.........how to do this??????
    Please help!!!!!!!!!!!!!!!!!!!!!!!!!1

    Hello cornelius.
    For one, you need to select RTF for message composition and not Plain Text.
    Select/highlight the text you want for the hyperlink and at the menu bar, go to Edit and select Add Hyperlink.
    Enter the URL in the space provided and be sure to include http://
    Select OK when finished.

  • Using html tag in jsp

    hi
    i want to get a menu......something like what we have in the top of this page......but vertically....using a html tag.....
    on-mouse-over, each item opens up a list of hrefs.....

    Hi Gaurav,
    As in the previous post u cannot get the menu using an html tags and CSS. It is generally written in Java script and DHTML. Just do a google search and u can find a lot of js menus...
    -Bala

  • HTML tags not displayed when using Data Template

    Hi All...
    I'm developing a BI Publisher report in which one of the columns is a clob data type. I'm using an xsl stylesheet to format the data present in the clob column.
    I've developed the report using data template as the data set. The problem is the clob column which has the HTML tags where not displayed properly...for example
    the tag starting with
    <
    is replaced with
    & lt;
    I did a couple of searches in this forum and in tim's blog but couldn't find a proper solution...
    http://blogs.oracle.com/xmlpublisher/2007/01/formatting_html_with_templates.html
    API and HTML Formated Content
    Re: Problem with text data elements containing escaped HTML codes
    HTML Output from CDATA
    Re: HTML formatted output
    Re: Special characters in CLOB are making report fail
    Re: Formatting of HTML tag problem
    I'm using BI Publisher standalone:Release 10.1.3.2. In one of the threads..
    Re: Special characters in CLOB are making report fail
    I came to know that data template cannot generate proper HTML tags for release 10.1.3.2. Is there any work around way to get the proper HTML tags when data template is used as a data set?
    Thanks in Advance...
    Edited by: user10280715 on Dec 9, 2008 3:13 PM

    Issue could be with the data that is selected in the other environment. It generally happens that the ALV will not give the same results as in the DEV in the other systems.
    Possible errors could be the control break statements in the loop...endloop block. validate the correctness of the control break stmts if any.

Maybe you are looking for

  • What is an affiliated company?

    The enterprise structure is like this :- Company Code : A and Company id : G Company Code : B and Company id : G Company code A sells an asset car to company code B. A vendor account V001 has been set up in company code B for company code A. The trad

  • Looking to dual-boot windows 7 (don't know which forum to go to)

    Hello everyone, I need some help since I've been unable to get this to work properly.  I need to set a dual boot systems both on Windows 7, the reason I can't just use one is that the testing center we work with is very specific with their requiremen

  • Transfering Files from old OS9 (imac) to new G5 imac via firewire

    I just bought the new G5 and can't seem to transfer my old files over. I hooked up the firewire, rebooted the old imac holding the "T" down and the old hard-drive icon shows up on my new G5 desktop. However as soon as I click the icon I get the spinn

  • 2LIS_02_ITM enhacement add EKPO-BUKRS but we get Purchase Order Line for 2

    Hi All    We have active extractor 2LIS_02_ITM, This exctractor has an enhacenment, we add field EKPO-BUKRS before activate this extractor...    Now... in Production system we look that we have the combination of SAPR/3- purchase order - line item -

  • Mail usage high (3 gigs) after deleting ALL mail accounts

    I have a 4s.  My mail usage was 3.1G.  I need that space. I deleted all 3 mail accounts and turned off iCloud.  Mail usage dropped to 3G.  How do I recover those 3 gigs?  So aggravating.  Any ideas? Rick