Pick Ship Request Response Errors
The following errors may be encountered with the Pick Ship Request Response message:
| Error Code | Error Messages |
|---|---|
| BADPICKLOCATION | The error occurs if the Location specified when instantiating the PTTHClient does not match the PickLocation. |
| CANNOT_PICK_COMPLETED_ORDER | The error occurs if a pick against Delivery Number is attempted, but order is marked as complete. |
| INTERNALERROR | The error occurs if THUNPICKEXCEEDQTY is not a ParametereizedException. |
| INTERNALERROR | The error occurs if THPICKNOREFERENCEINVENTORY is not a ParameterizedException. |
| INTERNALERROR | The error occurs if pickship returned a string but should not have. |
| INTERNALERROR | The error occurs if pickShipRequest contains more than one value for itemDetails. |
| INTERNALERROR | The error occurs if THPICKEXCEEDQTY is not a ParameterizedException. |
| INTERNALERROR | The error occurs if mfgPick is not populated. |
| INTERNALERROR | The error occurs if source Transaction History and pickedItem.sourceTransactionHistoryID cannot be found. |
| INTERNALERROR | The error occurs if the publisher company and user.getAbsoluteCompanyID cannot be fetched. |
| MDLOOKUPLOCATIONFAILED | The error occurs if location master data cannot be found. |
| PICKORIGINNOMATCH | The error occurs if Create is selected and no prior Transaction Histories exist, but Product Origin does not equal Originator or has no value. |
| THPICKEXCEEDQTY | The error occurs if there are insufficient Transaction Histories remaining matching at Location. This causes an over pick of, which can be reversed by submitting an Unpick action. |
| THPICKEXCEEDQTYERROR | The error occurs if no Transaction Histories are found matching at Location. |
| THPICKNOINVENTORY | The error occurs if no Transaction Histories are found matching NDC and Lot Number at Location. |
| THPICKNOINVENTORY | The error occurs if no Transaction Histories are found matching at Location. |
| THUNPICKEXCEEDQTY | The error occurs if the unpick quantity exceeds the picked quantity. Picked quantity was unpicked. |
| THUNPICKNOPICK | The error occurs if no matching picked Transaction Histories are found. |