WM_TN_SCORE.PK_BIZDOCATT_DOCID_ATTID is failing and giving unique constraintvoilation

Hi All,

when i tried to send data to one my user i am getting this below mentioned error. I am not able to what is the actual prob. Could any one help me out on this issue.

java.sql.SQLException: [wm-cjdbc34-0068][Oracle JDBC Driver][Oracle]ORA-00001: unique constraint (WM_TN_SCORE.PK_BIZDOCATT_DOCID_ATTID) violated (1)

Thanks & Regards,
Nagendra Kumar.R

Hi

You are trying to insert data into a table which has unique constraint defined (primary Key ) . The data which you are trying to send has values which are already existing in the target table, which is violating the Unique constraint . Try to pass data which is not present in the target table .

HTH
Srini

Can you elaborate more on the process you are trying…Are you getting this problem in TN or in the developer running the JDBC service connecting to TN DB??

HTH,
RMG