Could not retrieve form data

I am just learning Servoy and I am maintaining a project a senior level developer has developed.

He gave me a solution to start with and I developed a few features on it over about a two day period. I was able to upload the solution into the servoy server but there was a bug we couldn’t figure out so we decided to start over. We went back to the latest solution he had completed and started from scratch on my developer as well.

Now I can’t upload anything, even minor changes.

When perople try to open servoy with my solutions the error - Could not retrieve form data - appears.

What did I do wrong?

Thanks in advance for your assstance.

Steve.

Chances are you use Servoy to generate sequences for the pk’s.
Chances are you have used different repositories on the same database or that you used developer and clients on the same database to create records.
In short, chances are that your sequences are out of sync.

You can open up the solution in developer and go to tools/dataproviders. Select a table and you can then open the properties of your pk’s and under sequence you can select sync with database.

BEWARE: don’t do this with clients logged in!!!