After upgrading from QB14 to QB16 (v16.0.9), we found following error after each build:
--- LOG START ---
2026-05-07 15:21:06
java.lang.reflect.InvocationTargetException
caused by: Failed executing update sql [ALTER TABLE agg_overview ADD COLUMN IF NOT EXISTS waitDuration BIGINT] on database E:\QuickBuild_glb\globalstorage\configurations\212\reports\buildstats\DEFAULT\buildstats.h2.db
caused by: Table "AGG_OVERVIEW" not found; SQL statement:
ALTER TABLE agg_overview ADD COLUMN IF NOT EXISTS waitDuration BIGINT [42102-175] Query: ALTER TABLE agg_overview ADD COLUMN IF NOT EXISTS waitDuration BIGINT Parameters: []
--- LOG END ---
It appears our QB database doesn't have AGG_OVERVIEW table.
Description
After upgrading from QB14 to QB16 (v16.0.9), we found following error after each build:
--- LOG START ---
2026-05-07 15:21:06
java.lang.reflect.InvocationTargetException
caused by: Failed executing update sql [ALTER TABLE agg_overview ADD COLUMN IF NOT EXISTS waitDuration BIGINT] on database E:\QuickBuild_glb\globalstorage\configurations\212\reports\buildstats\DEFAULT\buildstats.h2.db
caused by: Table "AGG_OVERVIEW" not found; SQL statement:
ALTER TABLE agg_overview ADD COLUMN IF NOT EXISTS waitDuration BIGINT [42102-175] Query: ALTER TABLE agg_overview ADD COLUMN IF NOT EXISTS waitDuration BIGINT Parameters: []
--- LOG END ---
It appears our QB database doesn't have AGG_OVERVIEW table.