Oracle unique constraint error completing inventory movement

38 views
Skip to first unread message

Fabio Canella

unread,
Jan 28, 2015, 4:00:31 AM1/28/15
to idem...@googlegroups.com
I've found a problem similar to
https://idempiere.atlassian.net/browse/IDEMPIERE-2421

but in this case the error occours completing an internal inventory movement

ORA-00001: unique constraint
(ADEMPIERE.M_INVENTORYLINEMA_KEY) violated

in this case I solved changing
ma.saveEx();
to
ma.save(get_TrxName());

in the class MInventory.java, method checkMaterialPolicy
Reply all
Reply to author
Forward
0 new messages