Hi Support,
How do I activate a MIP Plugin License?
I am trying to Activate a MIP Plugin Site License using Corporate 2014 Test, and i followed the Steps as Described on your website.
When i use the Online Activation Tool in the XProtect Management Client, the License Information is showing the license as “obtained” but the “Activated” column is zero.
In my Code: (in SiteLicense.Admin)
_// Get the activated license, if available_
_\_activatedServerLicense = EnvironmentManager.Instance.LicenseManager.GetLicense(_
_SiteLicenseDefinition.SiteLicensePluginId,_
_SiteLicenseDefinition.SiteLicenseId);_
_// Get the stored license, that is either a copy of the activated one, or a TrialMode one as filled below._
_\_myServerLicense = EnvironmentManager.Instance.LicenseManager.ReservedLicenseManager.GetLicenseInformation(_
_SiteLicenseDefinition.SiteLicensePluginId,_
_SiteLicenseDefinition.SiteLicenseId);_
_activatedServerLicense and _myServerLicense always returns NULL, so the System always Creates a Trial License.
Thanks in advance,
Werner