When trying to import Jaspersoft content from one environment to another, I get the following error when running the command "admin jaspersoft import":
Tenant Ids specified in the command argument doesn't match with the tenants available in the input content zip file.
The root cause if the Organization Name cannot be changed when importing.
If you exported it out with the organization name of PPM, it needs to be imported with the organization name of PPM. Example:
Export:
./admin jaspersoft export -orgName PPM -fromUserName superuser -fromPassword XXXX -fileName ppm.zip -fromURL http://<jaspersoftserver>:8080/reportservice
Then the import command would be:
./admin jaspersoft import -orgName PPM -toUserName superuser -toPassword XXXX -fileName /opt/ppm.zip -toURL "http://<jaspersoftserver>:8080/reportservice"