BPM, Workflow, and Case

BPM, Workflow, and Case

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  Using BPM latest version

    Posted 01/04/23 09:32 AM
    Is there any difference in developing, deploying Integration Solution application to IBM BPM 8.5.7 v/s IBM BAW. In BPM, we used to create Integration Solution (Module) via Integration Designer and deploy it on IBM BPM Advanced server. The integration module will have BPEL flows, mediation flows.

    On BAW, We have IBM Workflow Server installed and created an empty Integration Solution project via Integration designer 21 and tried to deploy it via Integration Designer.

    Getting the below exception while deploying.
    InstallSchedu I ADMA5014E: The installation of application TestSol_ModuleApp failed.
    SystemErr R java.lang.IllegalArgumentException: null not found
    SystemErr R at com.ibm.ws.sca.internal.deployment.sib.SIBAdmin.findBus(SIBAdmin.java:163)
    SystemErr R at com.ibm.ws.sca.internal.deployment.sib.SIBAdmin.<init>(SIBAdmin.java:130)
    SystemErr R at com.ibm.ws.sca.internal.deployment.sib.SIBAdmin.<init>(SIBAdmin.java:106)
    SystemErr R at com.ibm.ws.sca.internal.deployment.sib.SIBDestinationTask.install(SIBDestinationTask.java:412)
    SystemErr R at com.ibm.ws.sca.internal.deployment.SCAInstallTask.performInstallTasks(SCAInstallTask.java:124)
    SystemErr R at com.ibm.ws.sca.internal.deployment.SCAInstallTask.performTask(SCAInstallTask.java:66)
    SystemErr R at com.ibm.ws.management.application.SchedulerImpl.run(SchedulerImpl.java:315)

    Please suggest what are we doing wrong here.

    ------------------------------
    Anuj Pandit
    ------------------------------


  • 2.  RE: Using BPM latest version

    Posted 01/04/23 11:15 AM
    If we create a module with empty BPEL process and we get this error.

    CWWBF0064E: server1 is not configured to run process applications

    ------------------------------
    Anuj Pandit
    ------------------------------



  • 3.  RE: Using BPM latest version

    Posted 01/05/23 04:17 AM
    what is Business Process Choreographer and how do we install it? I have Integration designer and test environment that came with it.

    ------------------------------
    Anuj Pandit
    ------------------------------



  • 4.  RE: Using BPM latest version

    Posted 01/08/23 05:40 AM
    Hi Anuj,

       Business Process Choreographer (BPC) is a tool which support to start/stop/terminate and monitor running status of BPEL.  After deploying ear on server you can execute the application via BPC. 

    You don't need to install separately BPC it comes with WPS server. If your server is running then you can open BPC via url ( http://localhost:9080/bpc ) in browser. 

     You can follow this tutorial - https://publib.boulder.ibm.com/bpcsamp/indexV70.html



    ------------------------------
    Vinay Sinha
    ------------------------------



  • 5.  RE: Using BPM latest version

    Posted 01/11/23 01:31 AM
    Just a clarification - I am facing this issue on BAW 22

    ------------------------------
    Anuj Pandit
    ------------------------------