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.

To resolve bids with the status WF:

  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.


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

 

Related Concepts


Work with auctions
Scheduler