Enterprise Dashboard error: failed migration to version 19 !
search cancel

Enterprise Dashboard error: failed migration to version 19 !

book

Article ID: 274212

calendar_today

Updated On:

Products

Service Virtualization

Issue/Introduction

Started the Enterprise Dashboard but got this error:
 
Caused by: org.flywaydb.core.api.FlywayException: Schema "EDDB101" contains a failed migration to version 19 !
    at org.flywaydb.core.internal.command.DbMigrate$2.doInTransaction(DbMig

Environment

DevTest Release : 10.8

Oracle 19c on Linux

Cause

 "schema_version" table in the EnterpriseDashboard tables is created with an all lower-case name; and this is due to a restriction placed by the Flyway Database 

Resolution

Had to get the DBA involved and manually change the column "success" value on the "schema_version" table from 0 to 1.
 
Restarted the Enterprise Dashboard successfully and was able to log in.