Category: | Feature request |
Priority: | Normal |
Status: | New |
Project: | Severity: | Major |
Resolution: | Open |
|
Component: | Reproducibility: | N/A |
Assigned to: |
On 2 JasperReports Server 7.5.0 environments I need to export from one to import on the 2nd.
The answer should be here (or in the security guide) : https://community.jaspersoft.com/documentation/tibco-jasperreports-serve...
If I understand correctly I have 2 files in my home directory (.jrsks and jrsksp) from the installation.
But to build a new same key to share in your 2 environments you need to generate it like this, cf security guide : (keytool command is in jasper/java/bin directory)
keytool -genseckey -keystore C:\users\<you> -storetype jceks -storepass storepw -keyalg AES -keysize 128 -alias importExportEncSecret -keypass myimportexportpw
Problem is I get an error : erreur keytool : java.io.IOException: Keystore was tampered with, or password was incorrect
Is anyone have an idea ? I am blocked to import new reports or updates on production environment (it was not planned to migrate to version 7.5.0 before the tests...)
Thanks beforehand