Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Pulkit_Thukral
Partner - Creator II
Partner - Creator II

License (LEF) Management Application ?

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

1 Reply
Peter_Cammaert
Partner - Champion III
Partner - Champion III

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