For information, bellow you will find my "Update DNN log file" with the error
------------------------------------------------------
System.Data.SqlClient.SqlException (0x80131904): La conversion d'un type de données varchar en type de données datetime a créé une valeur hors limites.
L'instruction a été arrêtée.
at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at DotNetNuke.Data.SqlDataProvider.ExecuteScriptInternal(String connectionString, String script)
ClientConnectionId:7c0209fe-1066-4669-8d14-8978f6df395a
Error Number:242,State:3,Class:16
-- DNN-8141 END
-- CONTENT-5617 Page Settings Error: 12/31/9999 11:59:59 PM' is not valid for 'SelectedDate'
IF-OBJECT_ID(N'dbo.[Tabs]', N'U')-IS-NOT-NULL
UPDATE-dbo.[Tabs]
SET-EndDate-=-NULL
WHERE-EndDate->=-'9999-12-31'
-----------------------------------------------------------------------------------------------------
Remark :
Because I' not sure if you have security for SQL Code in your editor I have added "-" between each Word in the SQL sentence
Regards, P. Bangerter