QlikView 12 10 Release Notes
QlikView 12 10 Release Notes
10 Release notes
Whats new in QlikView 12.10
The QlikView 12.10 release improvements are focused on scalability and performance, both in QVS and
QDS cluster environments. With the improvements in QlikView 12.10:
QVS clusters can now scale to more nodes, users, and documents.
Publisher can now handle more simultaneous tasks and more nodes, with better performance
and stability.
In QlikView 12.10, support has been added for:
Software and applications: MS Office 2016, MS SharePoint 2016, MS SQL Server 2016.
MS Windows Server 2016.
Browser/web: Internet Explorer 11 and ActiveX Plugin for MS Windows 10.
Operating system: iOS10.
Full System requirements can be found here: System Requirements.
Improved Shared file caching significantly improves response times in high-load situations to a
specific document.
New PGO file offline mode. This improves access to PGO files for high-load scenarios in QVS
clusters that have many concurrent users in the system. This will allow for scaling to more
nodes and more concurrent users.
Improved ramp-up capacity. Significantly more users per second can now enter a cluster during
peak hours.
With the release of QlikView 12.10, a QlikView Server cluster can now manage nodes of different
sizes with respect to CPU, RAM, and number of cores. See Unbalanced QVS Clustering for
detailed information.
Functionality
Method used
UpdateServices
GetDSCAPISettings, SetDSCAPISettings
Rename DSC
GetDSCAPISettings, SetDSCAPISettings
Functionality
Method used
Add AD
GetDSPAPISettings, SetDSPAPISettings
Modify AD settings
GetDSPAPISettings, SetDSPAPISettings
Rename QVWS
GetQVWSSetting, SetQVWSSetting
GetQVWSSetting, SetQVWSSetting
GetQVPRAPISettings, SetQVPRAPISettings
GetQVPRAPISettings, SetQVPRAPISettings
GetQVPRAPISettings, SetQVPRAPISettings
A number of API calls have been added to QlikView 12.10, most of which are related to QDS load
balancing. The calls enable users to check whether they have any distribution groups set up and get
the associated definitions, and check whether the QDS load balancing configurations have any
errors.
The new QDS load balancing calls are as follows:
GetAllDistributionGroups
GetAllMissingDistributionGroups
GetDistributionGroups
GetDistributionGroupsDefinition
HasAnyDistributionGroups
IsQdsLoadbalancerConfigured
QdsLoadBalancerConfigHasErrors
There are two other new API calls:
GetQMSVersion. Returns the QMS version (Major.Minor.Patch).
GetTemplateFolderId. Returns the ID of the template folder.
During reload, when using the script function ApplyMap, if there is an attempt to map tables that are not
valid mapping references, the reload will now fail. Previously, unsuccessful ApplyMap statements would
be ignored and the reload would complete successfully. The new behavior will let users know if the script
is failing to apply a map as it was expected from the script. If the ApplyMap is unnecessary it can be
removed or commented out.
-
From version 12.10, Windows UNC syntax and URL syntax cannot be mixed in the same path. In version
12.00 this was possible, but could lead to ambiguous interpretations.
Examples of syntax that is not allowed:
\\path withSpace x\filename%20withSpace.xxx
File:\\path withSpace\filename%20withSpace.xxx
Examples of allowed syntax:
\\path withSpace\filename withSpace.xxx
File:\\path%20withSpace\filename%20withSpace.xxx
QlikView 12.10 Release notes page 4
2016 QlikTech International AB. All rights reserved. Qlik, QlikView, QlikTech, and the QlikTech logos are trademarks of QlikTech International AB which have been
registered in multiple countries. Other marks and logos mentioned herein are trademarks or registered trademarks of their respective owners.
The FileList and DirList options of the for each..next command have changed behavior. They now return
a corrected path if the user sends in a malformed path.