Monday, March 26, 2012
Reporting Services Rendering is Slow
display the same characteristics. The first run is extreemly slow. We
could be talking up to 1 minute to generate a pretty basic report.
When the same report with a differnet parameter or even a different report
is run the display is immediate.
The server it sits on has not been rebooted, but if i run the same report
the next day then it runs as if its the first time its run.
Is there some kind of setting I've missed in IIS or SRS that is obviously
unloading all the compiled referneces to SRS. I understand that .net
application are slow on first execution due to compiling etc.
Can anyone help?the first time you access Reporting Service, IIS must compile the webpages.
a w3wp process starts and compile the page and then start the rendering.
after some times, the application pool is killed to released the resources
on the server.
So go in your application pool (in IIS) and change the recycle parameters.
and also you can create a scheduled task to wakeup Reporting Services.
"Namshub" <Ricchard.Pullen@.Southend.nhs.uk.RemoveMyspam> wrote in message
news:Oi#tWk8iHHA.4516@.TK2MSFTNGP03.phx.gbl...
>I use the web service as well as intergrated url link to display, but both
>display the same characteristics. The first run is extreemly slow. We
>could be talking up to 1 minute to generate a pretty basic report.
> When the same report with a differnet parameter or even a different report
> is run the display is immediate.
> The server it sits on has not been rebooted, but if i run the same report
> the next day then it runs as if its the first time its run.
> Is there some kind of setting I've missed in IIS or SRS that is obviously
> unloading all the compiled referneces to SRS. I understand that .net
> application are slow on first execution due to compiling etc.
> Can anyone help?
>
>|||maybe you should stop using MDB as a database
"Namshub" <Ricchard.Pullen@.Southend.nhs.uk.RemoveMyspam> wrote in message
news:Oi%23tWk8iHHA.4516@.TK2MSFTNGP03.phx.gbl...
> I use the web service as well as intergrated url link to display, but
both
> display the same characteristics. The first run is extreemly slow. We
> could be talking up to 1 minute to generate a pretty basic report.
> When the same report with a differnet parameter or even a different report
> is run the display is immediate.
> The server it sits on has not been rebooted, but if i run the same report
> the next day then it runs as if its the first time its run.
> Is there some kind of setting I've missed in IIS or SRS that is obviously
> unloading all the compiled referneces to SRS. I understand that .net
> application are slow on first execution due to compiling etc.
> Can anyone help?
>
>|||Snotty but not the reason. Note that it is the first time that he has
problems, not subsequent times. This is totally an IIS issue and the fact
that asp.net application (which is what RS is) gets unloaded.
Detailed instructions for solution is: Go to IIS Manager, under Applocation
Pools node, right click "DefaultAppPool" in which the Reporting Server work
process is running, select properties. On "Performace" tag, you will see,
by default, the app pool will shut down if > being idle for 20 min. You can
extend this time to 8x60min 480min, so that the app pool will not shut down
for a regular working day. However, the first report reader of the day,
will hit the delay. You may schedule a dummy report at beginning of a work
day for this.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Aaron Kempf" <akempf@.dol.wa.gov> wrote in message
news:uAzPTfdjHHA.208@.TK2MSFTNGP05.phx.gbl...
> maybe you should stop using MDB as a database
>
> "Namshub" <Ricchard.Pullen@.Southend.nhs.uk.RemoveMyspam> wrote in message
> news:Oi%23tWk8iHHA.4516@.TK2MSFTNGP03.phx.gbl...
>> I use the web service as well as intergrated url link to display, but
> both
>> display the same characteristics. The first run is extreemly slow. We
>> could be talking up to 1 minute to generate a pretty basic report.
>> When the same report with a differnet parameter or even a different
>> report
>> is run the display is immediate.
>> The server it sits on has not been rebooted, but if i run the same report
>> the next day then it runs as if its the first time its run.
>> Is there some kind of setting I've missed in IIS or SRS that is obviously
>> unloading all the compiled referneces to SRS. I understand that .net
>> application are slow on first execution due to compiling etc.
>> Can anyone help?
>>
>
Friday, March 23, 2012
Reporting Services Problem
<a href = "List">http://www.myserver.com/ReportServer?%2fCustomReports%2fOrganization>List of Managers</a>
This works great and renders the report
However after I return to the calling page and perform a POST such as
<form ACTION="http://www.myserver.com/Catch.asp" METHOD="post" name="frm1" id="frm1"
<INPUT id=Var1 name = Var1 type=hidden value="valuetopost">
The variables Var1 are never passed if I do this AFTER linking to the report. It always works if I do this BEFORE calling the report. I can only get this to work again by closing out the html page and starting again
Does anyone have any ideas what is wrong?You should try posting this to SQL Server Reporting Services forum.
Reporting Services PageHeight & Pagewidth
Hi,
Is it possible to pass the pageheight and width through Url along with paramater to control report layout.
Kindly help!
Thanks,
Prabaharaprabu
Hello,
I don't think the page height or width are updateable, but you could check here. http://msdn2.microsoft.com/en-us/library/ms153586.aspx
Hope this helps.
Jarret
sqlReporting Services output format
Every download requires the users to accept or reject it. It's a security thing...
Imagine the chaos, if any developer could create a link, that when clicked, downloaded a file to your local drive and then executed that file.|||Makes good sense. Thanks for the input mbanavige!!!sql
Wednesday, March 21, 2012
Reporting Services on the Web
Hi there
We use Reporting Services within our organisation to display real time reports on our business, we access this by typing the URL to our server,
We want to make Report manager visable over the web, how can this be done?
thanks
Tim
http://ServerName/Reports
this will open report manager in IE. If you want to open this from remote location then you have to add remote machine identity in /Home folder permisssion list on ReportServer with Content Management role.
Friday, March 9, 2012
Reporting Services in SQL 2000-Help
I'm new to Reporting Services in SQL Server 2000.
Can someone please help me in this regard with any helpfile or url for the
basics on this?
Regards,
Shyam
Probably the best place to start is the tutorials and books on line...
Other than that I like the Hitchiker's Guide to Reporting Services.
For examples try www.msbicentral.com
Wayne Snyder, MCDBA, SQL Server MVP
Mariner, Charlotte, NC
www.mariner-usa.com
(Please respond only to the newsgroups.)
I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org
"Shyam" <Shyam@.discussions.microsoft.com> wrote in message
news:9258E292-76FA-42E9-9F55-28078FB48D3F@.microsoft.com...
> Hi,
> I'm new to Reporting Services in SQL Server 2000.
> Can someone please help me in this regard with any helpfile or url for the
> basics on this?
> Regards,
> Shyam
Reporting Services in SQL 2000-Help
I'm new to Reporting Services in SQL Server 2000.
Can someone please help me in this regard with any helpfile or url for the
basics on this?
Regards,
ShyamProbably the best place to start is the tutorials and books on line...
Other than that I like the Hitchiker's Guide to Reporting Services.
For examples try www.msbicentral.com
Wayne Snyder, MCDBA, SQL Server MVP
Mariner, Charlotte, NC
www.mariner-usa.com
(Please respond only to the newsgroups.)
I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org
"Shyam" <Shyam@.discussions.microsoft.com> wrote in message
news:9258E292-76FA-42E9-9F55-28078FB48D3F@.microsoft.com...
> Hi,
> I'm new to Reporting Services in SQL Server 2000.
> Can someone please help me in this regard with any helpfile or url for the
> basics on this?
> Regards,
> Shyam
Reporting Services in SQL 2000-Help
I'm new to Reporting Services in SQL Server 2000.
Can someone please help me in this regard with any helpfile or url for the
basics on this?
Regards,
ShyamProbably the best place to start is the tutorials and books on line...
Other than that I like the Hitchiker's Guide to Reporting Services.
For examples try www.msbicentral.com
Wayne Snyder, MCDBA, SQL Server MVP
Mariner, Charlotte, NC
www.mariner-usa.com
(Please respond only to the newsgroups.)
I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org
"Shyam" <Shyam@.discussions.microsoft.com> wrote in message
news:9258E292-76FA-42E9-9F55-28078FB48D3F@.microsoft.com...
> Hi,
> I'm new to Reporting Services in SQL Server 2000.
> Can someone please help me in this regard with any helpfile or url for the
> basics on this?
> Regards,
> Shyam