Getting below error while setting up report server for first time.
i am using 3.0.2, oracle dB and tomcat 8.
it’s able to setup connection but could not able to Validate schema.
14:19:01.779 INFO n.datenwerke.rs.EnvironmentValidator - Validating database sc
hema…
14:19:06.890 ERROR n.datenwerke.rs.EnvironmentValidator - Schema-validation: mis
sing table [RS_ACE]
14:19:06.893 ERROR n.d.rs.ReportServerServiceConfig - ReportServer encountered a
n error while validating its environment. Startup interrupted.
could your default_schema value be wrong? In most cases this either is not needed at all, or is the same as your user name.
If this is correct, make sure the user report_server really has access to the omsdsdev schema/user.
The schema validation shouldn’t take more than a few seconds. Is your database behind a high latency link, like for example some kind of vpn? If so you should probably reconsider your setup and try to get the database and the application server closer to each other.
You can also try disabling the schema validation in the persistence.properties file by setting rs.validateschema=false but very likely everything else will be just as slow.
Don’t know what was the issue earlier but when I changed default_schema to my username (report_server), it worked for me.
@Thomas: Since I was on VPN and there was some issue in network connectivity that’s why it took so long. Now able to run the report server and exploring various options on it.