Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi!
I'm getting this error in my log:
2017-06-20 12:53:09,511 [P10852/D3/T174] ERROR SEOChecker.Core.Repository.PageNotFound.PageNotFoundRepository - SEOChecker: Error commiting Redirect stats System.Data.SqlClient.SqlException (0x80131904): String or binary data would be truncated. The statement has been terminated. 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.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds, Boolean describeParameterEncryptionRequest) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, 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 Umbraco.Core.Persistence.PetaPocoCommandExtensions.<>c__DisplayClass1.<ExecuteNonQueryWithRetry>b__0() at Umbraco.Core.Persistence.FaultHandling.RetryPolicy.ExecuteAction[TResult](Func`1 func) at Umbraco.Core.Persistence.Database.Execute(String sql, Object[] args) at SEOChecker.Core.Repository.PageNotFound.PageNotFoundRepository.CommitStats()
Looks like the data is to big for the column in the table?
Yup, that'll be it - there was a similar issue with the (magnificent) Archetype package when it was released. Without knowing where you're writing to, I could say yay or nay to changing the column type, but it's probably safe to do so...
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
SQL-issue: String or binary data would be truncated
Hi!
I'm getting this error in my log:
Looks like the data is to big for the column in the table?
Yup, that'll be it - there was a similar issue with the (magnificent) Archetype package when it was released. Without knowing where you're writing to, I could say yay or nay to changing the column type, but it's probably safe to do so...
is working on a reply...