WebSphere Commerce EnterpriseWebSphere Commerce ProfessionalWebSphere Commerce Version 7.0.0.9

Installing and enabling WebSphere Commerce RVU Order Line Metrics with Fix Pack 9 installed

Use WebSphere Commerce Order Line Metrics to run reports on your complete order lines for auditing purposes. Follow these steps if you have Fix Pack 9 installed.

Before you begin

Note:
  1. Log in to WebSphere Commerce as the wcsuser.
  2. Start the WebSphere Commerce administrative server.
    1. If WebSphere Commerce is managed by the WebSphere Application Server Deployment Manager (DMGR), start the deployment manager and all node agents.
    2. Start your cluster.
    3. If WebSphere Commerce is not managed by the WebSphere Application Server Deployment Manager (DMGR), start WebSphere Application Server server1.

Procedure

  1. Download WebSphere Commerce Order Line Metrics from IBM Passport Advantage: Passport Advantage. For information on obtaining the part number, contact your IBM Sales representative.

    IBM Passport Advantage: WebSphere Commerce Order Line Metrics

    Product name License information ID
    WebSphere Commerce V7.0 RVU Order Line Metrics for Multiplatform Multilingual eImage L-JTAG-9MVPV3
  2. Install WebSphere Commerce RVU Order Line Metrics by using the IBM Installation Manager.

    The IBM Installation Manager installs and manages packages on your computer.

    1. Install the IBM Installation Manager.
    2. Add the IBM WebSphere Commerce Version 7.0 Order Line repository location to the Installation Manager:
      1. On the Start page of Installation Manager, click File > Preferences, and then click Repositories. The Repositories page opens, showing any available repositories, their locations, and whether they are connected.
      2. On the Repositories page, click Add Repository.
      3. In the Add Repository dialog box, click Browse. Go to the location of your WebSphere Commerce Order Line directory, select the WebSphere Commerce Version 7.0 RVU Order Line repository, then click OK. The new repository location is listed.
      4. Click Test Connections to ensure that the Repository URL is available.
      5. Click OK to close the repositories page.
    3. In the Installation Manager, click Install. The Installation Manager searches its defined repositories for available packages.
    4. On the Install Packages page, select WebSphere Commerce Version 7.0 RVU Order Line Version 1.0.0.0. Click Install.
    5. On the Install Packages Location page, select the translations to install. Click Next.
    6. On the Install Packages Location page, click Create a new package group. Select the WebSphere Commerce installation path as the location where you want to install the product in the Installation Directory field. Click Next.
      For example, WC_installdir.
    7. On the Install Packages Features page, click Next.
    8. On the Install Packages Summarypage, click Install.
    9. After installation is complete, check the final page to ensure that there are no warnings or errors.
      If there are no warnings or errors, click Finish to exit the installation process. If there are warning or error messages, refer to Troubleshooting: WebSphere Commerce installation issues.
    10. Close IBM Installation Manager.
  3. In a text editor, open WC/wc.ear/xml/config/com.ibm.commerce.order/wc-admin-component.xml.
  4. Search for the following XML element:
    <_config:configgrouping
    name="CreateOrderLineAuditRecordUponSubmission">
       <_config:property name="enabled" value="false"/>
    </_config:configgrouping>
  5. Change the enabled value from false to true: <_config:property name="enabled" value="true"/>. Save the file.
  6. Create a temporary directory structure: xml/config/com.ibm.commerce.order.
  7. Copy the wc-admin-component.xml file to the directory that you created in Step 4.
  8. Compress the XML folder from Step 4.
  9. Run updateEAR to install a partial application update by using the compressed file from Step 6.
    • For IBM i OS operating systemSolarisLinuxAIX
      1. Go to the following directory: WC_installdir/bin
      2. Run the following command: config_ant.sh -DinstanceName=instance_name -DupdateType=partialapp -DpartialApp=partialApp.zip UpdateEAR
    • Windows
      1. Go to the following directory: WC_installdir\bin
      2. Run the following command: config_ant.bat -DinstanceName=instance_name -DupdateType=partialapp -DpartialApp=partialApp.zip UpdateEAR