Environment
SSC 23.1
Windows Server 2019
SQL Server 2019
Tomcat 9.0.82
Zulu 11.0.23+9 JDK
Collation of the DB:SQL_Latin1_General_CP1_CS_AS
Situation
The following error is received when upgrade SSC 21.2 to SSC 23.1
[ERROR] com.fortify.ssc.init.endpoints.AppInitDatabaseOperationsController - Unable to seed all init seed bundles.
Caused by: com.fortify.manager.exception.FMDALGeneralException: An unexpected error occurred
Caused by: javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not extract ResultSet
Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid column name 'requiresComment'.
Cause
From the log snippet, the root cause is “Invalid column name 'requiresComment'.”
Probably the end user didn’t run the Database upgrade script successfully.