Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
SimonInc
Partner - Contributor II
Partner - Contributor II

Run Qlik Sense App on Rim Node

Hey community,

I have a Qlik Sense cluster with 2 consumer and 2 scheduler nodes and one central node. Now I would like to run apps "marked" with a custom property to run only on one of the consumer nodes and if not set on the other. Would this be possible without using different urls (with a prefix to the virtual proxy)? 

I have set two load balancing rules: 

node.name="consumer-sandbox" and resource.@TargetNode!="Main"

and 

node.name="consumer-main" and resource.@TargetNode="Main"

Furthermore I have added both of the nodes to both of the virtual proxies and marked the central node to be only Production.

But it seems not to work. Did I miss something or is it not possible?

Labels (1)
2 Replies
danielrozental
Master II
Master II

I think you need to use !resource.@TargetNode.empty() instead of resource.@TargetNode!="Main".

In what way is this not working for you?

Here's a video on how to set loadbalancing https://community.qlik.com/t5/Knowledge/Load-Balancing-in-Qlik-Sense/ta-p/1715174.

Albert_Candelario

Hello @SimonInc ,

Thanks for posting,

By "run" you mean run the reload of such tasks or opening the apps by the end users on the Hub?

This would help to understand what are you trying to achieve.

Cheers,

Albert

Please, remember to mark the thread as solved once getting the correct answer