Showing posts with label half. Show all posts
Showing posts with label half. Show all posts

Monday, March 12, 2012

Reporting services installation

When I install reporting services in sqlserver 2005,its stops half way saying ' sqlserver setup failed to obtain system account information for the ASPNET account.To proceed re install the .NET framework and continue'

How do I set up an ASP account so as to continue with the installation?

Try running aspnet_regiis.exe -i to reinstall ASP.NET.

Wednesday, March 7, 2012

Reporting Services Export to Excel and Citrix

Hi
We have an application that calls a RS report with 20 params and renders it
straight to Excel but on almost half of the reports we receive an error.
We have noticed that on the reports that dont work the address line is as
follows http:\\%22http:\\reportserver...
and for the ones that work
http:\\reportserver...
Does anyone know why the extra http:\\%22 is being added to the address?
Many thanks
LiaMy guess is that someone has been a bit sloppy with the coding for the url
in your application. Recheck that wether the ones that are working are
listed in the same way as the ones that are not working. My guess is that
one of them are missing http:// in the url where you get the report urls.
Kaisa M. Lindahl Lervik
"lia" <lia@.discussions.microsoft.com> wrote in message
news:55ADDEEC-F2FA-4140-A8D7-CEE3B410AD0E@.microsoft.com...
> Hi
> We have an application that calls a RS report with 20 params and renders
> it
> straight to Excel but on almost half of the reports we receive an error.
> We have noticed that on the reports that dont work the address line is as
> follows http:\\%22http:\\reportserver...
> and for the ones that work
> http:\\reportserver...
>
> Does anyone know why the extra http:\\%22 is being added to the address?
> Many thanks
> Lia|||I have checked this and no, the url's are being coded the same way for all.
For the ones that dont work they have the correct url other than the
http:\\%22 at the beginning. If we delete this from the address and click go
the report render's as expected.
"Kaisa M. Lindahl Lervik" wrote:
> My guess is that someone has been a bit sloppy with the coding for the url
> in your application. Recheck that wether the ones that are working are
> listed in the same way as the ones that are not working. My guess is that
> one of them are missing http:// in the url where you get the report urls.
> Kaisa M. Lindahl Lervik
> "lia" <lia@.discussions.microsoft.com> wrote in message
> news:55ADDEEC-F2FA-4140-A8D7-CEE3B410AD0E@.microsoft.com...
> > Hi
> >
> > We have an application that calls a RS report with 20 params and renders
> > it
> > straight to Excel but on almost half of the reports we receive an error.
> >
> > We have noticed that on the reports that dont work the address line is as
> > follows http:\\%22http:\\reportserver...
> > and for the ones that work
> > http:\\reportserver...
> >
> >
> > Does anyone know why the extra http:\\%22 is being added to the address?
> >
> > Many thanks
> >
> > Lia
>
>