Repository import question/problem

Hello,

today we imported a solution into a blank 2.1 repository (without sample data). There were at least two problems:

  1. Users and groups were not imported (so we had a solution that required login, but no users were known)

  2. All the settings regarding the sequences failed to be transferred correctly, resulting in a message that the server version was Servoy sequence while the import version had db sequence. As a result, the imported repository thought all tables had a Servoy sequence while in the orginal repository 90% of all tables are set to db Sequence.

Thanks
Patrick

I just experienced the same problem with Version R2 2.1rc3-build 306 with regards to the user login. I had a user/password set up on 2.0, but it did not get transferred on the export (no rows in servoy_user to delete) and now I can’t login to my solution. Editing the export’s solution.xml to have must_authenticate = false doesn’t work, since then the CRC is bad..

Any ideas?

Well, that problem you can solve:

on the server you are on, create a new solution. There you create an admin login for you. Now go back to your other solution with that login and you are in…

1> Groups should be imported, users will NEVER be imported with solutions, users should be handled on ther server itself.

2> are you saying that on the server you had all db sequences and after import most of them where suddenly servoy sequences because that was specified in the import? (But yes.. which one is right..)

patrick:
Well, that problem you can solve:

on the server you are on, create a new solution. There you create an admin login for you. Now go back to your other solution with that login and you are in…

Patrick,
Thanks! that did it…