This error occurs when I climb the network.
Value was either too large or too small for a uint32.
At system. Convert. touint32 (double value)
At Microsoft. Sharepoint. applicationpages. splistinfo. get_itemcount ()
At Microsoft. Sharepoint. applicationpages. storman. doclibdataviewer. cells (uint32 ucol)
At Microsoft. Sharepoint. applicationpages. storman. buildview ()
At Microsoft. Sharepoint. applicationpages. storman. page_prerender (Object sender, eventargs E)
At system. Web. util. callihelper. eventargfunctioncaller (intptr FP, object o, object T, eventargs E)
At system. Web. util. callieventhandlerdelegateproxy. Callback (Object sender, eventargs E)
At system. Web. UI. Control. onprerender (eventargs E)
At Microsoft. Sharepoint. webcontrols. unsecuredlayoutspagebase. onprerender (eventargs E)
At system. Web. UI. Control. prerenderrecursiveinternal ()
At system. Web. UI. Page. processrequestmain (Boolean includestagesbeforeasyncpoint, Boolean includestagesafterasyncpoint)
Troubleshoot issues with Windows SharePoint Services.
Solution
Hi,
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 cocould located the lists from the [siteurl] and [tp_title] column.
You can recreate the upted lists to solve the issue.
If there are no sensitive data and you cocould not solve the issue by yourself, please let me know the result in order to do further research.
If this is a business critical issue, it is suggest to contact Microsoft Product/Customer Support Services for further maintenance ance.