eConnect IV Transfer with Lot Item

Last post 03-20-2008 10:50 AM by craigde. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 03-12-2008 9:37 AM

    eConnect IV Transfer with Lot Item

    Dear All,
      Using eConnect (taIVTransferMultiB inInsert_ ItemsTaIVTransfe rMultiBinInsert) for Multiple Bin transfer with Lot No.
     i am facing the error requested you to please see the attachment.
     
    if my Item is not Lot Item its work fine but error occured if its Lot Item.
    I don't understand where is the problem..!!!
     
    FYI please find the code below .
    ************ ********* ********* ********* ********* ********* ******
    taIVTransferLineIns ert_ItemsTaIVTra nsferLineInsert ItemTrf = new taIVTransferLineIns ert_ItemsTaIVTra nsferLineInsert();
    taIVTransferMultiBi nInsert_ItemsTaI VTransferMultiBi nInsert ItemBinTrf = new taIVTransferMultiBi nInsert_ItemsTaI VTransferMultiBi nInsert() ;

    ItemTrf.IVDOCNBR = "INV2001";
    ItemTrf.ITEMNMBR = "LOTITM";
    ItemTrf.TRXLOCTN = "WAREHOUSE";
    ItemTrf.TRNSTLOC =  "01-N";
    ItemTrf.TRXQTY = 2;
    ItemTrf.InventoryAc countOffSet = "200-6510-00";  //
    ///
    ItemBinTrf.BIN = "E01S3";
    ItemBinTrf.QUANTITY = 2;
    ItemBinTrf.TOBIN = "TEST";
    ItemBinTrf.SERLTNUM = "M-LOT-001";
     
    ************ ********* ********* ********* ********* ******
     
    Error :
    Error Number = 5225  Stored Procedure taIVTransferMultiBi nInsert  Error Description = Serial/Lot number does not exists on the line sequence.
     
     
    InnerException {"Error Number = 5212  Stored Procedure taIVTransferMultiBi nInsert  Error Description = Lot information for this item does not exist (IV10002)\r\ nError Number = 5225  Stored Procedure taIVTransferMultiBi nInsert  Error Description = Serial/Lot number does not exists on the line sequence specified\r\ n"} System.Exception {Microsoft.GreatPla ins.eConnect. eConnectExceptio n}
     
    .
    Lot No is exist for that Item and Lot is having enough Qty.
     
     


     Waiting for your favorable reply.
    Thanking You.
    Regards,
    Sandip Jadhav
     
  • 03-20-2008 10:50 AM In reply to

    Re: eConnect IV Transfer with Lot Item

    Hi Sandip

    I searched our internal knowledge base and I cannot find any reference to error 5225 with eConnect. I think the best solution in this case would be to log a support call

    Tags:
Page 1 of 1 (2 items)