Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT

Qlik Application Automation : Alert Qlik Replicate server license expiration within X days

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
AfeefaTk
Support
Support

Qlik Application Automation : Alert Qlik Replicate server license expiration within X days

Last Update:

Oct 11, 2022 7:04:31 AM

Updated By:

AfeefaTk

Created date:

Oct 10, 2022 5:45:07 AM

Attachments

This article provides an overview of the template configured in Qlik Application Automation that sends an email with a list of Qlik Replicate servers with licenses expiring within X days.

You can find the template by navigating to Add new -> New automation -> Search templates and search for 'Alert Qlik Replicate server license expiration within X days' in the search bar and click on the Use template option to use it in the automation.

You will find a version of this automation attached to this article: "Alert-Qlik-Replicate-server-license-expiration-within-X-days.json".

Steps to set up the variables in the template:

  1. numberOfDays: Variable set to define the number of days within which Qlik Replicate server license will expire.
  2. numberOfServers: Variable used to count the total number of Replicate servers with licenses expiring within 'X' days. Initial value is 0.
  3. EmailList: List variable to store email address. You can add email as an item to the list variable. You can provide multiple emails.
  4. GetServerDetailsList: List variable to store Replicate server details that expires within 'X' days. Initially set to empty.
Automation structure:
  1. Add the 'List Servers' block to get all the servers under Qlik Enterprise Manager.
  2. Add the 'Get Server Details' block to retrieve all the details about the specified server. The response also includes the license expiration date and days to expiration.
  3. Add a condition block to check if the Qlik Replicate server license is valid and whether the license is expiring within the set number of days (numberOfDays).If the condition block outcome  evaluates to true:
    • Adds 1 to 'numberOfServers' variable during each iteration. This variable will provide the total number of Replicate servers that have a license expiring within 'X' days.
    • Stores Replicate server details to 'GetServerDetailsList' list variable.
  4. Add another condition block to check if there are Replicate servers that expires within 'X' days.
  5. If yes, construct an email by designing a table that contains details about the Replicate server including Server Name, License Expiring In, License Expiry Date.
  6. Use 'Send Mail' block from Mail connector to send email .Please connect to the smtp server by adding connection to Mail connector.

Please find the screenshot of the email received:

email-body-replicate.PNG

Labels (2)
Contributors
Version history
Last update:
‎2022-10-11 07:04 AM
Updated by: