((NAME = 'GLOBAL_SETTING' and VALUE = 'NOT MODIFIABLE' and ptree.value = 'PROD' and ptree.hier_id = '1') OR (ptree.value != 'PROD' and ptree.hier_id = '1')) NAME = 'GLOBAL_SETTING' and not ( VALUE = 'NOT MODIFIABLE' ) and ptree.value = 'PROD' and ptree.hier_id = '1'
-------------------
Hi colleagues,
From the above script could someone clarify what does this checkitem look for and what does "ptree.value" & "ptree.hier" refers to.
Regards,
Anand.
Hello,
ptree.value = 'PROD' and ptree.hier_id = '1' means that a restricion is done on productive systems only (system role in LMDB)
ptree is the landscape tree for a system.