List Info

Thread: CIM_InstIndication




CIM_InstIndication
user name
2008-05-06 07:02:58

How do I make use of CIM_InstIndication?
I want to keep track of any modifications done to any instance of a specific class.

I'm able to subscribe to CIM_Indication and to my own Indication class (derived from CIM_Indication) but I cannot seem to subscribe to indications for CIM_InstIndication.

Thanks,
-Patrik

RE: CIM_InstIndication
user name
2008-05-06 10:50:49

Hi Patrik,

 

You might want to instead subscribe to a subsclass of the abstract class CIM_InstIndication.

The subsclasses to look at are CIM_InstCreation, CIM_InstDeletion and CIM_InstModification.

 

Cheers,

Eddie

 

From: Jansson Patrik [mailto:patrik.janssonsaabgroup.com]
Sent: Tuesday, May 06, 2008 5:03 AM
To: pegasus-lopenpegasus.org
Subject: CIM_InstIndication

 

How do I make use of CIM_InstIndication?
I want to keep track of any modifications done to any instance of a specific class.

I'm able to subscribe to CIM_Indication and to my own Indication class (derived from CIM_Indication) but I cannot seem to subscribe to indications for CIM_InstIndication.

Thanks,
-Patrik

RE: CIM_InstIndication
user name
2008-05-07 02:41:19
Hi Eddie,
When I try to create a subscription instance with a filter selecting indications from, lets say CIM_InstModification, I get CIM_ERR_NOT_SUPPORTED.
Same goes for CIM_InstIndication and other sub classes. Also for CIM_ClassIndication and its sub classes.
 
Who says it's not supported? Pegasus? Just changing the filter back to my own Indication (i.e. SELECT * FROM MyIndication) and there is no problem creating the subscription instance.
 
Thanks
-Patrik


From: Houston, Eddie [mailto:eddie.houstonhp.com]
Sent: den 6 maj 2008 17:51
To: Jansson Patrik; pegasus-lopenpegasus.org
Subject: RE: CIM_InstIndication

Hi Patrik,

 

You might want to instead subscribe to a subsclass of the abstract class CIM_InstIndication.

The subsclasses to look at are CIM_InstCreation, CIM_InstDeletion and CIM_InstModification.

 

Cheers,

Eddie

 

From: Jansson Patrik [mailto:patrik.janssonsaabgroup.com]
Sent: Tuesday, May 06, 2008 5:03 AM
To: pegasus-lopenpegasus.org
Subject: CIM_InstIndication

 

How do I make use of CIM_InstIndication?
I want to keep track of any modifications done to any instance of a specific class.

I'm able to subscribe to CIM_Indication and to my own Indication class (derived from CIM_Indication) but I cannot seem to subscribe to indications for CIM_InstIndication.

Thanks,
-Patrik

RE: CIM_InstIndication
user name
2008-05-26 01:11:02
There must be someone with enough OpenPegasus knowledge to answer this, right?
 
-Patrik

 ;

From: Jansson Patrik
Sent: den 7 maj 2008 09:41
To: Houston, Eddie; pegasus-lopenpegasus.org
Subject: RE: CIM_InstIndication

Hi Eddie,
When I try to create a subscription instance with a filter selecting indications from, lets say CIM_InstModification, I get CIM_ERR_NOT_SUPPORTED.
Same goes for CIM_InstIndication and other sub classes. Also for CIM_ClassIndication and its sub classes.
 
Who says it's not supported? Pegasus? Just changing the filter back to my own Indication (i.e. SELECT * FROM MyIndication) and there is no problem creating the subscription instance.
 
Thanks
-Patrik


From: Houston, Eddie [mailto:eddie.houstonhp.com]
Sent: den 6 maj 2008 17:51
To: Jansson Patrik; pegasus-lopenpegasus.org
Subject: RE: CIM_InstIndication

Hi Patrik,

 

You might want to instead subscribe to a subsclass of the abstract class CIM_InstIndication.

The subsclasses to look at are CIM_InstCreation, CIM_InstDeletion and CIM_InstModification.

 

Cheers,

Eddie

 

From: Jansson Patrik [mailto:patrik.janssonsaabgroup.com]
Sent: Tuesday, May 06, 2008 5:03 AM
To: pegasus-lopenpegasus.org
Subject: CIM_InstIndication

 

How do I make use of CIM_InstIndication?
I want to keep track of any modifications done to any instance of a specific class.

I'm able to subscribe to CIM_Indication and to my own Indication class (derived from CIM_Indication) but I cannot seem to subscribe to indications for CIM_InstIndication.

Thanks,
-Patrik

RE: CIM_InstIndication
user name
2008-05-27 01:55:49
Patrik,
 
The Pegasus CIM Server does not include intrinsic support for CIM_InstIndication or CIM_ClassIndication.
 
-Roger


From: Jansson Patrik [mailto:patrik.janssonsaabgroup.com]
Sent: Sunday, May 25, 2008 11:11 PM
To: pegasus-lopenpegasus.org
Subject: RE: CIM_InstIndication

There must be someone with enough OpenPegasus knowledge to answer this, right?
 
-Patrik

 ;

From: Jansson Patrik
Sent: den 7 maj 2008 09:41
To: Houston, Eddie; pegasus-lopenpegasus.org
Subject: RE: CIM_InstIndication

Hi Eddie,
When I try to create a subscription instance with a filter selecting indications from, lets say CIM_InstModification, I get CIM_ERR_NOT_SUPPORTED.
Same goes for CIM_InstIndication and other sub classes. Also for CIM_ClassIndication and its sub classes.
 
Who says it's not supported? Pegasus? Just changing the filter back to my own Indication (i.e. SELECT * FROM MyIndication) and there is no problem creating the subscription instance.
 
Thanks
-Patrik


From: Houston, Eddie [mailto:eddie.houstonhp.com]
Sent: den 6 maj 2008 17:51
To: Jansson Patrik; pegasus-lopenpegasus.org
Subject: RE: CIM_InstIndication

Hi Patrik,

 

You might want to instead subscribe to a subsclass of the abstract class CIM_InstIndication.

The subsclasses to look at are CIM_InstCreation, CIM_InstDeletion and CIM_InstModification.

 

Cheers,

Eddie

 

From: Jansson Patrik [mailto:patrik.janssonsaabgroup.com]
Sent: Tuesday, May 06, 2008 5:03 AM
To: pegasus-lopenpegasus.org
Subject: CIM_InstIndication

 

How do I make use of CIM_InstIndication?
I want to keep track of any modifications done to any instance of a specific class.

I'm able to subscribe to CIM_Indication and to my own Indication class (derived from CIM_Indication) but I cannot seem to subscribe to indications for CIM_InstIndication.

Thanks,
-Patrik

RE: CIM_InstIndication
user name
2008-05-27 02:02:43
Roger,
 
Ouch, I was afraid of that. But it should be the CIM servers job of providing that support right? I won't (practically) be able to create such provider?
 
-Patrik


From: Kumpf, Roger [mailto:roger.kumpfhp.com]
Sent: den 27 maj 2008 08:56
To: Jansson Patrik; pegasus-lopenpegasus.org
Subject: RE: CIM_InstIndication

Patrik,
 
The Pegasus CIM Server does not include intrinsic support for CIM_InstIndication or CIM_ClassIndication.
 
-Roger


From: Jansson Patrik [mailto:patrik.janssonsaabgroup.com]
Sent: Sunday, May 25, 2008 11:11 PM
To: pegasus-lopenpegasus.org
Subject: RE: CIM_InstIndication

There must be someone with enough OpenPegasus knowledge to answer this, right?
 
-Patrik

 ;

From: Jansson Patrik
Sent: den 7 maj 2008 09:41
To: Houston, Eddie; pegasus-lopenpegasus.org
Subject: RE: CIM_InstIndication

Hi Eddie,
When I try to create a subscription instance with a filter selecting indications from, lets say CIM_InstModification, I get CIM_ERR_NOT_SUPPORTED.
Same goes for CIM_InstIndication and other sub classes. Also for CIM_ClassIndication and its sub classes.
 
Who says it's not supported? Pegasus? Just changing the filter back to my own Indication (i.e. SELECT * FROM MyIndication) and there is no problem creating the subscription instance.
 
Thanks
-Patrik


From: Houston, Eddie [mailto:eddie.houstonhp.com]
Sent: den 6 maj 2008 17:51
To: Jansson Patrik; pegasus-lopenpegasus.org
Subject: RE: CIM_InstIndication

Hi Patrik,

 

You might want to instead subscribe to a subsclass of the abstract class CIM_InstIndication.

The subsclasses to look at are CIM_InstCreation, CIM_InstDeletion and CIM_InstModification.

 

Cheers,

Eddie

 

From: Jansson Patrik [mailto:patrik.janssonsaabgroup.com]
Sent: Tuesday, May 06, 2008 5:03 AM
To: pegasus-lopenpegasus.org
Subject: CIM_InstIndication

 

How do I make use of CIM_InstIndication?
I want to keep track of any modifications done to any instance of a specific class.

I'm able to subscribe to CIM_Indication and to my own Indication class (derived from CIM_Indication) but I cannot seem to subscribe to indications for CIM_InstIndication.

Thanks,
-Patrik

[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )