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

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

POP Receiving- Econnect fails on lot tracked items.

(0) ShareShare
ReportReport
Posted on by

 I keep getting error 3389 while attempting to insert receipts with lot numbers. Error stated that the quantity in POP10330 is not the same as in POP10500. I have set them both the same and set one to the decimal adjusted quantity based on the units of measure from Purchasing and Inventory with the same error.
Using IM produced similar results. One note I don't see a mapping field for Lot/Serial number in GP10 so I'm not sure how this would work.

I'm using C# dotnet 3.5 framework and EConnect SDK. I have successfully integrated non-tracked items without any issues so the code base is somewhat proven until I added the serial/lot elements to the stream.

*This post is locked for comments

I have the same question (0)
  • Community Member Profile Picture
    on at
    Re: POP Receiving- Econnect fails on lot tracked items.

    The Order of your XML matters.  I was getting the same error when I was doing the follow two commands.

    <taPopRcptLineInsert_Items />

    <taPopRcptLotInsert_Items />

    and the answer is to match the below xml schema perfectly for order.  So you would go

    <taPopRcptLotInsert_Items />

    <taPopRcptLineInsert_Items />

    in my case....  Here is the full order for POPReceivingsType

    <eConnect>

       <POPReceivingsType>

           <eConnectProcessInfo />

           <taRequesterTrxDisabler_Items>

               <taRequesterTrxDisabler />

           </taRequesterTrxDisabler_Items>

           <taUpdateCreateItemRcd />

           <taUpdateCreateVendorRcd />

           <taCreateVendorAddress_Items>

               <taCreateVendorAddress />

           </taCreateVendorAddress_Items>

           <taPopRcptLotInsert_Items>

               <taPopRcptLotInsert />

           </taPopRcptLotInsert_Items>

           <taPopRcptSerialInsert_Items>

               <taPopRcptSerialInsert />

           </taPopRcptSerialInsert_Items>

           <taPopRcptLineInsert_Items>

               <taPopRcptLineInsert />

           </taPopRcptLineInsert_Items>

           <taPopRcptMultiBin_Items>

               <taPopRcptMultiBin />

           </taPopRcptMultiBin_Items>

           <taPopRcptLineTaxInsert_Items>

               <taPopRcptLineTaxInsert />

           </taPopRcptLineTaxInsert_Items>

           <taPopRcptUserDefined />

           <taPopDistribution_Items>

               <taPopDistribution />

           </taPopDistribution_Items>

           <taAnalyticsDistribution_Items>

               <taAnalyticsDistribution />

           </taAnalyticsDistribution_Items>

           <taPopRcptHdrInsert />

           <taMdaUpdate_Items>

               <taMdaUpdate />

           </taMdaUpdate_Items>

       </POPReceivingsType>

    </eConnect>

  • Mark Fronczak Profile Picture
    5 on at
    Re: POP Receiving- Econnect fails on lot tracked items.

    this is not the answer, however i receive the same error.  I believe i narrowed it down to having serialized and non serialized items in the same econnect xml.  can you verify if this is also the case with you.  can you post the xml that you are trying to post.  if i post serialized items on their own it works fine, non serialized items on their own it works fine, it is the mixture of the two that fail for me.

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics GP (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans