Sunday 6 November 2011

ERROR Message: CMN2007E: There is insufficient inventory to purchase 1 units of the product for catalog entry


CMN2007E
Explanation: This message is issued by the default implementations of inventory related task commands (such as CheckInventoryCmdImpl, UpdateInventoryCmdImpl, and CheckInventoryAvailabilityCmdImpl) when there is insufficient inventory for the quantity of a product required to fulfill an Order.\n\nWhen STORE.ALLOCATIONGOODFOR is zero, the CheckInventoryCmdImpl and UpdateInventoryCmdImpl default task command implementations check the INVENTORY table. Otherwise, the CheckInventoryAvailabilityCmdImpl default task command implementation checks the RECEIPT and ITEMFFMCTR tables.

4 comments:

  1. sooo basically its out of stock?

    ReplyDelete
  2. It depends on configuration. It checks inventory in different tables. So make sure configuration is correct.

    ReplyDelete
  3. It depends on configuration. It checks inventory in different tables. So make sure configuration is correct.

    ReplyDelete
  4. I am getting the same error, I have a DOM inventory type, but when I checkout with more than one item it returns the same error status.
    Do you have any idea how to fix it.
    Thanks

    ReplyDelete

How to customize java.util.logging.Logger class to write logs in separate file than System.out.log in Websphere commerce/ HCL commerce)

/** * This method updated the passed in java.util.logging.Logger object with * custom file handler to write logs data form that class ...