
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Separate Qlik Sense Scheduler
Hi, Need to run a task based on multi node like separating the task. Eg. I'm having 2 task, one task is taking more time to complete but other task will run soon. But because of 1st task, the 2nd task is taking more time to complete.
How to overcome this issue.? How to separate both task and run in different nodes or whatever.
Kindly suggest. Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @balajibc64 , thanks for posting!
Have a look at the following article:
https://community.qlik.com/t5/Official-Support-Articles/Load-Balancing-in-Qlik-Sense-Enterprise-on-W...
and Community discussion:
https://community.qlik.com/t5/Deployment-Management/scheduler-load-balancing/td-p/1643072
And let us know; Are these tasks chained?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes @Jay_Brown Task chained. it will runs continuous one after another based on schedule time.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Jay_Brown Thanks for your response. I read this article and did something based on load balancing. But my RIM node is showing has stopped.
Let me say few details about my requirement.
1. we are having 2 servers. when i looked into the 2 servers nodes both are showing the central node.
2. Based on the article i have added the custom property like node type. custom value also mentioned like dedicated. After that I have created the another node called rimnode.
Central node refer to First server
Rim Node I gave to refer second server.
But for RIM node service not running. It showing error like "Engine Status unknow never contacted"
Could you please check this and help me for the same.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @balajibc64 ,
This is usually some port issue. Have you verified all the ports are reachable via PowerShell?
Check this article:
https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Management-console-shows-Engine-s...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No @Jay_Brown I didn't tired to verified about ports. From where need to verify ? In Central or RIM node. Moreover, I created the RIM node but I didn't change the server from central node to rim node. Because previously when i installed Qlik in both the server like Central node only.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @balajibc64 ,
For a multi-node configuration you will probably want to back up the environment, uninstall Sense from the second node, and install the second node as a rim using the Join a cluster option.
https://help.qlik.com/en-US/sense-admin/February2023/Subsystems/DeployAdministerQSE/Content/Sense_De...
To answer your question about testing ports, you will want to test in both directions, Central to Rim, and Rim to Central. If ports are not being blocked you should be able to install per the link above.
Please let us know if this helps!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Jay_Brown Thanks. Yes I tried but while installing facing the issue DB connectivity. Facing error this stage,
"Database could not be reached"

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @balajibc64 , can you verify connectivity from the rim node to the database server or central node?
For example, if your central node hosts the database and is named 'qlikserver1', use the following command in PowerShell on the rim node:
testNetConnection -servername qlikserver1 -port 4432
What error are you getting otherwise?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Jay_Brown ok will check. Yes, Getting error like "Database could not be reached"
