BPEL Integration with Mainframes

HI
I am integrating BPEL with mainframes which would generate a cobol copy book using an FTP adapter at a particular location in mainframe (NTACF.ICCMH.IC100810.IC19.TRANS<+1>).i am encountering a problem as when bpel is trying to create a file it's appending '/' before the path mentioned above .like (/NTACF.ICCMH.IC100810.IC19.TRANS<+1>) and bpel process is getting errored out.
please help me out in resolving out

hi this is me only iam posting the error if somebody can help out
fault code
<fault><bindingFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="code"><code>550</code>
</part><part name="summary"><summary>file:/C:/product/10.1.3.1/OracleAS_3/bpel/domains/default/tmp/.bpel_flow_2.8_8a61747c4951199a7b5a330c139c4f40.tmp/mainframeftp.wsdl [ Put_ptt::Put(MLWriteOffs) ] - WSIF JCA Execute of operation 'Put' failed due to: Error sending file to FTP Server.
Unable to send file to server.
; nested exception is:
     ORABPEL-11429
Error sending file to FTP Server.
Unable to send file to server.
Please ensure 1. Specified remote output Dir has write permission 2. Output filename has not exceeded the max chararters allowed by the OS and 3. Remote File System has enough space.
</summary>
</part><part name="detail"><detail>550 Mismatched quotes on pathname 'SCHED.'/NTACF.ICCMH.IC100810.IC19.TRANS(+1)/sample</detail>
</part></bindingFault></fault></messages>
from ftp command prompt it is successful
ftp> put sample 'NTACF.ICCMH.IC100810.IC19.TRANS(+1)'
200 Port request OK.
125-Waiting for volume mount for volume WRK002
125 Storing data set NTACF.ICCMH.IC100810.IC19.TRANS.G0007V00
250 Transfer completed successfully.
ftp: 105 bytes sent in 0.00Seconds 105000.00Kbytes/sec.
__________________________________

Similar Messages

  • BPEL integration with Peoplesoft

    Hi
    What are the steps to integrate with Peoplesoft using BPEL?
    We are going to integrate with Web Center Interaction at the other end.
    I really appreciate if you can share if you have a document or instructions / links on how the same be achieved
    Thanks
    Prasad

    Hi,
    I found this document from the Oracle Open World 2009 (maybe you have found it too) :
    "Integration with PeopleSoft applications using oracle soa suite 11g BPEL" --> [http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/pdf/oow2009-bpel-psft.pdf]
    And this could be a little more simple, but have a good step-by-step tutorial.
    [http://www.oracle.com/technology/obe/fusion_middleware/fusion/soa/BPEL_PS848/OBE_PSFT_BPEL_848.htm]
    I think you must read this docs by now, but never come amiss.
    Hope this can help you,
    By the way, if you can help me with this I'll appreciate it a lot.
    Unable to access the following endpoint(s)

  • Integration with mainframe

    Hi Experts,
    I have a scenario where we need to integrate PI with Mainframe and we are using MQ in between. Data flow will be like following
    Mainframe-->MQ-->PI-->ECC
    Issue:
    Mainframe will be sending a flat file to PI. In PI I have used JMS content conversion to parse it. When Mainframe is sending any data to PI, PI is receiving special characters. In JMS module configuration, I have configured Transform.ContentType as "text/xml;charset=utf-8". Can anyone let me know if any configuration change can fix the issue.
    Thanks.

    Hi Naga,
    I just got to know that they are sending the data in EBCDIC encoding format. Could you please let me know how can I handle this in JMS adapter. There is content conversion as well. Data will be coming as PIPE delimited format.
    Above is the screenshot for special characters
    Thanks.

  • BPEL Integration with Oracle Virtual Directory (OVD)

    Hi,
    Can anyone explain me how to integrate an OVD with BPEL ( i.e., with app
    server) for retrieving worklist users for human workflow process, as my user
    details are scattered in two different LDAP, so that i can have OVD as single point
    of access. Thanks in advance.
    Regards
    thiru

    Sorry I miss read the initial post, white paper below states that it is possible, but no instrunctions. This is more to do with web services manager. Not sure if you are asking for Console authentication.
    Sorry don't have background in OVD to provide further help.
    http://www.oracle.com/technology/products/webservices_manager/pdf/webservices_manager_ds_10gr3.pdf
    cheers
    James

  • BPEL Integration with  Siebel CRMOD ServiceRequest.wsdl

    Hi All,
    Iam trying connect to Siebel CRMOD webservice which is across SSL to create an Service Request.I have a ServiceRequest.wsdl with me, What is best practices to follow to create Service Request in seibel, How does the username and password passed to siebel and do we need to install the crmod certificate in the weblogic server.Please let me know, I many trying out many options without getting any results.
    thanks
    Krishnaveni

    Hi Vikky,
    Make sure that your BPEL wsdl has only one schema element.
    If you have many imports with each in one schema element ...modify them and put all in one schema element.
    And another thing is your request XSD should in same folder where you are placing BPEL WSDL.
    Regards
    PavanKumar.M
    Edited by: pavan4s on Aug 3, 2010 9:31 PM

  • BPEL integration with ESB

    How does the BPEL layer talk to the dusion middleware ? Is it just thru partner links or other channels like messaging available ?

    I think BPEL is based on ESB, AS and Database. And we can use BPEL and ESB as web service.
    You can find the example of integration BPEL and ESB in Order Booking Application (http://download.oracle.com/docs/cd/B31017_01/core.1013/b28764/intro_tour.htm#CHDHGAEB).
    Thanks,
    Melody

  • BPEL integration with OBIEE

    Hi
    What are the steps to integrate with OBIEE using BPEL?
    We are going to integrate with Web Center Interaction at the other end.
    I really appreciate if you can share if you have a document or instructions / links on how the same be achieved

    hi this is me only iam posting the error if somebody can help out
    fault code
    <fault><bindingFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="code"><code>550</code>
    </part><part name="summary"><summary>file:/C:/product/10.1.3.1/OracleAS_3/bpel/domains/default/tmp/.bpel_flow_2.8_8a61747c4951199a7b5a330c139c4f40.tmp/mainframeftp.wsdl [ Put_ptt::Put(MLWriteOffs) ] - WSIF JCA Execute of operation 'Put' failed due to: Error sending file to FTP Server.
    Unable to send file to server.
    ; nested exception is:
         ORABPEL-11429
    Error sending file to FTP Server.
    Unable to send file to server.
    Please ensure 1. Specified remote output Dir has write permission 2. Output filename has not exceeded the max chararters allowed by the OS and 3. Remote File System has enough space.
    </summary>
    </part><part name="detail"><detail>550 Mismatched quotes on pathname 'SCHED.'/NTACF.ICCMH.IC100810.IC19.TRANS(+1)/sample</detail>
    </part></bindingFault></fault></messages>
    from ftp command prompt it is successful
    ftp> put sample 'NTACF.ICCMH.IC100810.IC19.TRANS(+1)'
    200 Port request OK.
    125-Waiting for volume mount for volume WRK002
    125 Storing data set NTACF.ICCMH.IC100810.IC19.TRANS.G0007V00
    250 Transfer completed successfully.
    ftp: 105 bytes sent in 0.00Seconds 105000.00Kbytes/sec.
    __________________________________

  • Integration with PeopleSoft Applications Using Oracle SOA Suite 11g BPEL

    Hi,
    I'm integrating BPEL with Peoplesoft FSCM 9.0 Application on tools 8.49 using Oracle SOA Suite 11g. The BPEL invokes the web service method generated from Peoplesoft Component Interface in a synchronuos manner.
    I have deployed the BPEL in Oracle SOA Suite 11g using Jdeveloper successfully but I have problem in configuring the BPEL node in Peoplesoft side using Oracle SOA Suite 11g(FMW) . I had done the integration of BPEL with Peoplesoft FSCM 9.0 on tools 8.49 using Oracle SOA Suite 10g earlier successfully by configuring BPEL node properties as follows:
    BPEL CONSOLE : http://Host Name:8888/BPELConsole (System with Oracle SOA Suite 10g server for deployment)
    BPEL DOMAIN : default
    Using this BPEL node configuration, I was able to ping the BPEL console of Oracle SOA Suite 10g from peoplesoft and hence complete the integration successfully.
    Now in order to acomplish Business rules and other functionality, the BPEL application has been developed in Oracle SOA Suite 11g using Jdeveloper 11g. This time I'm not able to configure the BPEL node in Peoplesoft for this integration as I'm assuming there is no separate BPEL console in Oracle SOA Suite 11g. All the BPEL deployments are administered in console (11g console used for deployment of BEPL)
    http://Host Name:7001/em (System with Oracle SOA Suite 11g server - Fusion Middleware).
    So when I Configured the BPEL node property in Peoplesoft as :
    BPEL CONSOLE : http://Host Name:7001/em (System with Oracle SOA Suite 11g server for deployment)
    BPEL DOMAIN : default
    I'm not able to ping the Peoplesoft BPEL node to the Oracle SOA Suite 11g. Hence I'm not able to proceed with my integration.
    When I searched the OTN discussion forum on BPEL console for Oracle SOA Suite 11g, all threads point that there is no separate BPEL console unlike Oracle SOA Suite 10g. Also most of the articles for Integration with Peoplesoft Application using SOA 11g do not state any specific configuration setting for property of Peoplesoft BPEL node in order to integrate with BPEL 11g. The examples published in OTN still point towards screen shots of integration using SOA Suite 10g.
    So I'm not able to proceed in this regard.
    Any help in this regard is highly appreciated.
    Thanks in Advance,
    Girish
    Edited by: user11214154 on Nov 23, 2009 8:12 PM
    typo error

    Hi,
    I found this document from the Oracle Open World 2009 (maybe you have found it too) :
    "Integration with PeopleSoft applications using oracle soa suite 11g BPEL" --> [http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/pdf/oow2009-bpel-psft.pdf]
    And this could be a little more simple, but have a good step-by-step tutorial.
    [http://www.oracle.com/technology/obe/fusion_middleware/fusion/soa/BPEL_PS848/OBE_PSFT_BPEL_848.htm]
    I think you must read this docs by now, but never come amiss.
    Hope this can help you,
    By the way, if you can help me with this I'll appreciate it a lot.
    Unable to access the following endpoint(s)

  • ADF Integration with BPEL

    Hello,
    I am new to BPEL. I am working on a sample .
    I am working on ADF Integration with BPEL process.
    I have an ADF Screen displaying data from an EMPLOYEE table in HR Schema . It has a button called "Update". I need to call a synchronous BPEL process on click of "Update" . This BPEL process will take the selected employee information as an XML input and update the last name to the first name as the response.
    I have some doubts in that :
    1. How to pass an XML Schema as input parameter to a BPEL process ? Can you please let me know some sample applications ?
    2. I am creating a web proxy for the BPEL WSDL (created above) and my "Update" button is binded to a method which is calling the BPEL process.
    How can i pass my XML input as the argument of the method to invoke the BPEL process ?
    Thanks
    Nutan

    When using a web service proxy, you need to pass the data as an object, which' structure is defined in the web service proxy wrapper classes.
    When you've defined a data control for your bpel process, you can just drag and drop the 'initiate'/'execute', your operation and bind this to the update-button.
    When working with the proxy client, you need to populate your java class objects with the employee-object, this can be done in a backing bean or managed bean in your adf faces application.
    For more information you can always have a look at my blog where I've provided an explanation about the different possibilities of interfacing adf with SOA.
    Kind regards,
    Nathalie

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

  • SOA 11g Worklist Apps Customisation and Integration with Plumtree Portal

    Hi,
    We want to migrate an existing application build using SOA Suite 10.1.3.3 to 11.1.1.2.0.
    In the 10g application the worklist application was customised and the customised apps was linked as a remote portlet in BEA Plumtree Portal.
    1)In 10g the worklist application source code is available (\SOA_Oracle_Home\bpel\samples\hw\worklistapp) for customisation but is that possible for 11g ?
    (The location of the default deployed worklist apps in 11g is /../mdw_home/user_projects/domains/soa_domain/servers/soa_server1/tmp/_WL_user/worklistapp).
    Can we take the source code and customize in jdev and deploy under a different contextname in 11g??
    3)Our existing 10g worklist was customised a bit in terms of look and feel and for some custom authentication and it was deployed in the 10g SOA Server.
    A sample jsp application was created and the login page of the custom worklist apps was linked in a inframe so that it works when integrated with the Plumtree portal as a remote portlet. And this worked perfectly in 10.1.3.3 SOA Suite.
    However the 11g SOA worklist login when tagged in a jsp as an inframe in plumtree portal is giving a warning message
    Warning: Unable to load content in a frame. Frame content will load at the top level. On cliicking the OK button the worklist page is opening. This is with Firefox browser . however form IE7 or 8 its timing out from portal.
    As per http://newsoalife.blogspot.in/2009/09/framebusing-in-adf.html
    changing the web.xml for the worklist can help.
    Can anyone please let us know on the same as this appeas an unsupported one.
    Regards
    Ashif

    Hi,
    Can you check the log file.u are getting any error.can you check wf_error table also u are getting any error.
    Can you check consumer in AQ tables.
    Thanks,
    Rahul

  • Help required in UCM BPEL integration

    Myself Rahul Dutta from itech Technology Sales Consulting team India.
    We are working on a customer scenario where we need to call a BPEL
    process when we are checking in a document in the UCM.
    The document checkin and the BPEL process triggering is totally
    independent (not like UCM BPEL integration where the UCM document will
    be released into the repository after BPEL workflow gets completed and
    callback happened to UCM).
    The scenario here is I will checkin a document in UCM and it will be
    released there but parallaly it will trigger a BPEL process which we
    will use to do some notification and workflow staff, but the workflow
    outcome will not have any impact in te UCM.
    We need your help in implementing tis scenario. How we can sence/trigger
    a BPEL process when a document is cheking in. I have though of multiple
    possibilities like if UCM can do some update in some table which we can
    poll from BPEL or if UCM can call a webservice at the time of document
    checkin or any other way.
    Please help us in this regard.
    Thanks and Regards
    Rahul

    Hello Mukesh,
                        If you want to learn about RFID technology in general
    http://www.rfidjournal.com can be the best start.
    As you are a expert in XI it would be very beneficial and your learning curve for SAP RFID technogy will be very easy.
    SAP RFID Solution Suite includes:
    1) SAP AII
    2) SAP EM
    3) SAP OER (a new component that encompasses - SAP AII, SAP EM and a data repository for storing RFID events happening across the supply chain)
    Scope of XI here is quite important.
    You will integrate SAP AII to backend R/3 using SAP XI
    You will integrate SAP AII with SAP OER using SAP XI
    You will integrate SAP AII and SAP EM within SAP OER with SAP XI.
    To learn more about RFID in general and the domains it is being used and useful for you can also look into:
    http://www.bridge-project.eu/
    Here you can find a free software deliverable which explains very well how RFID works in warehouses and distrbution centers. Once this is done, you can easily transcend to learn SAP AII and SAP EM
    To find basic documentation on SAP AII please refer:
    http://help.sap.com/saphelp_autoid70/helpdata/en/e1/8e51341a06084de10000009b38f83b/frameset.htm
    Thanks
    Edited by: Yogesh Bhatia on Jan 9, 2009 8:50 AM
    Edited by: Yogesh Bhatia on Jan 9, 2009 8:51 AM

  • BPM 11g integration with UCM11g using Java Enbedded acitivity

    Hi Friends,
    Can anyone throw some idea how to integration with BPM11g and UCM11g
    We need to have a java code using Java Enbedded acitivity.
    1) How to Connect to UCM 11g using java code any sample Java Embedded Code( we are connecting through RIDC)
    2) How to Fetch the document from UCM using RIDC.
    3) How to Close the Connection.
    Hi friends,
    My requirement was Using BPEL JAva Embedded Acitivity need to connect UCM by RIDC. Got SCAC exception. I could solve this today 3/12/2012... refer below link
    Re: SCAC-50012 Got this exception when using BPEL Java Embedded Activity
    But I have the actual thing.. as per my post..
    Now I need to fetch the doc i.e.,
    In UCM we have pdf documents i need to Download that document and show it in ADF UI using Java Embedded Activity.
    Ie., Using Java Code I need to Download and Decode the PDF file using Java Embedded Activity after Connection with UCM. Save as a file in Local Machine then I need to Encode ads PDF and Show it to ADF UI.
    Please experts its Quite Urgent!!
    ThankQ!!
    Regards,
    Pavan
    Edited by: BPM Fresher on Dec 3, 2012 8:12 PM

    Hi experts...
    Any solution for this.. Can any one help me on this...
    Regards,
    Pavan

  • What are the SOA Suite (12c) Adapters that can integrate with mainframe systems

    Want to know the all SOA Suite (12c) Adapters that can be used to integrate with mainframe systems

    check this site too: Oracle Integration Adapters:
    The Mainframe and CDC Adapters provide real-time connectivity and integration with legacy and transaction-Processing systems such as IMS, CICS, VSAM or Tuxedo. It also integrates enables performing changed data capture from legacy/mainframe and other popular data sources such as Adabas, DB2, SQL Server or IMB/DB.
    Mainframe and CDC Adapters Catalog
    Oracle® Application Server Adapters for IMS/TM
    Oracle® Application Server Adapters for IMS/DB
    Oracle® Application Server Adapters for CICS
    Oracle® Application Server Adapters for VSAM
    Oracle® Application Server Adapters for Tuxedo
    Oracle® Application Server CDC Adapters for IMS/DB
    Oracle® Application Server CDC Adapters for VSAM
    Oracle® Application Server CDC Adapters for Adabas
    Oracle® Application Server CDC Adapters for DB2
    Oracle® Application Server CDC Adapters for SQL Server
    and this link:
    http://www.oracle.com/technetwork/middleware/adapters/overview/whatsnewinadapters-2226675.pdf

  • How to test whether AIA got integrated with BRM system successfully

    Is there a procedure to test whether AIA got integrated with BRM system successfully.How can i test whether BRM Adapter is able to connect to BRM system.
    Thanks well in advance
    Santosh

    Hi Santhosh,
    I hope you are using AIA 2.0/2.0.1 for Comms and trying to integrate BRM with Siebel.
    1. To check BRM & Siebel integration using AIA. (BRM is the Product master gets synched with Siebel.)
    a) Create a new Product in BRM pricing center(Provide product name, Service type)
    b) Select Event(Single time purchase event)
    c) Provide rating for the product
    d) Commit after product creation(Check in BPEL process, whether all the instances are went through successfully)
    e) Check Siebel Catalog, whether product got synched from BRM
    2. To check whether BRM Adapter connected to BRM,
    a) Login into Oracle Application server
    b) Select OC4J instance, where your AIA is running
    c) Select Applications
    d) In view drop down select "StandAlone Resource Adapters"
    e) Check the status (green or red) in the installed BRM adapter
    If you haven't deployed BRM Adapter read the installation guide to deploy it.
    Regards,
    Ziaur Rahuman

Maybe you are looking for