Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Timeout expired error !Timeout expired error !
Previous
 
Next
New Post
11/14/2007 12:47 PM
 

Hi !

Anybody know this error ! It always show in the Event Log of my portal. Can you explain this error and the sloving to fix it.

Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj) at System.Data.SqlClient.SqlDataReader.ConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) 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, String spName, Object[] parameterValues) at YourCompany.Modules.Consulting.SqlDataProvider.GetConsultings(Int32 ModuleId, Int32 CurrentPage, Int32 PageSize) in F:\hosting\KHCN_Dongnai\webso\App_Code\Consulting\SqlDataProvider.vb:line 132 at YourCompany.Modules.Consulting.ConsultingController.GetConsultings(Int32 ModuleId, Int32 CurrentPage, Int32 PageSize) in F:\hosting\KHCN_Dongnai\webso\App_Code\Consulting\ConsultingController.vb:line 61 at YourCompany.Modules.Consulting.ViewConsulting.bindListTam(Int32 intCurrentPageIndex, Int32 status) in F:\hosting\KHCN_Dongnai\webso\DesktopModules\Consulting\ViewConsulting.ascx.vb:line 225 at YourCompany.Modules.Consulting.ViewConsulting.Page_Load(Object sender, EventArgs e) in F:\hosting\KHCN_Dongnai\webso\DesktopModules\Consulting\ViewConsulting.ascx.vb:line 108 --- End of inner exception stack trace ---

 
New Post
11/14/2007 1:03 PM
 

You probably have too many exceptions in your EventLog database table.  Try deleting some and you will likely get back in.

DELETE FROM EventLog WHERE LogCreateDate > GETDATE() - 10

This will delete all logged errors that occured earlier than 10 days ago.  Depending on how large your EventLog table is, this query could take a while to run.  Let it run.

Please note that this is an irreverseable change.  I recommend backing up your DB before running the SQL statement.

Sometimes, this may not clear enough records.  If this is the case, play with the amount of days, or run this statement to delete all of the log errors:

DELETE FROM EventLog

Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Timeout expired error !Timeout expired error !


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out