Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
manojkulkarni
Partner - Specialist II
Partner - Specialist II

Qlikview - Remove Licenses through Batch

Hi All,

Is there any sample or functions which we can use to remove allocated CAL through batch in timely scheduled script ?

1 Reply
Not applicable

Hello Manoj,

Try your luck with Qv User Manager. It is part of Power Tools 1.2 for QlikView

From its help file:

Usage: qv-user-manager [options]
Handles QlikView CALs and DMS user authorizations.

Options:
  -l, --list=CAL|DMS|DOCS    List CALs, users or documents [CAL|DMS|DOCS]
  -a, --add=CAL|DMS          Add users or assign CALs [CAL|DMS]
  -r, --remove=CAL|DMS       Remove specified users or inactive CALs [CAL|DMS]
  -d, --document=VALUE       QlikView document(s) to perform actions on
  -p, --prefix=VALUE         Use specified prefix for all users and CALs
  -V, --version              Show version information
  -?, -h, --help             Show usage information

Options can be in the form -option, /option or --long-option