Showing posts with label CMN2007E: There is insufficient inventory to purchase 1 units of the product for catalog entry. Show all posts
Showing posts with label CMN2007E: There is insufficient inventory to purchase 1 units of the product for catalog entry. Show all posts

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.

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 ...