Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. READ MORE

QlikView 12.80: set a different Session Algorithm for QVP communication

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Daniele_Purrone
Support
Support

QlikView 12.80: set a different Session Algorithm for QVP communication

Last Update:

Jul 3, 2023 2:04:58 AM

Updated By:

Daniele_Purrone

Created date:

May 22, 2023 9:17:21 AM

By default, QlikView 12.80 will use the AES 256 GCM encryption mode for client/server communication.

Should there be a need for using a less secure mode, that can be changed in the Settings.ini and services .config files.

Please note: using different modes across services and clients will break communication. All services and clients will need to be aligned in the same setting.

 

Environment

  • QlikView  May 2023 (12.80) IR or higher

 

  1. Stop all QlikView Services
  2. For the QlikView Server, QlikView Desktop and Plugin, edit the settings.ini file and add SessionAlgorithm=mode
  3. for the WebServers and the Management Console, edit the following files
    • C:\Program Files\QlikView\Server\Web Server\QVWebServer.exe.config
    • C:\Program Files\QlikView\Server\QlikViewClients\QlikViewAjax\Web.config
    • C:\Program Files\QlikView\Management Service\QVManagementService.exe.config

      by setting

      <add key="SessionAlgorithm" value="mode"></add> 

Possible options for mode:

CALG_AES_256_GCM (Default setting)   
CALG_AES_128    (AES 128 CBC algorithm)
CALG_RC4

 

Once done, restart all the QlikView Services starting with the QlikView Management Service

Comments
rva
Partner - Contributor III
Partner - Contributor III

Do I need to add this entry in  

 

C:\Windows\System32\config\systemprofile\AppData\Roaming\QlikTech\QlikViewBatch\settings.ini
 
to allow for Publisher to distribute to the QVS?
 
 
Thx,
Roland
 
 
Sonja_Bauernfeind
Digital Support
Digital Support

Hello @rva 

You will not have to modify this entry for distributing to the QVS.

All the best,
Sonja 

rva
Partner - Contributor III
Partner - Contributor III

when I follow your instructions, the distribute to QVS fails.

 

We had to add the key to 

 

C:\Program Files\QlikView\Distribution Service\QVDistributionService.exe.config 

 

as well! Then it worked. 

 

We see a slowdown of all distribution tasks since updating to QV12.80SR1. We hope that Distributiontasks execute faster if we set back to CALG_AES_128  !

 

Thx,

Roland

Contributors
Version history
Last update:
‎2023-07-03 02:04 AM
Updated by: