We are using DNN 3.0.13; and have noticed substantial aspnet_wp recycles. We engaged Microsoft, and they determined that the following was the exception thrown in the dump file.
Any ideas?
"Procedure 'GetSchedule' expects parameter '@Server', which was not supplied."
Call Stack
=================
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection connection, SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters, SqlConnectionOwnership connectionOwnership)
at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText)
at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues)
at DotNetNuke.Services.Scheduling.DNNScheduling.SqlDataProvider.GetSchedule()
at DotNetNuke.Services.Scheduling.DNNScheduling.SchedulingController.GetSchedule()
at DotNetNuke.Services.Scheduling.DNNScheduling.CoreScheduler.LoadQueueFromTimer()
at DotNetNuke.Services.Scheduling.DNNScheduling.CoreScheduler.Start()