You are not logged in.
Dear users of this forum,
we are pleased to inform you that we will be updating the software behind this forum in the near future.
Existing posts, users and categories will remain untouched.
Important:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
Liebe Nutzer dieses Forums,
wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.
Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!
Wichtig:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
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=CMMABP1Regarding 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