Error Occurs When Adding a New Article to the German Version of the Trey Research Sample Site (246899)
The information in this article applies to:
- Microsoft Site Server 3.0 Commerce Edition
This article was previously published under Q246899 SYMPTOMS
When you try to add a new article 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: Ware
Bitte gehen Sie zurck, korrigieren Sie den Fehler, und wiederholen Sie den Vorgang.
CAUSE
The error is caused by a typo in the Article_new.asp file located in the Microsoft Site Server\Site Server\Sites\Commerce\Tr\Manager directory.
WORKAROUND
Make the following changes to the Article_new.asp file.
Change:
<FORM METHOD="POST" ACTION="_add.asp"> - see attached RTMarticle_new.asp
<INPUT TYPE="HIDDEN" NAME="type" VALUE="Ware">
<INPUT TYPE="HIDDEN" NAME="goto" VALUE="article.asp">
to:
<FORM METHOD="POST" ACTION="_add.asp">
<INPUT TYPE="HIDDEN" NAME="type" VALUE="article">
<INPUT TYPE="HIDDEN" NAME="goto" VALUE="article.asp">
Note that "article" must be lowercase.
RESOLUTIONTo 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
STATUSMicrosoft 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.
Modification Type: | Major | Last Reviewed: | 11/25/2002 |
---|
Keywords: | kbbug kbQFE kbSiteServ300sp4fix KB246899 |
---|
|