fmeobjects.FMELicenseManager.validateLicenseFile

FMELicenseManager.validateLicenseFile(licenseFilePath)

This method is used to validate a license file. Note: It is not using the license file but rather merely returning whether or not the license file is valid for the current machine if it is installed.

Parameters:

licenseFilePath (str) – The full path of the license file.

Return type:

int

Returns:

If the file is valid it returns 0 otherwise a non-zero error code.