December 1, 2008 at 3:43 pm
I created the SQL report in MS Visual studio 2005 and am also able to
Run. But the problem is I cant deploy it.
Every time I deploy it says
"A connection could not be made to the report server http://localhost/ReportServer"
---- Unable to connect to the remote server (Microsoft.ReportingServices.Designer)
Can you let me know the difference between RUN and DEPLOY.
And what things need to be done in the localhost. I want to run and deploy the report on my
local machine, as I am trying to show those reports in ASP .NET Web App (locally hosted site)
One more thing ... oops ... if somebody can give good source to refer to for "ReportViewer" control.
Thanks in advance.
-- DEVAM
December 2, 2008 at 6:47 am
Did you install the Reporting Services service and web site on the your pc? When you go to Start -> All Programs -> Microsoft SQL Server 2005 -> Configuration Tools -> Reporting Services Configuration and connect to localhost what do you see?
RUN - starts the report within the RS Design environment so you can verify that it works.
DEPLOY - publishes the report to a report server. Inserts the report and report information into the specified report server database and makes it available on the Report Server web site.
For using the ReportViewer control check out the VS and SQL Server BOL.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
December 2, 2008 at 1:40 pm
I have done as you said to check the Reporting Services Configuartion.
But it says that Report Server is not installed on the machine number ##### and
that machine is mine. So what I have to ask for to my higher personnels if any ?
And can we pull in the SSRS report build in VS 2005 in the website on the localhost.
and how .. ?? Any good resouces ???
and can it be accomplished without the above "trouble" :w00t: being solved????
Thanks for all your help!!!!!!!!!!!
DEVAM
December 2, 2008 at 1:47 pm
You need to install SSRS on your PC if that is where you want to deploy reports. If you have SSRS installed elsewhere you just need to set your deploy location to be to that server. It is found under Project -> Properties.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply