I am trying to execute a batch insert adapter service and I get the below error,
[ART.117.4002] Adapter Runtime (Adapter Service): Unable to invoke adapter service JDBCConnections: [ADA.1.316] Cannot execute the SQL statement “INSERT INTO
(,,) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)”. " 0(0) B [SQL0803] Duplicate key value specified. Cause . . . . . : An INSERT, UPDATE or ALTER TABLE statement was issued. Unique index or unique constraint
_PK in exists over one or more columns of table
in . The operation cannot be performed because one or more values would have produced a duplicate key in the unique index or constraint. [/b]
Please advise if this an issue on the database side or should I be making a change to the adapter service.