|
From: George v. <geo...@gm...> - 2014-02-24 05:14:14
|
Hi ,
I have created one class named GK_SoftwareInstallationCapabilities from
CIM_SoftwareInstallationCapabilities cim class.
[ Description("Class representing Software Installation Capabilities"),
Provider("cmpi:cmpiGK__SoftwareInstallationCapabilities")
]
class GK_SoftwareInstallationCapabilities :
CIM_SoftwareInstallationCapabilities{
};
Then I try to register it with sfcb,
I got the following response,
Sf format being used.
error in /var/lib/sfcb/stage/mofs/indication.mof line 34 near CIM_System:
class CIM_SoftwareInstallationCapabilities was referenced but never defined.
Failed compiling the MOF files.
How to resolve this issue,
Please help me,
Regards,
George
|