BPM, Workflow, and Case

BPM, Workflow, and Case

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

 View Only
  • 1.  BPDInstance not found

    Posted Wed March 17, 2021 09:00 AM

    During many times I have this error in logs:

    CWLLG2229E: An exception occurred in an EJB call. Error: BPDInstance with ID BPDInstance.1528743.0 not found.

    I tried to find this process in tables LSW_BPD_INSTANCE and LSW_TASK, but it's not there.

    How can I get rid of this error, where do I need to clean this non-existent process?



    #BusinessProcessManager(BPM)
    #Support
    #SupportMigration


  • 2.  RE: BPDInstance not found

    Posted Wed March 17, 2021 03:47 PM

    Hello Dmytro.

    This might be happening because the Process Portal Search Index is out of sync. I cannot confirm, but if users are seeing the process instance in a list that is generated by querying the search index, like the Processes instance list, and then try to click a process instance that doesn't exist, then this error might occur.

    You can confirm if your Process Portal search index is out of sync by making use of the Index Diagnostic tools and using the information provided in this article I published: Process Portal Search Index Comprehensive. See the section titled, "How to determine an issue exists." The Index Diagnostic tool can be downloaded from that link too.

    If you can confirm the Process Portal search index is out of sync, then you can try to complete the steps documented here to resolve: https://www.ibm.com/support/pages/what-first-step-resolving-problems-related-process-portal-search-index

    If you still have issues after that, then you can open a case with IBM Support if you are running on a supported version of the product, or have a support extension in place for an out-of-support version.

    Thanks and regards,

    Seth Merriss

    IBM Business Automation Workflow Support team



    #BusinessProcessManager(BPM)
    #Support
    #SupportMigration


  • 3.  RE: BPDInstance not found

    Posted Thu March 18, 2021 07:29 AM

    Hello, I tried to start these comands:

    SELECT COUNT(1) FROM <schema_name>.BPM_TASK_INDEX WHERE DELETE_DATETIME IS NOT NULL;

    SELECT COUNT(1) FROM <schema_name>.BPM_INSTANCE_INDEX WHERE DELETE_DATETIME IS NOT NULL;

    but get errors - Invalid column name 'DELETE_DATETIME'.



    #BusinessProcessManager(BPM)
    #Support
    #SupportMigration