After upgrading to GP 2016 we're seeing "taPMDistribution has too many arguments specified" errors while using eConnect.
The following is an example of the XML that is causing this error. Can anyone help shed some light on where the issue might be?
<?xml version="1.0"?> <eConnect xmlns:xsi="www.w3.org/.../XMLSchema-instance" xmlns:xsd="www.w3.org/.../XMLSchema"> <PMTransactionType> <eConnectProcessInfo xsi:nil="true" /> <taRequesterTrxDisabler_Items xsi:nil="true" /> <taUpdateCreateVendorRcd xsi:nil="true" /> <taCreateVendorAddress_Items xsi:nil="true" /> <taPMTransactionTaxInsert_Items xsi:nil="true" /> <taPMDistribution_Items> <taPMDistribution> <DOCTYPE>1</DOCTYPE> <VCHRNMBR>542245</VCHRNMBR> <VENDORID>M07015</VENDORID> <DISTTYPE>2</DISTTYPE> <DistRef>949482 - Sample</DistRef> <ACTNUMST>000-2010</ACTNUMST> <CRDTAMNT>4532.000000</CRDTAMNT> </taPMDistribution> <taPMDistribution> <DOCTYPE>1</DOCTYPE> <VCHRNMBR>542245</VCHRNMBR> <VENDORID>M07015</VENDORID> <DISTTYPE>6</DISTTYPE> <DistRef>949482 - Sample</DistRef> <ACTNUMST>000-5000</ACTNUMST> <DEBITAMT>4532.000000</DEBITAMT> </taPMDistribution> </taPMDistribution_Items> <taAnalyticsDistribution_Items xsi:nil="true" /> <taPMTransactionInsert> <BACHNUMB>85795</BACHNUMB> <VCHNUMWK>542245</VCHNUMWK> <VENDORID>M07015</VENDORID> <DOCNUMBR>71598</DOCNUMBR> <DOCTYPE>1</DOCTYPE> <DOCAMNT>4532.000000</DOCAMNT> <DOCDATE>03/21/2017</DOCDATE> <PRCHAMNT>4532.000000</PRCHAMNT> <CHRGAMNT>4532.000000</CHRGAMNT> <TRXDSCRN>949482 - Sample</TRXDSCRN> <PORDNMBR>949482</PORDNMBR> <PTDUSRID>svc_gp</PTDUSRID> <CURNCYID>USD</CURNCYID> <XCHGRATE>1.0000000</XCHGRATE> <CREATEDIST>0</CREATEDIST> </taPMTransactionInsert> <taMdaUpdate_Items xsi:nil="true" /> </PMTransactionType> </eConnect>
*This post is locked for comments