Hi
I have dnn2.1.2 still working :) And have module RDM installed on it. 90% of the time in clicking on UPDATE when Adding a Resource it fails (after it waits say for 50-60 seconds) .. and in logs i see these errors
Message: Unhandled Error:
InnerException: System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. at System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) at System.Data.SqlClient.SqlConnection.Open() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Data.SqlDataProvider.GetTab(Int32 TabId) at DotNetNuke.TabController.GetTab(Int32 TabId) at DotNetNuke.PortalSettings.GetPortalByTab(Int32 TabID, String PortalAlias) at DotNetNuke.Global.Application_BeginRequest(Object sender, EventArgs e) at System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
TargetSite:
StackTrace:
HelpLink:
Source:
Then this one
Message: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
InnerException:
TargetSite: System.Data.SqlClient.SqlInternalConnection GetPooledConnection(System.Data.SqlClient.SqlConnectionString, Boolean ByRef)
StackTrace: at System.Data.SqlClient.SqlConnectionPoolManager.GetPooledConnection(SqlConnectionString options, Boolean& isInTransaction) at System.Data.SqlClient.SqlConnection.Open() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteScalar(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.DNNScheduler.SqlDataProvider.AddScheduleHistory(Int32 ScheduleID, DateTime StartDate) at DotNetNuke.Scheduling.SchedulingController.AddScheduleHistory(ScheduleHistoryItem objScheduleHistoryItem) at DotNetNuke.Scheduling.CoreScheduler.AddScheduleHistory(ScheduleHistoryItem objScheduleHistoryItem)
HelpLink:
Source: System.Data
Any ideas
Thanks