Func36_CheckInstances

<< Click to Display Table of Contents >>

Navigation:  Modules > Asset Management > Software License Management > Authorization Analyzer (Complex license types) > AA Functions >

Func36_CheckInstances

Description

This is a compound function that is designed to the check number of instances of the current MSLno against a configured maximum allowable value.

 

Processing Notes

An SQL statement is executed to determine the number of instances of the current MSLno are running on the current asset.

The results are compared to the configured maximum.  If results <= max allowed, then true is returned.  Otherwise, false is returned.

 

Inputs

 

Parameter

Explanation

Max allowed instances

Max number of allowed instances.

 

Outputs

 

Result

Result Explanation

Confidence Adjustment

Return Value

True

Instances <= max allowed.

 

-1

False

Instances > max allowed.

 

0

Else

Parameter is blank.

Could not determine the number of Instances.

If a runtime error is encountered.

Y

0