node classification
Hi,
I'm trying to implement the following node classification. We have 4 nodes pointing to the same db.
I would like to have 2 nodes as "trusted" and 2 as "semitrusted".
Following the manual I performed the following tasks:
1.edit the prconfig.xml of a node adding <env name="initialization/nodeclassification" value="semitrusted"/>
1a.restart server
2.create a dynamic system rule Pega-Engine • prconfig/service/public/enable/semitrusted with value "true"
3. Now at run time I would like to know what kind of node it is with @getDataSystemSetting("Pega-Engine", "prconfig/service/public/enable") and I don't get anything.
if I use @getDataSystemSetting("Pega-Engine", "prconfig/service/public/enable/semitrusted") it retrieve a value but our reasoning is that the dynamic setting should set the value and not be used later.
Any suggestions?
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.