Can't insert i18n keys into newly created i18n_messages tabl

Hi All

I get after creating a new i18n_messages table the following error when trying to synchronize the first messages entered as i18n keys:

com.servoy.j2db.persistence.RepositoryException: The Repository is not filled with the necessary defaults, missing: message_id The Repository is not filled with the necessary defaults, missing: message_id

I checked that the pk is set for the table as well as it has a servoy sequence assigned.
What is missing here?

Best regards, Robert

Hi Robert,

this seems to be because the new i18n table columns informations are
ignored by the team server;
does it work after the team server restart ?

Thanks, Gaby, that was the solution. May be the software could give a hint that an app server restart is done/needed when creating a new i18n_messages table.

Regards, Robert

Gabi Boros:
Hi Robert,

this seems to be because the new i18n table columns informations are
ignored by the team server;
does it work after the team server restart ?