cancel
Showing results for 
Search instead for 
Did you mean: 

Errors are not passed to the client database

Former Member
0 Kudos

Hello,

We are using Mobile Client 7.1 with MaxDB database.

We have a problem with the synchronization. We are developing a

notification handling application. The problematic scenario is as

follows:

The existed notification is modified on the client side. Then the

client performs the synchronization and the changes are passed to the

backend via DOE. The syncstate field of the NOTIFICATION table is 202

(during update). BAPI Wrapper returns an error during the update (i.e.

because the object is locked or some other reason...). The client

performs the synchronization one more time in order to receive the

feedback. This synchronization fails and when we check in the trace

file what is the problem, we see there the content of the error message from the

backend and the error "Column index 1 was not found". The syncstate field is not changed to 301 or some other value, it still remains 202. The message is stucked and it's not possible to

do anything with it, only to recover the device.

What is the problem?

Thanks in advance,

Sergey

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

Can you please try to regenerate the data object, re-import the model and try to update?

Thanks and Regards,

Narayani

Former Member
0 Kudos

Hello,

We tried activate and re-import of the model and the result stayed the same ("column index 1 was not found" error when synchronizing and the sync state stays 202).

Sergey.