Value was either too large or too small for a uint32

Source: Internet
Author: User

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.