...
In general, the operation of the Connect Server should be possible on all operating systems for which .NET 6 is available. This also applies to macOS. However, we are currently only testing on Windows and various Linux distributions.
Use of MS SQL database
Which collation should be used?
In our Galileo-internal systems we use "Latin1_General_CI_AS".
In general, however, all collations should work, as the communication with the database runs exclusively via Unicode and the sorting is always done by the C# coding of Connect.
However, if you can decide, use: "Latin1_General_CI_AS".
Problems and solutions
A list of known problems and their solutions can be found at the following link:
...