Ad Server Folder

Location in SDK: SDK\Tools\SSCE Migration\Ad Server

The file Adservermigration.exe in the Ad Server subfolder is a tool that allows you to migrate campaigns from Site Server 3.0 Ad Server to the Commerce Server 2002 Content Selection Framework.

Run the tool on the command line, passing the following parameters:

1: /cs30:"Connection string to the Site Server 3.0 Commerce Edition AdServer database"
2: /cs2000:"Connection string to the Commerce Server 2002 Campaign database"
3: /exprstore:"Connection string to the Commerce Server 2002 Expression store database"
4: [/silent]   (Note that this parameter is optional)

For example:

adservermigration.exe \
/cs30:"Provider=SQLOLEDB;Data Source=Commerce30servername;Initial Catalog=Commerce30DatabaseName;Integrated Security='SSPI'" \
/cs2000:"Provider=SQLOLEDB;Data Source=Commerce2000servername;Initial Catalog=MarketingSystemDatabaseName;Integrated Security='SSPI'" \
/exprstore:"Provider=SQLOLEDB;Data Source=Commerce2000servername;Initial Catalog=ExpressionStoreDatabaseName;Integrated Security='SSPI'"

Copyright © 2005 Microsoft Corporation.
All rights reserved.