"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:

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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -