Changed repository, same users.

Windows 7.

I have changed my Servoy Developer 6.0 repository from the bundled Postgres to SQL Server by:

  1. Deleting the existing ‘repository_server’ in Servoy Developer databases section.
  2. Setting up a new SQL Server database (in SQL Server Management Studio) called ‘repository_server’ with appropriate security.
  3. Creating a new ‘repository_server’ in Servoy Developer databases section and verifying connection.
  4. Running -upgradeRepository which has created the schema on SQL Server successfully.

So now, as far as I can see there is no Postgres instance running yet when I look at ‘User And Group Security’ in Servoy Developer I can still see the two users that were there before.

So I’m confused as to where they are stored - obviously not in the repository!

Hi Alan,

When you use Developer then everything (except your actual data of course) is stored in the workspace. So that means it’s on the filesystem.
Servoy Server does use the Repository database.

ROCLASI:
Hi Alan,

When you use Developer then everything (except your actual data of course) is stored in the workspace. So that means it’s on the filesystem.
Servoy Server does use the Repository database.

Thanks!