Cannot deploy reports on localhost/reports

Posted by Jackson Sunuwar on Server Fault See other posts from Server Fault or by Jackson Sunuwar
Published on 2012-10-05T18:21:00Z Indexed on 2012/10/06 9:39 UTC
Read the original article Hit count: 240

I am using Microsoft SQL Server 2008 R2, Sql Server Reporting Services(SSRS) on an xp virtual machine.. I have created a report and am trying to deploy it... but getting this error...

The specified report server URL http://localhost/Reports could not be found. 
Verify the syntax of the URL and that the report server exists.

I went to see my "services".... SQL Server (SQLEXPRESS) is "started", but SQL Server (MSSQLSERVER) is not. When I try to start it, it says

windows could not start the sql server on local computer error code 10048

I tried to go in cmd and tried

C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Binn\sqlservr.exe -sMSSQLSERVER

I get this, Server Error: 17058, Severity: 16, State: 1.

can someone please help me...

© Server Fault or respective owner

Related posts about sql-server-2008

Related posts about virtual-machines