[SQLCODE: <-131>:<After Insert trigger failed>]
[%msg: <21003,Cannot INSERT "NIActivityCode" because number is already used.>]
this simply means that you try to insert something that is unique and already present.
so check against your table definition for uniqueness and next the data you want to insert.
Start with ID first.
It is definitely a data issue and not related to syntax
- Log in to post comments
.png)