Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have created a rdl report using SQL Server Data Tools. When I deploy the project the following error message shows:
CSS
http://SLMS-SERVER:88/Reports SERVER
The specified report server url http://SLMS-SERVER:88/Reports SERVER could not be found.
varify the syntax of the URL and that the report server exists


When I try to deploy, the Output window shows:
CSS
------ Build started: Project: Report Project1, Configuration: Debug ------
Skipping 'DataSource1.rds'. Item is up to date.
Skipping 'Report1.rdl'. Item is up to date.
Build complete -- 0 errors, 0 warnings
========== Build: 1 succeeded or up-to-date, 0 failed, 0 skipped ==========
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========
Posted
Updated 25-Aug-14 20:25pm
v2

1 solution

you need go to Project -> Properties and in General and change the set the following options to:

C#
TargetReportPartFolder: [Virtual Diretory of Report Manager URL] TargetServerURL: http://yourPCName/[Virtual Diretory of Web Service URL]




http://alexduggleby.com/2008/07/18/sql-server-reporting-services-2008-tutorial-in-5-minutes-or-how-to-send-my-boss-a-report-from-a-view-quickly/[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900