Article ID: 954959 - Last Review: August 27, 2008 - Revision: 1.0 FIX: Error message when you try to add more than 84 base catalogs into a virtual catalog in Commerce Server 2007: "Exceeded the Max limit of 84 base catalogs"
On This PageSYMPTOMSWhen you try to add more than 84 base catalogs into a virtual catalog in Microsoft Commerce Server 2007, you may receive the following error message: Exceeded the Max limit of 84 base catalogs. CAUSEThis problem occurs because of a limitation in the number of base catalogs in a virtual catalog. Lots of base catalogs in a virtual catalog may potentially affect site performance. Therefore, the limitation was set to avoid this behavior. RESOLUTION A supported hotfix is available from Microsoft. However, this hotfix is intended to correct only the problem that is described in this article. Apply this hotfix only to systems that are experiencing this specific problem. This hotfix might receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next software update that contains this hotfix. If the hotfix is available for download, there is a "Hotfix download available" section at the top of this Knowledge Base article. If this section does not appear, contact Microsoft Customer Service and Support to obtain the hotfix. Note If additional issues occur or if any troubleshooting is required, you might have to create a separate service request. The usual support costs will apply to additional support questions and issues that do not qualify for this specific hotfix. For a complete list of Microsoft Customer Service and Support telephone numbers or to create a separate service request, visit the following Microsoft Web site: http://support.microsoft.com/contactus/?ws=support
(http://support.microsoft.com/contactus/?ws=support)
Note The "Hotfix download available" form displays the languages for which the hotfix is available. If you do not see your language, it is because a hotfix is not available for that language.PrerequisitesYou must have Commerce Server 2007 installed to apply this hotfix.Restart requirementYou do not have to restart the computer after you apply this hotfix.Hotfix replacement informationThis hotfix does not replace any other hotfixes.File informationThe English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.Collapse this table
MORE INFORMATIONFactors that may affect site performance and cause SQL Server errorsIf you add too many base catalogs into a virtual catalog, you may affect site performance in the following areas:
The following factors may affect site performance or cause SQL Server errors to occur
Issues that may occurWhen you include lots of base catalogs in a virtual catalog, you may experience one of the following issues.You receive error message 4414If you run SQL Server 2000 Service Pack 3 (SP3) or an earlier service pack of SQL Server 2000, you may receive the following error message:Msg 4414, Level 16, State 1, Line 1
Could not allocate ancillary table for view or function resolution. The maximum number of tables in a query (256) was exceeded. Msg 4414, Level 16, State 1, Line 1
Could not allocate ancillary table for view or function resolution. The maximum number of tables in a query (260) was exceeded. To resolve this issue, use one of the following methods:
828269
(http://support.microsoft.com/kb/828269/
)
FIX: A Transact-SQL query that uses views may fail unexpectedly in SQL Server 2000 Service Pack 3
You receive error message 511 or error message 8618You may receive one of the following error messages in Catalog Manager and site browsing:Error message 1 Msg 511, Level 16, State 1, Line 1
Cannot create a row of size 8081 which is greater than the allowable maximum of 8060. Error message 2 Msg 8618, Level 16, State 2, Line 1 Could not get the root products for the catalog. ---> System.Data.SqlClient.SqlException: The query processor could not produce a query plan because a worktable is required, and its minimum row size exceeds the maximum allowable of 8060 bytes. A typical reason why a worktable is required is a GROUP BY or ORDER BY clause in the query. If the query has a GROUP BY or ORDER BY clause, Consider using prefix (LEFT()) or hash (CHECKSUM()) of fields for grouping or prefix for ordering. Note however that this will change the behavior of the query.
A time-out occurs when you try to access the virtual catalogWhen you try to access the virtual catalog and browse the Web site, a time-out may occur.This issue occurs because the virtual catalog may include categories and products from lots of base catalogs. When this behavior occurs, access to the virtual catalog may be slow, and you exceed the time-out period that is set in the Web site. To resolve this issue, increase the time-out value in the Web.config file of the Web site. For example, modify the following code example. | Article Translations
|
Back to the top
