views:

1495

answers:

3

I'm using SQL Server 2008 (non-R2) and trying to use Report Builder 3.0. When I try to connect to the report server, I get an error:

Connection Failed. Unable to connect to the server that is specified in the URL......

However, I am using the same connection as my Report Builder 2.0 and that works fine.

Can RB 3 not work with pre- 2008 R2 databases?

+2  A: 

you're specifying two different issues:

first you said the error in your post is due to trying to connect to a Report Server catalog, not a DB for datasource of a report.

but you're asking if RB 3.0 can work with versions of SQL Server prior to 2008 R2.

The answer to the latter is yes, it can. RB 3.0 connects to a variety of data providers including SQL Server 2000, 2005, and 2008 (via the SQL Native Client), as well as Oracle, ODBC, OleDB, ADOMD (Analysis Services), Teradata, SAP BI, Essbase, XML, etc...

The former seems to be URL connectivity to the Report Server for a 2008 server. I know for a fact that if you use BIDS 2008 R2, instead of RB3, the deployment options for the report project provides a property "TargetServerVersion" to allow you to choose the version of the target server (2008 or R2, but not earlier). If you try to deploy an R2 report to a 2008 server using BIDS and the report has new features, BIDS will complain since it cannot "down-convert".

However, I am not sure that RB 3.0 can actually connect to a report server earlier than R2, like BIDS can. That would explain why you're getting connectivity issues.

HTH

Thiago

Thiago Silva
btw, here is more info straight from the SSRS team at MSFT, thanks to Robert Bruckner:Report Builder 3.0 can only connect to a RS 2008 R2 report server.You can load older reports from a file system location and upgrade them, but there is e.g. no downgrade ability.
Thiago Silva
That's not the answer I wanted to hear, but thanks.
DavidStein
A: 

In the Microsoft Connect site, says IT CAN'T. This is too bad.
My opinion is that the SQL Reporting Services team have make a lot of bad desisions in terms of compatibility issues

Jfsanchez2k
A: 

I have had the same issue - RB 2 is not as good as RB 3, but RB3 will not connect to the reporting server version we are using to allow connection to the data model, however RB 3 does allow direct connection to a DB, and in this case we have replication setup to a reporting DB.

related questions