How to force a given server as connection server


When a user connects on an endpoint, he can connect on several servers, depending on the configuration:

By default, a user that connects on an endpoint associated to the solution will use one of the available servers (the algorithm that assigns the server is a round-robin server).

Some exceptions exist: for some administration operations (such as folder validation), the server assigned for execution is automatically the main server.

If for any reason you want assign a given server for the execution of some process in a multi-server environment, you can assign a tag associated to this server to a group and connect as a user that belongs only to this group.

The assignment of a given server can be interesting if you want dedicate a server for performance purposes to some dedicated operations (such as web service execution or heavy operations).

The main principles of the server assignment are described in the solutions documentation.