views:

7

answers:

0

According to the JasperServer Admin Guide,the prepend path option works as follows.

"Import the myDir catalog folder, prepending /importDir to all repository URIs:

js-import --input-dir myDir --prepend-path /importDir

For example, the folder /reports in the export catalog is imported to /importDir/reports.

"

But in my case .when I import using above import command ,the folder /reports in the export catalog gets imported to /importDir/organizations/organization_1/reports.

But I want it to be imported like this : /importDir/reports

How to fix this problem?

Thanks in advance