I am new to Reporting services and have created just a layout page.
no datasets or data sources are present. This is just a cover page.
I need to show this page through a url. Can i deploy this on my local machine rather than showing some-one through the preview mode.
What would be the local host configuration settings.
Thanks.
Do you have the report catalog databased and report server installed on your local machine?If so and you'd like to deploy from visual studio, go to your project properties, find the target url property and put in "http://localhost/reportserver". Next right click and try "Deploy".
You can also easily deploy from SQL Server Management Studio.|||
Hello,
I dont think I have the reportserver installed on my machine.
When i try doing the localhost/reportserver it shows an error saying underlying connection failed.
I tried deploying from SQL server management studio trying bto make sense of the $MYSORIAN. that failed too http://aspalliance.com/819
Any help documentation etc?
thanks
|||Hi, I assume you are using BI to build your report. If so, right click on the project and select properties and setup Deployment parameters as follows:
TargetReportFolder TestReport (your report folder name if you want to store the report in a separate folder other than
default Home folder)
TargetServerURL http://ReportServerPC/ReportServer(If the report server was installed using default settings)
or
http://ReportServerPC/ReportServer$NameoftheReportServer(If the report server was installed as named instance)
For example if the name of your report server instance is ABC and it was installed on a server 123 then it would be
http://123/ReportServer$ABC
Please note you have to use https, if the report server is configured to use SSL.
After setting up the parameters, right click on your report and select deploy.
Hope this helps!
|||Hello,
In this setup how would i be able to replace local host. I do not know if the ReportServer is installed on my machine and i do not ahve access to any other server.
TargetServerURL http://ReportServerPC/ReportServer(If the report server was installed using default settings)
Thanks
|||Hi,
There are couple ways you can check whether you have report server on your machine or not.
Check your program files folder: C:\Program Files\Microsoft SQL Server\MSSQL.2\Reporting Services Check in your IIS management console whether you have a virtual directory called ReportServer under default website Copy the url http://localhost/ReportServer paste into your web browser and if you can see the folders in ReportServer web folder then you have reporting services on your PC.
No comments:
Post a Comment