You are not logged in.
hi..
i am try to configure reportserver with tomcat 7.0.
and facing this issue.
ReportServer encountered an error while validating its environment. Please check the server log files for additional information.
Version: RS3.0.3-6002 2017-12-09-12-26-19
Code Version: 2017-12-08-10-49-15
Java Version: Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 25.144-b01 (1.8)
VM Args: -Dcatalina.home=C:\Program Files\Apache Software Foundation\Tomcat 7.0 -Dcatalina.base=C:\Program Files\Apache Software Foundation\Tomcat 7.0 -Djava.io.tmpdir=C:\Program Files\Apache Software Foundation\Tomcat 7.0\temp -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=C:\Program Files\Apache Software Foundation\Tomcat 7.0\conf\logging.properties -Djava.awt.headless=true exit abort -Xms384m -Xmx1024m
rs.configdir: Not Configured
### DB Config ###
hibernate.dialect: org.hibernate.dialect.PostgreSQLDialect (OK)
hibernate.connection.driver_class: org.postgresql.Driver (OK)
hibernate.connection.url: jdbc:postgresql://localhost:5432/QCdatabase2 (OK)
hibernate.connection.username: admin
hibernate.connection.password: *****
hibernate.default_schema: RS_SCHEMAINFO
Connection Test: OK
Schema Version: RS3.0-9
Schema-validation: missing table [RS_ACE]
Offline
Hi mayur,
are you performing a new (manual) installation?
If yes, you have to initialize the reportserver database as stated here: https://reportserver.net/en/tutorials/i … n-windows/ , section "Initialize the ReportServer Database".
Regards,
Eduardo
Offline
hey thanks eduardo..
it got solved. their was an issue with sequences name in DB..
Offline