Register | Login
Saturday, February 11, 2012
  Search
 Discussion Forums at Locopon's Minimize
 
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorTimeout expired errorTimeout expired error
Previous Previous
 
Next Next
New Post
 6/26/2007 5:57 AM
 
Timeout expired error  (Poland)
I have following error:

Error: DSLocalizator is currently unavailable.
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 DotNetNuke.Services.Scheduling.DNNScheduling.SqlDataProvider.GetSchedule() at DotNetNuke.Services.Scheduling.DNNScheduling.SchedulingController.GetSchedule() at DotNetNuke.Services.Scheduling.DNNScheduling.DNNScheduler.GetSchedule() at Delisoft.DNN.Modules.DSLocalizator.DSLocalizator.b() at Delisoft.DNN.Modules.DSLocalizator.DSLocalizator.c(Object A_0, EventArgs A_1) --- End of inner exception stack trace ---


DSLocalizator and Scheduler are only ones getting me this. I have several slighty changed modules (mainly for text localization).

Any ideas?
New Post
 6/26/2007 1:50 PM
 

From your error we can see that the error is being produced when DNN is trying to contact your SQL server. It seems that you enabled the SQLViewstate option. What is the time you gave to the SQLviewstate?

 

New Post
 6/26/2007 5:49 PM
 
I don't know. It was some time ago. It worked on my local setting but stopped on hosting. And now I cannot turn move to DSLocalizator anyhow. Could you please tll me how I should disable sqlviewstate using MS sql commands?
New Post
 7/1/2007 6:58 PM
 

Are you able to enter the module configuration?

If the answer is yes, then you can change that option at the general settings page

If not, the you need execute the following sql:

update Delisoft_TabLocalization_Options set UseSQLViewState=0

New Post
 8/26/2009 11:58 PM
 
Re: Timeout expired error  (United States)

Please Help!!!

I am building a website for a client. I tried to login today to make some changes and this error came up after I clicked "login." I didn't even get the username and password fields, it just said the following:

A critical error has occurred.
Object reference not set to an instance of an object

 

Please help! If what you mentioned about the Delisoft_TabLocalization_Options set UseSQLViewState=0 applies to my situation, can you guide me as far as how to do that? I'm new to SQL and I have my site hosted by Godaddy. I don't know where to run that SQL code...

 

Report Post 
Previous Previous
 
Next Next
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorTimeout expired errorTimeout expired error