Share all details related to your problem, including any error messages you may have received.
I am in the middle of 8.3 and 8.4. When I run the iiq console command, I get the below error:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘versionChecker’ defined in class path resource [configBeans.xml]: Invocation of init method failed; nested exception is java.lang.RuntimeException: Unable to check IdentityIQ database version: Invalid object name ‘spt_database_version’.
I did find an article to run:
ALTER USER identityiq WITH DEFAULT_SCHEMA = identityiq;
Which I did successfully, but I am still seeing the same error. Any suggestions?
We were going from 8.2 to 8.4.
Currently we are on 8.3 and in the process of going to 8.4. I have already ran the Upgrade_tables script against my database and have the new database “identityiqah”.
When I go to check if its ready for iiq upgrade, I get this error when running the iiq console.
It would be good if you could check what is the value of select * from identityiq.spt_database_version
If it says anything with 8.3 that simply means that the upgrade scripts did not run correctly.
As an update, it was the iiq properties file that was the issue.
I needed to add the new identityiqah database information at the bottom on the file. I was trying to place it next to the identityiq DB information.
For upgrade related there is one best document in compass. this document has step by step process for both linux and windows. it’s worth to keep handy.