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

ID: Q201054


The information in this article applies to:
  • Microsoft Site Server version 3.0, Commerce Edition


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, please see the following article in the Microsoft Knowledge Base:

Q219292 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">

Additional query words: sp

Keywords : SS3SP3Fix
Version : winnt:3.0
Platform : winnt
Issue type : kbbug


Last Reviewed: October 26, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.