HP Operations Manager for Windows

Table OV_LIC_LicensedProduct


The OV_LIC_LicensedProduct table contains information about the licensed products to which a policy or package can be linked. The tables OV_PM_Policy and OV_PM_Package are linked to the licensed product using the LicenseIndex column. They verify license validity before policy or package deployment.

Column Name Constraint Column Type Description
LicenseIndex PK, I1 int Primary key of the licensed product. It is referenced by all policies and packages that belong to this product. The value of this column can be different on different HPOM for Windows servers for that same product. Only the product Id is guaranteed to be unique on all HPOM for Windows servers.
ProductId I2 nvarchar(64) ID of the licensed product.
ProductName   nvarchar(64) Name of the licensed product.
ProductDescription   nvarchar(256) String that describes the licensed product.
AutoPassId   nvarchar(64) Used only for migration from HPOM for Windows 7.50 to map a licensed product to the new product ID.