
Troubleshooting: Workspace task group approval fails with tables not found error
When attempting to approve a workspace task group, it fails with a table not found error.
The following temporary tables are created during search
index setup:
- TI_DELTA_CATENTRY
- TI_DELTA_CATGROUP
- TI_CATENTRY_WS
- TI_CATGROUP_WS
If no site master catalogs have search enabled, these tables do not get created in the database. Therefore, the workspace task group approval fails with the tables not found.
To resolve this issue:
- Open the WebSphere Commerce search resource-managers.xml file:
- WC_eardir/xml/content-management/com.ibm.commerce.search.resource-managers-fep.xml
- Comment out the following snippet:
This prevents the missing tables from being looked up.<wc:OperationalResources> <wc:OperationalResource name="TI_DELTA_CATENTRY" resource="TI_DELTA_CATENTRY" resourceClassName="" managed="true" /> <wc:OperationalResource name="TI_DELTA_CATGROUP" resource="TI_DELTA_CATGROUP" resourceClassName="" managed="true" /> <wc:OperationalResource name="TI_CATENTRY_WS" resource="TI_CATENTRY_WS" resourceClassName="" managed="true" /> <wc:OperationalResource name="TI_CATGROUP_WS" resource="TI_CATGROUP_WS" resourceClassName="" managed="true" /> </wc:OperationalResources>
- Save your changes and close the file.