Reports Won't Deploy  
Author Message
mfhayesverizonnet





PostPosted: Fri Jan 20 08:27:22 CST 2006 Top

SVCS >> Reports Won't Deploy I'm stuck, any ideas? Is this a version or sp issue or a connection problem?

SQL Server 2005, Report Server Version: 9.00.1399.00 Visual Studio 2005.
All my service and accounts are set up fine, I can manually upload a report
and data source to the report server, but VS 2005 will not deploy when the
web server is set in the TargetServerURL property.

The error I get is

TITLE: Microsoft Report Designer

A connection could not be made to the report server http://phxdb02/Reports.

ADDITIONAL INFORMATION:

The attempt to connect to the report server failed. Check your connection
information and that the report server is a compatible version.
(Microsoft.ReportingServices.Designer)

The request failed with HTTP status 404: Not Found.
(Microsoft.ReportingServices.Designer)

Information Technology222  
 
 
Jasper





PostPosted: Fri Jan 20 08:27:22 CST 2006 Top

SVCS >> Reports Won't Deploy You need to specify the ReportServer web service endpoint not the Report
Manager url e.g. in your Project Properties for the TargetServerURL specify
http://phxdb02/ReportServer

--
HTH,
Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com


"Scott" <EMail@HideDomain.com> wrote in message
news:EMail@HideDomain.com...
> I'm stuck, any ideas? Is this a version or sp issue or a connection
> problem?
>
> SQL Server 2005, Report Server Version: 9.00.1399.00 Visual Studio 2005.
> All my service and accounts are set up fine, I can manually upload a
> report
> and data source to the report server, but VS 2005 will not deploy when the
> web server is set in the TargetServerURL property.
>
> The error I get is
>
> TITLE: Microsoft Report Designer
>
> A connection could not be made to the report server
> http://phxdb02/Reports.
>
> ADDITIONAL INFORMATION:
>
> The attempt to connect to the report server failed. Check your connection
> information and that the report server is a compatible version.
> (Microsoft.ReportingServices.Designer)
>
> The request failed with HTTP status 404: Not Found.
> (Microsoft.ReportingServices.Designer)
>


 
 
Scott





PostPosted: Fri Jan 20 08:40:02 CST 2006 Top

SVCS >> Reports Won't Deploy Perfect! Thank you, that was it!!!

"Jasper Smith" wrote:

> You need to specify the ReportServer web service endpoint not the Report
> Manager url e.g. in your Project Properties for the TargetServerURL specify
> http://phxdb02/ReportServer
>
> --
> HTH,
> Jasper Smith (SQL Server MVP)
> http://www.sqldbatips.com
>
>
> "Scott" <EMail@HideDomain.com> wrote in message
> news:EMail@HideDomain.com...
> > I'm stuck, any ideas? Is this a version or sp issue or a connection
> > problem?
> >
> > SQL Server 2005, Report Server Version: 9.00.1399.00 Visual Studio 2005.
> > All my service and accounts are set up fine, I can manually upload a
> > report
> > and data source to the report server, but VS 2005 will not deploy when the
> > web server is set in the TargetServerURL property.
> >
> > The error I get is
> >
> > TITLE: Microsoft Report Designer
> >
> > A connection could not be made to the report server
> > http://phxdb02/Reports.
> >
> > ADDITIONAL INFORMATION:
> >
> > The attempt to connect to the report server failed. Check your connection
> > information and that the report server is a compatible version.
> > (Microsoft.ReportingServices.Designer)
> >
> > The request failed with HTTP status 404: Not Found.
> > (Microsoft.ReportingServices.Designer)
> >
>
>
>