Packing Workbench - Failed to Pack/Unpack item

Issue Action : Packing Workbench
Error Message : Failed to Pack/Unpack item

image

Root Cause

User entry wrong tote number, it should be "DITXXXX", but we can see this lpn is "DXXXX".

Solution

Clear the item description from wms_lpn_contents table.

== SQL ==
UPDATE wms_lpn_contents
   SET item_description = NULL
WHERE parent_lpn_id = 1705841;
commit;

image

arrow
arrow
    文章標籤
    Issue
    全站熱搜

    Somebaby 發表在 痞客邦 留言(0) 人氣()