darth_fader Posted September 26 Share Posted September 26 Is it possible to disable the JasperServer 7.5 Encryption/Keystore behavior around server archive exports? This is creating allot of overhead for clustered deployments, and requires copying/pasting keystore files for consistency. It would be preferable to disable that altogether so in this aspect JasperServer behaves like older versions. Ideally, this would be doable via configuration only - without having to create a custom JasperServer build. I also think it's better to provide the flexibility and make it the default behavior than to make it required behavior. This may be best practice by TIBCO standards, but copying/pasting keystore files to support clustered deployments definitley is not .Please let me know if this is possible, and if so where I might find the supporting documentation. Thanks! Link to comment Share on other sites More sharing options...
anish.rai Posted September 27 Share Posted September 27 Thank you for posting to the Jaspersoft Community. Our team of experts has read your question and we are working to get you an answer as quickly as we can. If you have a Jaspersoft Professional Subscription plan, please visit https://support.tibco.com/s/ for direct access to our technical support teams offering guaranteed response times. Link to comment Share on other sites More sharing options...
Solution akkhedka Posted October 4 Solution Share Posted October 4 Hello You can export data using deprecatedImportExportEncSecret. i) Export from the command line:js-export --<what to export> --output-zip export_what_to_export.zip --keyalias deprecatedImportExportEncSecretexample of export everything in the repository uses the command as:js-export --everything --output-zip myExport.zip --keyalias deprecatedImportExportEncSecretTo Import the exported zip into the JRS 9.0 :You have to import the exported zip into the JRS in the following ways:You can import that export zip with the help UI using the legacy key as suggested in the following document:https://community.jaspersoft.com/documentation/tibco-jasperreports-server-administrator-guide/v790/import-and-export-through-web-uior You can import the exported zip with the help of the command line as given below suggested in the following documenthttps://community.jaspersoft.com/documentation/tibco-jasperreports-server-administrator-guide/v790/import-and-export-through-commandjs-import.sh --input-zip export_what_to_export.zip --keyalias deprecatedImportExportEncSecretexample of importing repository using the command line with this command:js-import.sh --input-zip myExport.zip --keyalias deprecatedImportExportEncSecret Link to comment Share on other sites More sharing options...
darth_fader Posted October 5 Author Share Posted October 5 Thank you for the quick response! I appreciate it. And I may have reached out prematurely - I'm not crazy about having to use the keystore but really it's not that involved to set up, and I understand why it's been put in place. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now