| << Back to previous view |
[QB-4274] Table AGG_OVERVIEW not found after upgrading from QB9 to QB16
|
|
| Status: | Resolved |
| Project: | QuickBuild |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 16.0.10 |
| Type: | Bug | Priority: | Major |
| Reporter: | Steve Luo | Assigned To: | Unassigned |
| Resolution: | Fixed | Votes: | 0 |
| Remaining Estimate: | Unknown | Time Spent: | Unknown |
| Original Estimate: | Unknown | ||
| 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. |