WebSphere Commerce EnterpriseWebSphere Commerce Professional

Processing a bid with the status WF

The CompleteOrder scheduler command creates orders for winning bids. If a problem occurs while creating the order, the bid status is set to WF and the order is not created.

Procedure

  1. Confirm that WebSphere Commerce Payments is running.
  2. Run the following SQL statement:
    update bid set bidstatus='W' where bidstatus='WF'
    The CompleteOrder command will then process all bids with a status of WF.

What to do next

If the error is caused by another problem, you can manually create an order from WebSphere Commerce Accelerator for bids with status WF.