The Storage Space Allocation page does not display more than 100 items in SharePoint Portal Server 2003 (887716)



The information in this article applies to:

  • Microsoft Office SharePoint Portal Server 2003
  • Microsoft Windows SharePoint Services

SYMPTOMS

When you try to view the Storage Space Allocation page (the Storman.aspx file ) of a portal site that has more than 100 items on Microsoft Office SharePoint Portal Server 2003, you can only view the first 100 items. You cannot continue to the next set of 100 items on another page. You expect to be able to see the next 100 items by paging through sets of 100 items. However, you can see only 100 items, and you cannot page through sets of 100 items.

CAUSE

This issue occurs because the Storage Space Allocation page in SharePoint Portal Server 2003 lets you view 25 items, 50 items, or 100 items on each page. However, you cannot view more than 100 items by using the Storage Space Allocation page.

WORKAROUND

If you must view more than 100 items, you can work around this issue by using the following object model call to write your own interface:
public DataTable StorageManagementInformation(
                                      StorageManagementInformationType ltVar, 
                                      StorageManagementSortOrder sordVar, 
                                      StorageManagementSortedOn soVar,
                                      uint nMaxResults)

Modification Type:MajorLast Reviewed:11/18/2004
Keywords:kbtshoot kbprb KB887716 kbAudDeveloper