Showing posts with label deploying. Show all posts
Showing posts with label deploying. Show all posts

Wednesday, March 28, 2012

Report Designer - deploying to a specific directory

Hi - When creating a report without using the report wizard, how does one
specify the directory on the RS server that each SPECIFIC report is to be
deployed to? I know that the report project has a "Deployment Folder"
property but that is project-wide. We want to do it for each specific
report. Do I need separate projects for multiple folders?
thanksUnfortunately, you can only designate one folder per solution currently. A
possible alternative is to use an rs script to publish them to desired
folders. See
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsamples/htm/rss_sampleapps_v1_1apd.asp
for an example.
--
-- "This posting is provided 'AS IS' with no warranties, and confers no
rights."
jhmiller@.online.microsoft.com
"ISGADMIN" <isgadmin@.newsgroup.nospam> wrote in message
news:BB9F0755-7F44-4507-B86F-B8691615BE59@.microsoft.com...
> Hi - When creating a report without using the report wizard, how does one
> specify the directory on the RS server that each SPECIFIC report is to be
> deployed to? I know that the report project has a "Deployment Folder"
> property but that is project-wide. We want to do it for each specific
> report. Do I need separate projects for multiple folders?
> thanks|||Just a slight correction, you specify per project, not per solution.
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"John H. Miller" <jhmiller@.online.microsoft.com> wrote in message
news:41813be2$1@.news.microsoft.com...
> Unfortunately, you can only designate one folder per solution currently.
A
> possible alternative is to use an rs script to publish them to desired
> folders. See
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsamples/htm/rss_sampleapps_v1_1apd.asp
> for an example.
> --
> -- "This posting is provided 'AS IS' with no warranties, and confers no
> rights."
> jhmiller@.online.microsoft.com
> "ISGADMIN" <isgadmin@.newsgroup.nospam> wrote in message
> news:BB9F0755-7F44-4507-B86F-B8691615BE59@.microsoft.com...
> > Hi - When creating a report without using the report wizard, how does
one
> > specify the directory on the RS server that each SPECIFIC report is to
be
> > deployed to? I know that the report project has a "Deployment Folder"
> > property but that is project-wide. We want to do it for each specific
> > report. Do I need separate projects for multiple folders?
> >
> > thanks
>|||Yes - thanks Bruce! It is per project.
--
-- "This posting is provided 'AS IS' with no warranties, and confers no
rights."
jhmiller@.online.microsoft.com
"Bruce L-C [MVP]" <bruce_lcNOSPAM@.hotmail.com> wrote in message
news:usX7J6RvEHA.1984@.TK2MSFTNGP14.phx.gbl...
> Just a slight correction, you specify per project, not per solution.
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
> "John H. Miller" <jhmiller@.online.microsoft.com> wrote in message
> news:41813be2$1@.news.microsoft.com...
>> Unfortunately, you can only designate one folder per solution currently.
> A
>> possible alternative is to use an rs script to publish them to desired
>> folders. See
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsamples/htm/rss_sampleapps_v1_1apd.asp
>> for an example.
>> --
>> -- "This posting is provided 'AS IS' with no warranties, and confers
>> no
>> rights."
>> jhmiller@.online.microsoft.com
>> "ISGADMIN" <isgadmin@.newsgroup.nospam> wrote in message
>> news:BB9F0755-7F44-4507-B86F-B8691615BE59@.microsoft.com...
>> > Hi - When creating a report without using the report wizard, how does
> one
>> > specify the directory on the RS server that each SPECIFIC report is to
> be
>> > deployed to? I know that the report project has a "Deployment Folder"
>> > property but that is project-wide. We want to do it for each specific
>> > report. Do I need separate projects for multiple folders?
>> >
>> > thanks
>>
>|||Hi John, thanks much for the info.
Matt
"John H. Miller" wrote:
> Unfortunately, you can only designate one folder per solution currently. A
> possible alternative is to use an rs script to publish them to desired
> folders. See
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rsamples/htm/rss_sampleapps_v1_1apd.asp
> for an example.
> --
> -- "This posting is provided 'AS IS' with no warranties, and confers no
> rights."
> jhmiller@.online.microsoft.com
> "ISGADMIN" <isgadmin@.newsgroup.nospam> wrote in message
> news:BB9F0755-7F44-4507-B86F-B8691615BE59@.microsoft.com...
> > Hi - When creating a report without using the report wizard, how does one
> > specify the directory on the RS server that each SPECIFIC report is to be
> > deployed to? I know that the report project has a "Deployment Folder"
> > property but that is project-wide. We want to do it for each specific
> > report. Do I need separate projects for multiple folders?
> >
> > thanks
>
>

Monday, March 26, 2012

Report Deployment Error:

Hi while deploying the reports to the server I get the following error.
Server did not recognize the value of HTTP Header SOAPAction:
http://schemas.microsoft.com/sqlserver/reporting/2003/10/reportingservices/ListSecureMethods.
Could anyone help me to overcome this?
Please mention if any configuration changes are to be made.
Thanks.Looks like a version mismatch between your client (VS.NET) and your
server... open http://<servername>/reportserver and in VS.NET open Help |
About Microsoft Development Environment and select "Microsoft SQL Server
Report Designer"... compare the version numbers
--
Douglas McDowell douglas@.nospam.solidqualitylearning.com
"Thyagu" <Thyagu@.discussions.microsoft.com> wrote in message
news:A10C3285-CAB6-4A19-93A3-6DD7365F49B7@.microsoft.com...
> Hi while deploying the reports to the server I get the following error.
> Server did not recognize the value of HTTP Header SOAPAction:
> http://schemas.microsoft.com/sqlserver/reporting/2003/10/reportingservices/ListSecureMethods.
> Could anyone help me to overcome this?
> Please mention if any configuration changes are to be made.
> Thanks.|||Douglas,
Thanks very much. The problem got solved once I upgraded the package to a
newer version.
Regards,
Thyagu
"Douglas McDowell" wrote:
> Looks like a version mismatch between your client (VS.NET) and your
> server... open http://<servername>/reportserver and in VS.NET open Help |
> About Microsoft Development Environment and select "Microsoft SQL Server
> Report Designer"... compare the version numbers
> --
> Douglas McDowell douglas@.nospam.solidqualitylearning.com
>
> "Thyagu" <Thyagu@.discussions.microsoft.com> wrote in message
> news:A10C3285-CAB6-4A19-93A3-6DD7365F49B7@.microsoft.com...
> > Hi while deploying the reports to the server I get the following error.
> >
> > Server did not recognize the value of HTTP Header SOAPAction:
> > http://schemas.microsoft.com/sqlserver/reporting/2003/10/reportingservices/ListSecureMethods.
> >
> > Could anyone help me to overcome this?
> > Please mention if any configuration changes are to be made.
> >
> > Thanks.
>
>

Report deployment connection error

Hi,

I'm using the reports designer in Visual Studio 2005 Professional and have successfully been deploying reports to my client's server for several months. Now I can't deploy any reports, when I try Visual Studio almost hangs, tries for about 5 minutes to deploy a single report and then fails with an error message:

TITLE: Microsoft Report Designer

A connection could not be made to the report server http://winserver/ReportServer.


ADDITIONAL INFORMATION:

The operation has timed out (System.Web.Services)


BUTTONS:

OK

It used to ask me for username/password for the server (credentials), now it doesn't do that. I can go to the reports server and reports interface pages in my browser OK. The reports build without any errors.

Has anyone experienced this? Any ideas on how to get it working again?

Regards,

Greg

Check for your IE settings. I think that must have changed.

In the client machine, IE Options -> Connection -> LAN settings that - check if both these 2
options were checked/enabled -
1. Automatically detect settings
2. Use Automatic Configuration Script
The option #2 was causing HTTP request from VS go through the proxy server and
passing anonymous request (401)

Or any other Security settings from a machine where deployment works fine.


|||

Hi,

Thanks for your response. I checked the settings in IE and all LAN Settings options are unchecked. Is this correct?

I am connecting through a VPN so that might be causing a problem (all options unchecked for VPN connection settings in IE). I will try directly connecting to the client's LAN and see if it works.

Regards,

Greg

Report deployment connection error

Hi,

I'm using the reports designer in Visual Studio 2005 Professional and have successfully been deploying reports to my client's server for several months. Now I can't deploy any reports, when I try Visual Studio almost hangs, tries for about 5 minutes to deploy a single report and then fails with an error message:

TITLE: Microsoft Report Designer

A connection could not be made to the report server http://winserver/ReportServer.


ADDITIONAL INFORMATION:

The operation has timed out (System.Web.Services)


BUTTONS:

OK

It used to ask me for username/password for the server (credentials), now it doesn't do that. I can go to the reports server and reports interface pages in my browser OK. The reports build without any errors.

Has anyone experienced this? Any ideas on how to get it working again?

Regards,

Greg

Check for your IE settings. I think that must have changed.

In the client machine, IE Options -> Connection -> LAN settings that - check if both these 2
options were checked/enabled -
1. Automatically detect settings
2. Use Automatic Configuration Script
The option #2 was causing HTTP request from VS go through the proxy server and
passing anonymous request (401)

Or any other Security settings from a machine where deployment works fine.


|||

Hi,

Thanks for your response. I checked the settings in IE and all LAN Settings options are unchecked. Is this correct?

I am connecting through a VPN so that might be causing a problem (all options unchecked for VPN connection settings in IE). I will try directly connecting to the client's LAN and see if it works.

Regards,

Greg

sql

Wednesday, March 7, 2012

Report Builder - Can't Deploy

I am having a problem deploying a report. My target server url is
http://localhost/vbreports. I can get to this site with no problem. When I
deploy my report I get the error "A connection could not be made to the
report server http://localhost/vbreports".
Any help would be appreciated.
RobOn Mar 18, 6:31 am, Rob <R...@.discussions.microsoft.com> wrote:
> I am having a problem deploying a report. My target server url ishttp://localhost/vbreports. I can get to this site with no problem. When I
> deploy my report I get the error "A connection could not be made to the
> report serverhttp://localhost/vbreports".
> Any help would be appreciated.
> Rob
That is the url to access report manager application.
Reports are deployed to the reportserver application, typically
http://localhost/reportserver, or in your case, maybe http://localhost/vbreportserver
Rowen McDermott|||Thank you. Now I can deploy but the IE screen for the reportserver shows a
wierd screen. It shows a directory view and when I click on my models and
click on the model that I deployed I see the xml code instead of it running
the report builder. Any suggestions?
Thanks,
Rob
"Rowen" wrote:
> On Mar 18, 6:31 am, Rob <R...@.discussions.microsoft.com> wrote:
> > I am having a problem deploying a report. My target server url ishttp://localhost/vbreports. I can get to this site with no problem. When I
> > deploy my report I get the error "A connection could not be made to the
> > report serverhttp://localhost/vbreports".
> >
> > Any help would be appreciated.
> >
> > Rob
> That is the url to access report manager application.
> Reports are deployed to the reportserver application, typically
> http://localhost/reportserver, or in your case, maybe http://localhost/vbreportserver
> Rowen McDermott
>|||On Mar 21, 11:24 am, Rob <R...@.discussions.microsoft.com> wrote:
> Thank you. Now I can deploy but the IE screen for the reportserver shows a
> wierd screen. It shows a directory view and when I click on my models and
> click on the model that I deployed I see the xml code instead of it running
> the report builder. Any suggestions?
> Thanks,
> Rob
>
It sounds like you are getting confused between the report server
application and the report manager application. Both are installed
with reporting services.
The report server application 'http://localhost/reportserver' is the
primary application and includes a web service interface which can be
used to view reports. Reports are deployed to this application via the
web service.
The Report Manager application 'http://softwareserver/Reports/' is an
interface to the above web service that allows report viewing in a
more friendly manner. It is from here that you run report builder.
Rowen|||Thanks Rowen. I discovered my error last night. I can now deploy my model.
But when I open the report builder and choose my model I get the error: The
selected data source does not have any content available. I have checked the
table in the SQL database and there are records.
"Rowen" wrote:
> On Mar 21, 11:24 am, Rob <R...@.discussions.microsoft.com> wrote:
> > Thank you. Now I can deploy but the IE screen for the reportserver shows a
> > wierd screen. It shows a directory view and when I click on my models and
> > click on the model that I deployed I see the xml code instead of it running
> > the report builder. Any suggestions?
> >
> > Thanks,
> >
> > Rob
> >
> It sounds like you are getting confused between the report server
> application and the report manager application. Both are installed
> with reporting services.
> The report server application 'http://localhost/reportserver' is the
> primary application and includes a web service interface which can be
> used to view reports. Reports are deployed to this application via the
> web service.
> The Report Manager application 'http://softwareserver/Reports/' is an
> interface to the above web service that allows report viewing in a
> more friendly manner. It is from here that you run report builder.
> Rowen
>