Security error

I am using R2 v 1.1 and just started to implement security on an existing solution. I use MSSQL2000 as the repository and am working on a Win XP machine.

When going to the Tools menu and selecting Security, I get an error dialog that says “cannot show security dialog”. I click the details button, but nothing shows in the details pane. Any ideas?

Thanks,
Martin

Can you try to start Servoy from a command promt? Open command promt, cd to servoy directoy and type:

java -jar servoy_developer.jar

Most probably it will give a more detailed error message if you do it from a command prompt. I havnt been able to reproduce the problem on Windows XP + SQL Server 2000

I got the problem fixed. It seems that some of the tables in the repository lost their primary key definitions. I reset the proper columns as PK and it now works. Very strange indeed. Thanks much Jan!