Hi,
I try to rename a folder in a list and i get this error: “Exception from HRESULT: 0x8107020D” and a correlation ID.
It doesn’t matter if i try to make the name of the folder smaller or bigger the error still occurs.
The number of characters is around 432 but the same error appear on different lists which have less than 256 characters.
Looking in ULS log i get this event (source=database):
System.Data.SqlClient.SqlException: Arithmetic overflow error for data type tinyint, value = 256.    at System.Data.SqlClient.SqlConnection.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.SqlDataReader.HasMoreRows()    at System.Data.SqlClient.SqlDataReader.ReadInternal(Boolean setTimeout)    at System.Data.SqlClient.SqlDataReader.NextResult()    at Microsoft.SharePoint.SPSqlClient.ExecuteQueryInternal(Boolean retryfordeadlock)    at Microsoft.SharePoint.SPSqlClient.Ex…   204377ac-dc9b-49e4-b20e-7516f57eebf3
Do you know if this can be fixed without changin the tinyint type?