Hello im obtaining this problem:
0:24 Minutes | 18% ERROR occured - System.Data.SqlClient.SqlException (0x80131904): La conversión del tipo de datos varchar en datetime produjo un valor fuera de intervalo. Se terminó la instrucción. at System.Data.SqlClient.SqlConnection. (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:14dd5ffa-52c2-4bb1-bed6-96472221b7bd 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'
Trying to do a blank install with DNN 8.0 downloaded from http://dotnetnuke.codeplex.com/
Windows Server 2012 Standard
SQL Server 2012 standard
in the same machine there are others previous DNN running without problems
Any idea welcome