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
- Log in to WebSphere Commerce as the wcsuser.
- Start the WebSphere Commerce administrative server.
- If WebSphere Commerce is managed by the WebSphere Application Server Deployment Manager (DMGR),
start the deployment manager and all node agents.
- Start your cluster.
- If WebSphere Commerce is not managed by the WebSphere Application Server Deployment Manager
(DMGR), start WebSphere Application Server server1.
Procedure
-
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 |
-
Install WebSphere Commerce RVU Order Line Metrics by using the IBM Installation Manager.
The IBM Installation Manager installs and manages packages on your computer.
-
Install the
IBM Installation Manager.
-
Add the IBM WebSphere Commerce Version 7.0 Order Line repository location to the Installation
Manager:
- On the Start page of Installation Manager, click , and then click Repositories. The
Repositories page opens, showing any available repositories, their locations,
and whether they are connected.
- On the Repositories page, click Add
Repository.
- 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.
- Click Test Connections to ensure that the Repository URL is
available.
- Click OK to close the repositories page.
-
In the Installation Manager, click Install. The Installation Manager
searches its defined repositories for available packages.
-
On the Install Packages page, select WebSphere Commerce Version
7.0 RVU Order Line Version 1.0.0.0. Click Install.
-
On the Install Packages
Location page, select the translations to install. Click
Next.
-
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.
-
On the Install Packages
Features page, click Next.
-
On the Install Packages
Summarypage, click Install.
-
After installation is complete, check the final page to ensure that there are no warnings or
errors.
-
Close IBM Installation Manager.
-
In a text editor, open
WC/wc.ear/xml/config/com.ibm.commerce.order/wc-admin-component.xml.
-
Search for the following XML element:
<_config:configgrouping
name="CreateOrderLineAuditRecordUponSubmission">
<_config:property name="enabled" value="false"/>
</_config:configgrouping>
-
Change the
enabled
value from false
to
true
: <_config:property name="enabled" value="true"/>
.
Save the file.
-
Create a temporary directory structure:
xml/config/com.ibm.commerce.order
.
-
Copy the wc-admin-component.xml file to the directory that you created in
Step 4.
-
Compress the XML folder from Step
4.
-
Run updateEAR to install a partial application update by using the
compressed file from Step 6.
-
- Go to the following directory: WC_installdir/bin
- Run the following command:
config_ant.sh -DinstanceName=instance_name
-DupdateType=partialapp -DpartialApp=partialApp.zip
UpdateEAR
-
- Go to the following directory: WC_installdir\bin
- Run the following command:
config_ant.bat
-DinstanceName=instance_name -DupdateType=partialapp
-DpartialApp=partialApp.zip UpdateEAR