CA Service Management

 View Only
Expand all | Collapse all

CI Family Data Constraint

  • 1.  CI Family Data Constraint

    Posted May 02, 2018 08:58 AM

    SDM 14.1.04,  I need to create a VIEW constraint to a CI Family. I'm able to create a view constraint on the class using the ca_resource_class ! = '12345'. 

    The family_id is a primary key in ca_resource_class, but I cannot create a constraint against it.  This is what I tried:

    VIEW ca_resource_class  constraint: family_id ! = '1000123'  

     

    Any suggestions would be appreciated.

    Thanks



  • 2.  Re: CI Family Data Constraint
    Best Answer

    Broadcom Employee
    Posted May 02, 2018 09:14 AM

    Jeff, you can try

    family!=1000123

    Thanks _Chi



  • 3.  Re: CI Family Data Constraint

    Posted May 02, 2018 09:54 AM

    That was too simple.  Thanks.