Microsoft KB Archive/246902: Difference between revisions

From BetaArchive Wiki
m (Text replacement - "<" to "<")
m (Text replacement - """ to """)
 
(One intermediate revision by the same user not shown)
Line 71: Line 71:
<div class="indent">
<div class="indent">


<pre class="fixed_text"><FORM METHOD=&quot;POST&quot;
<pre class="fixed_text"><FORM METHOD="POST"
     ACTION=&quot;_add.asp&quot;&gt;
     ACTION="_add.asp">
     <INPUT TYPE=&quot;HIDDEN&quot; NAME=&quot;type&quot; VALUE=&quot;Kategorie&quot;&gt;
     <INPUT TYPE="HIDDEN" NAME="type" VALUE="Kategorie">
     <INPUT TYPE=&quot;HIDDEN&quot; NAME=&quot;goto&quot; VALUE=&quot;category.asp&quot;&gt;
     <INPUT TYPE="HIDDEN" NAME="goto" VALUE="category.asp">
                     </pre>
                     </pre>


Line 81: Line 81:
<div class="indent">
<div class="indent">


<pre class="fixed_text"><BR/&gt;
<pre class="fixed_text"><BR/>
<FORM METHOD=&quot;POST&quot;
<FORM METHOD="POST"
     ACTION=&quot;_add.asp&quot;&gt;
     ACTION="_add.asp">
     <INPUT TYPE=&quot;HIDDEN&quot; NAME=&quot;type&quot; VALUE=&quot;category&quot;&gt;
     <INPUT TYPE="HIDDEN" NAME="type" VALUE="category">
     <INPUT TYPE=&quot;HIDDEN&quot; NAME=&quot;goto&quot; VALUE=&quot;category.asp&quot;&gt;
     <INPUT TYPE="HIDDEN" NAME="goto" VALUE="category.asp">
                     </pre>
                     </pre>


</div>
</div>
Note that &quot;category&quot; must be lowercase.
Note that "category" must be lowercase.


</div>
</div>

Latest revision as of 12:50, 21 July 2020

Knowledge Base


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

Article ID: 246902

Article Last Modified on 11/25/2002



APPLIES TO

  • Microsoft Site Server 3.0 Commerce Edition



This article was previously published under Q246902

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 knnen Ihre Anforderung leider nicht verarbeiten:
unknown ADD type: Kategorie
Bitte gehen Sie zurck, 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.

WORKAROUND

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.

RESOLUTION

To resolve this problem, obtain the latest service pack for Site Server version 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 that this is a problem in Site Server 3.0, Commerce Edition. This problem was first corrected in Site Server 3.0 Service Pack 4.

Keywords: kbbug kbfix kbqfe kbsiteserv300sp4fix KB246902