Enabling interim fix JR53816

You must complete these steps to ensure that the fix in this APAR works correctly.

Before you begin

  1. Install the interim fix for APAR JR53816.

Procedure

  1. Run the search index setup migration utility.
    1. Go to the following directory:
      • WC_installdir/components/foundation/subcomponents/search/bin
      • WebSphere Commerce DeveloperWCDE_installdir\components\foundation\subcomponents\search\bin
    2. Run the search index setup migration utility:
      • WebSphere Commerce DevelopermigrateSolrSearch.bat -action configDeltaTableMigration [util-specific-params]
      • WindowsmigrateSolrSearch.bat -action configDeltaTableMigration [util-specific-params]
      • SolarisLinuxAIXmigrateSolrSearch.sh -action configDeltaTableMigration [util-specific-params]
      Where:
      action
      The migration action. In this case, the action is configDeltaTableMigration.
      util-specific-params
      For more information about utility-specific parameters and actions that are not related to this interim fix, see Migrating WebSphere Commerce search.
  2. Ensure that the utility runs successfully by reviewing the log file to see the results of the migration. The log file is located is the location that is specified in the migrate-solr-search-logging.properties file.
    By default, you can find the log at the following location:
    • WebSphere Commerce DeveloperWCDE_installdir\components\foundation\subcomponents\search\config\migrate-solr-search-logging.properties
    • SolarisLinuxAIXWindowsWC_installdir/components/foundation/subcomponents/search/config/migrate-solr-search-logging.properties
    If the utility did not run successfully, you can modify the logging configuration file as needed, specifically the logging level:
    Logging configuration file parameters
    Parameter Value
    Logging level
    INFO
    The typical logging level to use for the utility. This level also lists all SQL statements that you can use to roll back the migration.
    FINEST
    This level lists all details as the utility runs. Use this level if you encounter errors or exceptions during the migration and you need additional information for troubleshooting.
    Log file location java.util.logging.FileHandler.pattern=../log/migrate-solr-search-logging.log