princezorror Posted August 3, 2010 Share Posted August 3, 2010 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. Link to comment Share on other sites More sharing options...
tmatyashovsky Posted August 3, 2010 Share Posted August 3, 2010 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 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