Enabling and disabling the RFQ trading mechanism
Before you can use the RFQ trading mechanism, the Site Administrator must enable RFQs using SQL scripts.
Procedure
-
To enable RFQs:
- Log on to the WebSphere Commerce database created during installation.
- Enable RFQs using the wcs.enable_rfq.sql script for the database you are
using with WebSphere Commerce. For example, if you are using DB2, issue the following
command:
db2 -tvf wcs.enable_rfq.sql.
- Enable RFQ notification messaging.
- Changing the frequency with which the scheduler performs commands relating to RFQ.
-
To disable RFQs:
- Log on to the WebSphere Commerce database created during installation.
- Disable RFQs using the wcs.disable_rfq.sql script for the database you are using with WebSphere Commerce. For example, if you are using DB2, issue the following command: db2 -tvf wcs.disable_rfq.sql.