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

Akshay Khedkar

Jaspersoft Staff
  • Posts

    34
  • Joined

  • Last visited

Community Answers

  1. Akshay Khedkar's post in How to create dynamical multilevel groups in Jasper? was marked as the answer   
    Hello,
    This could be an Enhancement. please raise an Enhancement request.  I'm pleased to let you know about an improved method  to make it easier for TIBCO Jaspersoft users to report enhancement ideas, track the status of those enhancements, and vote for ideas/enhancements that you consider to be most useful. This will be done by using the new Jaspersoft Ideas Portal https://jaspersoftideas.tibco.com/ 
  2. Akshay Khedkar's post in Disabling JasperServer 7.5+ Encryption/Keystore was marked as the answer   
    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 deprecatedImportExportEncSecret
    example of export everything in the repository uses the command as:
    js-export --everything --output-zip myExport.zip --keyalias deprecatedImportExportEncSecret
    To 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-ui
    or You can import the exported zip with the help of the command line as given below suggested in the following document
    https://community.jaspersoft.com/documentation/tibco-jasperreports-server-administrator-guide/v790/import-and-export-through-command
    js-import.sh --input-zip export_what_to_export.zip --keyalias deprecatedImportExportEncSecret
    example of importing repository using the command line with this command:
    js-import.sh --input-zip myExport.zip --keyalias deprecatedImportExportEncSecret
×
×
  • Create New...