Error creating i18n table

Hi,
when pressing the Create button , either from “Solution Settings” and “Locale”, apparently nothing happens.
In the dataproviders appears a table and when clicking on it I get the following error:

Error creating table, com.sybase.jdbc3.jdbc.SybSQLException: SQL Anywhere Error -131: Syntax error near '<' on line 1
com.servoy.j2db.persistence.RepositoryException: com.sybase.jdbc3.jdbc.SybSQLException: SQL Anywhere Error -131: Syntax error near '<' on line 1
com.sybase.jdbc3.jdbc.SybSQLException: SQL Anywhere Error -131: Syntax error near '<' on line 1

The table is not created in the database and after restarting servoy it disappears from the dataproviders too.

The same happens with new or with an existing db.
The developer version is: 3.5.5-build 518

Any suggestion ?
Regards, Ric

Ric,

You have to type the name of a messages table that you want to be created.
Now it is trying to create a table called ‘’ (we will fix that).

Rob

By reading the manual I thought that the table name was assigned by default.

Thanks !