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

ID: Q246898


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


SYMPTOMS

When you try to add a new Content Provider 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: Anbieter
Bitte gehen Sie zurück, korrigieren Sie den Fehler, und wiederholen Sie den Vorgang.


CAUSE

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


RESOLUTION

Make the following changes to the Provider_new.asp file.

Change:


<FORM METHOD="POST" ACTION="_add.asp"> - see attached RTMprovider_new.asp
	<INPUT TYPE="HIDDEN" NAME="type" VALUE="Anbieter">
	<INPUT TYPE="HIDDEN" NAME="goto" VALUE="provider_list.asp"> 
to:

<FORM METHOD="POST" ACTION="_add.asp">
	<INPUT TYPE="HIDDEN" NAME="type" VALUE="provider">
	<INPUT TYPE="HIDDEN" NAME="goto" VALUE="provider_list.asp">
 
Note that "provider" 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.