Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Guys,
We had earlier used a .bat file to execute Qlik Reload tasks from external too(ControlM), using the below links.
https://developer.qlik.com/garden/56f2e998f1c173fc24afe6ec?_ga=2.78670995.648439966.1575276136-16087...
https://github.com/eapowertools/QlikSenseTask
This was working fine, until the last month, but all of sudden it started to fail with the below error. please could you help us, for the reason for the below error and any possibility to troubleshoot further.
2019_11_29_09_20_21,Information,"Task: Ext_Audit" 2019_11_29_09_20_21,Information,"Proxy: https://XXXXXXXXX" 2019_11_29_09_20_21,Information,"Wait: 60000 seconds" 2019_11_29_09_20_22,Information,"Task is starting..." 2019_11_29_09_20_22,Error,"System.Exception: Forbidden: Forbidden at QlikSenseJSONObjects.QlikSenseJSONHelper.StartTaskByName(String taskname, Boolean synchronous) at QlikSenseTask.Program.Main(String[] args)" 2019_11_29_09_20_22,Information,"Returning Errorlevel 8" |
Cheers
Hey @mianotta ,
Since in this thread have been described various issues, could you describe a bit more yours? i.e. Qlik Sense release, bat executed, ...
Many thanks,
Riccardo
hello everyone,
I hook on this tread because I have the same problem described at the beginning.
I run QlikSenseTask.exe and I have the following error:
System.Exception: Forbidden: Forbidden at QlikSenseJSONObjects.QlikSenseJSONHelper.StartTaskByName(String taskname, Boolean synchronous) at QlikSenseTask.Program.Main(String[] args)
I have a qlik view app with the following commands in the reload:
Let vCOMMAND = 'C:\qliksensetask.exe -task:"NametaskSense" -proxy:https://name_server';
Execute cmd /C powershell -command $(vCOMMAND);
I have a different result in the rerload:
I verified that on Sense the two users (intranet\myuser and intranet\ownerservicesqlikview) are encoded and have the RootAdmin role and have CRUD rights on the task "NametaskSense"
Can you help me?
I have the same problem, did you find the solution?
Hi everyone,
I had the same problem: QlikSenseJSONHelper.StartTaskByName --> Forbidden
The user who launches the Qlik Sense task must have a Professional license associated.
That's because "Only Professional tokens can successfully trigger reload tasks and import apps."
https://community.qlik.com/t5/Official-Support-Articles/quot-Insufficient-privileges-quot-when-trigg...
Have a good day!
Thank you very much. This solved my issue for me.