Installing and enabling WebSphere Commerce RVU Order Line Metrics
Use WebSphere Commerce Order Line Metrics to run reports on your complete order lines
for auditing purposes.
Before you begin
- Ensure that you ordered the IBM WebSphere Commerce V8.0 RVU Order Line Metrics product. Otherwise, you will not be able to download the eAssembly from Passport Advantage. For more information, contact your IBM Sales representative.
- Log in to WebSphere Commerce as the wcsuser.
- Start the WebSphere Application Server administrative console.
- 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 HCL License and Delivery portal.
IBM Passport Advantage: WebSphere Commerce Order Line Metrics
Part number Product name CRY4XML IBM WebSphere Commerce V8.0 RVU Order Line Metrics for Multiplatform Multilingual eAssembly Note: If you cannot find the part number on Passport Advantage, then you do not have the proper entitlements to download the product. For more information, contact your IBM Sales representative. -
Install WebSphere Commerce RVU Order Line Metrics by using the IBM Installation
Manager.
The IBM Installation Manager installs and manages packages on your computer.
- 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 fromfalse
totrue
:<_config:property name="enabled" value="true"/>
. Save the file. -
Create a temporary folder with the following directory structure
tempdir/xml/config/com.ibm.commerce.order
. - Copy the wc-admin-component.xml file that you updated, to the directory that you created in 6.
-
Compress the xml folder from 6.
For example, compress the folder and name the output to partialApp.zip. The resulting path would be tempdir/partialApp.zip.
-
Run updateEAR to install a partial application update by using the
compressed file from 8.
-
- Go to the following directory: WC_installdir/bin
- Run the following command:
config_ant.sh -DinstanceName=instance_name -DupdateType=partialapp -DpartialApp=parialAppLocation UpdateEAR
-
- Go to the following directory: WC_installdir\bin
- Run the following command:
config_ant.bat -DinstanceName=instance_name -DupdateType=partialapp -DpartialApp=parialAppLocation UpdateEAR
parialAppLocation is the full path to the compressed folder. For example, tempdir/partialApp.zip.Note: Ensure that you use / (forward slash) when you provide the full path to the compressed folder. -