I am installing IIQ 8.4 on Oracle. 1. I don’t think Sailpoint understand how to create database; 2. After all the databases created, the insert data into the main table had missing from the script and only update, update what when the table is emptiness data? 3. I manually insert the data using the history data and run update data into the main table.
Now, when I run the iiq console, the encrypted password is not working, I hardcode the passwors and username.
with encrypted password:
# ./iiq console
iiq.hostname : oracledb_hostname-console
2023-11-28T10:15:44,146 WARN main springframework.context.support.ClassPathXmlApplicationContext:559 - Exception encountered during context initialization - cancelling refresh attempt: 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: Unable to connect to: jdbc:oracle:thin:@nediacredhat8.dodiis.ic.gov:1521/identityiq
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: Unable to connect to: jdbc:oracle:thin:@oracledb_hostname:1521/identityiq
Error without encrypted password and hardcode username/password
iiq.hostname : oracledb_hostname-console
2023-11-28T10:13:54,644 WARN main springframework.context.support.ClassPathXmlApplicationContext:559 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanInitializationException: Could not process key 'dataSource' in PropertyOverrideConfigurer; nested exception is org.springframework.beans.factory.BeanInitializationException: Invalid key 'dataSource': expected 'beanName.property'
org.springframework.beans.factory.BeanInitializationException: Could not process key 'dataSource' in PropertyOverrideConfigurer; nested exception is org.springframework.beans.factory.BeanInitializationException: Invalid key 'dataSource': expected 'beanName.property'