Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to know the SR version in Qlik Sense 3.1

I am planning to upgrade Qlik Sense 3.1 to 3.2.2 -- and also want to move to shared persistence.

In order to do this, I want to know the SR version of Qlik Sense 3.1 as SR1 cannot be move to shared persistence. These are the detalis that I have for my version of Qlik Sense 3.1

Qlik Sense 3.1

serversuite:10.3.5

  • Client 3.26.10
  • QIX Engine 4.7.10
  • Service Dispatcher 10.0.3
  • App Migration Service 4.3.9
  • Data Preparation Service 1.5.1
  • Broker Service 4.1.7
  • Proxy 10.0.4
  • Repository 10.0.4-20160902143702
  • Qlik Sense Communication 11.1.0
  • Qlik Sense Common 11.1.1
  • Scheduler 10.0.4
  • Printing Service 10.0.4
  • .NET SDK 11.0.6
  • Hub Service 0.10.13
  • Qlik Sense Browser 4.1.0
  • Qlik DataMarket Connector 2.1.1.9
  • Qlik REST Connector 1.1.0.2858
  • Qlik SalesForce Connector 14.1.0.2147
  • Qlik ODBC Connector 1.2.0.2145

Any help will be appreciated.

9 Replies
awhitfield
Partner - Champion
Partner - Champion

How about using:

ProductVersion - script and chart function

This function returns the full Qlik Sense version and build number as a string.

Syntax:

ProductVersion()

Andy

Not applicable
Author

I used the following script:

let ProductVersion = ProductVersion();

Trace $(ProductVersion);

and it returns the following result:

10.0.4+Build:0.local.Component.Version


It still does not give the SR version?

barry_stevens
Partner - Creator II
Partner - Creator II

Doesn't answer your direct question - however I did a practice upgrade to Shared persistence in two steps

The version I was running didn't allow for direct upgrade to shared persistence so first I upgraded to a version that did (ie latest release -1), then performed another upgrade to convert to Shared Persistence (Latest Release).

I haven't encountered any issues yet...

barry_stevens
Partner - Creator II
Partner - Creator II

Also probably doesn't help.  In version 3.2 SR2 you go to the hub (not QMC), click on the ... on the top right and then select about and it tells you the version including SR

In 3.0 you can do the same thing in the hub, but need to click on the three horizontal lines on the top left and then about - doesn't say the SR but there is a full version number which I am sure can tie back to SR's if you check the qlik sense download files.

awhitfield
Partner - Champion
Partner - Champion

Hi Again,

not too helpful, sorry, check out the following:

Qlik Sense Version

Andy

Not applicable
Author

Did you try this for multi-node installation or just a single server/node Qlik Sense?

barry_stevens
Partner - Creator II
Partner - Creator II

Unfortunately only a single node.

Not applicable
Author

That's what I thought.

I have a multi-node environment with 3.1.0 installed and I want to move to 3.2.3 (shared persistence).

barry_stevens
Partner - Creator II
Partner - Creator II

I see no reason why multi - node would be any different except extra work doing upgrade twice on each node .

Bare in mind, if you want the repository DB on a different/independent  server to the central node you'll need to reinstall rather than upgrade.