Getting SES to index unknown document types in UCM?

Hi
We have a SES set up to crawl/index a Oracle UCM, and when configuring the crawler source we can define which document types it should crawl/index. It makes sense that SES only knows how to index the content of some known document types, but why can SES not index any document type without looking inside the actual document? I mean, it is possible to upload any document type in UCM and give it UCM specific metadata like title and so on, and it should be easy for SES to index these UCM metadata for unknown document types also.
How can I get SES to crawl/index all unknown document types?
Thank you
Søren

I've checked with our UCM connector expert, and he says all document types are passed from UCM to SES.
So hopefully it should be just a matter of editing the crawler.dat file (found in $ORACLE_HOME/search/data/config)
You would need to add a MIMEINCLUDE line for the mimetype of the documents you want included - if you're not sure what the mimetype is for any document, you can usually see it in the crawler log file.
You'd also need to check that the document suffix is not in the list:
# default file name suffix exclusion list
RX_BOUNDARY (?i:(?:\.jar)|(?:\.bmp)|(?:\.war)|(?:\.ear)|(?:\.mpg)|(?:\.wmv)|(?:\.mpeg)|(?:\.scm)|(?:\.iso)|(?:\.dmp)|(?:\.dll)|(?:\.cab)|(?:\.so)|(?:\.avi)|(?:\.wav)|(?:\.mp3)|(?:\.wma)|(?:\.bin)|(?:\.exe)|(?:\.iso)|(?:\.tar)|(?:\.png))$You can edit this list to remove any suffixes that you do want included.

Similar Messages

  • Deployment Tool Error - unknown document type - Add to Application EJB jar

    I am creating a new application in the J2EE deployment tool and adding an EJB JAR to it. The jar contains the ejb-jar.xml file. This file has the standard doctype:
    <!DOCTYPE ejb-jar PUBLIC
    '-//Sun Microsystems, INC.//DTD Enterprise JavaBeans 1.1//EN'
    'file:/C:/j2sdkee1.3/lib/dtds/ejb-jar_2_0.dtd'>
    I get the Unknown Document Type error when I try to add this jar to the application:
    Error: Adding EJB JAR - java.lang.RuntimeException: Invalid XML : Unknown document type : org.apache.crimson.tree.Doctype@e8647
    The xml file validates fine in NetBeans 3.4. I use NetBeans to generate the jar file.
    Any ideas as to what is happening would be appreciated.

    Try replacing the DTD definition as specified below.
    http://java.sun.com/dtd/ejb-jar_2_0.dtd
    regards,
    Siddique

  • Getting number range interval for document type

    Hi All,
    My requirement is to display number range interval for any docnument type in SD.
    I will elaborate my req. clearly.
    We can see document type of SD in TVAK table. If we give document type for ex. ZOR the we will see number range internal assignment (NUMKI). The complete number range we can search through transaction VN01 through NUMKI value. But I didnt get any table to relate NUMKI or Sales document type and internal number range.
    Please help me in searching database table to relate Document type or NUMKI and internal number range.
    Regards,
    Suresh.

    Relation is as below:
    TVAK --> AUART = "Sales Document Type"
    NRIV --> OBJECT = "RV_BELEG" and
             NRRANGENR = TVAK-NUMKI
    Alternatively you can use FM: NUMBER_GET_INFO with the Number Range Number and Object to extract Intervals.
    Regards
    Eswar

  • Document type created not getting saved

    Hi all,
    In DC10 I created document type and saved but its not getting saved?
    I gave document type as CD and description as COREL DRAW and tried to save it, but its not getting saved and asking to fill the required fields so I filled
    Version no. Inc as   1
    class Type  as      017
    and class  as     cl0001
    and in Field selection:
    Class data as display
    document status as *Display and then tried to save but the save option is in hide mode.
    what is a characteristic and why do we require and how to give the naming convention or numbering to it?
    Because I cant see the previously created chars?
    Please answer
    Thx

    Thanks Aby for answering
    how to name the class and class type ?
    I can see the class types but not class, is it a number or any other name ?
    How to create character and what is the naming convention?
    if I created a class and class type and character for a document type in DC10 then will they be shown in display screen CV03N?
    Thx

  • Document types show up twice when creating a new blank HTML document.

    I followed the below instructions for getting HTML 5 as a document type option  on CS4. Although I do have HTML 5 as an option now, my other stock CS4 document type options now show up twice in the menu. Any idea how to fix this?
    To add the HTML document type, however, you need to modify the file named MMDocumentTypeDeclarations.xml. Here’s how to do that:
    1. Find the configuration folder then navigate to the documenttypes folder. The Configuration folder can be found under the folder where you installed Dreamweaver.
    2. Find and make a backup copy of MMDocumentTypeDeclarations.xml (MMDocumentTypeDeclarations.xml.bak)
    3. Open MMDocumentTypeDeclarations.xml in your favorite text editor. If anything goes wrong, you can always get back to the default state by replacing your changes with the backup copy.
    4. Go to the end of the document and find the </documenttypedeclarations> tag and add the following lines just before the </documenttypedeclarations> tag:
    <documenttypedeclaration id="mm_html_5">
    <title>
    HTML5
    </title>
    <doctypedecl>
    <![CDATA[<!DOCTYPE HTML>]]>
    </doctypedecl>
    <rootelement>
    <![CDATA[<html></html>]]>
    </rootelement>
    <dtdcontext>html</dtdcontext>
    <dtdcontext>html5</dtdcontext>
    <dtdcontext>frameset_frame</dtdcontext>
    <dtdcontext>xslt</dtdcontext>
    </documenttypedeclaration>
    5. Save the document
    6. Restart Dreamweaver
    You should now have an HTML5 document type option when you create a new document.
    There was an issue with Dreamweaver CS4 that needed to be fixed in code to fully support HTML5 documents which is why upgrading to CS5 was recommended. In CS4, Dreamweaver’s definition of a well formed HTML document has a meta content type which isn’t required for HTML5 documents so, no matter what we do to CS4, any HTML document created by CS4 will have the following:
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    Replace that line with this:
    <meta charset=utf-8">
    You’ll need to do this every time you create a new HTML5 document.
    Once you finish go to Preferences New Document and select HTML5 as default Doc Type...
    Thanks to:
    What I did was create a snippit of the meta and added it to my snippit's meta folder
    Jeff Booher
    Dreamweaver Engineering
    Thanks for your feedback. 

    Hi,
    I have done a test and I can reproduced your issue.
    I referred to the blog about Automatically create Word documents which include list fields:
    http://blogs.technet.com/b/brenclarke/archive/2009/04/15/automatically-create-word-documents-which-include-list-fields.aspx
    When I create a multiple line of text column in a list, I just choose Plain text, Then I solved the issue:
    Besides, here is a similar post, you can take a look at:
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/a7ab3a61-6643-4a47-a464-fe46b5db1558/rich-text-field-showing-html-code
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Generic Object Services(GOS)-how to get Attachment info like Title and Type

    Hi,
    I would like to know the type of document attached whether PDF, JPG,TEXT file etc.
    Ideally I could see these as an icons on the Attachment List window.
    Here my requirement is i need to create a report program which lists the attachments information as below:
    Title of the attachment                         Attachment Type
    <Title1>                                                  Pdf
    <Title2>                                                 Text or Notepad
    <Title3>                                                 jpg or Image
    How can i get this title and Attachment(document type) information.Can you suggest table or FM or Class/Method etc?
    Thanks In advance.
    Regards
    Lokesh

    Hi Folks,
    I got the answer.
    There is a parameter OBJECT_HD_DISPLAY in the FM 'SO_OBJECT_READ' which i need to capture. This will contain the title and the doc type extension ( notepad - txt ; adobe - pdf etc ).This will solve my problem.
    Thanks
    Lokesh

  • Message output for New Purchase Order Document type

    Hi experts,
    I am having trouble getting a Print message output for a New Purchasing Document type that I created.
    Steps that I followed are:
    1.Created a new Document type NS via customizing.
    2.Assigned the new Purchasing Document Type NS to Output Type NEU which is linked to our customized form for Purchase order display. I used MN04 /NACE to do this step.
    Now the message output gets created for my new document type NS but I am unable to display the message.
    Notes:
    -There are no release stratergies in place for document type NS
    -The NEU format works fine the other document type NB which we use for Standard POs.
    Are there any steps I have missed? Please help to resolve the issue.
    Arosh.

    Goto NACE select application  EF Purchase Order then goto condition record NEU select condition record select the last key combination "Purchasing Output Determination: Document Type"
    here enter your doc. type execute
    maintain the condition record
    NS  VN(function)   1 3 EN and click on communication and maintain
    Or goto NACR here put EF and NEU and select the last combination "Purchasing Output Determination: Document Type"
    maintain ..
    NS  VN(function)   1 3 EN and click on communication and maintain
    Hope it helps..

  • Document type restriction in GL posting.

    Dear All,
    How can i restrict a GL account to have only one specific document type documents. I mean only one document type should be posted to that GL.
    It should not contain any other document type other than specified one.
    I know this is possible through validation. But it is not checking if i write validation in OB28. If possible can any one guide me in writing the validationIs there any other way to restrict
    a GL for only one document type.
    Please reply...thanks in advance.
    sapuser.

    Hi,
    To make the GL account specific to a particular document type, you can write the validation as below:-
    Step 1:-
    Create a message ID via transaction code SE91 for message class /EACC/MSG/ACC_COMP as you want to display to user.
    Step 2:-
    Go to transaction GGB0 and create the validation step at complete document level in Financial Accounting as below:-
    Pre Requisits:-
    BKPF-BLART = 'KR'. (example KR doument type)
    Check:-
    BSEG-HKONT <> '1234567890' (the account no. you want to get posted only with the document type given above.)
    Message:-
    Message created in step 1 as error message.
    Step 3:-
    Please also check that this validation has active status (Status=1) at line line item level (level 2) for your company code in transaction OB28.
    Regards,
    Gaurav

  • Sales document types

    Do all sales document types need to have a "Billing type" and "Devlivery type" defined? In our system we have 2 sales order types (Credit and Debit memo) with no information in the Billing and Delivery type columns.
    Thanks!

    Dear,
    You can very well go to table TVAK and TVFK to get all the list of document types SAP has provided.
    Just provide teh selection criteria document type not equal to Z* and you will get all the SAP delivered document types.
    Please follow the below link:
    http://help.sap.com/saphelp_47x200/helpdata/en/dd/55fb06545a11d1a7020000e829fd11/content.htm
    Regards,
    R.Brahmankar

  • Multiple STO document types conflict in ME59N

    Folks,
    I have the following  scenario's:
    1) PReq NB with item category U -> intercompany STO NB (depends on the supplying and receiving plant) document types gets determined correctly through STO document type customizing (T161W)
    2) Preq NB with item category u -> intracompany STO UB, document types gets determined correctly through STO document type customizing (T161W)
    3) exception flow where preq ZF gets created through a development. This is also inter- and intracompany traffic. In case it's intercompany it should get ZF1 and in case it's intracompany it should get ZF2.
    I've set preq - PO linkage that ZF preq can be linked to ZF1 and ZF2. Now when running ME59N, it seems that system only takes settings of T161W into consideration and wants an NB document type and this is not allowed (preq - PO linkage table).
    Any suggestions how to set up scenario 3?
    MZ

    Hi,
    Please read OSS note 114213.
    http://www.sapfans.com/forums/viewtopic.php?t=237357&highlight=&sid=a33e51e7989bd52296035460ee048409
    Regards,
    Csaba

  • Copying Certain document types only from project to Solution Directory

    Hello,
       We are in the process of setting up Solution Directory in Solution Manager 4.0 sp12. After creating a solution we'd like to add scenarios from multiple implementation as well as template projects based on the document type.
    We have several document types that we use in various tabs (config, testcase etc) and would like to get only a subset of document types from the soruce projects.
    When trying to use the copy options in the pop-up window the copy filter works only on the documentation tab and does not filter the documents in other tab's based on the copy option filter.
    Is there anyway we can filter the document types upon copy from project to directory. Please let me know if there is any Badi or User-exit for this functionality as well.
    Any Help is much appreciated.
    Thanks
    Rajesh Sundar

    Hi Rajesh,
    I just came across this article and I reckon it will answer your question. Please read the section Documents copied when copying a project.
    http://wiki.sdn.sap.com/wiki/display/SM/Documents+in+Solar01+and+Solar02
    Cheers
    Ganesh

  • Unknown channel type: JDBC

    dear everyone:
    my Scenario is  HTTP-XI-JDBC synchronous select
    Database: oracle Version: 10.2.0.2.0
    JDBC Adapter communication channel configuration as follow list:
    jdbc driver: oracle.jdbc.driver.OracleDriver
    connection: jdbc:oracle:thin:@192.168.0.180:1521:dstest
    we have configure jdbc driver and test by notes 1085539, the test result is ok.
    when we implement this scenario, i meet some error information as
    follow list:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!-- Call Adapter
    -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30"
    xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"
    SOAP:mustUnderstand="1">
    <SAP:Category>XIAdapterFramework</SAP:Category>
    <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
    <SAP:P1 />
    <SAP:P2 />
    <SAP:P3 />
    <SAP:P4 />
    <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException</SAP:AdditionalText>
    <SAP:ApplicationFaultMessage namespace="" />
    <SAP:Stack />
    <SAP:Retry>M</SAP:Retry>
    </SAP:Error>
    when i change trace_level to 3, i get detail error information:
    Unknown channel type: JDBC
    please give me some advise

    Hi,
    If This is errored out along with below message also,
    "'Transport protocol not supported in adapter XI' " then there is problem as the 'Transport protocol' in Adapter is usually 'JDBC 2.0' and not just 'JDBC'. Which SP are you on? Also, please check the JDBC Query string.
    Thanks
    Swarup

  • Unknown File type for QFX with VMWare/Quicken

    I have quicken loaded in VMWare and want to open Quicken from my iMac when double clicking on the quicken QFX file.  I get an error msg "Unknown File type"

    actually, I was trying to open a Quicken for Windows file on my mac desktop.  I have quicken loaded on a Win7 virtual machine under VMWare Fusion.  I ended up solving the problem though, found a setting in the Win7 Default Applications to "Run Windows applications from your Mac's Applications folder".   Not sure why I didn't have this prob;em before my Mavericks upgrade, but all fixed now.  thanks for trying to help.

  • ME013 Document type RD33 not allowed with doc. ca tegory B

    When I try to post an SC, i get the following error: ME013 Document type RD33 not allowed with doc. ca tegory B.  I am on SRM 5.0.  I have maintained config (V_BBP_TARGET_OBJ) to create a PO if info complete and I have set up BSA in the org structure as ECPO.  My SC has a source assigned and looks to be complete, yet the system seems to want to create a PR and it is having difficulty doing so.  Any idea on how to troubleshoot this error message?

    Hello Richard,
    I guess RD33 is a PO doc type in your R/3 system.
    In that case, that means your SC tries to create a PR, but with the PO doc type RD33.
    But you said that you defined BSA = ECPO. So where comes RD33 from ?
    Can you tell me what is RD33 in your R/3: PR or PO doc type ?
    And if you have any reference to RD33 in SRM ?
    Rgds
    Christophe

  • Sales docu type ZLCO Vs Billing type ZLR - Error

    Hi Experts,
    Pls help me in the following scenario : I made one sales order with order type ZLCO.(Order relevant Billing type) maintained in VOV8, when i create billing for this order i am getting the following error  Sales document type ZLCO cannot be invoiced with billing type ZLR.
    Regs.
    SR

    Hi,
    Pls check whether you have maintained the following settings:
    Did you maintain the Billing type ZLR in order related billing type in VOV8 .
    Did you maintain the billing relevance B     (Relevant for order-related billing - status acc.to order qty) in VOV7.
    Did you maintain the copy control from Sales document type ZLCO to billing type ZLR in VTFA.
    Regards
    M. Lakshmi Narasimhan

Maybe you are looking for

  • My new user experience with PP5.5 (not so great)

    I just wrote up a very long post and I seem to have trouble posting it -- "Cannot post now" error, even though I can post in the testing forum. This is a short post to see if it works...

  • :: No Mamiya ZD support in Aperture 2.0?? ::

    Just tried apple's latest attempt at an imaging program and it still requires far too much power to run. If anyone from Apple reads this can you please explain why the Mamyia ZD is still not supported?? Looks like it's back to the Lightroom for me.

  • Alphabetical Index

    Hello, how can I create an alphabetical index similar to Table of Content, but in an alphabetical order? Thanks Regards Claudio

  • Caller Display Problems

    Hello, I recently rejoined BT for home telephone and broadband having been with talk talk and O2. I have had a bit of a mare with the Infinity and phone install but it is done now. I have contacted BT about caller display that was included with my pa

  • Safari 5.0.5 is now showing up on my Software Update list

    I know I can download it on Apple's website, but that doesn't solve the problem. Is there anything I can do to "force" Software Update to find new updates? The funny thing is the same problem is happening on 2 different Macs: a 24" late-2009 iMac and