Compliance Column in Inv_Policy_Compliance_Status Table
search cancel

Compliance Column in Inv_Policy_Compliance_Status Table

book

Article ID: 216166

calendar_today

Updated On:

Products

Software Management Solution IT Management Suite

Issue/Introduction

You are trying to create a report with the Compliance status for a software delivery policy and you are using the “Inv_Policy_Compliance_Status” table for it.

The "Compliance" column in this tables returns integers. What do the integers in the compliance column mean? 

Environment

ITMS 7.x, 8.x

Resolution

Here are the possible values:

NotCompliant = 0,
Unknown = 1,   //If this is the first time the policy has loaded the compliance status, send it up as 'unknown'. 
Warning = 2,   // not used at the moment as far as I see
Compliant = 3,
PendingReboot = 4,
PendingUserLogoff = 5