Page 1 of 1

Security error

PostPosted: Wed Sep 03, 2003 7:01 pm
by mpwiedemann
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

PostPosted: Wed Sep 03, 2003 11:02 pm
by Jan Aleman
Can you try to start Servoy from a command promt? Open command promt, cd to servoy directoy and type:

Code: Select all
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

PostPosted: Thu Sep 04, 2003 1:09 am
by mpwiedemann
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!