Client software is able to verify version consistency
Introduction
This article aim to describe how the client checks that assembly version is consistent with the version transmitted by the server.
Configuration
The following entry needs to be present in the Http.config's agent application section :
<add key="service_StrictVersionCheck" value="true"/>
Alert display
Below is the error message that appear when launching a Version 2 client on a Version 3 server :
Related Articles
Validation de la version du logiciel au lancement du client
Introduction Cet article vise à décrire comment le client vérifie que la version est cohérente avec la version transmise par le serveur. Paramétrage La clé suivante doit être présente dans la section de l'application de l'agent de Http.config : <add ...
Embedded UDP server
Introduction The Nixxis Client embeds a UDP server which allows UDP packets to be sent to the client respecting the following criteria : Packets need to be in UTF-8 Commands start with ‘EXEC’ followed by a pipe (|) Followed by the command and its ...
How to change the color theme of the Nixxis client software v2.4.9(agent interface)
Introduction The aim of this article is to direct an agent on the process of how to change the background color/text color of the status view box in Nixxis Contact Suite 2.4.9 version. The steps are outlined below Step 1: Use ctrl + shift + double ...
[Installation] - NCS v3.x - Installation and configuration procedure
Note: This document also contains information for the deployment of a multi-tenant environment. Introduction The purpose of this document is to guide you through the installation and the configuration process of Nixxis Contact Suite V3.x Application ...
How to externalise Administration and Reporting applications
The purpose of this article is to explain how to externalise the “Admin” and “Reporting” application. This allows to move CPU intensive administration loading and report compilation on a remote application server. In the steps below, the assumption ...