When any user tries to log on to WV 14 the following SQL error is occurring:
No maintenance was applied to View or Web Viewer recently. This task was working properly and stopped working suddenly.
Output Management Web Viewer™ for z/OS
The Tomcat log shows there is an issue with the Web Viewer H2 database
During startup, OM Web Viewer checks the database to verify that all the expected tables exist – in this case it’s saying that there are tables that cannot be found:
ERROR <*init> <> Failure executing database script
org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "VIEW_USER" not found; SQL statement:
ALTER TABLE CV_MASTER.VIEW_USER
ADD COLUMN IF NOT EXISTS GROUP_ID INT NOT NULL DEFAULT 0