TREX Full Search via CV04N Displays DIR Hits While EasyDMS Search Shows All

Hello All,
I've searched for information on this and have not yet located an answer so I hope this has not already been addressed even though I think it is somewhat basic.  We have recently installed EasyDMS and TREX to enhance our existing DMS capabilities.  In our testing, we have found that EasyDMS's Full Text capability through TREX is reporting and displaying hits at the document file level whereas DMS CV04N Full Text capability is only showing hits at the document info record level.  Is there something that we have missed for the DMS CV04N capability to not display in the same fashion as the EasyDMS search capability?  For those users using CV04N, they will be disappointed to only find that the hit was at the DIR level and forcing them to find the document file that really contains the hit if multiple files exist in a DIR.
Thanks - RIchard.

Hi Richard,
Please check whether you have done these configurations or not.
For text search you have activate TREX Server follow the steps
Set TREX
A:- Transaction: SRMO
Install TREX , and create RFC destination to connect to
TREX.
B:- Transaction: SKPR06
Check the flag to Document Area "DMS" to utilize this document area for
document search.
For Indexing
A: Transaction: SE38
Run the report program "RSTIRIDX_REINDEX" to create Index.
Also, run the report program "RSTIRIDX" to create Index.
Set mime type for the text search
A: SPRO --
Cross-Application Components > Document Management System > General
Data > Settings for Storage Systems > Create MIME types for full
text search,
Enter MIME type like
"application/msword",
"application/pdf".
Retrive document via Test Search
A: Then, test retrieval document search using
Transaction: SKPR07.
Enter Document Class "DMS_PCD1", Language "EN", Document Class "DMS",
and try "TEST search".
Regards,
Deepak Kori

Similar Messages

  • How to keep Google as the search engine on Firefox startpage, no matter what search engine is in the upper-right drop-box?

    When I change the search engine in the upper-right search-box (to let's say Wikipedia), the search engine in the middle of the Firefox home-page changes accordingly. I don't want this to happen (I want that to pin to Google). How to do it?

    Current Firefox versions use the search engine that is selected in the search bar (click the search engine icon to open the drop down list) on the Navigation Toolbar for searching via the location bar and for the search engine on the about:home page.
    If you want to use different search engines then you can install the Keyword Search extension to specify with search engine to use for the location bar and which search engine to use for the about:home page via the Options/Preferences windows of this extension, accessible via the about:addons page (Firefox > Add-ons).
    * Keyword Search: https://addons.mozilla.org/firefox/addon/keyword-search/

  • File name to be considered while Trex Search in CV04N,

    Dear Sap Gurus,
    I know TREX can search and list the documents using any Word or Characters inside the original file, but i have a requirement to search the document by there File Names,i tried giving File names in CV04N Trex search window, but it is not giving any results for me,
    how can i make the trex search consider the file names also while searching in CV04N,
    In SAP DMS is there a standard search functionality to search the documents by there File name?
    Awaiting response
    Thanks and regards
    Kumar

    Thanks for your response,
    i know we can search the documents through Classification or description details using CV04N, but
    while searching any document the user wishes to fill up the details only at one field ie... the Trex search window in the CV04N screen, and he will not be interested in filling  the values at the classification TAB and the description Tabs,
    we need a single point of search through Trex search Window in CV04N, ie... when this Trex search field is filled appropriately,( like the classification value, Long text value,) 
    this values should search the documents with this Classification or Long text values in DIR and display the results,
    i could not succeed in getting the trex search working with this values, is there any thing missing from DMS config????
    FYI,
    we have Portal Document search through DMS through DMS Connector, and in this Trex Search we could find the DMS documents using the file Names as well, but strangely  the same thing is not possible through CV04N trex Search,
    Thanks and regards
    kumar

  • Full text search in cv04n

    hi experts,
    i have some questions about full text search in cv04n, please bare with me as am new to dms.
    1. what is the impact on the existing data if i activate the full text search.
    2. how to activate the full text search - please mention step by step process
    thanks in advance.

    Dear  NAG
    For text search you have activate TREX Server
    follow the steps
    Set TREX
    A:- Transaction: SRMO
    Install TREX , and create RFC destination to connect to
    TREX.
    B:- Transaction: SKPR06
    Check the flag to Document Area "DMS" to utilize this document area for
    document search.
    For Indexing
    A: Transaction: SE38
    Run the report program "RSTIRIDX_REINDEX" to create Index. 
    Also, run the report program "RSTIRIDX" to create Index.
    Set mime type for the text search
    A: SPRO --
    Cross-Application Components > Document Management System > General
    Data > Settings for Storage Systems > Create MIME types for full
    text search,
    Enter MIME type like
    "application/msword",
    "application/pdf".
    Retrive document via Test Search
    A: Then, test retrieval document search using
    Transaction: SKPR07.
    Enter Document Class "DMS_PCD1", Language "EN", Document Class "DMS",
    and try "TEST search".
    Regards
    Tushar Dave

  • Search via classification in CV04N returns incorrect documents

    When doing a search in SAP DMS CV04N using classification, and incorrect list of DIRs return. The search criteria is for one signle value, but it returns documents that does not form part of the search criteria.
    Any suggestion as to what the problem can be?
    Thanks
    Pierre

    hi,
    1. Document may be not indexed For TREX.
    2. In define Charectristics u need to maintain Class type 017, DMS, in the field Restrict.
    3. Check whether u set class and class type for perticular document type, in tc- DC10, basic data screen.
    Benakaraja
    ??P

  • TREX Full-Text search on Solution Directory

    Hi Experts,
    I have a problem with Full-Text search on the Solution Directory.  Basically it doesn't work at all.
    In transaction SOLUTION_MANAGER I choose a solution and then ->Operation Setup -> Solution Settings.  At that point from the top menu I choose Solution Directory -> Find Document...
    When I trigger the search using normal attributes the process finds documents related to this Solution without any problem.  However, when I search using the "Full-Text Search" feature, the process doesn't find any document at all even though they exist.
    Why is this functionality not working?  Is this problem related to TREX?
    What should i do to fix it?  How do I create an index for these documents?
    I haven't been able to solve this issue as TREX seams to work fine... can anybody help me out?
    Any idea?
    Many thanks,
    Aldo

    David:
    I want to know if Oracle Context Option to need run over Oracle Application Server for to work search over multiple tables???
    Exist some method for this (Context) run without to use Oracle Application Server???
    select * from table_name where
    contains(column_name1, 'keywords')>0 AND
    contains(column_name2, 'keywords')>0However, using the Concatenated Datastore to create one index that has all the columns to be searched as sections will get better performance, since your query then only needs to use one contains statement across one index.
    select * from table_name where
    contains(indexed_column_name,
    '(keywords WITHIN section_name1) AND
    (keywords WITHIN section_name2) AND
    keyords')>0Note: The last keyword in this query is so you search the indexed column as well, which is not a section. You could also create a dummy column to create the index on, and make all columns to search sections of that.
    Cheers
    David<HR></BLOCKQUOTE>
    null

  • Keyword Filtering & Search Via Parent Structure In Aperture Is Ugly - Help

    I'm very frustrated with the keyword assigning and filtering within Aperture.
    I basically have my keywording down, but USING the keywords is a nightmare.   I try and create parent keywords by things like People (fred, john, harry, etc.), vacation (2011 - Cancun, etc.), or Wedding (2011 - Fred & Ginger).   
    What I don't understand is how to easily and quickly search after I've created it.   When I pull up the "filter" it lists ALL keywords, alphabetically, but they are not organized into the nested groups that I created - why?   I can't "search" the keywords either.
    The keyword HUD is equally useless to me.   It would be much better if I could easily move photos assigned to one keyword to another - but instead, I find myself needing to search for one keyword, select them all, then assign them to the new one, then delete the old one.   What a PITA.   The keyword HUD would SEEM to be the right place for it as - but all it does is seem to help you sort of organize your keywords.  You can MOVE keywords to a parent keyword, but you can't pull up the images associated with that keyword or move them.
    I've googled arond on this for a while and never found a good answer.
    I used to use a program called Bullstorm Keyword manager with iPhoto that I loved.   Then Apple ruined that, and destroyed iPhoto's way of managing keywords.....   So, I was semi-forced to move over to Aperture which is "ok" - fraught with problems as it doesn't work witih my e-mail programs, slower, etc. etc.   But, I'll take it if it could ONLY handle keyword management better.
    Any ideas?

    Hello Eric,
    Ideally, I want to be able to view my searches at a parent level and then select the children features that are applicable - instead of having to search across all my keywords each time.   E.g. selection Vacation, and then select the vacations that I want to see or see an easy list of all the 'core people" or "all people" that I want to search on.
    You can just do that - at least with Aperture 3.2.2, I never tried it with previous versions.
    Even, if you do not set the parent "vacation" keyword and do not see it displayed, you can search for it, and if any of the keyword "vacation"'s children are set, then a search for "vacation" will return all images with children of "vacation" set.
    If I select "Vacation" under search, it does properly shows ALL my vacation pics.   But how do I easily select three of the keywords under vacation without going through all the keywords to find them?   Same thing with "people"   I'm organizing all my people tagging so I can easily select me, my mother, my wife, etc., but when I go under search, it's an all or nothing situtation.
      It sounds like I might be able to do this by renaming "Bob" to "Bob Reynolds" and then putting them under the same parent, right?   That would be helpful.
    Exactly, rename the keyword "Bob" outside the group of  "Bob Reynolds" to   "Bob Reynolds" and then drag the second  "Bob Reynolds" to the other group. You first will get a warning that some images carry the keyword, then you will be prompted if you want to merge the keywords.
    Again, thanks for that - that helps.
    The problem with the "search" is that I have keywords with people's name in them (as well as within the name of the file).   In other words, I have keywords like "Bob's Wedding" - if I search for Bob, I get that too.   I want to be able to quickly search for people, locations, etc. within that search.
    It looks like you are using keywords for task that can be done in Aperture with other tools, like "Faces" or "Places" or "Project Names". To find people I search the "Faces", to find vacation pictures I search the locations, events I search by date. Maybe you can shorten your keyword list by looking at the other options.
    Possibly. however, I think the reason I started doing that (back in the days that I was on a PC and use Adobe) was that I like to be able to easily find pictures of Me, with my brother and my mother.   I don't think you can do that with Faces, can you?   I do nee to start playing more with Places.   I like flagging separate events. 
    I'm sitting here organizing keywords as we've been back and forth on this and the Keyword HUD could be perfect - if would only allow me to create a search - not just mess with the keywords.
    Would be nice if there was an easier way to assign keywords with the keyboard.   Being limited to only 8 keywords at a time (via the option xyz key) along with "," and "." is awkward.
    I wish Kirby Krieger would drop in - I remember he once wrote a nice post explaining how to use the textfield in the keyboard controls to assign keywords by typing, but I cannot find this post right now.
    But the basic idea is, if you show the keyword controls (shift-D), there is a textfield with the message "add keyword" written into it. If you now start typing the name of a keyword, you will get a drop down list with possible completions and you can pick one of the suggestions to quickly assign the keyword to your selected images.
    If you can find the post, that would be great - would love to read it.  Again, the problem is ease of use.   I hit "shift D", then I need to go to the mouse to click on the "add keyword", then type it and hit return.   If I accidentally assign the wrontg keyword, I need to go back to the mouse, click on "meta data", then highlight and delete the keyword I incorrectly assigned.  
    Overall, the MAIN reason I use something like Aperture is for photo organization and keywording.   The editing is a nice to have - but I can use Adobe for that if needed.   I'd give up everything it would simply allow me to quickly add my images, assign keywords, and edit.
    Thanks again!
    HTH
    Léonie

  • I have connected my new Macbook Air to my existing Samsung large external monitor with a VGA adaptor but I can't get the full mac desktop to display. No icons but then websites are coming up. Help!

    I have connected my new Macbook Air to my existing Samsung large external monitor with a VGA adaptor but I can't get the full mac desktop to display. No icons but then websites are coming up. Help!  Further info:  I am a complete newbie to Mac.  Had three macs prior to 2000 then four PCs.  Just come back and struggling a bit with the unfamiliarity. On my old PC laptop I could simply switch from the laptop screen to the large external monitor (and back)  with the F4 function key.  While I can get the background image from my MBA to display, that's it.  Until I noticed on the far left of the external monitor, the very edge of one of the web pages I was on.  So Idragged it over to display in the centre.  But that's all that's there.  And now I have gone out of those web pages but they are still displaying on the monitor.  There is some wierd disconnect.  I'm sure it is just a setting thing.  Will keep searching for answer but any advice welcome!

    Your dsplay is getting extended onto the external monitor. Chcnage the setting to duplicate it or only display on the external monitor and you should be fine,
    Let me know if this worked for you.

  • TREX not working in CV04N but works in SKPR07

    Hi there
    I don't normally get too involved in TREX setup (I normally hand it over to basis) but this time I've been dragged into it. We have a problem where the TREX is configured and is working. If we go to SKPR07 and index, it works and we can do searches from SKPR07 and it returns the results from the content of the file, however, when we attempt to do a search in CV04N in text search, it doesn't return any results at all.
    Any ideas?

    Hi Athol,
    Initially you don't find the text search field atall,
    Please check the steps:
    1. Go to SKPR07  in tools tab select "DMS_PCD1" in document class field & docarea field with DMS
    2. go to edit in the same Tcode and select Administration, you get popup screen fill Management table field with "DMS1DISTA"
    3.Tick "Create indexing readiness" and "indexability of the class" options.
    4.Click on "Index able Attributes"  you get the sub-screen select all or required once.
    5.There are two ways of scheduling indexing jobs, ABAP Program is "RSTIRIDX" Tcode SM36
    6.after selecting in the TCode SM36 click on "job wizard" icon.
    After doing this above steps,
    You can check the CV04N you can find the field "SerchTxt"
    Hope this will solve your problem
    Regards
    Rehman
    Reward Points if useful

  • Sharepoint 2013 custom search results grouping display template

    Hi,
    I am trying to implement custom grouping for search result items. I would like to group them by a managed property, but without using result blocks (query rules). The idea is to sort the results by the property and then compare the current item (ctx.CurrentItem)
    with the previous item using ctx.CurrentItem.ParentTableReference. If a new property value is detected we insert a new 'group header' (just some simple html). The problem is the ParentTableReference is undefined. Shouldn't there be such a property in current
    item object?
    I'm implementing this in a custom search result item display template...
    Thanks in advance.

    Hi,
    According to your post, my understanding is that you want to customize search result items display template.
    I suggest you get enumerate all properties of JavaScript context object and debug you code to watch the
    ctx.CurrentItem object.
    The following articles for your reference:
    Debugging Display Templates in SharePoint 2013 Search
    http://powersearching.wordpress.com/2013/01/25/debugging-display-temlates-in-sharepoint-2013-search/
    Enumerate all properties of JavaScript context object in display templates in SharePoint 2013
    http://sadomovalex.blogspot.co.uk/2013/06/enumerate-all-properties-of-javascript.html
    How to Define a Custom Group Display Template (GroupTemplateId) for the Search Results WebPart via JavaScript
    http://www.eliostruyf.com/how-to-define-a-custom-group-display-template-for-the-search-results-webpart-via-javascript/
    Creating customized search results in SharePoint 2013
    http://www.abelsolutions.com/totm/creating-customized-search-results-in-sharepoint-2013/
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Search results not displaying correct last modified date

    Hello
    I have a bit of a strange issue.  I have a SharePoint site that was upgraded from SP2010 to SP2013.  A document has been created and uploaded into SharePoint on 1 August 2014 and the file has since been edited.  In the search results the last
    modified date is appearing as '8 January'.  Note that this document was not originally created from a blank one but was instead a Word document that was received by the user and then edited and then uploaded into SharePoint.
    I have checked my locale settings and everything is set to New Zealand.
    I have rerun a full crawl on my search database and this hasn't helped.
    Also, I have multiple sharepoint web applications on my server using the same search service application.  is it best to separate these out?

    Hi Martin,
    As I understand, the issue you encountered is the LastModifiedTime displayed incorrect in search result.
    If you go to CA > Search service application > Search schema, in Managed Properties, type LastModifiedTime, then you will get LastModifiedTime property. Click it and you will find the property is mapped to five crawled properties.
    I’d recommend you create a new managed property and only map it to ows_modified property. Then test the issue again.
    http://spvee.wordpress.com/2013/10/09/content-search-web-part-cswp-sort-by-modified-datetime/
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Cannot search EAC by Display Name - Must search by Alias

    My company is slowly migrating users from E2k7 to E2k13.
    We have noticed on several occasions that room resources that are on E2k13 can only be found in EAC when we search by their Alias. We absolutely cannot search by a display name.
    However on some rooms we can search by the display name.
    Any known issue here? Or anyone experience this?

    Hi Johnny,
    We can search the rooms by using Alias, if they also working well, then it seems the migration from Exchange 2007 to Exchange 2013 complete successfully.
    Did someone rename the display names? It needs some time to cover the modification.
    Please also get mailbox via display names to verify whether we input the correct display names.
    Command as below:
    Get-Mailbox DisplayName
    If everything going well except the "searching via display name on some users", I suggest intalling the CU3 or SP1. The Exchange 2013 SP1 will release in a short time later.
    Hope it is helpful
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Prerequisites for activating text search in cv04n

    Hi all.
       To activate the text search in CV04N do we need TREX  installation? Pls let me know what are all we need to do to have this option activated..
    Kind Regards,
    Nidhi.

    Hi harish.
      Thanks for quick turn around.. I am new to dms & just creating some dms document using cv01n & attaching a word document in it. We ar not doing chek in cv01n ( i suppose chek in is to store the document in sap , we dont have content server also) & not maintaing objects links also .Just attaching the document present in pc. 
      My requirement is to search the dms documents in CV04n TX coe based on the content present inside these attachments.
    I suppose this can be done using text search option in CV04N.But it is  not active in CV04N Tx Code.
    My question to u is, do we need TREX installation to activate this.. (Remember I am just attaching the word doc in CV01 by picking it from PC, Not storing in SAP or anywhere else..). Pls let me know .....
    Kind Regards,
    Nidhi.

  • Attribute searching via WinUI

    OK, after much struggle the content search feature is finally working via both WebUI and WinUI interfaces and I am no longer getting the message:
    Cannot connect to any WCP Server. Please make sure a WCP server instance is started for the iFS server mapped on drive ...
    However via windows when I try to do a search via document name for a document that I know is there (it is coming up via the web) I am getting 0 files found. Please let me know if you have any ideas on this.
    Thanx
    N
    null

    I did as you suggested and went directly to the folder that I knew the document was in and performed the search using the exact document title. Again I got 0 files found when I know this not the case.
    Thanx for trying to help
    N
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Alan (Oracle):
    The Win UI searches somewhat differently than the WebUI.
    It has a "Look In" field. This is a mandatory "Folder-Restricted Query", meaning that only documents in the "Look In" folder and (optionally) its subfolders, will be found. It has this restriction because in order to view the document, it must be accessible by SMB, and the only way to ensure that it will be is to have the path be a subfolder of your mountpoint.
    The WebUI by default does not have this restriction, but using Advanced Search, you can do the same thing.
    To test whether this is the problem you're having, go to the folder which you know contains the document, and issue a WinUI IFS Find on the Folder. (Or fill in the "Look In" field with the full path, e.g. "e:\public"). <HR></BLOCKQUOTE>
    null

  • Can not properly view cover flow in full screen in external display

    My mac is the new Mac book pro 15.4 inch screen and I connect my mac pro to external display e.g. Samsung LCD monitor 24 inches.
    The bug is that I can not PROPERLY view full screen (in external display) for some application e.g. iTunes, and Front Row.
    - When I use iTunes, I can not properly view Cover Flow view in full screen (in the external display screen) except the case of mirror display.
    - For Front Row, I can not view full screen in external display but only my mac display.
    However, for other DVD or VDO players, I can view movie on external display in full screen and I still be able to do other works on my mac screen.
    Please let me know how to solve it.

    found the likely issue!  are you participating in youtube's html5 trial?  go here and it will tell you if you are:
    http://www.youtube.com/html5
    exit the trial and it should fix the issue.  it worked for me!

Maybe you are looking for

  • Keep getting "lvanlys.d​ll is not a valid LabVIEW file"

    ugh i feel so bad cause i keep posting questions and it seems like i'm not doing anywork. let me start of by saying i spent the last 3 hours searching the forum and google and continually testing and nothing works basically i used lv's built in appli

  • HOW TO GET REFFERENCE OF INDICATOR OF TYPE DEF CLUSTRE

    Have 2 quastions: 1. Have a type def culster of boolian indicators.     how to extract individual references so I can pass them to sub vi. 2. Since bollian indicators dont latch its value.     Can I make an array of boolian indicators that will keep

  • Portal R2 and reports 6i

    Is it possible to view a report 6i report from Portal R2? The report exists on server1 running Reports 6i server and must be viewed by a server2 running Portal R2? What components are necessary on server1 and server2 to achieve this? We performed a b

  • Mavericks compatibility with NUDC

    After installing Mavericks my Now Up-to-Date software won't boot up. What should I do?

  • Bluetooth mouse won't pair automatically?

    Anyone know how to get a blutooth mouse to automatically pair at boot time? Currently I have to manually remove and add the device using the BT tool in System at every boot. Mouse is a Logitech 270. OS X is up to date at 10.4.8. Bluetooth driver is t