Which IIQ version are you inquiring about?
8.4
Share all details about your problem, including any error messages you may have received.
Hi,
I followed documentation https://documentation.sailpoint.com/identityiq/help/systemconfig/key_creation.html
to generate new encryption key for credential management in iiq keystore. The new key was generated successfully as iiq.dat and iiq.cfg inside the /WEB-INF/classes directory.
Restarted the application server : systemctl restart tomcat
But when I try to test decrypt using the context.decrypt() function through a custom rule, the below error message comes.
Exception running rule: The application script threw an exception: sailpoint.tools.GeneralException: There is a problem with the keystore installed on this system. BSF info: Decrypt at line: 0 column: columnNo
Below points are the fixes that I tried.
- Manually mentioned /opt/tomcat/webapps/ROOT/WEB-INF/classes/iiq.dat and iiq.cfg in the iiq.properties file.
- Moved the iiq.dat and iiq.cfg files to a different location and mentioned that in the iiq.properties file.
Both these did not help in fixing the issue.
Please let me know what could be the issue here.
