Item Bin Move Fails with eConnect Error 8673 "Lot Combination Does Not Exist in Bin"

Item Bin Move Fails with eConnect Error 8673 "Lot Combination Does Not Exist in Bin"

Item Bin Move Fails with eConnect Error 8673 "Lot Combination Does Not Exist in Bin"

Symptom

Submitting an Item Bin Move transaction can fail with eConnect error 8673 from the taIVMultibinBinToBinTransfer stored procedure. The full error text is: "Lot number / qty type / location / expiration date combination does not exist in the Bin entered."

Cause

The usual cause is a different time zone on the handheld versus the application server. The application server or handheld translates SQL Server's "empty" date. Since the GP database cannot store a null date, it uses 1/1/1900 to mark an empty date. A time zone mismatch translates the date back (for example, to 12/31/1899).

How to Fix

  1. Confirm that the handheld has the same time zone setup as the application server.
  2. Confirm that the application server and database server are in the same time zone.

Questions? Contact Panatrack Support.

Related articles

    • Related Articles

    • Bin Transfer Fails with eConnect Error 5047 "Lot Number Is Not Available"

      Bin Transfer Fails with eConnect Error 5047 "Lot Number Is Not Available" Symptom Submitting a bin transfer transaction can fail with eConnect error 5047 from the taIVMultibinBinToBinTransfer stored procedure: "Lot number is not available." Cause ...
    • Site Transfer Fails with eConnect Error 3353 "Lot Number Does Not Exist"

      Site Transfer Fails with eConnect Error 3353 "Lot Number Does Not Exist" When submitting a Site Transfer transaction in PanatrackerGP, the transaction fails with eConnect error 3353 from the taIVTransferLotInsert stored procedure: “Lot Number Does ...
    • Item Bin Move

      Processes a Dynamics GP Bin Transfer Entry transaction to move items from one bin to another within the same site. This is a real-time transaction with no GP posting step required—inventory is updated immediately. Field Descriptions Site — Default ...
    • Item Bin Move

      Processes a Dynamics GP Bin Transfer Entry transaction to move items from one bin to another within the same site. This is a real-time transaction with no GP posting step required—inventory is updated immediately. Field Descriptions Site — Default ...
    • Site Transfer Fails with eConnect Error 1379 "Unit of Measure Does Not Exist"

      Site Transfer Fails with eConnect Error 1379 "Unit of Measure Does Not Exist" Symptom Submitting a Site Transfer in PanatrackerGP fails, and Dynamics GP rejects it through eConnect with error 1379 (stored procedure taIVTransferLineInsert): “Unit of ...