I've found a couple of entries in the exceptions report which I wonder might be linked to this issue:
Message:
Iterator Failed. Type CommunityServer.Blogs.Components.Weblogs. Method
UpdateRecentContent. Reason String or binary data would be truncated.
The statement has been terminated.
CommunityServer.Components.CSException: Iterator Failed. Type
CommunityServer.Blogs.Components.Weblogs. Method UpdateRecentContent.
Reason String or binary data would be truncated.
The statement has been terminated.
and
Message:
Error occurred while running background task RecentBlogContent
System.Data.SqlClient.SqlException: String or binary data would be truncated.
The statement has been terminated.
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.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.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
at CommunityServer.Data.WeblogSqlDataProvider.UpdateRecentContent(Int32 settingsId)
at CommunityServer.Blogs.Components.Weblogs.UpdateRecentContent(Int32 settingsId)
at CommunityServer.Components.SiteSettingsManager.IterateSiteSettings(SiteSettingsListIterator iter)
at CommunityServer.Blogs.Components.RecentContentJob.Execute(XmlNode node)
at Telligent.Tasks.Task.ᐁ()
Both exceptions seem to be happening quite regularly - the error counts are sitting at about 500 over the past week or so.
Anyone encountered these errors before?