Document Type in 4.5WS crawling

Hello,
I am writing a crawler for 4.5WS using EDK5.0.2.
How do I set the document type, so that the docs are indexed correctly?
In the documentation it says that the field ContentType is not used when not using DocFetch.
Does it rely on the document extension I put in the Indexing URL field?
thanks in advance
Mauro

This is for docFetch. To set the correct content type for MIME, see. https://portal.plumtree.com/portal/server.pt/gateway/PTARGS_0_44699_4352_2758_2309_43/http%3B/PRODGADGET12.plumtree.com/collab/discussion/app/threadDetails.jsp?forumID=40093&threadID=96729&messageID=96728&projID=39883 To set the content type for FILE, just include the file name.

Similar Messages

  • *.url document type not opening in new window

    I've successfully crawled in website shortcuts as *.url document types. However, after displaying the IIS security message, they open in the main portal window instead of opening in a pop-up window like other documents.
    Anyone have any ideas how I can get them to open in a new window?
    Thanks in advanced,
    Anne

    If you are creating the links with html (not using URL items) then just include target="_blank" in your link like <a href="#" target="_blank">your link</a> to open a link in a new browser window. If you are adding links to the page using URL items, then check the option to show the link in a new browser window. Note: if you are using an HTML Content Layout template and have applied it to the item region where you are publishing your URL items, then you will need to include conditional statements in the template to check for that (e.g. open link in new browser window) and include the correct target for the link based on what was selected for that item.

  • Ultra Search Indexer: Adding 'alien' document types.

    The way the Ultra Search indexer finds src material will not work in my situation. While I may be able to give it databases to crawl, it cannot crawl our content, so the way that you tell the indexer about 'alien' document types by adding custom code to return lists of URLs so the indexer can read the src documents won't work in my scenario.
    I want to know what the Ultra Search application does special when indexing documents?
    Is there a description so I can reproduce using Oracle Text and perhaps point the Ultra Search querying component against my manufactured repository and have it work?
    Thanks.

    Is there a way to set up finder search with additional criteria so that it isolates file extensions with .docx, .pdf, .txt all in one single search?
    currently the "kind is document" also brings up .jpgs and .wavs which I dont want, (or consider documents).

  • 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.

  • Document type 107 - Full Text indexing

    Hello,
    We have a custom crawler that is using docfetch to look at plain text documents. In the crawler code, we set the document type like this :
    metaData.ContentType = "text/html";
    But the document type always comes out as 107 (zip/exe)
    Am I doing something wrong here? How can I properly set the document type so that the full text indexer can work?
    ~Kevin.

    Hi ,
    When the above steps are completed , restart server . After  that from check-in screen you would see the following option :
    Format
    This is a drop-down list which where you can select application/noindex , so that the content item is not sent for FT indexing . It is only metadata indexed .
    The list is seen only when the following option is checked from Administration - Admin Server - General Configuration
    Enable Allow Override format on check-in
    Hope this helps .
    Thanks,
    Srinath

  • Query for Document Type

    Hi,
    Is there a way via the API to query the database for Document Type data (specifically the ImageUUID in PTDOCUMENTTYPES) for a given file extension or MIME type - whether in one step or multiple, doesn't matter?
    Naturally I'd rather do this via API methods than querying the DB directly for scalability/upgrade reasons.
    We have a custom crawler which crawls manifest files containing meta data about the end documents. The click through url is overwritten to be the document to which the manifest file refers but we'd also like to overwrite the ImageUUID to represent the real end document's type rather than the manifest's.
    thanks
    Ani

    Yeah it is clear visible that, the same combination might have available in different plants.
    So to avoid the duplicate entries, always select all the primary key fields available in all the tables in the output.
    If not atleast try restricting based on plant in the selection screen or any possible duplicate entreis.
    So add the key fields at Infoset level in SQ02

  • Adding mimetype to document types in Web Access

    I need more mimetypes than are in document types in Web Access.
    Have tried to add a mimetype just to the wks$mimetype table but get java errors when go in the Usearch Admin web site. Is there a set way to add these to the Not Processed list in Web Access, so can add to the Processed list?

    Can you tell us what is the mimetype that is missing from the list?
    Is it a proprietary mimetype? Ultra Search does not support adding of new
    mimetype as it perceive the list is complete (it is from IANA, Internet Assigned Numbers Authority).
    Every new mimetype needs a message id which points to the description of the mimetype. Since
    user can not add new message, you will have to use an arbitary id outside the range of 26000-26034,
    you might want to try id 80189 "Document type", e.g.,
    insert into wk$mimetypes(descriptor,media_type,extensions, id, msg_id)
    values ('abc document','application/abc','abc',wk$mimetypes_seq.nextval, 80189);
    Another workaround is to add this new mimetype directly to the ultrasearch/data/config/crawler.dat file. In that case every
    data source will pick up document of this mimetype. e.g.,
    MIMEINCLUDE application/abc
    Keep in mind operation like this is not supported by Ultra Search.

  • What are the sources system will pick the document type while creating invo

    hi
    I would like to know how system will pickup the doucment type while creating invoice in vf01.
    i have taken off the fields  f1, f2, from the document type. in billing sub tab.  so  The moment when am creating billing system automatically displaying F2 invoice doucment creation.  What are the sources for this.
    thanks & Regards
    Rack129

    Hi,
    Hope you have maintained u2018Delivery relevant billing type F2u2019 and u2018Order relevant billing type F1u2019 in the billing tab of the Sales document type in VOV8.
    If you create delivery related billing, the system will pick F2. This is controlled in Item category (VOV7). Billing relevance in Business data of Item category decides whether this is delivery related or order related. u2018Au2019 for delivery related billing; u2018Bu2019 for order related billing and so on.
    Item category is determined by this combination: Sales document type + Item cat group + usage + higher level item cat.
    Regards,
    K Bharathi

  • CREATION OF NEW DOCUMENT TYPE

    Dear cons
    We want to create a new document type for pur. requisition.In this document type  account assignment  will be 'P'(PROJECT) . w.b.s should be only enter.
    so pl. give the details of filling data in the required field step by step. waiting for your early response.
    thanks
    nirupama

    Hi,
    In order to create a document type for a purchase requisition  use the path
    spro-materials management - purchasing--purchase requisitions --define  document type
    in that screen you select the document type you want to copy to create your document type and perform the action.
    if you want to change the screen/field selection for your document type select the field selection key (if you select the document type as NBB the field selection key will be NBB.,and go to the screen and change the field status.
    Hope this will be suffient for your requirement.
    Regards,
    Raghu.

  • Wrong document type is processed form ME59N - Automatic PO creation Efected

    Dear Friends,
    Im facing one issue while the PO is created from Purchase requistion(ME59N).
    If the purchase requisition document type is - XTB while creation of PO from ME59N the document type is taking as UB
    the SPRO setting has been done for supplying plant and receving pant as - XTB but still getting the error as
    Doc. type XTBshould be used for suppl. plant XXXX and receiving plant XXXX.  06 - 674  ( Msg class and No)
    Could any one please help me on this.
    The manual PO creation(ME21N) is perfect .
    Regards
    Kumar.

    Hi Mauro,
    Thank you for the very helpful answer, i suggested my team to impliment the OSS note.
    Thanks for your help.
    One similar kind of issue i am facing, i implimented one enhancement in the BADI "ME_PROCESS_PO_CUST"  for checking the supplying plant.
    When i processd it through ME21N ( manulaly) it's taking the right plant, But when i processed it through ME59 ( Autoamtion of PO) the Enhancement is not triggered.
    ME59N is not supporting as there is no support pack ( OSS notes need to be implimented).
    Coluld you please provide any helpful answer for me
    Thanks for your support and Help.
    Regards
    Ravi.

  • PO Document Type for Free Goods only

    Good day,
    Business Scenario: Client wants to track FreeGoods made. To solve this, we have created PO document type "Free Goods PO"
    Current: I choose Free Goods PO, input materials and then tick the FG indicator.
    Question: Is it possible that for this document type, every material I put, the indicator is automatically ticked? And that only free goods can be placed in this document type?
    Thank you,
    Simon

    Simon,
    You will need someone with a developer key to be able to implement the code.  However, in the main PO processing program SAP has created spots where customers can add custom code for situations like this. 
    If you go to transaction SE81, you can select the MM module.  From there click the "Select subtree +/-" button (will highlight MM in yellow).  After that click "Information System".  This will bring you to the developer workbench where you can review all of the enhancement spots and user exits in the MM module.
    If you expand Enhancements, and click on Enhancement Spots, a selection screen should appear to the right.  In enhancement spot enter 'es_saplmepo' and execute.  Double click on the enhancement spot.  That will produce the list of all of the enhancement points within that main program.  There are ones specific to the header fields as well as item fields.
    If you scroll down to "item_process_main_01" and double click it will bring you into the code where the above if statement can be added (for some reason it doesn't bring be right to the item_process_main_01 spot so i have to scroll to find it).
    As the program is running it will hit your enhancement and process that as it is going.  A developer can provide more details.
    Hope this helps,
    Matt

  • Quantity field not getting displayed for all document types

    Hi,
    I have made a configuration to include field Quantity(BSEG-MENGE) in the GL account line item display.When I ran the report for stock adjustment account(FAGLL03), only the following document types are showing quantity against them.
    WI- Inventory document
    WA-Goods Issue
    WE---Not showing quantity against (WE- Goods Receipt)
    Can any one please explain. I have seen the original document from FI document. The original document as well as FI document carries quantity.
    Thanks
    Aravind

    Hi Aravind,
    Check SAP notes  1063198 and 1117587.
    FAGLL03 display quantity which is updated in FAGLFLEXA, BSEG is not
    relevant in this case. This is clearly explained in the note 1063198.
    The quantity posts through to FI on the 'goods receipt' items, but not on the
    'invoice receipt' items.
    In the FI normally the Quantity is not a 'real' important field, as it
    is more related to the MM area.
    But in the old 'Profit Center Accounting' and the old' Special Ledger'
    the field has been important.
    As the same logic of these areas to 'store' the Quantity is also used
    in the NewG/L the field get only filled in the line, where it make
    'sense' from our point of view, because only in the 'goods receipt'
    lines a 'real' Quantity is posted to the system.
    So as before in the PCA and SL, now also in the NewG/L the Quantity is
    filled in the correct and important lines and postings.
    In the BSEG ('old document segment table') the field is filled 'just'
    as it is send to the FI, but this is not completely correct from the
    business point of view.
    This can also lead to issues with the reporting and summation to this
    field. So with creating the new logic in the NewG/L the 'correct'
    standard of the 'writing' for the Quantity has also been taken over.
    So in the end, the update and display is correct according  SAP standard behavior.
    Actually,Quantities within G/L are never reliable,
    because the purpose of FI is a view on the data according to amount
    but not according to quantity.
    In the FI normally the Quantity is not a 'real' important field, as it
    is more related to the MM area.
    I hope I could be of assistance.
    Regards,
    Fernando

  • Document type KR is not picking to Clear GL account with T-code F-03

    Hi all,
    My client wants to clear GL account Cash-in-Transit which is open item managed. He has posted two items. One is with KR document type like Intercompnay adjustment account debit (40) and Cash-in-Transit account credit (50). Second item is with SA document type like Cash-in-Transit accont debit (40) and Intercompany adjustment account credit (50). He did not give vendor number and appropriate posting key (31) while postings. With document type KR, he posted with posting keys 40 and 50. Now while clearing the GL account through T-code F-03, system is picking only SA document type. The system is not picking document type KR. He wants to clear the items with each other. I have checked the document type settings. Check boxes Intercompany postings and trading partner are active in both above document types.
    How can the GL account be cleared ? Are any configuration settings missing ? Kindly advice as soon as possible.
    Thanks in advance.
    Regards,
    K.S.K

    Hi,
    First of all..why would system need a Exchange gain/Loss Account..If your local currency is INR and you posted a debit and a credit document both in INR..then there is no question of a foreign exchange gain/loss account..
    BUT, if you have posted the document in any currency other than INR, ie: your local currency...then the system would need a exchnage gain/loss account when you try to clear the debits and credits.. i am giving an example below to explain better..
    You posted a debit of 100 USD @ 40 = Rs. 4000.00
    You posted a Credit of 100 USD @ 42 = Rs. 4200.00
    Now, if you clear this debit and credit then there is no difference in 100 USD, as the debit and credit is netting off.. but if you see INR there is a difference of Rs. 200.00 which system posts to Exchange gain/loss account..which we maintain in OB09.
    Hope it is clear to you now..
    Regards,
    SAPFICO.

  • Billing due list problem with customized document types

    Dear Team,
    We have created a new Rental contract and Rental Invoice document types by copying the standard ones (MV & FV), while trying to get the Billing due list, unable to get the Rental Invoice type, rather the system is proposing the standard Invoice type (i have already changed the Billing type to the customized one in sales document type).
    Can you please let me know the pre-requisites for the billing due list.
    Regards
    Sreedhar

    Hi,
    Thank you for your response. But, i was not able to implement those oss notes as the current highest support package we are currently using is SAPKB70208, Software component - SAP-BASIS.
    Kindly let me know if you have more inputs.
    Regards,
    Vinitha

  • Reg:Document Type creation in Manual bank Statement.

    HI all,
    What is the document type for Manual bank statement reconsolation.
    I created (BZ )for Manual bank statement reconsolation which fields i have to  select.
    regards
    JK

    Hi,
    Document types are created at client level. to restrict one kind transactions only and to identify the transactions pertaining to what.
    At the time of configuring BRS we have to specify the document type there u can specify what ever you want before it has to create. go to OBA7
    Hope this is clear, if yes assign points
    Regards,
    Sankar

Maybe you are looking for

  • 10.7.4 client and 10.6.8 server MCX issues

    Hello I am testing a 10.7.4 client bound to AD/10.6.8 OD server (magic triangle) setup. Everything server side is fine for 10.6.x clients whereas I am experiencing some issues with my test 10.7.4 client. I have defined several network volumes to be m

  • Lightroom Mobile Trial Expired error

    "Lightroom Mobile Trial Expired" error message. I have current CC LR/PS bundle. I've tried the standard things, nothing works so far. I couldn't find a way to add to other threads, so I am starting a new discussion.

  • Join two table

    hello sir/medam. i hane two pooled table  BSEG and BSAK then i want joint the field together ..how use get command for that ....nd u have another solution plz tel me.. thanks

  • Import of SAPK-60301INEAAPPL in the phase DDIC_ACTIVATION broke up

    Hello, while importing the support packages SAPAH60301, SAPKGPID12, SAPK-60301INFICA, SAPK-60301INFICAX i get following error: Error in phase: DDIC_ACTIVATION Reason for error: TP_STEP_FAILURE Return code: 0008 Error message: OCS Package SAPK-60301IN

  • What to do with a tilted key?

    Any of you have your tilted key replace or fix?