BPM, Workflow, and Case

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

    Posted 18 days ago
    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 17 days ago

    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 16 days ago

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