Showing posts with label stated. Show all posts
Showing posts with label stated. Show all posts

Friday, March 9, 2012

Reporting services hangs

Hi,

someone doing some reports for me using Reporting Services is getting some problems.

This

is what he stated the problem as: "There is a ASP.NET service which

eats up all of the memory until the report system crashes"

By

removing as many of the views as possible and using tables directly,

the report successfully ran (in a bit over two minutes, processing

300,000 records), however, when doubling the amount of data to be

included, the report wouldn't run again.

Has anybody come across a similar problem and have any advice?

Thanks,

Frank

Rather than sending 600,000 rows across the network, I'd suggest filtering/aggregating on the database side and using Reporting Services mainly to format/display. Take advantage of the strenghts of each product.

Otherwise, I'd suggest increasing the amoung of memory available on the machine, and if necessary upgrading to 64-bit which supports much larger amounts of RAM.

Thanks, Donovan.

|||Thanks, I believe the developer has tried to do as much processing on the server, but I will pass on your suggestion.

Upgrading RAM has already been suggested, but the system is for some financially strapped countries so it may not be possible.

Thanks again.|||Hi Donovan,

the developer has redesigned the reports as you suggested and instead of sending 600,000 records to Reporting Services he is now sending 6,300 and the report works!

Thanks a bunch!

Saturday, February 25, 2012

Reporting Services Error

Hi,
I've set up both SQL Server 2005 and also Reporting Services 2005 as
the installation instructions stated.
I have made a report and after some fiddling about, got that to work
with my local admin/domain admin account.
My regular user account can access the \\<servername>reports\ web front
end, but sees no reports. When i try to go directly to the
\\<servername>\reportserver\ front end i get the following error...
The permissions granted to user '<DOMAIN>\<USERNAME>' are insufficient
for performing this operation. (rsAccessDenied) Get Online Help
I went to the online help, and, it had no suggestions.
Anyone ever come accross this and how was it sorted out?
ThanksThe only thing I can think of is you need to log in as admin, go to
properties on the main report server page and add new role assigment. THat
way you can grant access to your regular account.
"Andyyy" <andrew.bassitt@.ikano.net> wrote in message
news:1153210845.626000.287530@.75g2000cwc.googlegroups.com...
> Hi,
> I've set up both SQL Server 2005 and also Reporting Services 2005 as
> the installation instructions stated.
> I have made a report and after some fiddling about, got that to work
> with my local admin/domain admin account.
> My regular user account can access the \\<servername>reports\ web front
> end, but sees no reports. When i try to go directly to the
> \\<servername>\reportserver\ front end i get the following error...
> The permissions granted to user '<DOMAIN>\<USERNAME>' are insufficient
> for performing this operation. (rsAccessDenied) Get Online Help
> I went to the online help, and, it had no suggestions.
> Anyone ever come accross this and how was it sorted out?
> Thanks
>|||The only thing I can think of is you need to log in as admin, go to
properties on the main report server page and add new role assigment. Tat
way you can grant access to your regular account.
"Andyyy" <andrew.bassitt@.ikano.net> wrote in message
news:1153210845.626000.287530@.75g2000cwc.googlegroups.com...
> Hi,
> I've set up both SQL Server 2005 and also Reporting Services 2005 as
> the installation instructions stated.
> I have made a report and after some fiddling about, got that to work
> with my local admin/domain admin account.
> My regular user account can access the \\<servername>reports\ web front
> end, but sees no reports. When i try to go directly to the
> \\<servername>\reportserver\ front end i get the following error...
> The permissions granted to user '<DOMAIN>\<USERNAME>' are insufficient
> for performing this operation. (rsAccessDenied) Get Online Help
> I went to the online help, and, it had no suggestions.
> Anyone ever come accross this and how was it sorted out?
> Thanks
>