Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
This is solved.
I should have added the local admin username to Qlikview Management API group.
This is solved.
I should have added the local admin username to Qlikview Management API group.