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.
this error appears when IIQ cant decrypt the pwds and there is a problem with the keystore.
In iiq.properties, have uncomment the path for cfg and dat files?
Do you have generate the keystore from another environment and havo in import on this one?