Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

"Commerce Server: Invalid column name 'Freetex'" Error Message When You Remove One Catalog from the Catalog Search Class


View products that this article applies to.

This article was previously published under Q324804

↑ Back to the top


Symptoms

When you try to remove one catalog from the Catalog Search, you receive exception error messages. When the following line is modified to remove Catalogue B
searchResults.CatalogNames = "Catalogue A, Catalogue B"
				
the following error is logged in the application event log:
Commerce Server: Invalid column name 'Freetex'.

Event Type: Error
Event Source: Commerce Server 2002
Event Category: None
Event ID: 4101
Computer: SERVERNAME
Description:
Commerce Server: Invalid column name 'Freetex'.

↑ Back to the top


Cause

The data lengths of three temporary variables are not enough to store the data.

↑ Back to the top


Resolution

To resolve this problem, obtain the latest service pack for Commerce Server 2002. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:
328814� INF: How to Obtain the Latest Commerce Server 2002 Service Pack

Hotfix information

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: 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.

File information

The English version of this fix has the file attributes (or later) 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 tool in Control Panel.
   Date         Time   Size  File name          Platform
   -----------------------------------------------------
   20-Jun-2002               CatalogCreate.sql  x86
   20-Jun-2002  20:58  289   Q324804.sql

				

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in Commerce Server 2002. This problem was first corrected in Commerce Server 2002 Service Pack 1 (SP1).

↑ Back to the top


More information

Changes Implemented in Catalogcreate.sql:

In the ctlg_GetResults_for_AllColumns_<CatalogName> procedure 
Change the following declarations
DECLARE @PropertiesToGet_Tmp nvarchar(100)
DECLARE @PropertiesToGet2_Tmp nvarchar(100)
DECLARE @PropertiesToInsert_Tmp nvarchar(100)

TO

DECLARE @PropertiesToGet_Tmp nvarchar(4000)
DECLARE @PropertiesToGet2_Tmp nvarchar(4000)
DECLARE @PropertiesToInsert_Tmp nvarchar(4000)

				
To correct an existing site configuration:
  1. Open SQL Query Analyzer.
  2. Run the Q324804.sql SQL script on each site database (where the site catalog resides). The hotfix installer replaces Catalogcreate.sql in your \Program Files\Microsoft Commerce Server 2002 directory.

    NOTE: Do not run Catalogcreate.sql on an existing site database.

↑ Back to the top


Keywords: KB324804, kbfix, kbcommserv2002sp1fix, kbcommserv2002presp1fix, kbbug, kbqfe, kbhotfixserver, kbautohotfix

↑ Back to the top

Article Info
Article ID : 324804
Revision : 6
Created on : 9/27/2005
Published on : 9/27/2005
Exists online : False
Views : 313