Deployment of SSRS 2012 From SSDT Fails - The specified report server URL could not be found
        Posted  
        
            by 
                Tony Covarrubias
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tony Covarrubias
        
        
        
        Published on 2012-06-02T00:22:55Z
        Indexed on 
            2012/06/02
            4:41 UTC
        
        
        Read the original article
        Hit count: 266
        
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?
© Stack Overflow or respective owner