Logical error received for the following Ionix IP/Smarts IP ASL file:
local/rules/discovery/ic-interface-displayname.asl
[29-Oct-2010 10:10:25 AM+773ms India Standard Time] t@1916 Discovery #7
ASL-W-ERROR_RULE_SOURCE-While executing rule set
'c:\manohara\IP703_7\IP\smarts\local\rules\discovery\ic-interface-displayname.asl'
ASL-ERROR_ACTION-While executing action at:
ASL-CALL_STACK_RULE- RuleName: START, Line: 90
ASL-ERROR_UNDEFINED_VARIABLE_ACCESS-Variable 'ipObjs' has not been assigned a value
Adding the above line initializes the ipObjs variable as list, where before the ASL code was throwing an error while checking sizeof. After initialization, the count will take 0 as its value by default and should resolve this issue.