Skip to Content
0
Former Member
May 17, 2010 at 01:07 PM

Receiver JDBC - Error

45 Views

Hi,

I am trying to delete the table before inserting and have two structures in my mapping

Delete_item

Insert_item

I have mapped the action field and table correctly in both of these structures.

When i executed , I got the following error in the communication channel.

FATAL ERROR document format: structure 'Delete_tblSAP_Item', no key element found.

My delete_tbl_SAP_Item has the following structure

action = DELETE

table = dbo.item

Please help what went wrong