Hello!

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

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

The update can be downloaded from our FTP:
ftp://login:password@support.quik.ru/out/QuikServer_14.2.5.zip

Enter your password at the link above.
If you don't know it, send a request to the QUIK technical support.

NOTE:
The functionality of checking digital signature on the 
transactions has been changed in the QUIK Administrator version 14.2.0. 
The check will be executed only on the server part of the 
QUIK Administrator now. If you use this function, we recommend you 
to execute settings described in the subsection 2.7.2 of the QUIK 
server’s installation instruction before installing the update.

NOTE:
Operating principle with authentication on the mail server has been
changed, starting from version 14.0.0. 
If you have previously used the mail sending with authentication on 
the mail server, then the behavior does not change, and software setting 
modification is not required. 
If you have previously used sending mail without authentication, then 
the additional software setting can be required in one of the following 
methods:

1. Set up the authentication on the mail server (recommended method).
   If the mail server sends the authentication method announcement
   (default behavior), mail component of the new version will wait for 
   the presence of data for the authentication, which means the need to 
   set up the mail login and password in our software, so 
   it is required to create user on the mail server and specify login
   and password in the software settings. If you do not specify the 
   authentication data, sending mail will not work. 

2. Change mail server settings. Disable sending of the 
   authentication method announcement.
   If sending mail with the authentication is not available for some 
   reasons, it is required to reset your mail server so 
   that authentication methods are not sent out. In this case, 
   specifying login and password is not required to send mail. To find 
   out whether the mail server sends out authentication methods, 
   please contact the administrator of this mail server. 

**********************************************************************
UPDATE FROM VERSION 14.1.1 or newer
**********************************************************************

NOTE:
Before installing this update, make sure that the QUIK server version 
14.1.1 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 and 
   the QUIK Administrator (stop the server part and close the client 
   part).

2. Make a full backup of the directories where the QUIK server 
   and the QUIK Administrator are installed.

3. Update the QUIK server database (DB).
   
   If the update is installed on the QUIK server version 14.2.3 or
   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 PostgresPRO 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\mody192ms.sql

        3.2.2 If the QUIK server operates with PostgresPRO 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\mody192pg.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-14.2.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-14.2.5.run

       4.2.3 Run the install_server-14.2.5.run file for execution
             with the -u launch parameter:
        
             sudo ./install_server-14.2.5.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-14.2.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. If the Access server software is installed, then update it.

   5.1. If the software version for Windows is used:

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

        5.1.2. Run the Access server QUIK 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.

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

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

        5.2.2. Set the "execute" attribute for the 
               install_access_server-14.2.5.run file by the command:

               chmod +x install_access_server-14.2.5.run

        5.2.3. Run install_access_server-14.2.5.run for execution 
               with the -u launch parameter:

               sudo ./install_access_server-14.2.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-14.2.5.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-14.2.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.2.4. Run the QUIK Access server service (from the command 
               line) with the -clean launch parameter:

               sudo ./q_start.sh -clean

6. Update the QUIK Administrator server part:

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

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

	     chmod +x install_qadminsrv-14.2.3.run

       6.2.3 Run the install_qadminsrv-14.2.3.run file for execution 
             with the -u launch parameter:

             sudo ./install_qadminsrv-14.2.3.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-14.2.3.run.log log file 
             from the directory of the service being updated.

7. Convert settings:

   7.1 If the software version for Windows is used: 

       7.1.1 If the update is installed on a server version 14.1.1 or 
             newer, run the executable file by running the command 
             from the command line with the -update launch parameter.
             For example: 
             quik.exe -update 

       7.1.2 If the update is installed on the server version 14.2.0 
             or newer, skip this step.

   7.2 If the software version for Linux is used:  

       7.2.1 If the update is installed on the server version 14.1.1 or 
             newer, run the command:
             ./quik -update
 
       7.2.2 If the update is installed on the server version 14.2.0 or 
             newer, skip this step.

8. Run the QUIK server service. To do this:
   
   8.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.

       8.1.1 If the update is installed on the server version older than
             14.2.0:

             8.1.1.1 If the position rolling is not used, enter the 
                     -new launch parameter and click Start in the
                     Start parameters field.
       
             8.1.1.2 If you use the position rolling via the QUIK 
                     server, enter the -new -rolling launch parameters
                     and click Start in the Start parameters field. 

       8.1.2 If the update is installed on server version 14.2.0 or 
             newer, then start the server with the launch parameters 
             as on a regular day.

   8.2 If the software version for Linux is used:

       8.2.1 If the update is installed on the server version older than
             14.2.0:

             8.2.1.1 If the position rolling is not used, run the
                     launch service command from the QUIK server 
                     directory: 

                     sudo ./q_start.sh -new

             8.2.1.2 If you use the position rolling via the QUIK 
                     server, run the launch service command from the 
                     QUIK server directory: 

                     sudo ./q_start.sh -new -rolling

       8.2.2 If the update is installed on server version 14.2.0 or 
             newer, 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>
 
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.