...

  1. On the new Server, check that for each user in the PeopleSync database you have a corresponding login at the server level:

  2. Open the properties of each login relevant to PeopleSync and make sure that they have at least db_datareader and db_datawriter permissions in the PeopleSync database. For reference, compare with the old database.

    Users performing updates of PeopleSync must have db_owner permissions on the PeopleSync database.

  3. Detach the PeopleSync database on the old SQL Server by right-clicking on the database in SQL Server Management Studio and selecting Tasks|Detach.

Configuring the PeopleSync Frontend Server
Anchor
Configure-Frontend
Configure-Frontend

If the PeopleSync frontend server is not moving to a different server, please follow these steps to change the database connection to the new SQL Server:

  1. Login to the PeopleSync Web server.

  2. Run Notepad using Run as Administrator.

  3. In File|Open, go to the PeopleSync Frontend installation directory, i.e. C:\Program Files\messageconcept GmbH\PeopleSync Server, then to the www subdirectory. Open the server.ini file.

  4. Edit the db_host parameter to reflect the new server name.

  5. Save server.ini and close Notepad.

Configuring the PeopleSync Backend (Version up to 23.1)
Anchor
Configure-Backend
Configure-Backend

If the PeopleSync Console & Service are not moving to a different server, please follow these steps to change the database connection to the new SQL Server:

...