Receiving a Purchase Order line fails with eConnect error 7922. This is almost always a data-matching issue between the Vendor Item Number on the item/PO and what eConnect expects, not a PanatrackerGP defect. This article covers the usual cause and how to correct it.
Submitting a Receiving transaction fails, and the returned eConnect error includes:
Error Number = 7922 Stored Procedure = taPopRcptLineInsert Error Description = Item Number/Vendor Item number does not match a line on the Purchase Order Related Error Code Parameters: ITEMNMBR = [item number] VNDITNUM = [vendor item number] VENDORID = [vendor ID] PONUMBER = [PO number]
The transaction stays in a failed state on the portal and does not post to GP until it is corrected and resubmitted.
eConnect's taPopRcptLineInsert stored procedure validates the item being received against the Vendor Item Number (VNDITNUM) on the PO line, and rejects the receipt if it doesn't match exactly. In practice this mismatch is almost always caused by something in the Vendor Item Number that isn't visible at a glance:
/) — embedded in the Vendor Item Number.ITEMNMBR, VNDITNUM, and VENDORID values from the failed transaction's error details on the portal.Where this has recurred for the same vendor, it has traced back to how that vendor's Vendor Item Numbers get entered. Double-checking new or edited Vendor Item Numbers for stray spaces or slashes before the PO is created can avoid triggering this error on receipt.
Questions? Contact Panatrack Support.
Related articles