Jump to content
We've recently updated our Privacy Statement, available here ×

how to get import/export encryption key in jasperreport server 7.5.0


canghel

Recommended Posts

I would like to transfer a group of objects between two jasperreport servers 7.5 using import/export. When i'm importing the export file on the second server i'm getting an error message concerning a wrong encryption key. Do you know how to get the export encryption key?

Thank you!

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

I tried too, the answer should be here : https://community.jaspersoft.com/documentation/tibco-jasperreports-server-security-guide/v7/using-custom-keys

You should have 2 files (.jrsks and jrsksp) in your home directory, ex : C:users<you>.

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 myimportexportpwProblem is I get an error : erreur keytool : java.io.IOException: Keystore was tampered with, or password was incorrect

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...