Im using a VBS to directly generate this NSI, the Z row data is populated from WMI queries. For those that are interested, its a Memory bank audit.
Anyway, for some reason when this NSI gets uploaded to the NS server, its thrown into the evtQFast\Bad\AexException folder but I cannot see why. Can anyone spot the error?
Code:
<InventoryClasses>
<InventoryClass name='AeX_HW_MemoryBanks' manufacturer='Altiris' description='' version='' platform='Win32' mifClass='Altiris|gwmail|1.0'>
<xml xmlns:s="uuid:BDC6E3F0-6DA3-11d1-A2A3-00AA00C14882" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns:rs="urn:schemas-microsoft-com:rowset" xmlns:z="#RowsetSchema">
<s:Schema id="RowsetSchema">
<s:ElementType name="row" content="eltOnly" rs:updatable="true">
<s:AttributeType name="c0" rs:name="TotalRam" rs:number="1" rs:nullable="true" mifAttrId='1'>
<s:datatype dt:type="string" dt:maxLength="255"/>
</s:AttributeType>
<s:AttributeType name="c1" rs:name="NoUsedSlots" rs:number="2" rs:nullable="true" mifAttrId='2'>
<s:datatype dt:type="string" dt:maxLength="255"/>
</s:AttributeType>
<s:AttributeType name="c2" rs:name="UsedSlots" rs:number="3" rs:nullable="true" mifAttrId='3'>
<s:datatype dt:type="string" dt:maxLength="255"/>
</s:AttributeType>
<s:AttributeType name="c3" rs:name="TotalRam" rs:number="4" rs:nullable="true" mifAttrId='4'>
<s:datatype dt:type="string" dt:maxLength="255"/>
</s:AttributeType>
</s:ElementType>
</s:Schema>
<rs:data>
<z:row c0="4" c1="4" c2=" DIMM_1 DIMM_3 DIMM_2 DIMM_4" c3="2147483648"/>
</rs:data>
</xml>
</InventoryClass>
</InventoryClasses>