Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
marcos_herrera
Partner - Creator III
Partner - Creator III

Add a QlikSense cluster node (slave for enginee) to runs a specific application and not runs on central node

Our customer needs add a QlikSense cluster node (slave for enginee) to runs a specific application we creates an internal laboratory to achieve the objective, we could add the node and works fine but the problem are when the cluster opens the application because the app is loaded on central node and the objective is than only loads on slave node.

Whe tried with some sync rules following this steps, but not works

  1. 1.       The App was publisher on Stream Called “Manar”
  2. 2.       Disable the standard Sync  Rule
  3. 3.       Creates Two Custom properties
    1. a.       TipoNodo (Nodo and Stream)
    2. b.      TipoStream(Stream)
  4. 4.       Assign the value “Manar” on Custom property to slave node  and stream Manar
  5. 5.       Assign the value “No Manar” to central node
  6. 6.       Creates an specific rule to load all Apps from Stream where are Published the app on slave node, this is the rule code

((node.@TipoNodo="Manar" and node.@TipoNodo=resource.stream.@TipoStream and resource.stream.name!="Monitoring apps"))

  1. 7.       Creates and specific rule to indicate that Stream Manar not runs on central node, , this is the rule code

((node.@TipoNodo="No Manar" and resource.stream.@TipoStream!="Manar"))

1 Reply
marcos_herrera
Partner - Creator III
Partner - Creator III
Author

Hi Dear Jeffrey Goldberg

Can you help us with this Thanks