#26 2018-07-05 07:34:58

eduardo
Administrator
Registered: 2016-11-01
Website

Re: Installation for RS_ACE table missing

Hi Mukesh,

your screenshot is very small, I cannot read what it shows, please check this.

Can you change your persistence.properties to the following, and then restart all bitnami services?

# Credentials
hibernate.connection.username=CMMDB45

# Oracle
hibernate.dialect=net.datenwerke.rs.utils.hibernate.OracleDialect
hibernate.connection.driver_class=oracle.jdbc.driver.OracleDriver
hibernate.connection.url=jdbc:oracle:thin:@10.234.176.70:1521/CMMABP1
# hibernate.default_schema=CMMABP1

Regarding your second question (next time please create a new thread for unrelated questions):
In bitnami, you have an apache httpd server over tomcat. That's why you are seeing that http://localhost/reportserver/ points to your reportserver installation. It uses the default HTTP port (80). You could write: http://localhost:80/reportserver/ , it's the same.
In a manual installation, in the simplest case, you would just install tomcat and copy the reportserver binaries to the webapps directory. If you leave everything else as default, your reportserver will be reachable via http://localhost:8080/reportserver, as tomcat per default.
Check here for manual installation instructions:
https://reportserver.net/en/tutorials/i … -practice/ for ubuntu and https://reportserver.net/en/tutorials/i … n-windows/ for windows.

Regards,
Eduardo

Offline

Board footer

Powered by FluxBB