• Servers not selected when servername/certifier contains a space.

    By Norbert de Vreede 2 decades ago

    Hello,



    we use a space in our certifier name. The list for selecting servers can not handle that. The servername is pasted until the first space is found.



    To make it work we have to type in the last characters of the name.

    • Space in server name

      By Renaud Thievent 2 decades ago

      After you add the end of the server name does the application work correctly ?



      Thanks



      Renaud

      • Can you try this ?

        By Renaud Thievent 2 decades ago

        As I don't have any server with space in it, can you try the following fix ?


        1. Open the Mailanalysis DB in the designer
        2. Open the subServerInfo "subServerInfo"
        3. In the listbox called ServerToSearch, open the properties of the field
        4. In the choices formula replace

          @Explode(ServerList)

          with

          @Explode(ServerList;";")



          Save it and try again.



          Let mn know if this fixes the problem.



          Best regards



          Renaud
        • Fixed!

          By Per Bau 2 decades ago

          That fixed this problem for our servers.



          Thanks