I have the following error in dataldr.log
ERROR - attempt to update non-existent row. Invalid command: exec pWorkstationStatus_DATA 1,15408,'01/06/2012 14:22:48',1,'1/6/2012 14:21','8589934829',1036,60
....
Cannot process MIF XHFDJR3E4.MIF, moving it to C:\Program Files (x86)\Microsoft Configuration Manager\inboxes\auth\dataldr.box\BADMIFS\dlv1em44.MIF
I checked region & language, it was french, I changed for English. Same result.
I uninstalled the MP & IIS, same result.
I have a sms_def.mof which seemed to be good with mofcomp.exe –check .
But I can't find which view was created for that class :
[ SMS_Report (TRUE),
SMS_Group_Name ("Info_HBA"),
SMS_Class_ID ("CUSTOM|HBA|1.0"),
SMS_Namespace (False),
Namespace ("\\\\\\\\localhost\\\\root\\\\WMI") ]
class MSFC_FibrePortHBAAttributes : SMS_Class_Template
{
[SMS_Report (TRUE) ]
boolean Active;
[SMS_Report (TRUE) ]
string Attributes[];
[SMS_Report (TRUE) ]
uint32 HBAStatus;
[SMS_Report (TRUE) ]
string InstanceName;
[SMS_Report (TRUE) ]
uint64 UniquePortId;
};
I don't know where to look now...