cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Reciever primary key problem

Former Member
0 Kudos

Hello

My scenario is proxy to jdbc asynchrouns

the column of the primary key is identity column which is mandatory and the database increment the value of the field , starting from 1 ( thats why xi shouldnt update this field ) but I get the following message in the communication channel monitoring

"key element 'key' contains no values"

any1 managed to solve this problem?

thx

Shai

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

I suggest you go with Database look up and check the number of rows and add one to it and pass that value to the primary key field...But this a little bit resource consuming....

But I think its one option....

**************Reward points,if found useful

Former Member
0 Kudos

Hi Shai,

be more specific and tell which opraton are u performing

is it insert or update?

for this two operations primary key need to be defined

thanx

Sampath

Former Member
0 Kudos

I am trying to do update_insert operation

prateek
Active Contributor
0 Kudos

Which operation are u trying to perform? Insert, update or delete. Key is mandatory for update and delete

Regards,

Prateek