BPM, Workflow, and Case

BPM, Workflow, and Case

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

 View Only
Expand all | Collapse all

Error during configuration of IBM case manager for IBM BAW.

  • 1.  Error during configuration of IBM case manager for IBM BAW.

    Posted Mon November 11, 2024 08:04 AM
    Hi!
     
    I have installed IBM BAW workflow center for testing the product.
     
    I am getting the following error during setting up case manager while executing the following script. And I am connected to the wsadmin as shown below.
     
    how I connected to wsadmin:
    wsadmin.bat -lang jython -user dep_admin -password Admin_123 -host localhost -port 8879
     
    wsadmin command:
    wsadmin>print AdminTask.createObjectStoreForContent(['-clusterName', 'SingleCluster','-PEWorkflowSystemAdminGroup', 'CaseAdmin','-creationUser','dep_admin','-password','Admin_123'])
     
    error: 
    WASX7015E: Exception running command: "AdminTask.createObjectStoreForContent(['-clusterName', 'SingleCluster','-PEWorkflowSystemAdminGroup', 'CaseAdmin','-creationUser','dep_admin','-password','Admin_123'])"; exception information:
    java.lang.IllegalStateException: java.lang.IllegalStateException: com.ibm.bpm.config.spi.ConfigurationSpi.getAuthenticationAliasName() requires a non-null deploymentTarget when called on the deployment manager
     
    I am following the documentation and currently I am performing the following steps shown in the link:
    https://www.ibm.com/docs/en/baw/24.x?topic=scripting-createobjectstoreforcontent



    ------------------------------
    Sahan Mendis
    ------------------------------


  • 2.  RE: Error during configuration of IBM case manager for IBM BAW.

    Posted Tue November 12, 2024 10:19 AM

    Hi Sahan, 

    You are connecting to DMGR instead of AppClusterMember. Please change port from 8879 to 8880 or 8881 depending which port your AppClusterMember uses. 

    Reference link:
    https://www.ibm.com/docs/en/baw/24.x?topic=scripting-createobjectstoreforcontent



    ------------------------------
    Gaurav Bhargava Lead Business Automation Devops Engineer
    Lead Business Automation DevOps Engineer
    Salient Process CAN INC
    Vancouver BC
    7788871893
    ------------------------------



  • 3.  RE: Error during configuration of IBM case manager for IBM BAW.

    Posted Wed November 13, 2024 04:39 AM

    Hi Gaurav,

    I was able to execute this step by using 8880 SOAP port as you suggested. I used 8079 port earlier without knowing that I am needed to connect to an app cluster member but not the dmgr. I missed that part in the documentation.

    Thanks!

    Sahan



    ------------------------------
    Sahan Mendis
    ------------------------------