Posts

Showing posts from May, 2018

Failed to update site content type - Column Order due to aborted thread

Image
I encountered error when updating Column Ordering of a site content type on a root web with 6000 sub-webs via web browser: http://SharePoint2010.intranet.abc.com/ _layouts/ChangeFieldOrder.aspx ?ctype=0x01007654335D3BA08148A3410EAA36350F99 I then checked the ULS log on the Web Front End server and found the following error: System.Threading.ThreadAbortException: Thread was being aborted.   at SNIReadSync(SNI_Conn* , SNI_Packet** , Int32 )   at SNINativeMethodWrapper.SNIReadSync(SafeHandle pConn, IntPtr& packet, Int32 timeout)   at System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObject stateObj)   at System.Data.SqlClient.TdsParserStateObject.ReadNetworkPacket()   at System.Data.SqlClient.TdsParserStateObject.ReadBuffer()   at System.Data.SqlClient.TdsParserStateObject.ReadByte()   at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopy