faaCheckLicenseViolation
- Last UpdatedMar 18, 2021
- 1 minute read
Checks to see if the total number of tags in the AVEVA Historian is less than or equal to the number allowed by the current license.
Syntax
SELECT dbo.faaCheckLicenseViolation()
Return Type
Integer.
Remarks
If the total number of tags in the system is below the amount allowed, the result of this function will be 0. If not, the number of tags that exceed the allocated amount will be returned. For example, if a system has 100 tags, but the license only allows for 60, a value of 40 will be returned.