looks like you have missed/commented out the following few lines from the upgrade script of access history database.
/* – This is necessary to maintain the schema version. DO NOT REMOVE
insert into identityiqah.spt_hist_database_version (system_version,name) (‘8.4-00’,‘main’);
update identityiqah.spt_hist_database_version set schema_version = ‘8.4-87’ where name =‘main’
commit;
| The expected values for 8.4 | |
|---|---|
| Note: | |
| schema_version will be updated when we run the upgrade database script and system_version will be updated when we run the upgrade command from console. |
`||spt_hist_database_version||
|system_version|schema_version|
|8.4-00 |8.4-87|
||spt_database_version||
|system_version|schema_version|
|8.4-104 | 8.4-87|`