Converting a Commerce Server 2000 Multilingual Catalog to Commerce Server 2002

If your Commerce Server 2000 multilingual implementation conforms to the Commerce Server 2000 multilingual implementation documentation, you can use the Commerce Server 2002 Upgrade tool to upgrade to the Commerce Server 2002 multilingual implementation.

Create an XML file with the following schema:

<?xml version="1.0" ?> 
<UpgradeInfo>
<Language languagecode="English" culture_name="en-US" />
<Language languagecode="french" culture_name="fr-FR" />
</UpgradeInfo >

This XML file maps the language code of the Commerce Server 2000 implementation to a culture code.

Use the following command:

CS2002Upgrade –L –N “connection string to the catalog database” –X “path of the XML file”

Copyright © 2005 Microsoft Corporation.
All rights reserved.