0

I have recently installed SQL Server 2012 Developer on my laptop. I created a simple SSRS report using AdventureWorks201. The report builds fine but will not deploy. I get the error "The specified report server URL http:/localhost/Reports_MSSQLSERVER2012 could not be found"

I am able to browse to said URL without issue. I can even upload the report and run it just fine. I am using an administrator account in both cases (on the URL and within SSDT).

Is there some reason why SSDT cannot see the URL I am specifying?

RThomas
  • 10,702
  • 2
  • 48
  • 61
  • 2
    Is `http:/` a typo in your post or the actual URL you're using? – Keith Jun 02 '12 at 17:40
  • Yeah that should be "http://" ... and as I said, I was able to go to that link and upload the RDL just fine. – Tony Covarrubias Jun 08 '12 at 04:26
  • I figured out the problem. I had created the report under SSDT (2012). Then later when I opened the solution (double-cliked the file) it opened in VS2008 (since I have SQL Server 2008R2 and 2012 installed). 2008 couldn't resolve the URL. I had to open SSDT, then file | open the solution there. Deploy worked just fine. – Tony Covarrubias Jun 16 '12 at 17:27

0 Answers0