Thursday, February 16, 2012

Value was either too large or too small for a Uint32 - Storage space allocation error

The error may be cause by the exceptions when convert a negative value to UInt32.


Please do the following steps to diagnose the issue,

1. Log onto the SQL database server which your SharePoint site is based on.

2. Start the “Microsoft SQL Server Management Studio”.

3. Run the following SQL Statement in the content database of your site (You can check your content database name by Central Administration > Application Management > Content Databases):



Select

(select webs.FullUrl from webs where webs.Id = tp_WebId) as [siteurl],

*

From AllLists

Where tp_ItemCount < 0

Order by tp_ItemCount



If there are some records returned, you could located the lists from the [siteurl] and [tp_Title] column.

You can recreate the corrupted lists to solve the issue.

No comments:

Post a Comment