Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Rahul_B
Contributor
Contributor

Run qlik sense task from qlikview QMC

Hi All,

I am trying to run run qlik sense task from qlikview QMC using QlikSense Task tool, details at -

QliksenseTask

Steps takes so far-

1. Place QlikSenseTask on QDS server.

2. Update config.txt with qliksense link

3. Add entry in QMC as per the instruction

Task is failing when running from task from QMC with following error. Please let me know if anyone has used it and faced same error.

'System.Exception: Method Not Allowed: Http code: 405 at QlikSenseJSONObjects.QliksenseJSONHelper.StartTaskByName(String taskname, Boolean synchronous) at Qliksensetask.Program.main(String[]args)"

1 Solution

Accepted Solutions
Levi_Turner
Employee
Employee

  • What is the proxy path? For example: https://server.company.com/
  • What is the method of authentication for the prefixless virtual proxy on the endpoint from above?

The tool will need to access a Windows virtual proxy, so if you have an alternative form of authentication setup to not have a prefix then you will want to point to the Windows based virtual proxy's prefix. For example: https://server.company.com/windows if you've changed the prefix to be windows.

View solution in original post

3 Replies
alec1982
Specialist II
Specialist II

I have same issue.. any one can help?

Levi_Turner
Employee
Employee

  • What is the proxy path? For example: https://server.company.com/
  • What is the method of authentication for the prefixless virtual proxy on the endpoint from above?

The tool will need to access a Windows virtual proxy, so if you have an alternative form of authentication setup to not have a prefix then you will want to point to the Windows based virtual proxy's prefix. For example: https://server.company.com/windows if you've changed the prefix to be windows.

Rahul_B
Contributor
Contributor
Author

You are right, issue was with the link that I added in config file. Correcting that fixed the issue and it is working!! Thanks!!