UIM 23.4 GA installer gets this error when I try to run the installer.
2024-01-10 14:04:23,674 ERROR impl.UIMServerDBSchemaController:run:180 [Thread-41] - NimException caught
(503) , com.microsoft.sqlserver.jdbc.SQLServerException: Invalid column name 'ootbId'.: Invalid column name 'ootbId'.
20.4x going to 23.4 with Observability viewer beta installed
Observability viewer beta installed.
Based on your DB run these queries.
Oracle:
drop table uim_navigation_menu;
drop sequence uim_navigation_menu_id;
MSSQL:
drop table uim_navigation_menu;
MYSQL:
DROP TABLE uim_navigation_menu
Then run the 23.4 GA installer.