Is anyone encountering this error, which appears in my log every minute!
2014-01-24 16:02:47,028 [44] INFO Umbraco.Core.Persistence.UmbracoDatabase - [Thread 34] at System.Data.SqlClient.SqlConnection.OnError(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.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.Read() at Umbraco.Core.Persistence.Database.<Query>d__1c`1.MoveNext() 2014-01-24 16:02:47,028 [44] ERROR umbraco.presentation.publishingService - [Thread 34] Error executing scheduled publishing System.Data.SqlClient.SqlException (0x80131904): The conversion of a varchar data type to a datetime data type resulted in an out-of-range value. at System.Data.SqlClient.SqlConnection.OnError(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.SqlDataReader.TryHasMoreRows(Boolean& moreRows) at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) at System.Data.SqlClient.SqlDataReader.Read() at Umbraco.Core.Persistence.Database.<Query>d__1c`1.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at Umbraco.Core.Persistence.Repositories.ContentRepository.<PerformGetByQuery>d__1f.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext() at System.Linq.Buffer`1..ctor(IEnumerable`1 source) at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source) at umbraco.presentation.publishingService.CheckPublishing(Object sender) ClientConnectionId:11c9285f-4fee-400e-b174-0a689d7d457f
Ok so something is calling the publishing service every minute, normally you would expect to find an entry in the umbracosettings.config to cause this, but there's no entries in the <scheduledTasks> section.
Yes I'am also getting on umbraco 7.0.4. I worry that it's a clean installation, this is without content, then what is the varchar data to be converted? "The conversion of a varchar data type to a datetime data type resulted in an out-of-range value". As I have time I will try the scheduled publication
Really weird log error since upgrading to 7.0.2
Is anyone encountering this error, which appears in my log every minute!
Ok so something is calling the publishing service every minute, normally you would expect to find an entry in the umbracosettings.config to cause this, but there's no entries in the <scheduledTasks> section.
This ones very odd!
Hey, @Martin
I am also getting this error on umbraco 7.0.4.
Did you figure out how to fix it?
/Jivan
Yes I'am also getting on umbraco 7.0.4. I worry that it's a clean installation, this is without content, then what is the varchar data to be converted? "The conversion of a varchar data type to a datetime data type resulted in an out-of-range value". As I have time I will try the scheduled publication
is working on a reply...