September 8, 2009 at 3:17 am
HI All,
i installed reporet services on SQL2005 SP3 and it was rnning well untill one day whe i try to open web site it give me this error
Unhandled Execution Error
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.OutOfMemoryException:
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[OutOfMemoryException]
Microsoft.SqlServer.ReportingServices2005.Execution.RSExecutionConnection.GetSecureMethods() +204
Microsoft.SqlServer.ReportingServices2005.Execution.RSExecutionConnection.IsSecureMethod(String methodname) +47
Microsoft.SqlServer.ReportingServices2005.Execution.RSExecutionConnection.LoadReport(String Report, String HistoryID) +44
Microsoft.Reporting.WebForms.ServerReport.GetExecutionInfo() +125
Microsoft.Reporting.WebForms.ServerReport.SetParameters(IEnumerable`1 parameters) +67
_Default.GetReportAlldays() +347
_Default.Page_Load(Object sender, EventArgs e) +1268
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +50
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082
whaen i try to use anthor SQL 2005 SP3 server there is o error and also i try to uninsall and re instll reporting servces on the corrupted server.
September 8, 2009 at 4:00 am
Please check the values in RSReportServer.config for
the specific entries are the MaximumMemoryLimit setting and the MemoryLimit setting in the tag.
Also, check the machine.config for values in .
These settings play vital role in memory management for .net applications.
Thanks
Suresh Ramamurthy
September 8, 2009 at 4:48 am
can you plz tell me what exatlyi need t check in machine.config and report service.
and thanks alot
September 8, 2009 at 11:01 am
i change change memory from 60 to 100
100
and MaximumMemoryLimit from 70 to 150
150
but the error still.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply