This is an old revision of the document!


In this section we will perform several procedures with jasper reports and observer several situations.

Sometimes, when we migrate a jasper server, we will want to export our reports and schedules. To do that, we can use either:

  • Web interface
  • Command line

Let's do it with Command Line:

We can export all content as follows:

Export

js-export --everything --output-zip myExport.zip

That command will export all the content: roles, reports, users, etc.

Now to import it back, use the following command:

Import

js-import --input-zip myExport.zip

Both of these scripts are located at:

Windows:

<js-install>\buildomatic\js-import.bat

<js-install>\buildomatic\js-export.bat

Linux:

<js-install>/buildomatic/js-import.sh

<js-install>/buildomatic/js-export.sh

  • tibco_jasper_management.1619170206.txt.gz
  • Last modified: 2021/04/23 09:30
  • by andonovj