"The specified report server url could not be found" error while deploying to reporting server -
i want deploy report have created in sql server business intelligence development studio 2008 r2. have set targetserverurl
http://mohammad-pc/reports
. can access path through browser, want deploy report get:
"the specified report server url not found"
is there other setting missed?
typically, in default installation, you'll have 2 url's:
http://yourmachine/reportserver
- for accessing web service , deploying reportshttp://yourmachine/reports
- accessing browser-based management front-end
depending on setup, first url may differ bit, example port number may different or suffix _sqlexpress
may added.
see last section of this documentation example urls. here's relevant quote on links may like:
...what report server url might resemble:
-http://localhost/reportserver
-http://localhost/reportserver_sqlexpress
-http://sales01/reportserver
-http://sales01:8080/reportserver
-https://sales.adventure-works.com/reportserver
-https://www.adventure-works.com:8080/reportserver01
...urls use access report manager...
-http://localhost/reports
-http://localhost/reports_sqlexpress
-http://sales01/reports
-http://sales01:8080/reports
-https://sales.adventure-works.com/reports
-https://www.adventure-works.com:8080/reports
Comments
Post a Comment