Hello!

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

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

The update can be downloaded from the link:
https://flex.quik.ru:8080/web/client/files?path=/out/quikserver_16.0.5.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:
Before installing this update, it is required to follow 
the instructions for checking the base and quote currency, 
which were sent to you in a separate letter if you have one of 
the following Modules:  
 - Broker quotation module;
 - QUIK EES module;
 - FIX order router program interface;
 - NTPro program interface;
 - QUIK OMS module;
 - QUIK Matching Engine module;
 - QUIK REPO Module;
 - QUIK SOR module.
If you have not received these instructions, please contact 
the QUIK technical support: quiksupport@arqatech.com.

**********************************************************************
UPDATE FROM VERSION 15.3.0 or newer
**********************************************************************

NOTE:
Before installing this update, make sure that the QUIK server version 
15.3.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, 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 16.0.0 and 
   newer, 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:

        NOTE:
        Applying the mody195*.sql script may take a long time. 
        The time of executing depends on the number of records in the 
        Stop orders table and the QUIK server DB performance. 

        Applying the mody196*.sql script can be executed in the 
        background mode, so it is recommended to do the next steps 
        of this instruction and run QUIK server after the update, 
        without waiting for it to complete its work.

        3.2.1. If the QUIK server operates with MS SQL DBMS, 
               apply the sql scripts, in the following order:
               db_mssql\update\audit_string_fix_ms.sql
               db_mssql\update\mody195ms_v4.sql
               db_mssql\update\mody196ms_v4.sql
               To do this:
               - 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.      

        3.2.2. If the QUIK server operates with Postgres Pro DBMS,
               apply the sql scripts, in the following order:
               db_postgre\update\audit_string_fix_pg.sql
               db_postgre\update\mody195pg_v2.sql
               db_postgre\update\mody196pg_v2.sql
               To do this:
              - 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.

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-16.0.5.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-16.0.5.run
 
        4.2.3. Run the install_server-16.0.5.run file for execution
               with the -u launch parameter:
        
               sudo ./install_server-16.0.5.run -u

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

               If another diagnostic is displayed, please contact
               the QUIK technical support at quiksupport@arqatech.com
               providing the install_server-16.0.5.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. Run the QUIK server service. To do this:
   
   5.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:
        
        5.1.1. If the update is installed on the QUIK server version
               older than 16.0.0: 

               5.1.1.1. If the position rolling is not used, enter 
                        the -clean launch parameter and click Start 
                        in the Start parameters field.

               5.1.1.2. If you use the position rolling via the QUIK 
                        server and have a file with positions for 
                        the morning, enter the -clean -loadlimits 
                        <file.lim> launch parameters in the Start 
                        parameters field. 
                        Instead of <file.lim> you must specify 
                        the path to the file with client positions,
                        that was prepared by the accounting system. 
     
               5.1.1.3. If you use the position rolling via 
                        the QUIK server and have a file with positions
                        for the evening of the previous trading day,
                        enter the -clean -rolling -loadlimits
                        <file.lim> launch parameters in the Start
                        parameters field.
                        Instead of <file.lim> you must specify the
                        path to the file with positions 
                        of clients for which a rolling is required. 
                        This can be a file prepared using the Utility
                        for creating positions file (ik2lim).  

        5.1.2. If the update is installed on the QUIK server version
               16.0.0 and newer, then run the server with launch
               parameters as in the ordinary day.              

   5.2. If the software version for Linux is used:

        5.2.1. If the update is installed on the QUIK server version
               older than 16.0.0:         

               5.2.1.1. If the position rolling is not used, run the 
                        launch service command from the QUIK server
                        directory: 
 
                        sudo ./q_start.sh -clean

               5.2.1.2. If you use the position rolling via 
                        the QUIK server and have a file with positions
                        for the morning, run the launch service 
                        command from the QUIK server directory:
            
                        sudo ./q_start.sh -clean -loadlimits <file.lim>. 

                        Instead of <file.lim> you must specify 
                        the path to the file with client positions,
                        that was prepared by the accounting system.

               5.2.1.3. If you use the position rolling via 
                        the QUIK server and have a file with positions
                        for the evening of the previous trading day,
                        run the launch service command from the QUIK
                        server directory:        
                       
                        sudo ./q_start.sh -clean -rolling -loadlimits <file.lim>.

                        Instead of <file.lim> you must specify 
                        the path to the file with positions of clients
                        for which a rolling is required. This can be 
                        a file prepared using the Utility for creating
                        positions file (ik2lim).

        5.2.2. If the update is installed on the QUIK server version
               16.0.0 and newer, then run the server with launch
               parameters as in the ordinary day.  

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

   6.1. If the software version for Windows is used:

        6.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).   

        6.1.2. 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.

   6.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.

        6.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 ~/).

        6.2.2. Set the "execute" attribute for the 
               install_access_server-16.0.5.run file by the command:

               chmod +x install_access_server-16.0.5.run

        6.2.3. Run install_access_server-16.0.5.run for execution 
               with the -u launch parameter:

               sudo ./install_access_server-16.0.5.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-16.0.5.run -u quik_1

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

               If another diagnostic is displayed, please contact   
               the QUIK technical support at quiksupport@arqatech.com
               providing the install_access_server-16.0.5.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.

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

               sudo ./q_start.sh -clean

7. Update the QUIK Administrator server part:

   7.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.

   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 install_qadminsrv-16.0.4.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 ~/).  
             
        7.2.2. Run the command to add permissions to the run file:

               chmod +x install_qadminsrv-16.0.4.run

        7.2.3. Run the install_qadminsrv-16.0.4.run file for
               execution with the -u launch parameter:

               sudo ./install_qadminsrv-16.0.4.run -u

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

               If another diagnostic is displayed, please contact
               the QUIK technical support at quiksupport@arqatech.com 
               providing the install_qadminsrv-16.0.4.run.log log 
               file from the directory of the service being updated.

8. Run the QUIK Administrator server service.

   8.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.

   8.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

9. 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 sub-section 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.