Error Occurs When Adding a New Category to the German Version of the Trey Research Sample Site

ID: Q246902


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


SYMPTOMS

When you try to add a new category to the Trey Research sample site in the German version of Site Server 3.0, Commerce Edition, the following error message occurs:


Wir können Ihre Anforderung leider nicht verarbeiten:
unknown ADD type: Kategorie
Bitte gehen Sie zurück, korrigieren Sie den Fehler, und wiederholen Sie den Vorgang.


CAUSE

The error is caused by a typo in the Dept_new.asp file located in the Microsoft Site Server\Site Server\Sites\Commerce\Tr\Manager directory.


RESOLUTION

Make the following changes to the Dept_new.asp file.

Change:


<FORM METHOD="POST"
    ACTION="_add.asp">
    <INPUT TYPE="HIDDEN" NAME="type" VALUE="Kategorie">
    <INPUT TYPE="HIDDEN" NAME="goto" VALUE="category.asp"> 
to:
<BR/>
<FORM METHOD="POST"
    ACTION="_add.asp">
    <INPUT TYPE="HIDDEN" NAME="type" VALUE="category">
    <INPUT TYPE="HIDDEN" NAME="goto" VALUE="category.asp"> 
Note that "category" must be lowercase.


STATUS

Microsoft has confirmed this to be a problem in Site Server 3.0, Commerce Edition.

Additional query words:

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


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