Func32_SAforTitle

<< Click to Display Table of Contents >>

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

Func32_SAforTitle

Description

This function determines if the authorization under test has been allocated a license, AND if the license has one or more additional entitlements allocated to it.

 

Processing Notes

First validate if a licensed has been allocated to the authorization.  If no, then set the return to false, write a message to the log, and exit.

Next  a SQL query is executed to see if an entitlement(s) has been allocated to the license associated with the authorization under test.  The query checks the begin date and end date for the entitlement records.  

 

Inputs

 

Parameter

Explanation

None.

 

 

Outputs

 

Result

Result Explanation

Confidence Adjustment

Return Value

True

SA found.

 

-1

False

SA not found.

 

0

Else

If a runtime error is encountered.

Y

0