cancel
Showing results for 
Search instead for 
Did you mean: 

Error in receiver JDBC adapter

Former Member
0 Kudos

Hi,

I have and Idoc to JDBC scenario . My mapping is successfully being executed . But i am getting error in the runtime workbench.

the JDBC receiver adapter goes into error .

Following is the error "Cannot insert explicit value for identity column in table 'Materials' when IDENTITY_INSERT is set to OFF."

I do not have any field called IDENTITY_INSERT in my database table .

Can anybosy tell me what kind of error is this?

Regards,

Loveena .

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

This error means that you try to insert explicit value into some field of type Identity in your table. Values for that kind of fileds are auto generated. And you cannot insert it.

Please, read this to solve your problem:

http://wiki.sdn.sap.com/wiki/display/BOBJ/SQLServerIdentity+column

BR,

Vika

former_member197830
Participant
0 Kudos

Hi Viktoria Demina,

I got same issue like IDENTITY_INSERT is set to OFF, but i am unable to open your link.

can you please help me on this issue ?

Regards,

Narasaiah T

iaki_vila
Active Contributor
0 Kudos
former_member197830
Participant
0 Kudos

Hi Vila,

Thanks a lot.

Answers (2)

Answers (2)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

If you defined any IDENTITY Column in in DB Table,you should avoid that column in insert query,Change your SQL query,it will work fine.

Regards,

Raj

former_member200962
Active Contributor
0 Kudos

Check your JDBC receiver structure.....ensure that it is exactly as per the standard mentioned in help.

Regards,

ABhishek.