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 404 Not Found
Not Found

The requested URL /reportserver/base_datasource was not found on this server.

Statuscode: 404 EncodedResponse: 404 Not Found Not Found

The requested URL /reportserver/base_datasource was not found on this server.

null null 404 Not Found 404 Not Found Not Found

The requested URL /reportserver/base_datasource was not found on this server.

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

Hi thbritz,

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

Cheers,
Eduardo