Error during P.O Creation.

Dear All ,
i m having a std indg pricing procedure having all ecessary conditions required for a business process but I have created a Pricing procedure for learning purpose in dev server, here i had started by clicking on " new entries " in first column for " STEP " i had given 10 just as same as in original p. procedure , pl see below --->
STEP CNTR C TYPE DESCRIP. FRM TO
10 1 PB00 Gross Price X
10 2 PBXX Gross Price X
20 0 RA01 Discount % on Gross 10
30 0 R001 Discount/Quantity 10
35 0 R002 Absolute discount
40 0 sub total ( gross - disc) 10 30
Now i m creating P.O with this pricing procedure , in cond. tab at item level only these five cond are displayed but as i click on taxes tab in invoice so all excise cond are visible but these exc. comd are not displayed in cond. tab at item level., So as i m saving the P.O an error comes that --->
" Error in net price calculation, item 000010 (Please correct)
Message no. 06213
Diagnosis
Possible causes:
The net price is negative.
Check the prices and conditions entered.
An error has occurred during currency translation.
Check whether the foreign currency is defined in the system.
The unit of measure of an item is not allowed.
Check the units of measure entered.
An internal error has occurred during the price determination process.
A mandatory condition type is not defined in the system. Please contact your system administrator.
Pl help what i have to do in this case .why i m not able to create the P.O using this new pricing procedure ?
Regards
sap11

Dear Indranil ,
                              Thanx for reply ,  pl see below that in this procedure -->
STEP CNTR C TYPE DESCRIP. FRM TO          Sub to
10 1 PB00 Gross Price X                                      9          10 2      PBXX Gross Price X                                 9
Here in sub total column 9 is given in my procedure & it is for " Copy Values to KOMP - BRTWR "( Gross Value ), I need to know from u that what does it mean , pl explain if i do not put anything here  in this subtotal column then will there be  any efffect on p. procedure .?
With rgds,
sap11
Edited by: sap11 on Jul 30, 2008 7:08 AM

Similar Messages

  • XML log: Error during temp file creation for LOB Objects

    Hi All,
    I got this exception in the concurrent log file:
    [122010_100220171][][EXCEPTION] !!Error during temp file creation for LOB Objects
    [122010_100220172][][EXCEPTION] java.io.FileNotFoundException: null/xdo-dt-lob-1292864540169.tmp (No such file or directory (errno:2))
         at java.io.RandomAccessFile.open(Native Method)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
         at oracle.apps.xdo.dataengine.LOBList.initLOB(LOBList.java:39)
         at oracle.apps.xdo.dataengine.LOBList.<init>(LOBList.java:30)
         at oracle.apps.xdo.dataengine.XMLPGEN.updateMetaData(XMLPGEN.java:1051)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:511)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1121)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1144)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:558)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:308)
         at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:273)
         at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:215)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:254)
         at oracle.apps.xdo.dataengine.DataProcessor.processDataStructre(DataProcessor.java:390)
         at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.java:355)
         at oracle.apps.xdo.oa.util.DataTemplate.processData(DataTemplate.java:348)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:293)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    I have this query defined in my data template:
    <![CDATA[
    SELECT lt.long_text inv_comment
    FROM apps.fnd_attached_docs_form_vl ad,
    apps.fnd_documents_long_text lt
    WHERE ad.media_id = lt.media_id
    AND ad.category_description = 'Draft Invoice Comments'
    AND ad.pk1_value = :project_id
    AND ad.pk2_value = :draft_invoice_num
    ]]>
    Issue: The inv_comment is not printing on the PDF output.
    I had the temp directory defined under the Admin tab.
    I'm guessing if it's the LONG datatype of the long_text field that's causing the issue.
    Anybody knows how this can be fixed? any help or advice is appreciated.
    Thanks.
    SW
    Edited by: user12152845 on Dec 20, 2010 11:48 AM

    Hi All,
    I got this exception in the concurrent log file:
    [122010_100220171][][EXCEPTION] !!Error during temp file creation for LOB Objects
    [122010_100220172][][EXCEPTION] java.io.FileNotFoundException: null/xdo-dt-lob-1292864540169.tmp (No such file or directory (errno:2))
         at java.io.RandomAccessFile.open(Native Method)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
         at oracle.apps.xdo.dataengine.LOBList.initLOB(LOBList.java:39)
         at oracle.apps.xdo.dataengine.LOBList.<init>(LOBList.java:30)
         at oracle.apps.xdo.dataengine.XMLPGEN.updateMetaData(XMLPGEN.java:1051)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:511)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1121)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1144)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:558)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:308)
         at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:273)
         at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:215)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:254)
         at oracle.apps.xdo.dataengine.DataProcessor.processDataStructre(DataProcessor.java:390)
         at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.java:355)
         at oracle.apps.xdo.oa.util.DataTemplate.processData(DataTemplate.java:348)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:293)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    I have this query defined in my data template:
    <![CDATA[
    SELECT lt.long_text inv_comment
    FROM apps.fnd_attached_docs_form_vl ad,
    apps.fnd_documents_long_text lt
    WHERE ad.media_id = lt.media_id
    AND ad.category_description = 'Draft Invoice Comments'
    AND ad.pk1_value = :project_id
    AND ad.pk2_value = :draft_invoice_num
    ]]>
    Issue: The inv_comment is not printing on the PDF output.
    I had the temp directory defined under the Admin tab.
    I'm guessing if it's the LONG datatype of the long_text field that's causing the issue.
    Anybody knows how this can be fixed? any help or advice is appreciated.
    Thanks.
    SW
    Edited by: user12152845 on Dec 20, 2010 11:48 AM

  • Reg:error during transfer order creation

    hi,
    after quality inspection i move the stock into warehouse integrated storage location. if i clear inspection lot in qa32 for a material after saving it will pop up express message"error during creation of transfer order for a material".i configured that after qc inspection automatic TR is created.i just proceed with manual.
    its a issue related with workflow or configuration....i checked with automatic TO all the things are deactivated.....where i am missing
    Thanks
    Muthuraman.D

    hi,
    goto VOV8
    choose your sales order type
    transaction flow - variant (remove the transaction variant if any)
    but this will remove the transaction variant(custom) which you created , it will take the standard variant for your transaction VA01
    regards
    senya

  • Error during Production Order creation

    Hi All,
    Our's is MTO scenario. We have maintiain Account Assigment Category as 'M' in Requirement Type. During creation on production order with ref to sales order system gives error "Account assignment cannot be carried out because of different origin no."
    If I create the production order with ref to quotation system does not gives any error. But my requirement is to create the prod order with ref to sales order.
    Please guide
    Regardsd

    Hi Bala,
    In SPRO goto>Sales and Distribution> Basic Functions-->
    Availability Check and Transfer of Requirements
    -->
             Transfer of Requirements
    -->
                 Define Requirements Classes
                 Define Requirements Types
      -->      Determination Of Requirement Types Using Transaction
    Determination Of Requirement Types Using Transaction
    In the standard system, requirements types are determined according to a specific search strategy beginning with the material strategy group.
    Strategy for Determining the Requirements Type
    1. First, an attempt is made to find a requirements type using the strategy group in the material master.
    2. If the strategy group has not been maintained, the system will determine it using the MRP group.
    3. If the MRP group has not been defined, the system uses the material type instead of the MRP group when accessing the corresponding control tables.
    4. If no requirements type is found here, the system assumes a special rule and attempts to find a requirements type with the aid of the item category and the MRP type.
    5. If this is not possible, a last attempt is made to find a requirements type with the item category only.
    6. If the last attempt fails, the system declares the transaction as not relevant for the availability check or transfer of requirements.
    Note
    You can select an alternative search strategy in the 'Source' field, for example a transaction-related procedure for determining requirements type (source = 1 or 2). 
    Example
    There are business transactions, such as consignment stock processing, in which the material with its planning characteristics is not important, rather the transaction itself. An issue from the customer's consignment stock should not trigger an availability check against planning at the plant as layed down by the planning strategy but rather against special stock.
    Actions
    1. Assign the item categories and MRP type to the requirements types.
    2. Select an alternative search strategy in the 'Source' field if necessary.
    By assigning the 1 or 2 to the Source you can have the requirements in MD04 refered to order instead of the initial source document which is usually quotation. If we don't assign this then the system by default refers to the initail document created i.e. Inquiry or Quotation whichever is the first document.
    Regards,
    Karthik.

  • Error during prdn order creation co01

    Dear All,
    During creation of production order by co01 a error message is generating i.e."13.05.2035 comes after end of factory calender" for some of my Fert materials only in one of my plants.Bom & Routings,Workcenters are valid for this FG & also for Sfg's which exists in as components in  this fert material.At the time of availability check the system generates this error.Factory calender is valid for 2010 but if the error is due to validity of factory calender the system should generate error for all the Fert materials which we are producing in same plant which is not happening actually.The problem is for only a few of Fert materilas.Pls help suitable answer will be awarded with points.
    Regards
    R Sehgal

    Hi Rakesh,
    The problem i think should be in ur lead time for those materials for which the error is occuring.
    See ur factory calender is valid up to 2010 but for some materials because of the order quantity and the lead time from routing its going beyond the 2010 ( means that order is getting scheduled beyond the2010) so it is giving the error.
    Pls check the same and revert.
    Regards,
    Vinayak.

  • Error during automatic po creation ME59N

    Dear All,
    Following errors has been shown after automatic po creation by ME59N:-
    Message text Message Class Message Number
    PO could not be created
    PO header data still faulty MEPO 2
    Enter Validity End ME 83
    Enter Latest GR Date ME 83
    Can delivery date be met? ME 40
    Requisition could not be converted
    Please suggest how to solve above .
    with regards,
    Pradeep Bhardwaj

    Hi
    From the messages it seems that system is expecting a Validity end date at PO header & Latest GR date at item level.
    Do you have these two fields as required in the PO??
    If these are required fields then you need to have process to populate them automatically (Programatically) to resolve the error.
    Thanx
    Prasad

  • Error  during automatic PO creation by PR (ME59N)

    Dear All,
    Following errors has been shown after automatic po creation by ME59N:-
    Message text     Message Class  Message Number
    PO could not be created                   
    PO header data still faulty        MEPO               2
    Enter Validity End        ME              83
    Enter Latest GR Date        ME              83
    Can delivery date be met?        ME              40
    Requisition could not be converted     
    Please suggest how to solve above .
    with regards,
    Pradeep Bhardwaj

    Hello,
      to check the errors issued I suggest to try to create the PO converting the PR from transaction ME21N.
    I guess that some fields, mandatory for the PO creation, were not filled in the Purchase Request and could not be determined in any different way. If you can't maintain them on the PR you should set them as optional, if possible, in the customizing for Screen lay-out of transaction ME59N, under "Materials Management --> Purchasing --> Purchase Order --> Define Screen Layout at Document Level".
    Hope to be useful.
    Best regards,
    Andrea

  • Error during excise invoice creation

    Hi everybody
    The user has accidently entered one more line item during delivery with qty "0" and value "0" along with a standard item with item cat "tan" which has value and qty. Subsequently he has done PGI, Billing and Release to accounting. So the system is taking the second line item with qty "0" as text item. . But while posting excise invoice wrt billing doc. using tcode J1IIN the system is throwing a error
    "Customisation for plant missing in table plant settings" Message No 8I303, Diagnosis: The customisation details have not been maintained for this company.
    So far we have done more than 10000+ invoices with excise posting without any error. This is the first time we are getting this error because of accidental entry of a second line item with qty "0" by the user..
    Please help how to solve this error. The billing document cannot be cancelled because it has already reached the customer and he is going to make payment wrt billing doc.
    Thanks

    Hi Everyone
    Thanks a lot for your responses.
    As time was running out the only option was to delete the line item with "0" qty and value (item cat. tatx) at the table level. Once deleted there was no problem in creating excise invoice using tcode "JIIIN" wrt commercial invoice.
    Though this is not SAP recommended best business practice, this option had to be taken or else we would not have been able to open the MM posting periods (mmpv) for the next month without closing all the entries for the previous month.
    And if we do not open the mm posting periods we cannot goods issue for the next month.
    Thanks & regards
    satish

  • Error during PGR - TO creation

    Hi ,
    During PGR for an Inbound delivery , the below error is triggered,
    Steps: PO - VL32N - Create TO - when I try to save the TO, I am getting the error " the storage type does not allow negative stock."
    And it populates for soruce or destination bin screen.
    I know that particular Storage type does not allow negative stock.
    But when we do the GR in MIGO for the same PO, it does not throw this error, or it does not populates for soruce or destination bin screen.
    It gets posted successfully.Only differance which I could notice is MIGO creates TR and then TO.
    Please let me know what setting am I missing? so that I can do the same for Inbound delivery also.
    Thankyou,
    Ravi

    Let's bring back your original question:
    PO - VL32N - Create TO - when I try to save the TO, I am getting the error " the storage type does not allow negative stock." -
    This is my scenario 2, so you get the error.
    But when we do the GR in MIGO for the same PO, it does not throw this error, or it does not populates for source or destination bin screen.
    This is my scenario 1 so you don't get the error.
    Please let me know what setting am I missing? so that I can do the same for Inbound delivery also.
    Like Mihailo Sundic already answered (but you failed to acknowledge):
    OLML => Warehouse Management => Master data => Define Storage Type.
    Double click your ST 902, and set indicator "Allow negative stock" on the next screen.
    Please mark his answer as Correct and close this discussion.

  • ME21N - error during service PO creation - "Please enter a service"

    Hi,
    PR was created with reference to agreement.  When we try to create PO, below error appears.  Apparently service code, text are available so this error does not make sense.  Have you come across such a situation ?
    Thanks,
    Sankar

    Root cause was a mess up from the user.  The user has linked multiple line item services from contract (OA) to single line in PR.  System does not stop at PR level.  But throws this error at PO creation level.  User has recreated the PR and all OK.
    Wrong process:
    OA item 10 - PR item 10
    OA item 30 - PR item 10
    OA item 60 - PR item 10
    Correct process:
    OA item 10 - PR item 10
    OA item 30 - PR item 20
    OA item 60 - PR item 30
    Moreover error does not happen in ME59 (automatic PO creation) even through the wrong process.

  • Error during end point creation in SOAMANAGER

    Hi All,
    I haveto create an endpoint to a consumer proxy created by me. For this, I choose the "WSDL Based Configuration" option for the creation of logical port in the SOAMANAGER. The provider proxy wsdl url is in this form "https://uxai1q0m.wdf.sap.corp:44376/sap/bc/srt/...". However, when I provide this WSDL URL, try the option "Show/Hide proxy settings", and put the host, port and the user and password for the provider system. Once I do this, I get a error message:
    Error in WSDL access: Exception occurred in communication framework:Error in HTTP Framework: cl_http_client->send() rc=1 http://uxai5q0m.wdf.sap.corp:50076/sap/bc/srt/wsdl/...
    Can anyone help in resolving the error??
    Best Regards,
    Debashree

    Try the following:
    Please add the user name and password in sap/bc/srt/wsdl
    2. enter the webaddress in the filter entries in SICF --> client --> proxy setting --> Global setting tab under "No proxy for the following address"
    Regards,
    Firoz.

  • Error during return order creation in CRM online

    Hi all,
    When I create return order via transaction CIC0 with reference to standard order ( B2C ) then some times system gives error after saving the return order. The text of the error message is very confusing , It says"
    Message no. CRM_ORDER_MISC 020
    Diagnosis
    Errors have occured while transferring the document into another system. Remove the error messages from the enclosed log.
    <i><u>"Transmission log
    Message no. CRM_ORDER_MISC 020
    Diagnosis
    Errors have occured while transferring the document into another system. Remove the error messages from the enclosed log.
    Document xxxxxxxxxx doesn't have document category  but (Notification E V2 068)
    Sales document xxxxxxxxxx was not changed (Notification E V4 219)"</u></i>
    I have tried to replicate this return order with all the available tools but during save this message is coming from R/3.
    Regards,

    I would suggest you to try to create a return order in R3 system (from where the error is coming) with the same parameters.
    Usually that should give you the same error... Resolve the issue, then try to create order in CRM online. Now error should not be there.
    Regards,
    Kaushal

  • Error during IdM database creation on Oracle

    Hi,
    We sometimes encounter the following error when creationg IDM database on Oracle (mxmc-install.sh) :
    *** Updates installed
    *** Creating language generation procedures
    mxp_init_ids_onelang
    mxp_init_ids_lang
    Warning: Procedure created with compilation errors.
    *** Creating procedures
    mc_schemaversion
    mc_version
    mxpv_job_tasklink
    And then we have errors on other procedures and initial load of the database :
    mxp_init_ids
    Warning: Procedure created with compilation errors.
    mc_reset_ids
    Warning: Procedure created with compilation errors.
    mxp_init_all_ids
    Warning: Procedure created with compilation errors.
    mxp_Xcreate_ids
    Warning: Procedure created with compilation errors.
    mxp_create_ids
    Warning: Procedure created with compilation errors.
    BEGIN mxp_init_all_ids(:vStatus,:vStatusText); END;
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00905: object IP3_OPER.MXP_INIT_ALL_IDS is invalid
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    BEGIN mxp_create_ids(:IsId,:Status,:StatusText); END;
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00905: object IP3_OPER.MXP_CREATE_IDS is invalid
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    During first installation of IDM database there was no problem. So it seems it's a environnement parameter or Oracle parameter issue. Has anyone encountered the same problem ?
    We were told there were no changes either on Oracle or on the system. But there must have been a change somehow impacting the language.
    Do you have any idea on the Oracle parameters that could be involved ?
    Thanks in advance,
    Regards,
    Herve.

    Hi,
    I was facing the same problem and it was not possible to create an identity store.
    The solution for me was increasing the oracle sga_max_size and shared_pool_size parameters.
    They had the initial value fom installation of AS Java and setting shared_pool_size to 400MB fixed the procedure compilation problem.
    After that I rerun the mxmc-update.cmd script and no more errors show up.
    Creating idenitiy stores also works now.
    Regards...Philipp

  • Error During inspection lot creation

    Hi Experts
    While i am doing GR against production order, i am getting the error "Operation QM12 not available for this lot".
    Inspection type 04 is activated for this material and this error is coming during the inspection lot generation.
    I am not able to post the GR and not able to create inspection lot.
    Please help me to come out of this error.
    Thanks
    Bala

    Hi Sujit
    When i removed the tick mark on the below options in Inspection type "04", the previous error message has gone.
    Now i am getting different error message, plz see the below details of error message:
    No status object is available for INL 0
    Message no. BS001
    Diagnosis
    When trying to read the status of an object (INL 0), a system error occurred: For object number TM0000000001QL there is no status object.
    Procedure
    Please contact your system administrator
    Regards
    Bala

  • Error during DataBase source creation in SES.

    Hi Experts,
    As part of creating DataBase source for SES...
    We created a table testing_data_for_ses(URL,CONTENT,LASTMODIFIEDDATE,KEY,LANG)
    and also the view
    create or replace view view_testing_data_for_ses AS
    SELECT 'docserver?docid=' || URL URL,
    CONTENT CONTENT,
    lastmodifieddate lastmodifieddate,
    KEY KEY,
    'en' LANG
    FROM testing_data_for_ses;
    Finally we tried to create DataBase source in SES with following parameter names and values
    Database Connection String: jdbc:oracle:thin:@<systemIP>:<port>:<SID>
    User ID : apps
    Password : apps
    View : view_testing_data_for_ses
    Document Count : -1
    Query : select content from testing_data_for_ses
    URL Prefix : http://<SES-Hostname>:<SES-Port>
    However in this process we ended up with following Error:
    09:55:53:750 INFO     main          
    09:55:53:761 INFO     main          Oracle Secure Enterprise Search, Crawler: Release 10.1.8.2
    09:55:53:761 INFO     main          Copyright © 2006, 2007, Oracle. All rights reserved.
    09:55:53:761 INFO     main          
    09:55:53:761 INFO     main          ================== Crawling settings ==================
    09:55:53:761 INFO     main          Reading configuration file from /mnt/u08/SOADEVIL/ses/seshome/search/data/config/crawler.dat
    09:55:53:762 INFO     main          Agent = Oracle Secure Enterprise Search
    09:55:53:800 INFO     main          User = EQ_TEST
    09:55:53:800 INFO     main          Database connect string = jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=hostname)(PORT=1525))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=DEVIL1.hostname)))
    09:55:53:800 INFO     main          Source type is User-defined
    09:55:53:800 INFO     main          Source is "DatabaseSource_B"
    09:55:53:800 INFO     main          Number of crawling threads = 5
    09:55:53:800 INFO     main          Queue table = I1S3
    09:55:53:801 INFO     main          URL table = EQ$URL
    09:55:53:801 INFO     main          Maximum documents to crawl = no limit
    09:55:53:801 INFO     main          Maximum depth to crawl = 2
    09:55:53:801 INFO     main          Document size limit = 10M
    09:55:53:801 INFO     main          Locale of the crawler message is "en_US"
    09:55:53:801 INFO     main          URL exclusion rule = (?i:(?:\.gif)|(?:\.jpg)|(?:\.jar)|(?:\.tif)|(?:\.bmp)|(?:\.war)|(?:\.ear)|(?:\.mpg)|(?:\.wmv)|(?:\.mpeg)|(?:\.scm)|(?:\.iso)|(?:\.dmp)|(?:\.dll)|(?:\.cab)|(?:\.so)|(?:\.avi)|(?:\.wav)|(?:\.mp3)|(?:\.wma)|(?:\.bin)|(?:\.exe)|(?:\.iso)|(?:\.tar)|(?:\.png))$
    09:55:53:801 INFO     main          URL exclusion rule = \?.*(.*\+)\1{3}
    09:55:53:801 INFO     main          Document read timeout threshold = 30 second(s)
    09:55:53:801 INFO     main          Crawler default character set is "8859_1"
    09:55:53:801 INFO     main          Crawler default language is "en"
    09:55:53:802 INFO     main          Auto language detection is on
    09:55:53:802 INFO     main          Auto character set detection is off
    09:55:53:802 INFO     main          Document service pipeline is "Default pipeline"
    09:55:53:802 INFO     main          Verbose mode is on
    09:55:53:848 INFO     main          Caching on: directory = /mnt/u08/SOADEVIL/ses/sesdata/DEVIL1/cache/I1DS3/, max size = 250, action = SES_TASK
    09:55:53:848 INFO     main          Filtering on: filter path = /mnt/u08/SOADEVIL/ses/seshome/ctx/bin/ctxhx, number of filters = 2
    09:55:53:849 INFO     main          MIME inclusions = text/plain text/html application/pdf application/x-msexcel application/vnd.ms-excel application/ms-excel application/x-mspowerpoint application/vnd.ms-powerpoint application/msword
    09:55:53:849 INFO     main          URL table attributes = url, depth, signature, last_modified, status, url_id, access_url, enqueue_status, TITLE, DESCRIPTION, AUTHOR, CRAWLED_DATE, CONTENT_LENGTH, CONTENT_TYPE, LANG, CACHE_FILE_PATH, DS_ID
    09:55:53:849 INFO     main          SQL callback statement is "begin eq_crw.crawler_callback(?,?,?,?); exception when eq_def.search_error then eq_err.raise; when others then eq_err.raise; end;"
    09:55:53:849 INFO     main          Cookie support is enabled
    09:55:53:850 INFO     main          Maximum number of cookies = 300
    09:55:53:850 INFO     main          Maximum number of cookies per host = 20
    09:55:53:850 INFO     main          Maximum size of cookie = 4096 bytes
    09:55:53:851 INFO     main          Cache file deletion is disabled
    09:55:53:851 INFO     main          Crawler plug-in manager class is "oracle.search.plugin.db.DBCrawlerManager"
    09:55:53:851 INFO     main          SQL hook ID is "3"
    09:55:53:851 INFO     main          SQL command hook statement is "begin ? := eq_crw.crawler_get_command(?,?,?,?); end;"
    09:55:53:851 INFO     main          SQL response hook statement is "begin ? := eq_crw.crawler_send_response (?,?,?,?,?,?,?,?,?,?,?,?,?); end;"
    09:55:53:851 INFO     main          Crawler launched by schedule "DatabaseSource_B"
    09:55:53:851 INFO     main          
    09:55:53:851 INFO     main          =================== Crawling status ===================
    09:55:53:852 INFO     main          Crawling started at 10/3/07 9:55 AM
    09:55:55:463 INFO     main          URL manager connecting to Oracle...
    09:55:55:524 INFO     main          connected
    09:55:56:712 INFO     main          Time of last crawl is Wed Oct 03 09:44:11 EDT 2007
    09:55:56:755 INFO     main          Queue manager connecting to Oracle...
    09:55:56:853 INFO     main          connected
    09:55:58:088 INFO     main          Invoking "oracle.search.plugin.db.DBCrawlerManager"
    09:55:58:092 INFO     main          URL manager connecting to Oracle...
    09:55:58:241 INFO     main          connected
    09:55:58:243 INFO     main          Initializing crawler plug-in manager "oracle.search.plugin.db.DBCrawlerManager"
    09:55:58:245 ERROR     main     EQP-80401: Cannot specify both view and query oracle.search.sdk.crawler.PluginException     oracle.search.plugin.appsjdbc.AppsJdbcPluginMgr:init:255     oracle.search.plugin.appsjdbc.SecureAppsJdbcPluginMgr:init:50     oracle.search.crawler.WebCrawler:begin:1076     ImtCrawler:run:1831     ImtCrawler:main:48009:55:58:484 INFO     Thread-1          Remote command "reportstatistics" received, argument = "quit"
    09:55:58:484 INFO     Thread-1          Executing remote command "reportstatistics"
    09:55:58:506 INFO     Thread-1          Send back remote command execution result
    09:55:58:852 INFO     main          Shutting down all crawling threads...
    09:55:58:855 INFO     main          
    09:55:58:855 INFO     main          =================== Crawling results ===================
    09:55:58:855 INFO     main          Crawling started at 10/3/07 9:55 AM
    09:55:58:856 INFO     main          Crawling stopped at 10/3/07 9:55 AM
    09:55:58:856 INFO     main          Total crawling time = 0:0:5
    09:55:58:856 INFO     main          
    09:55:58:877 INFO     main          Total number of documents fetched = 0
    09:55:58:879 INFO     main          Document fetch failures = 0
    09:55:58:880 INFO     main          Document conversion failures = 0
    09:55:58:880 INFO     main          Total number of unique documents indexed = 0
    09:55:58:880 INFO     main          Total data collected = 0 bytes
    09:55:58:880 INFO     main          Total number of non-indexable documents = 0
    09:55:58:880 INFO     main          
    09:55:58:880 INFO     main          Number of times disk cache is full = 0
    Are we specifying any wrong parameter values.
    Thanks
    parker.

    Hi raford,
    Thanks for your reply.
    We just provided the view name....and hence the DataBase source got created successfully.
    Now we have two scenarios here
    1)
    DataBase source in SES with parameter value for URL Prefix : http://<SES-Hostname>
    Now when we searched for content... The SES gets us the results....
    However when we clicked on the searched result(which is http://<SES-HostName>:<SES-port>/search/query/redirect.jsp?qid=161&did=2001&pos=1&idx=1&fid=)...it says cannot find server...but when i click on cached link(which is http://devilrays.appsassociates.com:7782/search/query/cache.jsp?id=2001&q=row3&fid=)... i could see the whole content.
    2)
    DataBase source in SES with parameter value for URL Prefix : http://<SES-Hostname>:<SES-Port>
    Now when we searched for content... The SES gets us the results....
    However when we clicked on the searched result(which is http://<SES-Hostname>:<SES-Port>/search/query/redirect.jsp?qid=151&did=1901&pos=1&idx=1&fid=)...it says HTTP 404 not found...but when i click on cached link(which is http://devilrays.appsassociates.com:7782/search/query/cache.jsp?id=1901&q=row3&fid=)... i[b] could see the whole content.
    Are there any changes i need to do so that when i click on search result... it gets me the content.
    Thanks
    parker.

Maybe you are looking for

  • Why does "allow page view sharing" not show up in Acrobat XI (11.0.04)?

    Hi. I have some trouble using the live-review function of acrobat workspaces. I remember this was a little different some time ago (might was Acrobat 9). I follow these steps that I learned form the AdobeTV-Video "Collaboration using Shared Reviews v

  • Imac randomly shuts off

    Hey so my imac will randomly shut down. I will be using it for about an hour just surfing the web and it shuts off with no warning or anything. I turn it back on and maybe another hour and a half later shuts off again. I am trying to update to the 10

  • Contacts shown on ipad facetime won't transfer to my recently restored iphone

    My iphone had been playing up of late, and resulted in me having to restore the factory settings, before I could back everything up properly. I'm now left with a basic iphone, and all my contacts etc backed up on my ipad. For some reason these won't

  • Applying  Edits made in CS2/3

    I recentley used the burst fire function on my camera and fired off a series of 20 RAW images of a bird in flight. I made slight alterations to one of the series in LR and then took one image into CS3 to apply my favourite method of sharpening and in

  • How do I make video shorter for export

    This was our first FCP project and we imported 54 minutes worth of footage, but for the 3 minute music video we did, is ok. how do we set the in point and out point so we export ONLY the 3 minutes worth of footage that we want in our music video? Tha