HP Operations Manager for Windows

Table OV_PM_PackageImplementation


The OV_PM_PackageImplementation table represents the various implementations (binaries) of a package version. The Descriptor field contains a full path to the XML-based descriptor file.

Column Name Constraint Column Type Description
ImplementationId PK, I1 uniqueidentifier ID of the package implementation.
PackageVersionId FK1 uniqueidentifier ID of the referenced package version.
Description   nvarchar(256) String that describes this package implementation.
Descriptor   nvarchar(1024) Location of the XML-based package descriptor file in the file system of the management server.
ReferenceCount   smallint Number that is increased each time the same package implementation (binary) is registered with Policy Management. It is required for patch handling.