Version: Episerver Commerce 1 R2 SP2 Catalog Indexer
Release date: May 2, 2012
About this Release
This download contains a catalog indexer code sample showing how to update the database in cases where a direct import to the database has been made.
The installation requires a working Episerver Commerce site, download and install Episerver Commerce 1 R2 SP2.
How to run this sample:
- Update connectionStrings.config, set EcfSqlConnection to your correct connection string, for example:
<add name="EcfSqlConnection" connectionString="Data Source=database;Initial Catalog=dbEPiServerCommerceManager;User ID=user;Password=password;Application Name=EPiServerCommerceManager" />
- Update the Debug/Bin/Configs/ecf.app.config, set the key <Application defaultApplicationName> to your correct Application Name (as specified in EcfSqlConnection), for example:
<Application defaultApplicationName="EPiServerCommerceManager">
For more information on how to work with and extend Episerver Commerce 1 R2 SP2, please refer to the Episerver Commerce Developer Guide.