WebSphere Commerce Version 7.0.0.6

Enabling interim fix JR51793

Interim fix JR51793 extends the configuration option "ATPInventoryPerformanceParameters/lockItemSpecEnabled" to all database types so that the concurrent inventory reservation (for ATP system) on the same product are avoided.

Before you begin

Install the cumulative interim fix for Fix Pack 6, JR53048.fp.

Procedure

  1. Open the WebSphere Commerce configuration file.
    • For IBM i OS operating systemSolarisLinuxAIXWindowsWC_eardir/xml/config/
    • WebSphere Commerce Developerworkspace_dir\WC\xml\config\
  2. Add the following code under the <InstanceProperties> node:
     <InstanceProperties>
    	<ATPInventoryPerformanceParameters lockItemSpecEnabled="true" />
    	...
    </InstanceProperties>
    For more information about how to update the WebSphere Commerce configuration file, see Updating the WebSphere Commerce configuration file.