Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
balajibc64
Specialist
Specialist

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 

Labels (3)
9 Replies
Jay_Brown
Support
Support

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?

To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.
balajibc64
Specialist
Specialist
Author

Yes @Jay_Brown Task chained. it will runs continuous one after another based on schedule time.  

balajibc64
Specialist
Specialist
Author

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. 

balajibc64_0-1678275087776.pngbalajibc64_1-1678275104829.png

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. 

balajibc64_2-1678275258074.pngbalajibc64_3-1678275268297.png

But for RIM node service not running. It showing error like "Engine Status unknow never contacted"

balajibc64_4-1678275372779.png

Could you please check this and help me for the same. 

 

Jay_Brown
Support
Support

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... 

To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.
balajibc64
Specialist
Specialist
Author

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. 

Jay_Brown
Support
Support

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!

To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.
balajibc64
Specialist
Specialist
Author

@Jay_Brown Thanks. Yes I tried but while installing facing the issue DB connectivity. Facing error this stage, 

"Database could not be reached"

 

balajibc64_0-1679295756713.png

 

Jay_Brown
Support
Support

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?

To help users find verified answers, please don't forget to mark a correct resolution or answer to your problem or question as correct.
balajibc64
Specialist
Specialist
Author

Hi @Jay_Brown ok will check. Yes, Getting error like "Database could not be reached"