Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Note: Our legacy performance testing offering can be found here: Qlik Sense Scalability Tools.
The Qlik Sense Enterprise Scalability Tools are used to create and run load and performance tests towards Qlik Sense Enterprise for Windows (QSEfW).
Included parts are:
Downloadable files can be found here:
📎 Qlik Sense Enterprise Scalability Tools
Qlik Sense documents to help analyze result and log files can be found here :https://community.qlik.com/docs/DOC-15451
Change log
v1.13.0
v1.12.0
v1.11.0 - v1.11.1
v1.10.2 - v1.11.0
v1.10.1 - v1.10.2
v1.10.0 - v1.10.1
v1.9.0 - v1.10.0
Your use of Qlik Sense Enterprise Scalability Tools will be subject to the same license agreement between you and Qlik for your Qlik Sense License. Qlik does not provide maintenance and support services for the Qlik Sense Enterprise Scalability Tools, however please check QlikCommunity for additional information on use of these products.
I tried 1.11.1, 1.12.0 and 1.13.0.
1.11.1 and 1.12.0 - same error
1.13.0 - error in "Connecting and filling application structures" on QSEoW Feb 2024
ah yes 1.13.0 might not work towards older version of Sense, it was just release in tandem with QSEoW Nov 2024 release, and some api's changed. Versions before that should work though, and If it's QSEoW Feb 2024, then v1.11.0 should definitely work as that's the version released at same time.
Please try the scheduler from command line with the -g though as per previous post, so we can narrow down where the issue is.
Now it works from the command line
But from GUI the same error.
and in the log
Ok so we reduced it to be an issue between GUI and scheduler.exe
I had a look at the code and it seems port 6263 is fixed. Can you have a look if this is already occupied by something else. On windows could be done with something like (in cmd):
netstat -ano|find ":6263"
No, nothing