Microsoft KB Archive/887716

From BetaArchive Wiki
Knowledge Base


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

Article ID: 887716

Article Last Modified on 2/8/2007



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)

Keywords: kbtshoot kbprb KB887716