user_uid not created

Hello,

I just added a bunch of new users in out database. But because they were not a few I had to import all of them automatically, also in the servoy_repository database.
So I had add the users in the servoy_users tables, and map them with the groups in servoy_user_groups table. For the user_uid I continue the series, so I took care they are unique.

But now when I’m using the security.createUser() method, the user is not created in the servoy_repository tables.

How can I fix this?

Thanks,
Bogdan.

I think I fixed it. At least the first test now went OK, and it should be OK as the things that I’ve set are relevant for my problem.

In table servoy_columninfo, at the records with tablename = “servoy_user_groups” / “servoy_users” and columnname = “user_group_id” / “user_id”, which represent the PK in those two tables that handle users, I set the value for “next_seq” field with the correct next one from those tables.

Greetings.