|
From: Von B. P. <pau...@in...> - 2014-02-24 15:40:51
|
The message is telling you that the MOFs you are extending don't include CIM_SoftwareInstallationCapabilities.
I'm guessing you are trying to implement DMTF DSP1025 Software Update Profile. It appears that the text about CIM_SoftwareInstallationCapabilities is a typographical error; the class should be CIM_SoftwareInstallationServiceCapabilities.
From: George varghese [mailto:geo...@gm...]
Sent: Sunday, February 23, 2014 10:14 PM
To: sbl...@li...; Klaus Kaempf
Subject: [Sblim-devel] Failed to compile mof file
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
|