Edit 9/17/15 View the main article for this error here
Hi!
We are trying to change the Item Number field in the POP10110 (PO Line Item) table but are receiving the following errors:
Error Number = 9179 Stored Procedure= taPoLine Error Description = LNITMSEQ already exists on a different Item Number Node Identifier Parameters: taPoLine Related Error Code Parameters for Node : taPoLine UpdateIfExists = 1 SOPNUMBE = Note: This parameter was not passed in, no value for the parameter will be returned.
SOPTYPE = Note: This parameter was not passed in, no value for the parameter will be returned.
LNITMSEQ = Note: This parameter was not passed in, no value for the parameter will be returned.
ITEMNMBR = 11-000-5064-80
Here is our code:
<taPoLine>
<PONUMBER>400046</PONUMBER>
<VENDORID>AMWPHAZ</VENDORID>
<LOCNCODE>11000</LOCNCODE>
<VNDITNUM>11-000-5064-80</VNDITNUM>
<ITEMNMBR>11-000-5064-80</ITEMNMBR>
<QUANTITY>1.00</QUANTITY>
<REQSTDBY>CHAD</REQSTDBY>
<COMMENT_1>2^</COMMENT_1>
<COMMENT_2>123456^</COMMENT_2>
<COMMENT_3>^0^0</COMMENT_3>
<NONINVEN>1</NONINVEN>
<IVIVINDX>850</IVIVINDX>
<ITEMDESC>Repairs & Maint Tractors - Wash</ITEMDESC>
<UNITCOST>250.00</UNITCOST>
<VNDITDSC>Repairs & Maint Tractors - Wash</VNDITDSC>
<ORD>16384</ORD>
<UpdateIfExists>1</UpdateIfExists>
</taPoLine>
Any ideas? We are not using SOP and have non-inventoried items.
Thank you!
Karl