We are in process of upgrading iiq from 8.3 to 8.4
Followed the standard manual process, the upgrade scripts has been executed successfully and new DB has been created with name identityah. We are trying to run the “iiq upgrade” command, but ended up with the below error message.
I have already gone through few posts made for the same issue, but couldn’t resolve it. Looking for the assistance to proceed with the upgrade process as we are stuck in this step.
Database - MS SQL Server 2019
JAVA version - JDK 11 (just updated during the iiq upgrade as it throws compatible issue)
JDBC driver - updated to 12.8 as it throws compatible issue
Thanks in advance!
ERROR main sailpoint.server.upgrade.Upgrader:1523 - Invalid object name ‘spt_database_version’.
com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name ‘spt_database_version’.
it seems like you didn’t updated iiq.properties file with the latest file that come with 8.4
compare the iiq.properties file with 8.4 installer and the one which is giving error.
the system version of the database is not updating after executing the iiq upgrade command, hope this causes the issue. But someone said that the system version will updated automatically after the upgrade command execution. Is that so?