In the past, if ID encryption was enabled on the RiskVision side, it had to be enabled on the Jasper side or drilldown reports wouldn't work. Now, users can generate a drilldown report whether or not encryption settings have been enabled for Jasper.
To adjust the settings to allow for drilldown reporting:
Navigate to and open the agiliance.properties files in both the Jasper and RiskVision folders.
Set the properties as follows depending on the result you want to achieve:
To generate a report with encryption:
Jasper:
com.agiliance.common.utils.idencryption.skipencryption=false
RiskVision:
com.agiliance.common.utils.idencryption.skipencryption=false
com.agiliance.common.utils.idencryption.acceptPlainIdString=false
To generate a report without encryption:
Jasper:
com.agiliance.common.utils.idencryption.skipencryption=true
RiskVision:
com.agiliance.common.utils.idencryption.skipencryption=true or false
com.agiliance.common.utils.idencryption.acceptPlainIdString=true
Save and close the files.