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.
To resolve bids with the status WF:
- Confirm that WebSphere Commerce Payments is running.
- 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.
If the error is caused by another problem, you can manually create an order from WebSphere Commerce Accelerator for bids with status WF.