Export / Import Issue from PC 2.1.2 to Mac 2.1.2

I exported my main solution from my PC, then imported it to my Mac. Same versions 2.1.2.

The import into my Mac took forever! Almost half-an hour.

It created a new release version. Now I can’t get into it with any passwords used on the account.

All the passwords on the non-exported PC version just work.

The Mac version never asked about overwriting styles, etc.

Any ideas?

Thanks!

The username/passwords are defined in the repository, not in the application, this means that when you import your solution on a different repository you must associate the users authorized to operate on this different repository with the groups used by your imported solution. An easy way to do this is to import your solution with security-groups and then use the servoy-admin interface to create users and associate them to groups.

And excellent answer, if I ever heard one.

How do I, ‘import your solution with security-groups’?

Thanks!

Providence1:
Created a new release version. Now I can’t get into it with any passwords used on the account.
All the passwords on the non-exported PC version just work.

A servoy solution export does never have user information, only group/table/form security definitions, so users has to be created on the server and not in the development enviorement.

Got it!

Thanks Jan!