Has anyone encountered this problem below or know of a way to resolve it? We
are running in MOSS Standard Edition environment that I believe is still pre
SP1 and no hotfixes applied.

The "Unknown Error" problem occurs when attempting to access the 'Storage
Space Allocation' page in Site Collection Admin and only on this particular
site collection. The same page is working fine in other Site colletctions on
the same server.


We modified the web.config file to display a more meaningful error and
received this more detailed error:

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)



We then wrote some code to interogate the Site Collection. The largest
Document library within the site collection:

The number of items  = 1623

The total size of the document library = 2,155,913,959




The only number which exceeds UInt32.Max value (4,294,967,295) is total size
of  all document libraries in site collection = 10,961,719,999.

Regards,

Kirk.



------------------------------------------------------------------- OzMOSS.com 
- to unsubscribe from this list, send a message back to the list with 
'unsubscribe' as the subject.
Powered by mailenable.com

Reply via email to