Monday, March 12, 2012

Reports Deploy.

Hi,
I have my report test environment in a LAN and the production
environment in another LAN in another country. The production
environment doesn't have Visual Studio.
I want to know if there's another way to deploy reports in Report
Server without to use the Visual Studio. Or, can I to deploy from my
machine with Visual Studio to Report Server in another LAN'
Thanks in advance.You could use Reporting Services Scripter (link below) to script out your
reports then they just need to run the generated batch file to load your
reports. Thet will just need RS.EXE from the client tools to be able to run
the generated sripts
http://www.sqldbatips.com/showarticle.asp?ID=62
--
HTH,
Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
"Gave" <vasgabriel@.gmail.com> wrote in message
news:1137169868.545497.262050@.g43g2000cwa.googlegroups.com...
> Hi,
> I have my report test environment in a LAN and the production
> environment in another LAN in another country. The production
> environment doesn't have Visual Studio.
> I want to know if there's another way to deploy reports in Report
> Server without to use the Visual Studio. Or, can I to deploy from my
> machine with Visual Studio to Report Server in another LAN'
> Thanks in advance.
>|||Jasper, Thanks for response.
I download the Reporting Services Scripter and I get the following
error:
The request failed with the error message:
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a
href='/ReportServer/logon.aspx?ReturnUrl=%2fReportServer%2fReportService.asmx'>here</a>.</h2>
</body></html>
I'm using Reporting Services with Form Authentication instead of
Windows Authentication.
Can you help me please?
Thanks a lot.|||Sorry, there's currently no support for Forms Authentication, the reason
being that RS.EXE doesn't support it and being that's the mechanism used to
deploy the scripts, it seems silly to allow the generation of scripts that
can't be run. Hopefully at a future date there will be support for non
windows authentication using RS>EXE at which time I'll add it to RSScripter.
Sorry it can't help you.
--
HTH,
Jasper Smith (SQL Server MVP)
http://www.sqldbatips.com
"Gave" <vasgabriel@.gmail.com> wrote in message
news:1137178511.255692.202680@.g47g2000cwa.googlegroups.com...
> Jasper, Thanks for response.
> I download the Reporting Services Scripter and I get the following
> error:
> The request failed with the error message:
> <html><head><title>Object moved</title></head><body>
> <h2>Object moved to <a
> href='/ReportServer/logon.aspx?ReturnUrl=%2fReportServer%2fReportService.asmx'>here</a>.</h2>
> </body></html>
> I'm using Reporting Services with Form Authentication instead of
> Windows Authentication.
> Can you help me please?
> Thanks a lot.
>

No comments:

Post a Comment