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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

qv-user-manager questions about add/remove cals

Hi All,

In the Powershell, while I can add 1 documented cal to a qvw file and assign it to a give user,

> ECHO user1 | .\qv-user-manager.exe --add cal -d abc.qvw

If I try to add another CAL to the same qvw file with

> ECHO user2 | .\qv-user-manager.exe --add cal -d abc.qvw


I get the error "System.Exception: Too many document CALs assigned."

Also, I can't figure out how to remove CAL(s) from a qvw file.


After I gave one CAL on abc.qvw to user1, none of the following two commands can remove the CAL for me

> ECHO user1 | .\qv-user-manager.exe --remove cal -d abc.qvw
> .\qv-user-manager.exe --remove cal -d abc.qvw

Can anyone help me?


Many thanks!

1 Reply
Not applicable
Author

Also, if I have two reports with the same name, but under different directories, how do I specify which report to add CALs to? Both the following 2 didn't work.

> ECHO user1 | .\qv-user-manager.exe --add cal -d dir_name\abc.qvw

> ECHO user1 | .\qv-user-manager.exe --add cal -d dir_name/abc.qvw