Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Qvmaster2019
Creator
Creator

how to schedule qv-user-manager in QV Publisher

Hi,

I have tried several things to schedule the run of qv-user-manager.

1. Supporting Tasks: Created a bat file which contains only this line =

"D:\qlikview\Server Governance\qv-user-manager\qv-user-manager.exe" --add CAL < "D:\qlikview\Server Governance\qv-user-manager\NAMED.txt";

and then call this bat file in the supporting tasks=

"D:\qlikview\Server Governance\qv-user-manager\Readd Named.bat"

2. Supporting Tasks: Instead of creating the bat file, I placed in the command line this line=

"D:\qlikview\Server Governance\qv-user-manager\qv-user-manager.exe" --add CAL < "D:\qlikview\Server Governance\qv-user-manager\NAMED.txt";

3. Created a qvw that contains this script= 

EXECUTE cmd.exe /C "D:\qlikview\Server Governance\qv-user-manager\qv-user-manager.exe --add CAL < D:\qlikview\Server Governance\qv-user-manager\NAMED.txt";

Manual execution of the bat file and manual reloading of the qvw will give me the expected result. but in the publisher, it is not working.

I have tried running a simple bat file (del *.txt), works out great when using Supporting tasks.

Please help.

1 Solution

Accepted Solutions
Qvmaster2019
Creator
Creator
Author

This is solved.

I should have added the local admin username to Qlikview Management API group.

View solution in original post

1 Reply
Qvmaster2019
Creator
Creator
Author

This is solved.

I should have added the local admin username to Qlikview Management API group.