createObjectStoreForContent fails to run

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
The createObjectStoreForContent command fails to run and results in some exceptions in the output.

Procedure

If the createObjectStoreForContent command fails, perform the following steps to clean the design object store and target object store:

  1. Log in to the ACCE to remove the design object store and target object store if they are available.
  2. Drop the design object store and target object store databases.
  3. If your Db2® type is z/OS®, drop the related sequences:
    DROP SEQUENCE SYSADM.AUDITSEQUENCE;
    DROP SEQUENCE SYSADM.CISEQUENCE;
    DROP SEQUENCE SYSADM.CONTENTQUEUESEQUENCE;
    DROP SEQUENCE SYSADM.REPLSEQUENCE;
    DROP SEQUENCE SYSADM.SCFSEQUENCE;
     
    DROP SEQUENCE DOSCT.AUDITSEQUENCE;
    DROP SEQUENCE DOSCT.CISEQUENCE;
    DROP SEQUENCE DOSCT.CONTENTQUEUESEQUENCE;
    DROP SEQUENCE DOSCT.REPLSEQUENCE;
    DROP SEQUENCE DOSCT.SCFSEQUENCE;
     
    DROP SEQUENCE TOSCT.AUDITSEQUENCE;
    DROP SEQUENCE TOSCT.CISEQUENCE;
    DROP SEQUENCE TOSCT.CONTENTQUEUESEQUENCE;
    DROP SEQUENCE TOSCT.REPLSEQUENCE;
    DROP SEQUENCE TOSCT.SCFSEQUENCE;
    where:
    • SYSADM is the user that you use to connect to Db2 for z/OS.
    • DOSCT is the database schema of the design object store in your BPMConfig property file.
    • TOSCT is the database schema of the target object store in your BPMConfig property file.
  4. Recreate the design object store and target object store databases.