Jump to content

Recommended Posts

Posted

I developed a report unit through IReport and publish it to server, but now the server need to change to another server, is there any easy way like export/import to move this report unit to the other server? I will be so happy to get your answer.

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted

Hi,

 

There is an import/export tool.

It is located in the scripts folder.

Simple usage:

 

To import:

js-import --input-zip <zipfile name>

 

Example:

js-import --input-zip c:\Report.zip

 

To export:

js-export --uris <full path of report> --output-zip <zipfile name>

 

Example:

js-export --uris /organizations/organization_1/reports/Test_Report --output-zip c:\Test_report.zip

 

Please refer to the user guide for more details.

 

Best regards,

Taras Matyashovsky

 

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...