Servoy Sequence not updating.

Hi All,

I have a central repository server where developer commit the changes in application. When developer made some changes and testing the application, while testing he add few new records and at the same time smart client is running and other user add new record on same form. Servoy return error “can not save form data” Log file says “Duplicate entry ‘xx’ for key 1”.
I explored the issue. When developer and smart client open at same time. When developer added new record. The sequence is not updating on smart client or vise-versa.

Is this bug…??? if not How can i handle this condition?.

Developer and repository server using same database.

version - Servoy 4.0.1
Database - MySQL

You should never develop on the same repository that is also used by your production server and certainly not on the same time that users are logged in.

This is documented.

So, no it is not a bug…

Thanks Marcel, for the reply…