tags:

views:

109

answers:

0

Hi,

I created a BIRT report and deployed it to tomcat. It runs fine on localhost, but not on the server. The app doesn't find the right ODBC datasource. But the datasource is configured exactly the same on both systems (Vista / Small Business Server).

The ODBC datasources are configured on the local systems. I am using this url:

jdbc:odbc:odbcDatasource

The concrete RDBMS is on another system. The ODBC datasorce is configured for remote acces to the it.

Why can't the programm find the datasource?
How do write the url to connect to an remote ODBC datasource? 


"jdbc:odbc://host/datasource" ?

I hope you can help me. Thanks in advance.

P.S. I am using sun.jdbc.odbc.JdbcOdbcDriver as the JDBC Driver