Microsoft Knowledge Base Email Alertz

The Catalog Manager Business Management application displays only 500 items on a computer that is running Commerce Server 2002 Feature Pack 1

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 920679 - Last Review: June 30, 2006 - Revision: 1.1

The Catalog Manager Business Management application displays only 500 items on a computer that is running Commerce Server 2002 Feature Pack 1

INTRODUCTION

The Catalog Manager Business Management application lets you manage catalogs and design catalogs on a computer that is running Microsoft Commerce Server 2002 Feature Pack 1. You may notice that the application displays only 500 items, even though you have many more items in the catalog or in the category.

MORE INFORMATION

The CatalogWebService element of the Web.config file supports the MaxRootItems attribute. The default value of the MaxRootItems attribute is 500. You can change the following code section to increase the value of the MaxRootItems attribute as follows.
<catalogWebService siteName="CS2002StarterSite" authorizationPolicyPath="CatalogAuthorizationStore.xml" debugLevel="Production" fileUploadDirectory="%windir%\temp" maxChunkSize="1024" maxUploadFileSize="204800" MaxRootItems=”500” timeOutHours="24"/>
If you change the value of the MaxRootItems attribute to 800, the application displays 800 items. Then, the code section resembles the following code.
<catalogWebService siteName="CS2002StarterSite" authorizationPolicyPath="CatalogAuthorizationStore.xml" debugLevel="Production" fileUploadDirectory="%windir%\temp" maxChunkSize="1024" maxUploadFileSize="204800" MaxRootItems=”800” timeOutHours="24"/>

APPLIES TO
  • Microsoft Commerce Server 2002 Service Pack 1
Keywords: 
kbinfo KB920679
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate