History database upgrade 8.1.5 -> 9.0 LTS

We use One Identity 8.1.5 with History database component installed and we are progressing to upgrade it to ver 9.0 LTS

When we try to upgrade, the main database upgrade succeeded successfully, but history database failed with error (see below):

People, do you have any ideas on this?

ERROR (VI.FormBase.ExceptionMgr  ) : Processing step 'STE Configure STE (Configure the database for One Identity Manager)' failed. System.Exception: Processing step 'STE Configure STE (Configure the database for One Identity Manager)' failed. ---> System.Exception: 1 - Sql command failed. ---> VI.Base.ViException: Error running statement:

                                                insert into QBMBufferConfig(UID_QBMBufferConfig, TableName, ColumnName, ObjectKeyOfRow,

                                                                                                                                                                XDateInserted, XDateUpdated, XUserInserted, XUserUpdated,

                                                                                                                                                                ContentShort, HasContentFull, ContentFull

                                                                                                                                                                )

                                                                select newid(), 'DialogConfigParm', 'Enabled', d.XObjectKey

                                                                                                                , getutcdate() , getutcdate(), 'Configure Edition', 'Configure Edition'

                                                                                                                , 'False', 0, null

                                                                from DialogConfigParm d

                                                                where FullPath in (

                                                                                                                                                'QER\CalculateRiskIndex'

                                                                                                                                                , 'TargetSystem\UNS\CreateNewRoot'

                                                                                                                                )

        and Enabled = 0

                                                                and Not exists (select 1

                                                                                                                                 from QBMBufferConfig cf

                                                                                                                                 where cf.TableName = 'DialogConfigParm'

                                                                                                                                  and cf.ColumnName = 'Enabled'

                                                                                                                                  and cf.ObjectKeyOfRow = d.XObjectKey

                                                                                                                                )

                   ---> VI.DB.DatabaseException: Database error 208: Invalid object name 'DialogConfigParm'. ---> System.Data.SqlClient.SqlException: Invalid object name 'DialogConfigParm'.
Parents Reply Children