Defects
System Admin Create Database inserts invalid values in ts_tables records
ID: | D27759 | |
Published: | 23 March 2021 | |
Updated: | 25 March 2021 |
Defect Id
DEF344504
Originally Reported Against
SBM 11.8 Patch 1
Status
Rejected
Description
If you use System Admin to create a new SBM Application Engine database, you may see issues if you then use System Service Manager (SSM) or System Request Center (SRC).
If you navigate to the KnowledgeBase tab, you may not see any articles and the various drop-down filters do not show any options.
The simple workaround is to run the following SQL (after taking a known good backup)
update ts_tables set ts_cachecounter = 0 where ts_cachecounter is null