Changing the default reporting currency

To change the default reporting currency for a store:

  1. Stop the replication and extraction processes while updating the database tables with the new reporting currency.
  2. Make a note of the parameter values for the TIME_CUT_OFF_LOCAL parameter. The following command updates the TIME_CUT_OFF_PREV parameter to facilitate changing the REPORT_CURRENCY:
    db2 update wca.parameters set param_value = '1000-01-01-00.00.00' where param_type='TIME_CUT_OFF_PREV'
    
  3. Open the WebSphere Commerce Analyzer Parameter Manager.
  4. Select Stores. The Select Stores, Report Language and Currency page displays.
  5. Select the currency from the Report currency list and apply your change.
  6. On the WebSphere Commerce Analyzer server, from the Start menu, select Programs > IBM WCA> Run WebSphere Commerce Analyzer. The WebSphere Commerce Analyzer Runtime window opens.
  7. Select Start WCA. WebSphere Commerce Analyzer replication and ETL processes will run.

Feedback