Skip to Content
0
Former Member
Jun 02, 2009 at 11:18 AM

Synchronization deleting entry from CDS Table

145 Views

Hi All,

I am facing a strange problem in MI 7.1, when ever client(code written in JSP) synchronizes with middleware it updates corresponding record by deleting all the entries.

Example :

In my CDS table there is an record

order_id value1 value2

1 20 30

So when ever client(Mobile) updates this record by saying value1 = 40 where order_id = 1 , then after syncronization it clears all the record for that order_id .In our case below record appears

order_id value1 value2

1

How is it happening , can i track it anywhere.

Regards,

Abhishek