ORDERS idoc processing in workflow

I have a situation when processing ORDERS idocs thru workflow. The unit of measure is inadvertently switching from what is on the idoc (EA) to the base (CA) after correcting the "qty not in valid multiples" error and saving the order.  the standard VA01 logic handles this situation correctly. Has anyone ever seen this 'switch' in any of their work. Any help would be greatly appreciated.

Hi,
The no of IDocs processed at a time is based on the Packet Size that is specified in the configuration of the Partner Profile(WE20). Likewise the specification of the Output Mode is given as either Transfer IDocs Immediately  or Collect IDocs in which case the IDoc would go to 30 status and it would have to be processed using RSEOUT00.
Thanks
Krithika

Similar Messages

  • Inbound idoc processing by workflow

    Hello,
    How can I find if an inbound IDoc has been processed via workflow ?
    following are details -
    1)status records 50 and 64 for the idoc show RFC user ID whereas 62 and 53 show WORKFLOW_020 user ID.
    2)manual re process in test system using WE19 has all four status records by login user ID.
    3)BD67 values for this process code was checked for the start events.
    4)I checked standard task 30200090 following oss note 325361
    5)The invoice document posted via this idoc has created by user ID as WORKFLOW_020 
    I do not have full knowledge of inbound idoc processing via workflow and I am in the process of learning the same. Kindly help.
    thank you very much in advance,
    Bhakti

    Hello,
    How can I find if an inbound IDoc has been processed via workflow ?
    following are details -
    1)status records 50 and 64 for the idoc show RFC user ID whereas 62 and 53 show WORKFLOW_020 user ID.
    2)manual re process in test system using WE19 has all four status records by login user ID.
    3)BD67 values for this process code was checked for the start events.
    4)I checked standard task 30200090 following oss note 325361
    5)The invoice document posted via this idoc has created by user ID as WORKFLOW_020 
    I do not have full knowledge of inbound idoc processing via workflow and I am in the process of learning the same. Kindly help.
    thank you very much in advance,
    Bhakti

  • Sales order IDOC process

    Hi Guys
    I need the ALE/IDoc entire process to receive sales order master data from clients
    Also IDoc using BADI when a sales order is created please help, I have not worked with IDOCS before.
    Points will be rewarded
    Thanks in advanced
    Regards

    One way to do what you have described:
    1.     Set the partner profiles for the inbound ORDERS message to u201CTrigger by background program.u201D  This will put the inbounds into status 64 until they are selected for processing by a user.
    2.     Write a custom report to list status 64 ORDERS according to relevant control record data (like sender and date received).
    3.     Build into the output screen of the custom report the ability to u201Cdrill intou201D an IDoc and display the information that your Sales folks need to make a decision. 
    4.     Build two command button actions into the u201Cdrill downu201D screen
    u2022     Process the IDoc (using a call-transaction to standard program RBDMANI2).
    u2022     Reject the IDoc and change the status to something other than 64 (like 67 or 68).
    May I suggest another approach? 
    Configure the document type that gets created by the ORDERS IDocs to default with a delivery block upon creation.  Then your Sales folks can review it and decide whether to remove the block or reject the entire order. 
    Regards,
    zKen

  • Sales order IDOC process Using FM J_4A_IDOC_INPUT_ORDERS

    Hi ABAP gurus,
    i am working on Sales order creation using IDOC .
    while i am Filling idoc i am filling reference document number and
    item number .(VGBEL and VGPOS). but when i process idoc i am not getting reference document number at item level.  here we processed idoc using FM J_4A_IDOC_INPUT_ORDERS.
    Please suggest me which segment do i neeed to fill for getting reference document number at item level .right now i am using E1j3p02 segment.
    or do i need to implement user exit for this.
    thanks,
    Neo.

    Hi Shareen Hegde 
    To create Inbound...idoc
    Use the Function Module in you Program : IDOC_INBOUND_WRITE_TO_DB to create the Inbound idoc
    Pass the Control record and Data record in FM.....
    Use Message type : Orders
    IDoc type : Orders01 or 02 or 03 or 04 or 05 ....  which ever suite for your requirement....
    Process Code : ORDE
    When ever your custom program for creating the inbound sales order with  runs .....
    it call the internally FM IDOC_INPUT_ORDERS to create the Sales order...
    or
    If you are getting the inbound idoc from subsystem .....then check you partner profile ,Message type ed and Process code is correct or not....
    I hope this resolves your issuse..
    Ramesh

  • IDOC processing from Workflow.

    Hi GURUs,
    My scenario is as follows:
    SAP is receiving an IDOC from XI. I'll have to receive IDOC in SAP using option - with ALE service and processing by task, as i'll have to send various emails using workflow task.
    But how to process the received IDOC from workflow to affect sales order change?
    I am thinking of using the function module - IDOC_INPUT_ORDCHG to make the sales order change. But the problem is how to process IDOC and calling the function module to  do the needful from workflow along with sending emails.
    Thanks in advance,
    Deep.
    Message was edited by: Deep Chakrabarti

    HI,
    You can very well stay with the standard process code and your process code should point to a workflow. There are no standard workflow template available for ur scenario. Hence you`ll have to use a custom workflow template and you can very well use BUS2032 and ORDCHG for your application.
    Now, in your workflow the flow of steps should be in the sequence by which you want the activities to flow. Every step should essentially bind a method of a bus. obj. If in your scenario, the changes in the sales order are to be carried out automatically use the BAPI else send mail to the corresponding agent and let him change the S.O. in VA02.
    Reward points and be generous!!!!!!
    Just kidding...
    Regards

  • Process Order - IDOC processing

    Dear All,
    I am using RCCLORD program (submitted from a custom program) to send LOIPRO IDOC to an external system. It is working wonderful. Only probelm is when the order status is set "Deletion" (status DLFL), I am not getting the IDOC. My requirement is to send the IDOC for all the times irrespective of the order status.
    Can this requirement acheived by changing configurations or changing the selection parameters for RCCLORD when submitted from a custom program? I am on ECC6.
    Thank You.
    - Nagarajan

    Hi,
    Please check if following SDN Thread helps you.
    IDOCS : Production orders and order receipt
    A program example is also given therein.
    regards
    Datta

  • Deactivate the work items in the idoc processing

    Hello All ,
    I would like to deactivate the work flow of store order  idoc processing . Could you kindly tell me the steps to proceed ?
    thanks Swetha

    Hi,
    you can deactivate workflow form transaction code OOCU
    Thanks
    Amit

  • Mass processing for inbound orders idoc's from file

    Hi Experts,
    I have an requirement wherein we need to process all the ORDERS idocs sent from a thrid party system to a particular folder in the SAP system. Now we use a custom programme which in turn calls fn module IDOC_INBOUND_FROM_FILE to process each file. Here if the fn. module IDOC_INBOUND_FROM_FILE hits an erroneous file (control record error) it issues abend message which causes to entire programme to exit leaving rest of the files in the folder unprocessed.
    Let me know if there is any other function module or way to tackle this issue so as to process all the files.
    Thanks & Regards,
    Jimmy.

    Add the exception ERROR_MESSAGE = 99 (or some other unique number) to the standard exceptions in the function module call in your custom program.  This will allow you to trap the error and continue processing.

  • Converting Process order Idoc to Post a Purchase order

    Hi,
    we have a requirement where we will get a Process order IDOC that is LOIPRO as an inbound IDOC. We need to use the IDOC to create a purchase order.
    Can anybody suggest what can be done.
    Sender system sends LOIPRO.
    Recieving system recieves it and need to post a purchase order rather than a process order.
    Thanks,
    Neha.

    No Reply..so far..

  • Cancel a Sales Order via IDOC processing

    Hello,
    I am trying to cancel an item within a sales order using ORDERS05 (IDOC_INPUT_ORDCHG).
    My IDOC contains the following data:
    E1EDK01-ACTION = 003 (Changes in one or more items)
    E1EDK02-QUALF  = 002 (Vendor Order)
    E1EDK02-BELNR  = SAP Sales Order Number to be updated.
    E1EDP01-POSEX  = SAP Sales Order Item Number to be deleted (eg. 000010).
    E1EDP01-ACTION = 003 (Item cancelled)
    E1EDP19-QUALF  = 002 (Material number used by vendor)
    E1EDP19-IDTNR  = SAP Material Number of Item to be deleted
    However it does not seem to be working correctly. Instead of removing the item from the sales order - it actually creates a new item.
    Has anyone had any experience with successfully cancelling an item using IDOC processing?
    Any assistance would be greatly appreciated.
    Thanks and Regards,
    Corinne

    Hi Corinne,
    I don't think you'll get back the response you want from SAP.  This idoc was originally created to support the EDI scenario where your customer makes a change to their purchase order.  The EDI message would be sent to SAP to update the corresponding sales order in your system (after being mapped to an Idoc).
    As your customer does not normally not have your sales order item number in their system, they can only send their own purchase order item number.  SAP then uses this number to look up the corresponding SAP sales order item number via the VBAP-POSEX field (which in this scenario is originally populated by the Idoc which created the order from the customers original purchase order EDI message).
    So, I dont think SAP will change this functionality.  They may offer, however, a work around!
    What I still think is strange though, is that, having not found a match for your item on the POSEX field, SAP ignores the deletion flag and adds a new item to your order.  At the very least you would expect it to just ignore the item (a quick look at the code in 4.7 seems to imply that this is what SAP is trying to do - maybe a change from your version?).
    Hope that helps.
    Brad

  • LOIPRO01: IDoc for Producation Order does processing affect stock, etc?

    Hi Gurus,
    we need to migrate some Producation Orders into our Target System. This have to be done via the IDoc LOIPRO01, which is for Production Order Master.
    Now my question. What happens during the IDoc processing. Is only the Production Order created or will things like material consumption processed also?
    I only need the Production Orders, the amount of the Material in stock and so on, should not be affected by the IDoc processing for LOIPRO01.
    Thanks in Advance

    Hi Udo
    I believe that IDOC LOIPRO01 has only information about the Production Order
    You can check the structure of this IDOC in this link
    http://help.sap.com/saphelp_erp60_sp/helpdata/EN/1a/0e3601539911d1898b0000e8322d00/content.htm

  • Send mail to a specific user group when an Inbound Idoc processing fails

    I am using standard Message type DEBMAS, but the process code is customed (say ZDEBM as the function module is customed). Can you tell me what configurations are required to activate the error notification message to a user when the inbound idoc fails?

    hi,
    i think u need to check tcode swu3 for automatic workflow customizing and check in we40 (error AND STATUS PROCESSING) whether the processing code is assigned to the workflow task.
    if it is assigned,the workflow will be automatically triggered and the mail will be sent to the user by itself.
    ALE error handling uses workflow. A standard task is provided for each message type. Task TS20000051 is used for all BAPIs.
    Workflow functions as follows:
    A task (work item) is generated for the error handling and stored as a message in the inboxes of the employees responsible.
    If one of these employees processes the work item, the standard task method for error handling is started. The user can, for example, restart IDoc processing.
    If the IDoc is processed successfully, the work item is deleted from the inboxes of all the employees involved.
    For this procedure to function, the employees responsible for a particular message type and partner (sender or receiver) must be defined as follows:
    1. A hierarchy of organizational units (for example, "sales office") and positions (for example, "customer officer for customer X") is created and employees are assigned to it.
    2. The standard tasks for error handling (for example, an error related to an inbound sales order) are assigned to the relevant organizational units or positions (for example, "sales office").
    3. The organizational unit, position or employee responsible for dealing with the error are specified for each partner and message type in the partner profiles.
    If an error occurs, the system determines:
    1. The employees responsible using the staffing schedule of the organizational unit or position linked to the standard task.
    2. The employees defined in the partner profiles (using position, user ID, or organizational unit).
    3. The employees appearing in both groups represent those who will receive a work item in their inboxes.
    regards,
    pankaj singh

  • IDoc, EI and Workflow

    Please give me a brief idea about IDoc, EI and Workflow.
    Where I can find the useful documents?
    Can anyone give me any PPT or documents regarding the same topics?

    HI,
    Check the links below:
    ALE:
    http://help.sap.com/saphelp_erp2005/helpdata/en/78/217e1c51ce11d189570000e829fbbd/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDI/CAEDI.pdf
    Please check this online document for ALE and IDoc.
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEIO/BCMIDALEIO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDISC/CAEDISCAP_STC.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVEDI/CAEDI.pdf
    Also check this links for additional information.
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/sapedi/index.htm
    IDOCS
    http://idocs.de/www5/books/IDocBook/IDOCS_CHAP09-11.pdf
    http://idocs.de/cookbooks/idoc/cb12_idoc_20_outbound/idoc_outbound_45_rsnast00/docu.htm
    IDOC / ALE Blogs
    /people/raja.thangamani/blog/2007/07/19/troubleshooting-of-ale-process
    /people/kevin.wilson2/blog/2006/11/13/ale-scenario-development-guide
    EDI:
    Advanced guide to EDI configuration
    http://www.erpgenie.com/sapgenie/docs/advanced_guide_to_edi_configuration.doc
    EDI Architecture
    http://www.cs.jyu.fi/el/tjtl63/Antin_esitys/sld003.htm
    Overview of EDI and the IDoc Interface in SAP
    http://sap-idoc2edi-consulting.com/pdfFiles/EDI_IDoc_Overview.pdf
    How to Build a Basic EDI Interface Using an Imported Schema and Map
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/818a20be-0601-0010-e3b8-ac3d5f975319
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d98675ca-0d01-0010-c5a0-c70389f1a314
    EDI Functional Design
    http://www.erpgenie.com/sapgenie/docs/interface_function_specification.doc
    Thoughts on EDI in an SAP XI Environment
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/135b0b94-0701-0010-f6a9-86a14057544a
    Workflow is a more basis related component. This component allows you to configure SAP system to trigger the mail straight to the Inbox of the manager. It can be related to approval of PR or PO or it can be of anyother purpose. The main purpose is the manager need not to login GUI screen for approval. He could select the approval button in his outlook mail(This mail will contain complete details of purchase order), it will automaticall update in SAP back end.
    Workflow will be per Business object. BO can be PR, PO etc.It is possible to set the event by when the workflow should trigger. For example it should trigger when the purchaser creates a PO and saves it . The saving action is called event. After the event is triggerred system will check for the starting conditions. It is possible to define starting condition per workflow. It is like your release strategy. If the value of PO is less than 1000 then it should be approved by one manager, if values >1000 then it should undergo approval from 2 managers.
    There are plenty of predefined workflows which could be used straigt according to the purpose expected.However workflow is delicate and has to be configured with utmost care in proper sequence to avoid in consistencies.
    Please follow the links,
    http://help.sap.com/saphelp_nw04s/helpdata/en/04/926f8546f311d189470000e829fbbd/content.htm
    http://help.sap.com/saphelp_46c/helpdata/en/c5/e4a930453d11d189430000e829fbbd/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/a1/172437130e0d09e10000009b38f839/frameset.htm
    A good tutorial
    http://www.thespot4sap.com/articles/Invoice_Verification_Automation_Using_SAP_Workflow.asp
    http://www.sap-basis-abap.com/wf/sap-business-workflow.htm
    http://www.sap-img.com/workflow/sap-workflow.htm
    /people/alan.rickayzen/blog
    /people/jocelyn.dart/blog/2006/06/19/why-use-abap-oo-with-workflow
    a good book
    http://www.sap-press.com/product.cfm?account=&product=H950
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    Check the following PDF
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    Regards,
    Raj.

  • Issue in Process Controlled workflow for Shopping cart in Quality system.

    Hello All,
    I ahve configured a Process controlled workflow in SRM 7.0  with custom resolver, and I am facing an issue taht the Workflow works well in Development but in Quality the approvers are dropped after SC is ordered in Quality system.
    The SC Workflow drops the approvers picked up from the Interface  method /SAPSRM/IF_EX_WF_RESP_RESOLVERGET_AREA_TO_ITEM_MAP and IF_EX_WF_RESP_RESOLVERGET_APPROVERS_BY_AREA_GUID of BADI /SAPSRM/BD_WF_RESP_RESOLVER. The approvers can be seen in the shopping cart Approval preview Tab until the SC is ordered.
    I have compared the OSS notes relevant for Workflow, all of them have been transported, Also I compared and checked general Workflow settings, BRF Config and  Process level  settings in Dev and Quality, everything is same.
    Also while debugging; the approvers can be seen in the decision set table in the create_process_forecast method of class /SAPSRM/CL_WF_PROCESS_MANAGER.
    Kindly let me know what else i can check to find the root cause.
    Thank you in advance for help!
    Regards
    Prasuna.

    Hello Vinita;
    Thanks for the input and sorry for the not so "ASAP" reply;
    From what I'm seeing in from your 2 screenshot, i strongly believe that the problem is even before the Z implementation /SAPSRM/IF_EX_WF_RESP_RESOLVER~GET_APPROVERS_BY_AREA_GUID (in which the FM i ZSRM_GET_USER_FROM_PGRP is called. I think the problem could be in the process level determination  ZSRM_WF_BRF_0EXP000_SC_APP100. Let me explain:
    In your  cases where not buyer is determined,  in the approval tab there is not even a process level for buyer approval. If the problem were indeed in the implementation  /SAPSRM/IF_EX_WF_RESP_RESOLVER~GET_APPROVERS_BY_AREA_GUID  then the process level would be there, but the system will display, instead of the name of the buyer(if the buyer determination fails) a red label with the message:  "With the strategy "Buyer determination" an approver could not be determined (or something like that..please check the image at the end of the text)".
    I can propose a way to discard this: Implement the method /SAPSRM/IF_EX_WF_RESP_RESOLVER~GET_FALLBACK_AGENTS of class ZCL_BADI_SC_WC (in case you didn't know, in this method you can specify an "default" approver in case that the determination of approver in GET_APPROVERS_BY_AREA_GUID fails). The idea is to specify an default approval and see how it behaves:
    If the user you indicated in the method GET_FALLBACK_AGENTS appears as approver, then yes, the problem is arises from implementation GET_APPROVERS_BY_AREA_GUID, in which case it could be a data problem (peharps in pposa_bbp?). You could also check in TX SU53 with the users with this problem to see if there's a missing authorization objetc.
    If, in the other hand, the "default" approver is not shown, it means that the process level buyer determination is not even called, so you should check in more detail ZSRM_WF_BRF_0EXP000_SC_APP100 and /SAPSRM/CL_WF_PROCESS_MANAGER > Determine process restart –method ----- (i have never used this method, so i could not tell if  it could be the source of the problem).
    Also, you could implement the method GET_FALLBACK_AGENTS in this way so the default approver would be the WF administrator indicated in the customizing (or you could just append directly any user you want):
    METHOD /SAPSRM/IF_EX_WF_RESP_RESOLVER~GET_FALLBACK_AGENTS.
       DATA: lv_admin_expr TYPE swd_shead-admin_expr,
             lv_admin      TYPE swd_shead-wfi_admin,
             lv_admin_type TYPE sy-input,
             ls_agent      TYPE  /sapsrm/s_wf_approver.
       CALL FUNCTION 'SWD_WF_DEFINITION_ADMIN_GET'
         IMPORTING
           default_admin_expr = lv_admin_expr
           default_admin      = lv_admin
           default_admin_type = lv_admin_type.
       ls_agent-approver_id = lv_admin.
       APPEND ls_agent TO rt_agent.
    ENDMETHOD.
    Error of agent determination:
    Please let me know the result of the test with the implementation of method GET_FALLBACK_AGENT. By doing this we could ensure if really the problem is in method GET_APPROVERS_BY_AREA_GUID or before.  I just made the test in our system and I'm almost sure that you wont get the default approver, but i could be wrong. 
    Any question please let me know.
    Best regards
    Cristian R.

  • Bpel integration- error in invoking a bpel process from workflow

    Hi Folks,
    I am following the blog https://blogs.oracle.com/practicalbpm/entry/webcenter_content_ucm_bpm_integration
    I have configured bpelprocess in ucm, and able to get the correct list of processes into UCM from SOA.
    I have written the correct code in workflow and the event is triggering. pay load values are taken correctly. But getting some error in server log as "Unable to execute bpel idocscript function obInvokeProcess". I am not able to find what could be the problem.
    Please let me know what could be root cause.
    >bpelintegration/6
    10.29 04:42:59.747
    IdcServer-40
    OracleIntegration:createLocator:{java.naming.provider.url=t3://localhost:8001/soa-infra, java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory, java.naming.security.principal=weblogic, java.naming.security.credentials=Password, dedicated.rmicontext=true}
    >bpelintegration/6
    10.29 04:43:00.062
    IdcServer-40
    invokeWebService: composite=default/Testbpel!1.0
    >bpelintegration/6
    10.29 04:43:00.273
    IdcServer-40
    invokeWebService: service name=testbpelprocess_client_ep url=http://localhost:8001/soa-infra/services/default/Testbpel!1.0*soa_8e2ceec7-5d6b-4c1f-9250-53fc5485d839/testbpelprocess_client_ep?WSDL
    >bpelintegration/6
    10.29 04:43:01.255
    IdcServer-40
    invokeWebService: operation=process
    >bpelintegration/6
    10.29 04:43:01.335
    IdcServer-40
    OracleIntegration.invokeProcess: payload xml=<client:process xmlns:client="http://xmlns.oracle.com/Webcenter_PoC/Testbpel/TestbpelProcess"><client:ID>LOCALHOST001010</client:ID><client:description>test</client:description><client:customName>test</client:customName><client:startDate/><client:endDate/></client:process>
    >bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
    Unable to execute bpel idocscript function obInvokeProcess  process id exportprocess1 intradoc.common.ServiceException: !csOBInvokeServiceError,exportprocess1,testbpelprocess_client_ep,payload,process
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at bpelintegration.OracleIntegration.invokeService(OracleIntegration.java:1111)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at bpelintegration.BpelScriptExtensions.evaluateFunction(BpelScriptExtensions.java:127)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.common.DynamicHtmlMerger.computeFunction(DynamicHtmlMerger.java:1460)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:915)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.common.DynamicHtmlMerger.substituteVariable(DynamicHtmlMerger.java:626)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.common.DynamicHtml.substituteVariable(DynamicHtml.java:1394)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1110)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1130)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.common.DynamicHtml.outputHtml(DynamicHtml.java:991)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.common.DynamicHtmlMerger.executeDynamicHtmlToWriter(DynamicHtmlMerger.java:2090)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.common.DynamicHtmlMerger.evaluateScriptToWriter(DynamicHtmlMerger.java:1902)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.common.DynamicHtmlMerger.evaluateScriptNoErrorHandling(DynamicHtmlMerger.java:1866)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.common.DynamicHtmlMerger.evaluateScriptEx(DynamicHtmlMerger.java:1824)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.common.DynamicHtmlMerger.evaluateScript(DynamicHtmlMerger.java:1811)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.workflow.WorkflowStates.prepareAndEvaluateScript(WorkflowStates.java:3109)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.workflow.WorkflowStates.executeScript(WorkflowStates.java:2643)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.workflow.WorkflowStates.evaluateScript(WorkflowStates.java:2614)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.workflow.WorkflowStates.evaluateTypedScript(WorkflowStates.java:1559)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.workflow.WorkflowStates.continueMoveToStep(WorkflowStates.java:1481)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.workflow.WorkflowStates.moveToNextStep(WorkflowStates.java:1428)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.workflow.WorkflowStates.advanceWorkflowState(WorkflowStates.java:956)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.workflow.WorkflowStates.advanceDocumentStateImplement(WorkflowStates.java:685)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.workflow.WorkflowStates.advanceDocumentState(WorkflowStates.java:552)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.DocStateTransition.advanceDocumentState(DocStateTransition.java:75)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.WebViewableConverterOutput.reportDelayedConversionToWorkflow(WebViewableConverterOutput.java:560)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.WebViewableConverterOutput.doConversion(WebViewableConverterOutput.java:275)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.DocServiceHandler.processDocConversion(DocServiceHandler.java:4259)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.DocServiceHandler.processDocConversion(DocServiceHandler.java:4074)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.DocServiceHandler.docRefinery(DocServiceHandler.java:3958)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at java.lang.reflect.Method.invoke(Method.java:597)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.Service.doCodeEx(Service.java:620)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.Service.doCode(Service.java:593)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1693)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.Service.doAction(Service.java:564)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1483)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.Service.doActions(Service.java:560)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1347)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.Service.executeSubServiceCode(Service.java:4110)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:1222)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.Service.executeServiceEx(Service.java:4105)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.Service.executeService(Service.java:4089)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.Service.doSubService(Service.java:3999)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at java.lang.reflect.Method.invoke(Method.java:597)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.Service.doCodeEx(Service.java:638)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.Service.doCode(Service.java:593)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1693)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.Service.doAction(Service.java:564)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.Service.doScriptableAction(Service.java:4050)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at java.lang.reflect.Method.invoke(Method.java:597)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.Service.doCodeEx(Service.java:638)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.Service.doCode(Service.java:593)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1693)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.Service.doAction(Service.java:564)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1483)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.Service.doActions(Service.java:560)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1415)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.Service.executeActions(Service.java:545)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:751)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.Service.doRequest(Service.java:1974)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.ServiceManager.processCommand(ServiceManager.java:487)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.idcwls.IdcServletRequestUtils.doRequest(IdcServletRequestUtils.java:1358)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.idcwls.IdcServletRequestUtils.processFilterEvent(IdcServletRequestUtils.java:1732)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at intradoc.idcwls.IdcIntegrateWrapper.processFilterEvent(IdcIntegrateWrapper.java:223)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at sun.reflect.GeneratedMethodAccessor228.invoke(Unknown Source)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at java.lang.reflect.Method.invoke(Method.java:597)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:88)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at idcservlet.ServletUtils.executeContentServerIntegrateMethodOnConfig(ServletUtils.java:1680)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at idcservlet.IdcFilter.doFilter(IdcFilter.java:457)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            ... 25 more
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
    Caused by: oracle.fabric.common.FabricInvocationException: java.lang.reflect.InvocationTargetException
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at oracle.soa.management.internal.facade.ServiceImpl.post(ServiceImpl.java:178)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at bpelintegration.OracleIntegration.invokeService(OracleIntegration.java:1102)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            ... 116 more
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
    Caused by: java.lang.reflect.InvocationTargetException
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at java.lang.reflect.Method.invoke(Method.java:597)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at oracle.soa.management.internal.facade.BaseFacade$LocatorExecutionContextProxy.invoke(BaseFacade.java:82)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at com.sun.proxy.$Proxy147.executeServiceMethod(Unknown Source)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at oracle.soa.management.internal.facade.ServiceImpl.post(ServiceImpl.java:174)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            ... 117 more
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
    Caused by: java.io.EOFException
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at weblogic.rjvm.t3.MuxableSocketT3.endOfStream(MuxableSocketT3.java:345)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at weblogic.socket.SocketMuxer.deliverExceptionAndCleanup(SocketMuxer.java:827)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at weblogic.socket.SocketMuxer.deliverEndOfStream(SocketMuxer.java:761)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:958)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:899)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at weblogic.socket.EPollSocketMuxer.dataReceived(EPollSocketMuxer.java:215)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at weblogic.socket.EPollSocketMuxer.processSockets(EPollSocketMuxer.java:177)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
    bpelintegration/6
    10.29 04:43:01.465
    IdcServer-40
            at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)

    Hi Srinath, Thanks for your reply.
    I have the adf binding already, the above step you have mentioned. Please let me know if any other steps I need to do.I have followed all step given in bpel integration guide http://docs.oracle.com/cd/E21764_01/doc.1111/e16759.pdf
    Please let me give you the process I have followed. And I have 1 or 2 doubts.
    1) Copied soa folder from soa_instance to Middle\Oracle_ECM1\soa
    2) Added the path variable in setDomainEnv.sh (in Domain\bin)
    POST_CLASSPATH="${ORACLE_HOME}/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar${CLASSPATHSEP}${POST_CLASSPATH}"
    export POST_CLASSPATH
    I did not find ORACLE_HOME variable value in that file. Is this variable value is coming from outside of the file? If not what value I need to set for ORACLE_HOME.
    3) Enabled "Cross Domain Security"
    4) After enabling BpelIntegration component, guide says to do Restart SSL for ucm server. I could not do this step due to ssl is not configured for ucm.
         Skipping this step (presence of ssl) have any impact on integration?
    5) Added the line to enable invoking bpel from ucm in binding.adf
    <binding.adf serviceName="BpelProcess1" registryName="" />
    6) Added bpel process with config ID: "myBpelProcess"  in ucm.
    7) Written script to invoke using below idoc script in workflow Enter event, log I mentioned above.
    <$exec obConfigID="myBpelProcess"$>
    <$obInvokeProcess(obConfigID)$>
    I tried with below script too, but its giving error.
    <$exec obConfigID="myBpelProcess"$>
    <$executeService("ORABPEL_INVOKE_BPEL")$>
    Error Log:
    >services/3 10.30 05:23:59.418 IdcServer-447 !csUserEventMessage,weblogic,localhost!$ intradoc.common.ServiceException: !csServiceDataException,ORABPEL_INVOKE_BPEL,loadBpelConfiguration!$
    services/3 10.30 05:23:59.418 IdcServer-447 *ScriptStack ORABPEL_INVOKE_BPEL
    services/3 10.30 05:23:59.418 IdcServer-447 3:doScriptableAction,dDocName=3:doSubService,dDocName=CHECKIN_NEW_SUB,dDocName=3:docRefinery,dID=1033,dDocName=LOCALHOST001029ORABPEL_INVOKE_BPEL,dID=1033,dDocName=LOCALHOST0010293:loadBpelConfiguration,dID=1033,dDocName=LOCALHOST001029
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2173)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.buildServiceException(Service.java:2402)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.createServiceExceptionEx(Service.java:2396)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.createServiceException(Service.java:2391)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.handleActionException(ServiceRequestImplementor.java:1816)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1766)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doAction(Service.java:564)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1483)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doActions(Service.java:559)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1346)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.executeSubServiceCode(Service.java:4109)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:1222)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.executeServiceEx(Service.java:4104)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.executeSafeServiceInNewContext(ServiceRequestImplementor.java:1253)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.executeSafeServiceInNewContext(Service.java:4099)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.script.ServiceScriptExtensions.evaluateFunction(ServiceScriptExtensions.java:269)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtmlMerger.computeFunction(DynamicHtmlMerger.java:1460)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:915)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtmlMerger.substituteVariable(DynamicHtmlMerger.java:626)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtml.substituteVariable(DynamicHtml.java:1394)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1110)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1130)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtml.outputHtml(DynamicHtml.java:991)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtmlMerger.executeDynamicHtmlToWriter(DynamicHtmlMerger.java:2090)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtmlMerger.evaluateScriptToWriter(DynamicHtmlMerger.java:1902)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtmlMerger.evaluateScriptNoErrorHandling(DynamicHtmlMerger.java:1866)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtmlMerger.evaluateScriptEx(DynamicHtmlMerger.java:1824)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtmlMerger.evaluateScript(DynamicHtmlMerger.java:1811)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.workflow.WorkflowStates.prepareAndEvaluateScript(WorkflowStates.java:3109)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.workflow.WorkflowStates.executeScript(WorkflowStates.java:2643)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.workflow.WorkflowStates.evaluateScript(WorkflowStates.java:2614)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.workflow.WorkflowStates.evaluateTypedScript(WorkflowStates.java:1559)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.workflow.WorkflowStates.continueMoveToStep(WorkflowStates.java:1481)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.workflow.WorkflowStates.moveToNextStep(WorkflowStates.java:1428)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.workflow.WorkflowStates.advanceWorkflowState(WorkflowStates.java:956)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.workflow.WorkflowStates.advanceDocumentStateImplement(WorkflowStates.java:685)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.workflow.WorkflowStates.advanceDocumentState(WorkflowStates.java:551)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.DocStateTransition.advanceDocumentState(DocStateTransition.java:75)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.WebViewableConverterOutput.reportDelayedConversionToWorkflow(WebViewableConverterOutput.java:556)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.WebViewableConverterOutput.doConversion(WebViewableConverterOutput.java:275)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.DocServiceHandler.processDocConversion(DocServiceHandler.java:4259)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.DocServiceHandler.processDocConversion(DocServiceHandler.java:4073)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.DocServiceHandler.docRefinery(DocServiceHandler.java:3958)
    services/3 10.30 05:23:59.418 IdcServer-447        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    services/3 10.30 05:23:59.418 IdcServer-447        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    services/3 10.30 05:23:59.418 IdcServer-447        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    services/3 10.30 05:23:59.418 IdcServer-447        at java.lang.reflect.Method.invoke(Method.java:597)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doCodeEx(Service.java:620)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doCode(Service.java:592)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1693)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doAction(Service.java:564)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1483)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doActions(Service.java:559)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1346)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.executeSubServiceCode(Service.java:4109)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:1222)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.executeServiceEx(Service.java:4104)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.executeService(Service.java:4088)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doSubService(Service.java:3998)
    services/3 10.30 05:23:59.418 IdcServer-447        at sun.reflect.GeneratedMethodAccessor239.invoke(Unknown Source)
    services/3 10.30 05:23:59.418 IdcServer-447        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    services/3 10.30 05:23:59.418 IdcServer-447        at java.lang.reflect.Method.invoke(Method.java:597)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doCodeEx(Service.java:637)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doCode(Service.java:592)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1693)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doAction(Service.java:564)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doScriptableAction(Service.java:4050)
    services/3 10.30 05:23:59.418 IdcServer-447        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    services/3 10.30 05:23:59.418 IdcServer-447        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    services/3 10.30 05:23:59.418 IdcServer-447        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    services/3 10.30 05:23:59.418 IdcServer-447        at java.lang.reflect.Method.invoke(Method.java:597)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doCodeEx(Service.java:637)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doCode(Service.java:592)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1693)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doAction(Service.java:564)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1483)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doActions(Service.java:559)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1415)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.executeActions(Service.java:545)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:751)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doRequest(Service.java:1974)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceManager.processCommand(ServiceManager.java:486)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.idcwls.IdcServletRequestUtils.doRequest(IdcServletRequestUtils.java:1355)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.idcwls.IdcServletRequestUtils.processFilterEvent(IdcServletRequestUtils.java:1732)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.idcwls.IdcIntegrateWrapper.processFilterEvent(IdcIntegrateWrapper.java:223)
    services/3 10.30 05:23:59.418 IdcServer-447        at sun.reflect.GeneratedMethodAccessor223.invoke(Unknown Source)
    services/3 10.30 05:23:59.418 IdcServer-447        ... 33 more
    services/3 10.30 05:23:59.418 IdcServer-447 Caused by: intradoc.data.DataException: !syParameterNotFound,obType
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.data.DataBinder.getEx(DataBinder.java:1258)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.data.DataBinder.get(DataBinder.java:1057)
    services/3 10.30 05:23:59.418 IdcServer-447        at bpelintegration.OraBpelHandler.loadBpelConfiguration(OraBpelHandler.java:88)
    services/3 10.30 05:23:59.418 IdcServer-447        at sun.reflect.GeneratedMethodAccessor632.invoke(Unknown Source)
    services/3 10.30 05:23:59.418 IdcServer-447        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    services/3 10.30 05:23:59.418 IdcServer-447        at java.lang.reflect.Method.invoke(Method.java:597)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doCodeEx(Service.java:620)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doCode(Service.java:593)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1693)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doAction(Service.java:564)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1483)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doActions(Service.java:560)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1347)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.executeSubServiceCode(Service.java:4110)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:1222)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.executeServiceEx(Service.java:4105)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.executeSafeServiceInNewContext(ServiceRequestImplementor.java:1253)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.executeSafeServiceInNewContext(Service.java:4100)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.script.ServiceScriptExtensions.evaluateFunction(ServiceScriptExtensions.java:269)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtmlMerger.computeFunction(DynamicHtmlMerger.java:1460)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:915)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtmlMerger.substituteVariable(DynamicHtmlMerger.java:626)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtml.substituteVariable(DynamicHtml.java:1394)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1110)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:1130)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtml.outputHtmlFromStart(DynamicHtml.java:1020)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtml.outputHtml(DynamicHtml.java:991)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtmlMerger.executeDynamicHtmlToWriter(DynamicHtmlMerger.java:2090)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtmlMerger.evaluateScriptToWriter(DynamicHtmlMerger.java:1902)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtmlMerger.evaluateScriptNoErrorHandling(DynamicHtmlMerger.java:1866)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtmlMerger.evaluateScriptEx(DynamicHtmlMerger.java:1824)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.DynamicHtmlMerger.evaluateScript(DynamicHtmlMerger.java:1811)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.workflow.WorkflowStates.prepareAndEvaluateScript(WorkflowStates.java:3109)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.workflow.WorkflowStates.executeScript(WorkflowStates.java:2643)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.workflow.WorkflowStates.evaluateScript(WorkflowStates.java:2614)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.workflow.WorkflowStates.evaluateTypedScript(WorkflowStates.java:1559)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.workflow.WorkflowStates.continueMoveToStep(WorkflowStates.java:1481)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.workflow.WorkflowStates.moveToNextStep(WorkflowStates.java:1428)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.workflow.WorkflowStates.advanceWorkflowState(WorkflowStates.java:956)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.workflow.WorkflowStates.advanceDocumentStateImplement(WorkflowStates.java:685)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.workflow.WorkflowStates.advanceDocumentState(WorkflowStates.java:552)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.DocStateTransition.advanceDocumentState(DocStateTransition.java:75)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.WebViewableConverterOutput.reportDelayedConversionToWorkflow(WebViewableConverterOutput.java:560)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.WebViewableConverterOutput.doConversion(WebViewableConverterOutput.java:275)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.DocServiceHandler.processDocConversion(DocServiceHandler.java:4259)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.DocServiceHandler.processDocConversion(DocServiceHandler.java:4074)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.DocServiceHandler.docRefinery(DocServiceHandler.java:3958)
    services/3 10.30 05:23:59.418 IdcServer-447        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    services/3 10.30 05:23:59.418 IdcServer-447        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    services/3 10.30 05:23:59.418 IdcServer-447        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    services/3 10.30 05:23:59.418 IdcServer-447        at java.lang.reflect.Method.invoke(Method.java:597)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doCodeEx(Service.java:620)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doCode(Service.java:593)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1693)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doAction(Service.java:564)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1483)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doActions(Service.java:560)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1347)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.executeSubServiceCode(Service.java:4110)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:1222)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.executeServiceEx(Service.java:4105)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.executeService(Service.java:4089)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doSubService(Service.java:3999)
    services/3 10.30 05:23:59.418 IdcServer-447        at sun.reflect.GeneratedMethodAccessor239.invoke(Unknown Source)
    services/3 10.30 05:23:59.418 IdcServer-447        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    services/3 10.30 05:23:59.418 IdcServer-447        at java.lang.reflect.Method.invoke(Method.java:597)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doCodeEx(Service.java:638)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doCode(Service.java:593)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1693)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doAction(Service.java:564)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doScriptableAction(Service.java:4050)
    services/3 10.30 05:23:59.418 IdcServer-447        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    services/3 10.30 05:23:59.418 IdcServer-447        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    services/3 10.30 05:23:59.418 IdcServer-447        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    services/3 10.30 05:23:59.418 IdcServer-447        at java.lang.reflect.Method.invoke(Method.java:597)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doCodeEx(Service.java:638)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doCode(Service.java:593)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1693)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doAction(Service.java:564)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1483)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doActions(Service.java:560)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1415)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.executeActions(Service.java:545)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:751)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.Service.doRequest(Service.java:1974)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.ServiceManager.processCommand(ServiceManager.java:487)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.idcwls.IdcServletRequestUtils.doRequest(IdcServletRequestUtils.java:1358)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.idcwls.IdcServletRequestUtils.processFilterEvent(IdcServletRequestUtils.java:1732)
    services/3 10.30 05:23:59.418 IdcServer-447        at intradoc.idcwls.IdcIntegrateWrapper.processFilterEvent(IdcIntegrateWrapper.java:223)
    services/3 10.30 05:23:59.418 IdcServer-447        at sun.reflect.GeneratedMethodAccessor223.invoke(Unknown Source)
    services/3 10.30 05:23:59.418 IdcServer-447        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    services/3 10.30 05:23:59.418 IdcServer-447        at java.lang.reflect.Method.invoke(Method.java:597)
    services/3 10.30 05:23:59.418 IdcServer-447        at idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:88)
    services/3 10.30 05:23:59.418 IdcServer-447        at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305)
    services/3 10.30 05:23:59.418 IdcServer-447        at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278)
    services/3 10.30 05:23:59.418 IdcServer-447        at idcservlet.ServletUtils.executeContentServerIntegrateMethodOnConfig(ServletUtils.java:1680)
    services/3 10.30 05:23:59.418 IdcServer-447        at idcservlet.IdcFilter.doFilter(IdcFilter.java:457)
    services/3 10.30 05:23:59.418 IdcServer-447        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    services/3 10.30 05:23:59.418 IdcServer-447        at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    services/3 10.30 05:23:59.418 IdcServer-447        at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
    services/3 10.30 05:23:59.418 IdcServer-447        at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
    services/3 10.30 05:23:59.418 IdcServer-447        at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    services/3 10.30 05:23:59.418 IdcServer-447        at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    services/3 10.30 05:23:59.418 IdcServer-447        at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    services/3 10.30 05:23:59.418 IdcServer-447        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    services/3 10.30 05:23:59.418 IdcServer-447        at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
    services/3 10.30 05:23:59.418 IdcServer-447        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    services/3 10.30 05:23:59.418 IdcServer-447        at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    services/3 10.30 05:23:59.418 IdcServer-447        at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
    services/3 10.30 05:23:59.418 IdcServer-447        at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
    services/3 10.30 05:23:59.418 IdcServer-447        at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    services/3 10.30 05:23:59.418 IdcServer-447        at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    services/3 10.30 05:23:59.418 IdcServer-447        at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    services/3 10.30 05:23:59.418 IdcServer-447        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    services/3 10.30 05:23:59.418 IdcServer-447        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
    services/3 10.30 05:23:59.418 IdcServer-447        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    services/3 10.30 05:23:59.418 IdcServer-447        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    services/3 10.30 05:23:59.418 IdcServer-447        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    services/3 10.30 05:23:59.418 IdcServer-447        at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    services/3 10.30 05:23:59.418 IdcServer-447        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    services/3 10.30 05:23:59.418 IdcServer-447        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    services/3 10.30 05:23:59.418 IdcServer-447        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    services/3 10.30 05:23:59.418 IdcServer-447        at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

Maybe you are looking for

  • In CS 5 I am able to open all files from Bridge but is PS CC I can only open .tif files

    In CS 5 I am able to open all files from Bridge but in PS CC I can only open .tif files, all other files I get file not found. What is wrong?

  • How to use variable in Spool

    how do I pull a sequence number from the database and use it in a sqlplus spool filename... this is running as: sqlplus user/pass@sid@c:\file.sql example of the file: BEGIN declare V_E_NUMBER varchar2(7); begin SeLECT 'E'||lpad(RWP.E_NUMBER_seq.NEXTV

  • Error : ORA-28545: error diagnosed by Net8 when connecting to an agent

    I try to connect my Oracle 11.2 database to SQL server 2012. I installed Oracle Gateway on a window 2012 R2 and followed Oracle Gateway configure instruction. Here is the initdg4msql.ora # HS init parameters HS_FDS_CONNECT_INFO=ctmcsql2012.dot.state.

  • Combine 2 specific column values into one column

    Is there an easy solution to combine column values that is in a group? In my report I have 1 column group named Activity_Area which has 5 different values Activity 1, Activity2...Activity5. Let's say I want to merge Activity 4 and Activity 5 and call

  • Target SNR moved from 6.0dB to 9.0dB due to a one-...

    Last night there was some very strange interference that was causing TV signal issues, radio issues and affected the ADSL line stability. I can't see how many times I reconnected but actually it doesn't look like many at all. CRC errors are low and i