Start a Conversation

Unsolved

This post is more than 5 years old

2175

May 11th, 2010 11:00

Smarts dynamic modelling with APG

Hello.

I believe this is actually an APG related question, but I thought maybe I could try my luck here.

I currently have a new Site class defined in SMARTS (dynamic modelling) that inherits all properties from ICIM_Collection:

interface Site:ICIM_Collection

Everything looks really great on SMARTS, we have set the ConsistsOf relationship of the Site to relate to UnitaryComputerSystem (UCS) and we have created a new property that will be used to determine the Site's availability.

The problem is that when we try to monitor Site instances in APG we are only able to see the instances that have UCS defined as members of this site. Example: If there is a Site defined in SMARTS where all of it's device's are not monitored by SMARTS (and consequently its ConsistsOf relationship is empty), we are not able to see the Site instance in APG.

Well, I would really like to know then, why something as simples as the code below (pm.xml), does not work while trying to import all Site instances to APG. Does it have anything to do with it being a dynamic modeled class? If not, what do you think may be the problem?

       
               
               
               
                       
                       
               
       

Any help would really be appreciated.

Thank you very much for your time.

Cordially,

Isabelle C. de Andrade

Telecom Engineer - Neppo TI

30 Posts

May 14th, 2010 13:00

Hello Isabelle

I did the simular things with dynamic modeling and added following part to the pm.xml file:

 
 
 

I don't have to tell APG which class does contains the added attribute. In fact my class is also an own class named SC_c3gWireless.

Best Regards,

Christian

No Events found!

Top