cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in inbound JDBC Adapter

Former Member
0 Kudos

My scenario is like sending data from SAP to database through JDBC adapter.

but when i tried to excute my program it is giving follwing message:

Error processing request in sax parser: Error when executing statement for table/stored proc. java.sql.SQLException: ORA-00001: unique constraint (STSC.UDT_PRICELOCZONE_CPK) violated

i am sure there is no duplicate records.

can anyone tell me what the problem?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Check whether your XML has the values in key fields ? May be your map did not pass the values.

regards

Shravan

Former Member
0 Kudos

Thanks Shravan.

We are apssing duplicate records. system checking unique primary key and throughing hte error.

Answers (1)

Answers (1)

udo_martens
Active Contributor
0 Kudos

Hi Suresh,

that message is defintly from your database. Try to execute your stored procedure in debug mode with just the same parameters as in your XML message.

Regards,

Udo