Hi All,<br> I have this doubt regarding the notation used inside the rule's condition. I have a fact HOST having the variables<b> HostName</b> and <b>CPUSockets</b>. I have the following rule<br><br>rule "Test"<br>
when<br>HOST(HostName!=null, CPUSockets>3)<br>then <br># do something<br><br>Is throws an error saying cannot extract field <b>HostName</b>. It works fine when i use <b>hostName</b>. Can anyone explain me the concept behind this. Thanks in advance :)<br clear="all">
<br>-- <br>cheers<br>Sumatheja Dasararaju<br><br><br>