Err Msg: "Unknown UPDATE Type" in Trey Research ASP Page (201054)



The information in this article applies to:

  • Microsoft Site Server 3.0 Commerce Edition

This article was previously published under Q201054

SYMPTOMS

The Hidden input values in several of the Trey Research ASP pages are translated during the localization process. An error occurs when you try to update any existing provider, category, product, or article (edit any item and then click the Update button). This causes an Unknown UPDATE Type error message in the sample site's manager pages.

RESOLUTION

To resolve this problem, obtain the latest service pack for Site Server 3.0. For additional information, click the following article number to view the article in the Microsoft Knowledge Base:

219292 How to Obtain the Latest Site Server 3.0 Service Pack

STATUS

Microsoft has confirmed this to be a problem in the German version of Site Server 3.0, Commerce Edition. This problem has been corrected in the latest U.S. service pack for Site Server version 3.0.

MORE INFORMATION

Make the suggested changes in the following files:

comtr\manager\article_edit.asp:

<INPUT TYPE="HIDDEN" NAME="type" VALUE="Ware"> <INPUT TYPE="HIDDEN" NAME="type" VALUE="article">

comtr\manager\dept_edit.asp:

<INPUT TYPE="HIDDEN" NAME="type" VALUE="Kategorie"> <INPUT TYPE="HIDDEN" NAME="type" VALUE="category">

comtr\manager\product_edit.asp:

<INPUT TYPE="HIDDEN" NAME="type" VALUE="Produkt"> <INPUT TYPE="HIDDEN" NAME="type" VALUE="product">

comtr\manager\provider_edit.asp:

<INPUT TYPE="HIDDEN" NAME="type" VALUE="Anbieter"> <INPUT TYPE="HIDDEN" NAME="type" VALUE="provider">

comtr\manager\article_new.asp:

<INPUT TYPE="HIDDEN" NAME="type" VALUE="Ware"> <INPUT TYPE="HIDDEN" NAME="type" VALUE="article">

comtr\manager\dept_new.asp:

<INPUT TYPE="HIDDEN" NAME="type" VALUE="Kategorie"> <INPUT TYPE="HIDDEN" NAME="type" VALUE="category">

comtr\manager\dept_provider.asp:

iprovider = "Giga-Dienste" iprovider = "Giga Services"

listElement = "Kategorie nach Anbieter" listElement = "category by provider"

comtr\manager\product_new.asp:

<INPUT TYPE="HIDDEN" NAME="type" VALUE="Produkt"> <INPUT TYPE="HIDDEN" NAME="type" VALUE="product">

comtr\manager\provider_delete.asp:

<INPUT TYPE="HIDDEN" NAME="type" VALUE="Anbieter"> <INPUT TYPE="HIDDEN" NAME="type" VALUE="provider">

comtr\manager\provider_new.asp:

<INPUT TYPE="HIDDEN" NAME="type" VALUE="Anbieter"> <INPUT TYPE="HIDDEN" NAME="type" VALUE="provider">

Modification Type:MajorLast Reviewed:6/24/2004
Keywords:kbbug kbfix KB201054