While compiling mof for PG_interOp with tog-pegasus-2.9.1 , I am getting "Parsing error: parse error: Error adding an instance: CIM_ERR_NOT_SUPPORTED" for PG_ProviderProfileCapabilities instances.
instance of PG_ProviderProfileCapabilities
{
ProviderModuleName = "TestServerProfileProvidersModule";
ProviderName = "OtherSystemTestProvider";
CapabilityID = "OtherProfile";
RegisteredProfile = 0; // Other
OtherRegisteredProfile = "SomeSystemProfile";
ProfileVersion = "0.1.0";
OtherProfileOrganization = "OpenPegasus";
RegisteredSubProfiles = {
0, // Other
1004, // SNIA Block Server Performance
1011, // SNIA Disk Drive Lite
0, // Other
1024}; // SNIA Indications
SubprofileVersions = {
"0.1.0",
"1.1.0",
"1.1.0",
"0.1.0",
"1.1.0"};
OtherRegisteredSubProfiles = {
"Some Subprofile",
"Some Other Subprofile"};
OtherSubProfileOrganizations = {
"OpenPegasus",
"OpenPegasus"};
ConformingElements = { "Test_OtherSystem" };
};
Am I missing something here? Kindly suggest.
Thanks
vivek