You are not logged in.
Hi,
After trying to move from 3.0.2 to 3.3.0 via two bitnami instance.
The package upd-imp.pkg is not working on a RS3.3.0-6030. (From this link - https://reportserver.net/en/tutorials/u … 0-bitnami/ )
When trying to pkg install udp_imp.pkg, you received an exception.
java.lang.IllegalStateException: javax.script.ScriptException: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
Script7.groovy: 12: unable to resolve class
com.google.common.collect.testing.google.SetGenerators.DegeneratedImmutableSetGenerator@ line 12, column 1.import com.google.common.collect.testing.google.SetGenerators.DegeneratedImmutableSetGenerator;^ 1 error
It seems to be linked to Guava testlib dependency for the missing class
I try to add guava-testlib 15.jar and dependency to lib folder, but it does not resolve the issue.
Any an idea ?
Offline
Hi neodrg,
thanks for letting us know. We have ticket RS-3315 for this. In the meanwhile, you can upgrade your environment using our manual upgrade guide: https://reportserver.net/en/tutorials/upgrade-30/
Regards,
Eduardo
Offline
Hi,
Many thanks for your answer.
Manual upgrade is actually not a solution because OS is on EOL.
Where can we find the list of actual open ticket?
Is it possible to upgrade by migrating actual 3.0.2 ReportServer database on the 3.3.0 server?
Best regards,
Offline
Where can we find the list of actual open ticket?
This is an internal list and we share the ticket number as it appears in the release notes of each version.
Is it possible to upgrade by migrating actual 3.0.2 ReportServer database on the 3.3.0 server?
what do you mean exactly by this?
You can upgrade by basically replacing the binaries. ReportServer will note this and upgrade your database automatically. These are the basic steps of a manual upgrade, which would also work in a bitnami installation.
Regards,
Eduardo
Offline
Hi,
Thanks for your reply.
I ask if it was possible to deploy a brand new bitnami 3.3.0 virtual server and then make a database dump of the 3.0.2 instance and then restore the database dump on the 3.3.0 server.
I don’t know if there is an information in database that allow reportserver to upgrade database structure and make it fully compatible with 3.3.0 binaries.
Trying to do this, did some information will be lost?
Best regards,
Offline
Hi neodrg,
yes, this is possible, pls check the upgrade guide: https://reportserver.net/en/tutorials/upgrade-30/
You will see similar upgrade scripts in the logs:
16:27:30.458 INFO n.datenwerke.rs.EnvironmentValidator - Performing database update RS3.0-11 -> RS3.0-18
16:27:34.220 INFO n.datenwerke.rs.EnvironmentValidator - Running script RS3.0-12-MySQL5_UPDATE.sql
16:27:34.230 INFO n.datenwerke.rs.EnvironmentValidator - Running script RS3.0-13-MySQL5_UPDATE.sql
16:27:34.240 INFO n.datenwerke.rs.EnvironmentValidator - Running script RS3.0-14-MySQL5_UPDATE.sql
16:27:34.250 INFO n.datenwerke.rs.EnvironmentValidator - Running script RS3.0-15-MySQL5_UPDATE.sql
16:27:34.260 INFO n.datenwerke.rs.EnvironmentValidator - Running script RS3.0-16-MySQL5_UPDATE.sql
16:27:34.270 INFO n.datenwerke.rs.EnvironmentValidator - Running script RS3.0-17-MySQL5_UPDATE.sql
16:27:34.280 INFO n.datenwerke.rs.EnvironmentValidator - Running script RS3.0-18-MySQL5_UPDATE.sql
Regards,
Eduardo
Offline
Hi,
Is this ticket RS-3315 is resolved?
Thanks,
Offline
Hi neodrg,
what version exactly are you using and trying to upgrade?
Regards,
Eduardo
Offline
Hi neodrg,
pls note we updated the Bitnami stack upgrade guide here: https://reportserver.net/en/tutorials/u … 0-bitnami/
you can try with this guide, it should work if you have ReportServer >= 3.0.3.
For earlier 3-versions, e.g. 3.0.2, it may/should also work, but we didn't test this. So pls make sure you make a recoverable snapshot before trying the upgrade if something goes wrong.
Regards,
Eduardo
Offline