BPM, Workflow, and Case

BPM, Workflow, and Case

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

 View Only
  • 1.  Create Object Store For Content command Faild

    Posted 04/08/21 12:01 PM
    Hello community

    I encountered a Exception during the execution of the command to add an object Store as attached a scren of the generated exception .
    however I followed the documentation for createObjectStoreForContent command
    .

    thank you in advance
    ClassNotFound


    ------------------------------
    El Mehdi ES-SAFI
    ------------------------------


  • 2.  RE: Create Object Store For Content command Faild

    Posted 04/08/21 01:28 PM
    Resolved

    ------------------------------
    El Mehdi ES-SAFI
    ------------------------------



  • 3.  RE: Create Object Store For Content command Faild

    Posted 04/09/21 09:41 AM
    @El Mehdi ES-SAFI  How did you resolve this issue?
    ​​

    ------------------------------
    Timo-Joel Piippola
    ------------------------------



  • 4.  RE: Create Object Store For Content command Faild

    Posted 04/09/21 10:12 AM
    Hi Mr. Piippola

    The problem I had is that I have to create adminGroup at WebSphere level and add the deadmin user to it


    wsadmin -lang jython -user deadmin -password deadmin -host localhost -port 8880
    print AdminTask.createObjectStoreForContent(['-clusterName', 'AppCluster', '-PEWorkflowSystemAdminGroup', 'adminGroup','-creationUser','deadmin','-password','deadmin_pw'])
    To do it, here are the steps:
    websphere

    Thank you


    ------------------------------
    El Mehdi ES-SAFI
    ------------------------------