Feature Pack 8

Enabling interim fix JR58696

JR58696 fixes the build index issue where the locale sensitive sub-index type in the WebSphere Commerce Developer environment cannot be generated.

Before you begin

Install the interim fix for JR58696.

About this task

After you install this APAR, include the following elements in the WCDE_installdir/workspace/WC/xml/config/com.ibm.commerce.catalog-ext/wc-search.xml file on the WebSphere Commerce Developer environment. This helps the command to build index through command line for the Rating core:

Procedure

  1. If the subtype is Rating and it is locale sensitive, change the core configuration as the following:
            <_config:core catalog="10001" indexName="CatalogEntry"
                language="en_US" name="MC_10001_CatalogEntry_en_US"
                path="/MC_10001/en_US/CatalogEntry" serverName="AdvancedConfiguration_1">
                    <_config:param name="indexSubType" value="Rating"/>
            </_config:core> 
    
  2. WebSphere Commerce Developer Start or restart the WebSphere Commerce Developer server.