Hello!

We prepared an update of the QUIK server part 15.3.9
with the instruction of installation and configuration.

See the description of changes in the attached file:
"Changes in QUIK Server 15.3.9.pdf".

The update can be downloaded from the link:
https://flex.quik.ru:8080/web/client/files?path=/out/quikserver_15.3.9.zip

After clicking on the link, you may be required to enter your login 
and password. If you don't know them, send a request to the QUIK 
technical support.

NOTE:
In version 15.2.0, the mechanism of domain authentication of users has
been changed in case of installation the QUIK server and the QUIK
Administration server part on Windows OS, and also domain 
authentication of users has been supported in case of installation the
QUIK server and the QUIK Administration server part on Linux OS. 
If you use domain authentication of users (the first and the second
factor authentication), then when updating the QUIK server and the 
QUIK Administration server part on a platform with any OS (both Windows
and Linux), it is required to specify the spn_sspi and spn_gss additional 
settings with specifying the SPN of the computer, where the QUIK server 
is installed.
Also, for users created in the 'domain\login' format in the Logins for
another authorization system dictionary, delete domain name so that
all entries are in the 'login' format.
For details, see sub-sections 5.3.5 and 5.4.6 of the QUIK Server 
Installation manual. 

NOTE:
If the Unified cash position module for spot and derivatives markets 
is used for transaction settlement on the derivatives market, make 
sure that the Estimate variation margin setting is disabled on the
Futures operations page in the Limits calculation library by unified
firm. 

**********************************************************************
UPDATE FROM VERSION 15.1.0 or newer
**********************************************************************

NOTE:
Before installing this update, make sure that the QUIK server version 
15.1.0 or newer is installed. The version details are available in 
QMonitor program in the left part of User table in access server tree.

1. Stop the QUIK server, the interfaces to all trading systems, 
   the QUIK Administrator (stop the server part and close the client 
   part) and Access servers, if they are used.

2. Make a full backup of the directories where the QUIK server, the 
   QUIK Administrator and Access servers are installed, if they are
   used.

3. Update the QUIK server database (DB).
   
   If the update is installed on the QUIK server version 15.3.0, skip
   this step.

   3.1. Back up the QUIK server database:

        3.1.1. If the QUIK server operates with MS SQL DBMS:
               - run Microsoft SQL Management Studio;
               - connect to SQL server;
               - expand the Databases tree;
               - right-click on the QUIK server DB 
                 and select the Tasks->Back Up... menu item;
               - in the appeared dialog box, select a file for backup 
                 and back up the DB.
           
        3.1.2. If the QUIK server operates with Postgres PRO DBMS:
               - run pgAdmin;
               - connect to SQL server;
               - expand the Databases tree;
               - right-click the QUIK server DB (usually it is
                 QUIK_DB) and select the Back Up... menu item;
               - in the appeared dialog box, select a file for backup 
                 and back up the DB.

   3.2. Apply the scripts to the QUIK server database:

        3.2.1. If the QUIK server operates with MS SQL DBMS:

               - in Microsoft SQL Server Management Studio, select the 
                 File->Open->File menu item and select the script
                 you need to apply;
               - make sure that on the toolbar in the list of
                 available databases the database of the QUIK server 
                 is selected (usually it is QUIK_DB) instead of the
                 master database;
               - click the Execute button and make sure the script 
                 was executed without errors.      

                 Apply the sql script:
                 DB_MSSQL\Update\mody194ms.sql

        3.2.2. If the QUIK server operates with Postgres PRO DBMS:

              - in pgAdmin, right-click on the QUIK server database 
                (usually QUIK_DB) and select Query Tool to open 
                the query editor;
              - on the query editor toolbar, click Open File and 
                select the script you need to apply;
              - click the Execute button and make sure that the script 
                was executed without errors.

                Apply the sql script:
                DB_Postgre\Update\mody194pg.sql

4. Update the QUIK server. 

   4.1. If the software version for Windows is used:
  
        Unpack the received archive and copy the contents of
        the server\windows directory to the directory with the QUIK 
        server.

   4.2. If the software version for Linux is used:

        NOTE:
        The service must be updated by a user with the root 
        permissions.
        It is available to start, stop and update without
        the root permissions. For further instructions, please contact 
        the QUIK technical support: quiksupport@arqatech.com.

        4.2.1. Copy the install_server-15.3.9.run file from the 
               server/linux directory of the update archive to 
               the directory for which your user has permissions, 
               for example, the home directory (/home/<user> or ~/).

        4.2.2. Run the command to add permissions to the run file:

               chmod +x install_server-15.3.9.run
 
        4.2.3. Run the install_server-15.3.9.run file for execution
               with the -u launch parameter:
        
               sudo ./install_server-15.3.9.run -u

               If the update is successfully installed, the following 
               message will be displayed in the console: 
               "Update of service 'quik' has been 
               successfully completed".

               In case of another diagnostic output, please contact
               the QUIK technical support at quiksupport@arqatech.com
               providing the install_server-15.3.9.run.log log file
               from the directory of the service being updated, and
               the .actions.log file from the catalog of the service
               being updated.
 
5. Convert the QUIK server settings:

   5.1 If the software version for Windows is used: 

       Run the executable file by running the command from the command
       line with the -update launch parameter.
       For example: 
       quik.exe -update 

   5.2 If the software version for Linux is used:  

       Run the command:
       ./quik -update

6. Run the QUIK server service. To do this:
   
   6.1. If the software version for Windows is used: 
        - open the QUIK server service startup form by opening the
          Control Panel / Administrative tools / Services;
        - double-click the QUIKServer service;
        - run server with launch parameter as on a regular day. 

   6.2. If the software version for Linux is used:

        Run the launch service command with the
        launch parameters from the QUIK server directory
        as on a regular day: 
 
        sudo ./q_start.sh <launch parameters>

7. If the Access server software is installed, then update it.

   7.1. If the software version for Windows is used:

        7.1.1. Copy the files from the subserver/windows directory of
               the update archive to the directory where the QUIK 
               Access server is installed (accessserver).

        7.1.2. Convert the QUIK Access server settings:

               Run the executable file by running the command
               from the command line with the -update launch
               parameter.
               For example: 
               quik.exe -update         

        7.1.3. Run the QUIK Access server service. 
               To do this:
               - open the QUIK Access server service launch form by
                 selecting the Control Panel / Administration / 
                 Services;
               - double-click the left mouse button on the
                 QUIKSubServer service;
               - in the Start parameters field, enter the -clean
                 launch parameter and click Start.

   7.2. If the software version for Linux is used: 

        NOTE:
        The service must be updated by a user with the root 
        permissions.
        It is available to start, stop and update without
        the root permissions. For further instructions, please contact 
        the QUIK technical support: quiksupport@arqatech.com.

        7.2.1. Copy the files from the subserver/linux directory of 
               the update archive to the directory for which your user
               has permissions, for example, your home directory 
               (/home/<user> or ~/).

        7.2.2. Set the "execute" attribute for the 
               install_access_server-15.3.9.run file by the command:

               chmod +x install_access_server-15.3.9.run

        7.2.3. Run install_access_server-15.3.9.run for execution 
               with the -u launch parameter:

               sudo ./install_access_server-15.3.9.run -u

               If you update a service with a name other than "quik", 
               then this name must be sent by the -u launch 
               parameter. 
               For example, run the following for the "quik_1" 
               service:

               sudo ./install_access_server-15.3.9.run -u quik_1

               If the update is successfully installed, the following 
               message will be displayed: 
               "Update of service 'quik' has been successfully 
               completed".

               In case of another diagnostic output, please contact   
               the QUIK technical support at quiksupport@arqatech.com
               providing the install_access_server-15.3.9.run.log log 
               file from the directory of the service being updated,
               and the .actions.log file from the catalog of the 
               service being updated.

        7.2.4. Convert the QUIK server settings:

               Run the command:
               ./quik -update  

        7.2.5. Run the QUIK Access server service (from the command 
               line) with the -clean launch parameter:

               sudo ./q_start.sh -clean

8. Update the QUIK Administrator server part:

   8.1. If the software version for Windows is used:

        Copy files from the qadmin\server\windows directory
        of the update archive to the directory, where the 
        QUIK Administrator server part is installed.

   8.2. If the software version for Linux is used:

        NOTE: 
        The service must be updated by a user with the root 
        permissions.
        It is available to start, stop and update without
        the root permissions. For further instructions, please contact 
        the QUIK technical support: quiksupport@arqatech.com.

        8.2.1. Copy the install_qadminsrv-15.3.8.run file from the 
               qadmin/server/linux directory of the update archive to 
               the directory for which your user has permissions, 
               for example, the home directory (/home/<user> or ~/).  
             
        8.2.2. Run the command to add permissions to the run file:

               chmod +x install_qadminsrv-15.3.8.run

        8.2.3. Run the install_qadminsrv-15.3.8.run file for execution 
               with the -u launch parameter:

               sudo ./install_qadminsrv-15.3.8.run -u

               If the update is successfully installed, the following 
               message will be displayed in the console: 
               "Update of service 'qadminsrv' has been
               successfully completed".

               In case of another diagnostic output, please contact
               the QUIK technical support at quiksupport@arqatech.com 
               providing the install_qadminsrv-15.3.8.run.log log file 
               from the directory of the service being updated.

9. Run the QUIK Administrator server service.

   9.1. If the software version for Windows is used:

        - open the QUIK Administrator server service startup form 
          by opening Control Panel / Administrative tools / Services;
        - double-click the QuikAdministrator service;
        - click Start.

   9.2. If the software version for Linux is used:

        - run the following command from the directory with 
          the QUIK Administrator server to start the service:
 
          sudo ./q_start.sh

10. If you plan to use the client part of the QUIK Administrator in 
    the WINE environment under Linux, it is required to execute 
    settings. For details, see subsection 1.1.2 of the QUIK 
    Administrator Administrator’s manual.  
 
**********************************************************************
Best regards,
QUIK clients support
ARQA Technologies
quiksupport@arqatech.com
+7 383 219 16 06
www.arqatech.com

CONFIDENTIALITY NOTICE:
This email and any files attached to it are confidential. If you are 
not the intended recipient you are notified that using, copying, 
distributing or taking any action in reliance on the contents of this 
information is strictly prohibited. If you have received this email 
in error please notify the sender and delete this email.