Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I find it very difficult to keep a track of AMC Support Expiry Dates for all accounts (on different servers).
I am planning to develop an application on a central server that should be able to hold LEF content for each account and should update automatically whenever there is a change in LEF.
Can this information be extracted directly from Web through some scripts ?
That seems to be the only way out as connecting to individual servers that are present on different domains will not be an easy task.
Thanks,
Pulkit Thukral
That depends on how you approach the QlikView services.
The QMS API has a Method called "GetLicense". It returns all features embedded in the license of a specific QlikView service. IMHO that should closely match the contents of a LEF file. That's probably the easiest way to get to the Maintenance Expiry Date.
Alternately you could use a License property called "LEFFile" which can be used to obtain the contents of a LEF File.
See the online help here : IQMS.GetLicense Method