#1 2017-01-17 19:29:10

thbritz
Member
Registered: 2017-01-17

Report server installation - DB name

Hi forum,

i installed report server on my localhost, no problem. Very useful product.
But now i try to install the report server on my webspace, same procedure, no problem until i try to login.
Always get the loading indicator and then a little message window: 

################################################
ReportServer

null
null
404 Not Found <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body>
Not Found
<p>The requested URL /reportserver/base_datasource was not found on this server.</p> </body></html> Statuscode: 404 EncodedResponse: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body>
Not Found
<p>The requested URL /reportserver/base_datasource was not found on this server.</p> </body></html>
null
null
404 Not Found <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>404 Not Found</title> </head><body>
Not Found
<p>The requested URL /reportserver/base_datasource was not found on this server.</p> </body></html>
null
#############################################


My provider allows no individual database names, so i have to take the names he gives to the database. Is this a problem?

My persistence.properties:

##################################################
# Credentials
hibernate.connection.username=d01a9ac
hibernate.connection.password=DBpassword

# MySQL
hibernate.dialect=net.datenwerke.rs.utils.hibernate.MySQL5Dialect
hibernate.connection.driver_class=com.mysql.jdbc.Driver
hibernate.connection.url=jdbc:mysql://URL:3306/d01a9ac
##################################################

It is correct, that the username is equal to the database name.

Has anyone an idea, why it is not working? Problems reaching the DB?

Thank you in advance for your support.

Regards,

thbritz

Last edited by thbritz (2017-01-18 10:38:57)

Offline

#2 2017-01-30 08:04:08

eduardo
Administrator
Registered: 2016-11-01
Website

Re: Report server installation - DB name

Hi thbritz,

can you please post the logs? You can find them in your tomcat installation under "logs".

Cheers,
Eduardo

Offline

Board footer

Powered by FluxBB