cancel
Showing results for 
Search instead for 
Did you mean: 

SQLSTATE HY014 -80014 error

Former Member
0 Kudos

Receiving this error when trying to commit to the database.

The OCA.commit() is suppose to execute an UPDATE but instead it executes an INSERT and on top of that against the unique Index constraints of the table so when we synchronize it causes more issues.

Has anyone seen this before?

It is not consistent, but it is happening often enough that it is causing grief with the support and having to manually go into the queues to fix the jams "SYSFAIL"

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

implemented rollback and closes and caught the error and handled it, could not resolve the problem