web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

Error 3389 The Serial/Lot Quantity in the POP10330 does not match the Quantity Shipped in the POP10500

(0) ShareShare
ReportReport
Posted on by

The Full Error Reads

 

Error Number = 3389  Stored Procedure= taPopRcptLineInsert  Error Description = The Serial/Lot Quantity in the POP10330 does not match the Quantity Shipped in the POP10500
Node Identifier Parameters: taPopRcptLineInsert

POPTYPE = 1
POPRCTNM = RCT1182
PONUMBER = 124182
ITEMNMBR = CO2G1L16

 

 

The full XML Looks Like this

 

<eConnect>

  <POPReceivingsType>

 

    <taPopRcptLineInsert_Items>

      <taPopRcptLineInsert>

        <POPTYPE>1</POPTYPE>

        <POPRCTNM>RCT1175</POPRCTNM>

        <ITEMNMBR>CO2G1L16</ITEMNMBR>

        <VENDORID>ACETRAVE0001</VENDORID>

        <VNDITNUM>CO2G1L16</VNDITNUM>

        <QTYSHPPD>9691</QTYSHPPD>

        <PONUMBER>124182</PONUMBER>

        <RCPTLNNM>16384</RCPTLNNM>

        <AUTOCOST>1</AUTOCOST>

      </taPopRcptLineInsert>

      <taPopRcptLineInsert>

        <POPTYPE>1</POPTYPE>

        <POPRCTNM>RCT1175</POPRCTNM>

        <ITEMNMBR>CO2G1L16</ITEMNMBR>

        <VENDORID>ACETRAVE0001</VENDORID>

        <VNDITNUM>CO2G1L16</VNDITNUM>

        <QTYSHPPD>9985</QTYSHPPD>

        <PONUMBER>124182</PONUMBER>

        <RCPTLNNM>32768</RCPTLNNM>

        <AUTOCOST>1</AUTOCOST>

      </taPopRcptLineInsert>

      <taPopRcptLineInsert>

        <POPTYPE>1</POPTYPE>

        <POPRCTNM>RCT1175</POPRCTNM>

        <ITEMNMBR>CO2G1L16</ITEMNMBR>

        <VENDORID>ACETRAVE0001</VENDORID>

        <VNDITNUM>CO2G1L16</VNDITNUM>

        <QTYSHPPD>10690</QTYSHPPD>

        <PONUMBER>124182</PONUMBER>

        <RCPTLNNM>49152</RCPTLNNM>

        <AUTOCOST>1</AUTOCOST>

      </taPopRcptLineInsert>

      <taPopRcptLineInsert>

        <POPTYPE>1</POPTYPE>

        <POPRCTNM>RCT1175</POPRCTNM>

        <ITEMNMBR>CO2G1L16</ITEMNMBR>

        <VENDORID>ACETRAVE0001</VENDORID>

        <VNDITNUM>CO2G1L16</VNDITNUM>

        <QTYSHPPD>11630</QTYSHPPD>

        <PONUMBER>124182</PONUMBER>

        <RCPTLNNM>65536</RCPTLNNM>

        <AUTOCOST>1</AUTOCOST>

      </taPopRcptLineInsert>

    </taPopRcptLineInsert_Items>

 

    <taPopRcptLotInsert_Items>

      <taPopRcptLotInsert>

        <POPRCTNM>RCT1175</POPRCTNM>

        <ITEMNMBR>CO2G1L16</ITEMNMBR>

        <SERLTNUM>20120607013.5</SERLTNUM>

        <SERLTQTY>9691</SERLTQTY>

        <RCPTLNNM>16384</RCPTLNNM>

        <CREATEBIN>0</CREATEBIN>

      </taPopRcptLotInsert>

      <taPopRcptLotInsert>

        <POPRCTNM>RCT1175</POPRCTNM>

        <ITEMNMBR>CO2G1L16</ITEMNMBR>

        <SERLTNUM>20120607013.7</SERLTNUM>

        <SERLTQTY>9985</SERLTQTY>

        <RCPTLNNM>32768</RCPTLNNM>

        <CREATEBIN>0</CREATEBIN>

      </taPopRcptLotInsert>

      <taPopRcptLotInsert>

        <POPRCTNM>RCT1175</POPRCTNM>

        <ITEMNMBR>CO2G1L16</ITEMNMBR>

        <SERLTNUM>20120607013.9</SERLTNUM>

        <SERLTQTY>10690</SERLTQTY>

        <RCPTLNNM>49152</RCPTLNNM>

        <CREATEBIN>0</CREATEBIN>

      </taPopRcptLotInsert>

      <taPopRcptLotInsert>

        <POPRCTNM>RCT1175</POPRCTNM>

        <ITEMNMBR>CO2G1L16</ITEMNMBR>

        <SERLTNUM>20120607013.11</SERLTNUM>

        <SERLTQTY>11630</SERLTQTY>

        <RCPTLNNM>65536</RCPTLNNM>

        <CREATEBIN>0</CREATEBIN>

      </taPopRcptLotInsert>

    </taPopRcptLotInsert_Items>

 

    <taPopRcptHdrInsert>

      <POPRCTNM>RCT1175</POPRCTNM>

      <POPTYPE>1</POPTYPE>

      <receiptdate>6/7/2012</receiptdate>

      <BACHNUMB>EDI09/07/2012</BACHNUMB>

      <VENDORID>ACETRAVE0001</VENDORID>

    </taPopRcptHdrInsert>

  </POPReceivingsType>

</eConnect>

 


Any ideas as to what is going on?

 

 

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Community Member Profile Picture
    on at

    The order matters.  Once I switched the order that I did taPopRcptLineInsert_Items and taPopRcptLotInsert_Items then it worked.  New XML would look like this

    <eConnect>

     <POPReceivingsType>

       <taPopRcptLotInsert_Items>

         <taPopRcptLotInsert />

         <taPopRcptLotInsert />

         <taPopRcptLotInsert />

         <taPopRcptLotInsert />

       </taPopRcptLotInsert_Items>

       <taPopRcptLineInsert_Items>

         <taPopRcptLineInsert />

         <taPopRcptLineInsert />

         <taPopRcptLineInsert />

         <taPopRcptLineInsert />

       </taPopRcptLineInsert_Items>

       <taPopRcptHdrInsert />

     </POPReceivingsType>

    </eConnect>

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics GP (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans