Sxmb_moni  index searching possible?

Hi folks,
I have about 4000+ messages fr my interface and i need to confirm if we received a message  for a particuar wrk#,
Is there a way i can verify this rather than going through each xml msg 1 by 1 to verify?
I know of TREX but we currently don't have it installed to function with PI..
Thanks a lot!!

Hi,
you can try any of those two reports:
/people/sravya.talanki2/blog/2006/02/21/abap-based-trex-in-xi-proto
/people/alessandro.guarneri/blog/2006/02/14/super-message-monitor-for-sap-xi
Regards,
Michal Krawczyk

Similar Messages

  • Index search freezes complete application

    We are using the JavaHelp for the context-sensitive online help functionality in an application. A very strange error occurred:
    The index search works fine for many search strings, but for many other search string the complete application freezes. One of these strings is "ab" and strings starting with "ab". This is very annoying, because many german words start with the letter combination "ab". There are other strings which do not work, f.e. strings starting with "orts" and those which do work sometimes, like "ort".
    When I am writing, "the application freezes", I mean that you can only stop it via the Windows Task Manager. Since you are loosing all data which had not been safed until searching the help index, the behaviour is not tolerable for our application.
    We are working with the de_DE.UTF-8 German locale.
    Looking at the threads, we noticed, that one thread was running the isStringInString method of class javax.help.HelpUtilities endlessly.
    I found a bug report (6195811 "jdshelp freeze at search with l10n string") which seems to be related to this problem and in which is mentioned the following:
    "On de_DE.UTF-8 German locale, the following strings cause freeze.
    - <compose> + 'a' + ''' + b + <compose> + 'b' + '''"
    This indicates that other people, too, must have the problem.
    Now my questions:
    Do you have any ideas for a workaround?
    Do you know, if it is possible to disable the index search? And if it is possible: How can it be done?
    By the way, does anyone know, when JavaHelp 2.0_03 will be published? The quoted bug is mentioned to be fixed in 2.0_03.
    Thank you very much!
    beap

    Hi beap,
    we are facing a similar problem. I filed bug report 6296005.
    Do you use JRE 1.5? Our workaround is to use JRE 1.4.2, the bug does not occur with any JRE < 1.5.
    When we detect that the user is running JRE 1.5, we just hide the Index tab. In our implementation of BasicHelpUI we do something like this:
         public void addNavigator(JHelpNavigator nav) {
            if(nav instanceof JHelpIndexNavigator) {
                final String java_version = System.getProperty("java.version");
                if (java_version.startsWith("1.5")){
                    return;
            super.addNavigator(nav);
    }It's an ugly hack but better than a customer who loses important data because our application freezes.
    I will provide the help set to Sun so that they can further investigate and hopefully fix this bug.

  • The 'Content, index, search' section of my help is not working in Mozilla

    Dear All,
    The 'Content, index, search' section of my help is not working in Mozilla.
    I am using robo8 and mozilla 8. Any idea? please help...
    Regards,
    Jobin.

    Dear William,
    It is a webhelp
    It is working in all other browsers except Mozilla.
    It is a merged help...
    waiting for your reply..:)
    Regards,
    Jobin.

  • CHM buttons are not localized in a French project (shows English Contents, Index, Search, Print, Hide buttons)

    I opened an old WinHelp project into my new RoboHelp 7. When
    I generate the CHM, even with the Project Settings in RoboHelp set
    to French and running in a French Windows operating system (MS
    Windows XP Pro 2002 SP 2), the CHM output is still in English. The
    buttons display in English (Contents, Index, Search, Print, Hide
    buttons). The title bar of the CHM also says &quot;HTML
    Help&quot; even though the project title in the Project
    Settings is &quot;Aide en ligne...&quot;.
    My Windows Regional Settings through the Control Panel -
    Regional Options tab is set French (France). On the Languages tab I
    under Text Services and Input Languages, Details button, I selected
    French (France) French. On the Advanced tab I selected French. Then
    I rebooted.
    On the language bar on my Task pane, I selected FR. The CHM
    still displays in English.
    Please help! I have to produce 4 CHMS in languages other than
    English today.
    Thanks!

    GinaL, would you be able to give us an update? Did the CHM
    files look ok on a PC with a true French OS installed?
    To avoid having to rewrite everything, I've written the
    following info/instructions for my team -- though I'm not yet sure
    they're 100% correct:
    After I reported this issue to Adobe, they worked on the
    problem for several days. They even sent me a new
    HtmSingleSourceHtmlHelp.dll file that was supposed to solve the
    problem. But it didn't work correctly. No matter what contortions
    we put ourselves through, we couldn't get both of these items
    correct in the CHM file at the same time, namely:
    Index compiled in correct alphabetical order accdg to the
    language of the help project.
    Correctly translated help title showing in the caption,
    regardless of the user's Windows regional settings. (For example,
    we wanted "FORMS-Hilfe zu FORMS 5-3" to appear as the caption of
    the German version of FORMS help, even if our regional settings
    were set to English.)
    I think we'd all agree that the index has to be in
    alphabetical order. So from what I've seen, this is what we have to
    do when compiling a non-English version of help using RH7:
    1. Set up the project with the foreign name.
    2. Set the language in the project settings. And in the
    Project Settings dialog, click Advanced and check out the LNG File
    tab to make sure it's using a translated version.
    3. Ensure that the Window Caption setting is correct in each
    window included in the project. (On RoboHelp's Project tab, open
    the Windows folder, double-click each window in turn, and check the
    settings.)
    4. Set the Language setting in the HHP file to Language=[hex
    value for that language]. I found a bunch of them listed on this
    web page. Someone else might be able to find a better source:
    https://svn.origo.ethz.ch/scoop/es_scoop_60/library/i18n/locale/nls/i18n_nls_lcid_tools.e
    5. Change your Windows regional settings to the same language
    as the help project. (Reboot if prompted.)
    6. Recommended, for safety's sake: Delete the CPD file.
    7. Open the project and compile using RH7.
    8. Check the index's sort order -- is it in alphabetical
    order according to the language of the project?
    9. Check the help caption -- make sure it's not "HTML Help".
    Note: Any customized buttons in your CHM should appear
    correctly translated, but other buttons (Contents, Index, Search)
    still appear in English -- at least they do on my PC, even though I
    did step 2 above. We need to check whether those buttons appear
    correctly when the PC is actually running a true foreign version of
    Windows, and not just with temporarily adjusted Windows settings.
    OR -- is anyone else able to get these to appear translated in the
    CHM file?
    Does anyone have anything to add? Other solutions? Easier
    procedures? Better results to report?
    Thank you
    Eileen

  • Diff between index , search help , match code

    wht is Diff between index , search help , match code

    Hi,
    There is no difference between Search helps and match code objects.
    Search helps are the Advanced concept of Match codes.
    SAP Converted match codes to Search helps.
    Index :
    An Index is a copy of database table having few numbers of fields. This copy is always in sorted form. As we know, Sorted data would always have a speed access from a database table. Hence, we use an index for the table while reading the database records. Index also contains a pointer pointing towards actual database table so that it can access fields that are not contained in the Index
    For More Information About Index :
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/2007/09/19/indexinginSAP+Tables
    Thanks.
    Message was edited by:
            Viji

  • Full text index searching in large document sets

    I have been placed in charge of a digital PDF document library for a small biotech company. The library consists of about 1000 100-300 page .pdf documents which have been scanned and OCRed. In order to facilitate the full text searching of the documents a PDX catalog has been created. In theory, the PDX catalog would seem to be an excellent means of quickly accessing the data, but due the sheer volume of text that is contained in the documents this does not seem to be the case.
    Any given search may take hours to complete and many computers in the department have been known to lock up due to the load of running a search. Obviously, this has made using the PDX search more of a hassle than it is worth.
    I do not know exactly how the index searches work, but from what I gather they somehow search within each document in turn and return to you all the instances in all the documents that contain a certain term. If this is the case, than it would make sense that the searches would take a long time because the search would have to search each of the 1000 documents in sequence.
    The thing is: we really do not need to know the context and placement of every instance that a word appears in a document. All we need to know is IF it appears, and perhaps how many times. Is there a way to make an index that will simply give us this information without having to search the actual document?
    Heres an example of what I am trying to achieve:
    Note: I know almost nothing about full text indexes so please forgive me if any of this sounds insane
    Lets say we have a document called "word count.pdf" which contained the following text:
    "blah blah yadda yadda text Recombinant human insulin more text still texting and so on"
    And another called "word count 2.pdf" with the following text
    "Recombinant human insulin and la la la dee do"
    The indexes for these files could be condensed and stored like this:
    "Word count.pdf"
    Blah 2
    yadda 2
    recombinant 1
    human 1
    insulin 1
    text 2
    texting 1
    and 1
    so 1
    on 1
    "Word count 2.pdf"
    recombinant 1
    human 1
    insulin 1
    and 1
    la 3
    dee 1
    do 1
    In this example, if we were to run a search on "text" the index would return "word count.pdf, 3 instances (2 of text and 1 of texting" whereas if we were to search for "recombinant" it would return both "word count.pdf, 1 instance" and "word count 2.pdf, 1 instance".
    This way, I could quickly weed out all documents that do not have the word that I am looking for and get an idea about which documents should be searched more in depth without scanning every single instance of the term in every document.
    Is there any way to accomplish something similar to this using acrobat? (Or anything else, for that matter)
    My specifications: (similar to specs of all computers searching the pdx):
    Windows XP,
    intel celeron CPU 2.6GHz, 1G of ram
    Adobe Acrobat 8 Professional

    Look at dTSearch. We used the publisher version for a CD with large files sets (with hundreds of pages per file/thousands of PDF pages of multicolumn index data - text heavy), and it does a great job. The desktop version would provide the type of searching you are looking for. Indexing is also very fast. Our customer complained, like yourself, about the speed of searches in Acrobat 6 and higher - most of the delay is due to the population of the results window.
    http://www.dtsearch.com/

  • Contents/Index/Search/Glossary toolbar

    The Contents/Index/Search/Glossary toolbar in my WebHelp
    project only displays the text for one tab at a time.
    For example, by default the project opens with the Contents
    tab displayed. You can see the word "Contents" with the blue
    background. However, for the rest of the tabs, you can only see the
    icons on a white background. If you click on an icon, for example,
    the Index icon, then the word "Index" and blue background display.
    I want all the tabs to display with their words and on a blue
    background at the same time. Can any of you help me? Thanks!

    Welcome to the forum.
    If you are using a skin, it is as simple as double clicking
    the skin and setting the colours and text to what you want.
    As described, there will no difference between the tab with
    focus and the other tabs. Some small difference does assist
    usability.

  • My updated help file only opens the TOC/Index/Search

    I have to update an old project that uses WinHelp, so I installed RH X5 on an old XP machine. The original help file always opened in a 2-pane window with the ToC on the left and the default topic on the right. My "updated" help file only opens the ToC/Index/Search screen in a single pane. How do I get the 2-pane window to appear?
    This is what I'm looking for

    I have edited the topic title. The idea is to spell out the problem in the body.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Index is possibly denegerated

    When I was running T-Code RSRV to test the index for a cube, there was a warning saying that one InfoObject index is possibly degenerated.
    I try to use correct errors function in the toolbar. But it didn't work.
    Does anyone have any clue on this?
    Thanks,
    Glen

    Hi,
    The problems occur under at least one of the following conditions:
    (1) The queries or aggregates use hierarchies which are reloaded regularly.
    (2) Requests have been deleted from the InfoCube and new data has been loaded afterwards.
    (3) You carry out regular rollups without newly setting up the aggregate indexes in between
    Solution:
    (a) DROP INDEX ..., and CREATE INDEX ... afterwards
    b) ALTER INDEX <index name> REBUILD
    Check the OSS Note 323090
    -Vikram

  • Stock Posting - Search Possibility

    We would like to have a search possibility (e.g. an item) in the screen 'Stock Management / Stock Transactions / ...Stock Posting.
    In the other screen (Stocktaking) this functionality is availible. Why not in the Stock Posting?
    Kind Regards,
    Wim Kleinsman

    We are also waiting for the same!
    Also in Draw document wizard we need to have search possibility.
    Regards,
    Bala

  • Un-indexed searches killing server

    I am suspecting our ldap server is getting killed with un-indexed searches. our v240 is overloaded and many searches time out. Performance is terrible to say the least. I have learned through a support call that an entry of notes=U is a sign that a search was not indexed. Note that I have many of the following in the log file:
    [23/May/2008:09:26:10 -0600] conn=3794491 op=26699 msgId=216518 - RESULT err=0 tag=101 nentries=14 etime=0 notes=U
    [23/May/2008:09:26:30 -0600] conn=3927871 op=1 msgId=2 - RESULT err=0 tag=101 nentries=1 etime=1 notes=U
    [23/May/2008:09:26:30 -0600] conn=3927871 op=2 msgId=3 - RESULT err=0 tag=101 nentries=1 etime=0 notes=U
    [23/May/2008:09:28:39 -0600] conn=3794491 op=26739 msgId=216709 - RESULT err=0 tag=101 nentries=46 etime=0 notes=U
    [23/May/2008:09:30:46 -0600] conn=3794492 op=1515 msgId=216909 - RESULT err=0 tag=101 nentries=64 etime=1 notes=U
    [23/May/2008:09:30:52 -0600] conn=3794493 op=254 msgId=216926 - RESULT err=4 tag=101 nentries=50 etime=0 notes=U
    [23/May/2008:09:33:46 -0600] conn=3794492 op=1532 msgId=217165 - RESULT err=0 tag=101 nentries=3 etime=0 notes=U
    m1ldap:root bash /var/opt/mps/serverroot/slapd-m1ldap/logs #
    If I look at one of these searches in more depth I see the following (from the access log)
    m1ldap:root bash /var/opt/mps/serverroot/slapd-m1ldap/logs # cat access | grep 217165
    [23/May/2008:09:33:46 -0600] conn=3794492 op=1532 msgId=217165 - SRCH base="pipstoreowner=s0237271,o=lethbridgecollege.ab.ca,o=piserverdb" scope=2 filter="(&(&(&(displayName=*)(memberOfPIBook=e11a076dda8d9f))(|(objectClass=PITYPEPERSON)(objectClass=PITYPEGROUP)))(objectClass=*))" attrs="displayName piEntryID piEntryID displayName displayName memberOfPIBook memberOfPIBook memberOfPIGroup memberOfPIGroup piEmail1CN piEmail1TransType piEmail1Type piEmail1 piEmail2CN piEmail2TransType piEmail2Type piEmail2 piEmail3CN piEmail3TransType piEmail3Type piEmail3 piEmail1 piPhone1Type piPhone1 piPhone2Type piPhone2 piPhone3Type piPhone3 piPhone4Type piPhone4 piPhone5Type piPhone5 piPhone6Type piPhone6 piPhone7Type piPhone7 piPhone8Type piPhone8 piPhone9Type piPhone9 piPhone10Type piPhone10 piPhone11Type piPhone11 piPhone12Type piPhone12 piPhone13Type piPhone13 piPhone14Type piPhone14 piPhone15Type piPhone15 piPhone16Type piPhone16 piPhone17Type piPhone17 piPhone18Type piPhone18 piPhone19Type piPhone19 piPhone20Type piPhone20 db:expr:db:officelocation||db:campu db:officelocation||db:campu db:campu db:buildin db:floo db:officenumber objectClass"
    [23/May/2008:09:33:46 -0600] conn=3794492 op=1532 msgId=217165 - SORT displayName (3)
    [23/May/2008:09:33:46 -0600] conn=3794492 op=1532 msgId=217165 - RESULT err=0 tag=101 nentries=3 etime=0 notes=U
    If I look at this filter in more depth:
    base="pipstoreowner=s0237271,o=lethbridgecollege.ab.ca,o=piserverdb" scope=2 filter="(&(&(&(displayName=*)(memberOfPIBook=e11a076dda8d9f))(|(objectClass=PITYPEPERSON)(objectClass=PITYPEGROUP)))(objectClass=*))"
    and I check our indexes.. they all seem to be there. What am I missing? How do I go about finding what is not indexed..then indexing it?
    Any help would be great.
    Thanks,
    Darren

    I think it is related to (objectClass=*) which I believe is not indexed when part of sub searches. May I suggest that you write a test script to try the 2 filters that follow, and see what turns up in the log.
    (&(&(&(displayName=*)(memberOfPIBook=e11a076dda8d9f))(|(objectClass=PITYPEPERSON)(objectClass=PITYPEGROUP)))(objectClass=*))
    (&(&(displayName=*)(memberOfPIBook=e11a076dda8d9f))(|(objectClass=PITYPEPERSON)(objectClass=PITYPEGROUP)))Both should return the same details, as you are filtering on objectclasses that are either PITYPEPERSON or PITYPEGROUP.
    Also check out [http://forum.java.sun.com/thread.jspa?threadID=5277506&tstart=210|http://forum.java.sun.com/thread.jspa?threadID=5277506&tstart=210] which has a similair issue, and seems to be related to having searches with multiple similar attributes in a filter.
    Edited by: nirving on May 27, 2008 1:24 PM
    Edited by: nirving on May 27, 2008 1:26 PM

  • Use TREX to index /search archive on IXOS?

    I wonder whether TREX can index/search archives on IXOS.
    Could anybody share experience here?
    Thanks!

    Hi Eric,
    Using SAP Netweaver Enterprise Search you can search content from ERP, BI, KM, File Search, Business Object Search, Search in Webservice etc., for more information please go through this URL
    https://websmp209.sap-ag.de/nwes70
    Please provide points if this helps you

  • Is a Full Text Index search case sensitive or not in SQL Server 2012?

    I setup full text index on my contact table and am attempting to run a search on it using the following query:
    SELECT *
    FROM sysdba.Contact C
    WHERE CONTAINS(C.FirstName, 'Test')
    OR CONTAINS(C.LastName, 'Test')
    The problem is it's clearly running a case sensitive search. I did a quick search to find out how to change it to be case in-sensitive and found two pages (both for SQL Server 2012) with conflicting answers:
    1 - MSDN - "Query with Full-Text Search" - http://msdn.microsoft.com/en-us/library/ms142583(v=sql.110).aspx
    Case sensitivity
    Full-text search queries are case-insensitive. However, in Japanese, there are multiple phonetic orthographies in which the concept of orthographic normalization is akin to case insensitivity (for example, kana = insensitivity). This type of orthographic normalization
    is not supported.
    1 - TechNet - "Full-Text Search (SQL Server)" - http://technet.microsoft.com/en-us/library/ms142571(v=sql.110).aspx
    Full-text queries are
    not case-sensitive. For example, searching for "Aluminum" or "aluminum" returns the same results.
    Can someone please explain this? Is it possible to do it without it being case sensitive? If yes, how?
    (Sorry, I couldn't make those links b/c TechNet hasn't verified my account)
    Thank you for your time and help,
    Hanan

    Whats the collation setting for the columns? try using a case insensitive collation as below
    SELECT *
    FROM sysdba.Contact C
    WHERE CONTAINS(C.FirstName COLLATE SQL_Latin1_General_CP1_CI_AS, 'Test')
    OR CONTAINS(C.LastName COLLATE SQL_Latin1_General_CP1_CI_AS, 'Test')
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • ToC, Index, Search appearing blank in RH8 Webhelp

    Hello - I have been reviewing the forum questions and answers for about a year now - some great advice - but I can't seem to find an answer to my current problem, so I need to post it here.
    I have recently upgraded our help system from RH7 to RH8. I generated Webhelp this week and all was well on my local system in both IE7 and FF3. The long list of every possible number and letter which was appearing in FF in the search column had disappeared and search was behaving exactly as I hoped. Nothing else looked anything other than perfect.
    I made the submission to our engineering team and when it was integrated, I tested again. IE remains fine, but in FF, we get the "welcome" page, but an empty column where the ToC should appear. Same with the index - I can enter a keyword, but I get no results. Ditto for search.
    Our test and production environments are different, obviously, than my local environment - I put the Webhelp output on an Apache server and all was well. It only breaks when it goes into the production environment.
    I was told to tell you that our Apache server does a rewrite rule to Weblogic (9.2.3) - where, with the exception of the UGLY search results in FF from the RH7 Webhelp, all worked well with RH7 output. Our environment hasn't changed, so we believe that we may need to change something in a config file to accommodate changes in RH8. ( We made the changes to UTF-8 as recommended in earlier posts some months ago.)
    Any help will be greatly appreciated.
    Thanks
    Marla

    Hi again
    For the Adobe forums search, I find you have to search twice. The first search shouldl bring back some results. What you want is to get to the initial results page.
    Click the image below to see at full size.
    Now you see a different page.
    Again, click the image to see at full size.
    Hopefully this helps... Rick
    Begin learning RoboHelp HTML 7 within the day - $24.95!
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • List web part searching - possible to disable filter?

    I have a list with 15,000+ items (don't ask, it's a requirement and it won't change) which we manage by using alphabetical filters A-Z. Everything works great, including the search - by using the filters and an indexed alpha column. The problem is that
    when we have a filter active on the list, the "Find an item" search will only retrieve results from the FILTERED results list. Is it possible to change the "Find an item" search to only display results from the ENTIRE, UNFILTERED list,
    regardless of what filter is currently applied to the list?
    Normally I would imagine the default behavior is desired, but in our case, if a user is directed to the list via the "A" alpha page, they are then unable to search the entire list without going to the requisite letter filter first.
    In other words, here's a typical use case:
    User is directed to the list. The list refreshes automatically (via javascript) to the "A" filtered version of the list, because otherwise SharePoint 2013 displays an error message "Here's the reasons you can't see this list". We avoid
    the error by displaying the "A" filter as the default page first.
    User searches for "Blah" but receives no results. This is because they are on the "A" filtered version of the list, which does not contain any entries starting with "Blah". All entries start with "A" instead.
    -We just want the search behavior to return results from the entire list, without the filter. Is this possible?

    Hi  puargs,
    It is by default  that the “Find an item” search box will search from the displayed item of current list and  we cannot  configure its search scope.
    What do you mean “The list refreshes automatically (via javascript) to the ‘A’ filtered version of the list, because otherwise SharePoint 2013 displays an error message ‘Here's the reasons you can't see this
    list’.  “ ? Could you provide more detail about the error ?
    Also for a workaround, you can create a dedicated search page for managing the list:
    Create a webpage page “Manage List”.
    Add a Search Box Web Part and a Search Result Web Part.
    Edit the Search Result Web Part -> Change query -> In Quick Mode: set  Select a query to Items matching a content  type (System) , set Restrict by app to Specify a URL and input the url of
    your list in the below input box, set Restrict by tag to Don’t restrict by any tag, set Restrict by content type to Item. -> save your configuration.
    Then you can search the item of your list by inputting  keywords in the search box.
    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

Maybe you are looking for

  • Why is the text so small in the log in screen?

    I am visually-impaired.  Why is the text so small in the log in screen?

  • Outllok 2010 does not default to iCloud contacts or iCloud Calendar

    When using Outlook 2010, when I co to contacts, it always defaults to the Outlook Data file. How do I get it to default to my iCloud contacts? Same for Calendar. I have already triued moving "up" the iCloud contacts and calendar to the top of the lis

  • Hyperlink on a image

    Hello Friends, I have a custom list where I want to upload an image when clicking on it would direct to me to a page of my choice....is it possible without coding? I just have designer 2010

  • How to increase query time out

    I have a report which is generated using a huge SQL, it is erroring while displaying results, due to time out error: State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error

  • ISR Process object - Workflow is not getting triggered -

    Hi I am facing some strange problem, in my project we are using the new HCM concept using Process Object and not the Notification type, I have take standard scenario SBC1 - child birth, done the config and checked the form and also process its not gi