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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
DM10
Contributor
Contributor

Error calling endpoint Talend Cloud - Execute Plan

How should the Talend Cloud - Execute Plan block in Qlik Automation be configured? I have not found much documentation on this connector. 

Below is an image of the current configuration. The Get Plan Tasks block appears to be working as expected.

Automation blocks with Execute Plan configuration shown.Automation blocks with Execute Plan configuration shown.

 

 

 

 

 

 

 

 

 

 

 

 

I am receiving a status 500 error. I have tried several times over the last week. Below is the input and output of the Execute Plan block. 

 

Input

{
  "executable": "aa65e911-0000-0000-0000-000000000000",
  "executionPlanId": "7c29a0a7-0000-0000-0000-000000000000",
  "stepId": "868438b7-0000-0000-0000-000000000000",
  "rerunOnlyFailedTasks": null,
  "datasource": "1234feed-0000-0000-0000-000000000000",
  "blendr_on_error": "stop"
}

 

 

Output

{
  "error": "Error calling endpoint \"Talend Cloud - Execute Plan\"",
  "endpoint": {
    "name": "Execute Plan",
    "datasource": "Talend Cloud"
  },
  "request": {
    "url": "https://api.us.cloud.talend.com/processing/executions/plans",
    "method": "POST"
  },
  "response": {
    "status": 500,
    "body": {
      "status": 500,
      "requestId": "123abc",
      "message": "internal server error: please try later"
    }
  },
  "external error": true
}

 

Labels (2)
2 Solutions

Accepted Solutions
Shai_E
Support
Support

Hi @DM10 

Maybe try and cut the middleman? in this case QAA and test outside of it.
Test the same api endpoint and see if its working

maybe this can help?

Getting Started with Talend Cloud APIs | Talend Cloud APIs User Guide Help


View solution in original post

DM10
Contributor
Contributor
Author

Hello, 

Thank you for the response. I was able to get this to work in Postman then transfer it to Qlik Automations. I did not get Qlik Automation to accept an input to run another plan on failure, so I built it into the plan and left the parameter empty in the automation.

DM10_0-1758225913946.png

 

View solution in original post

2 Replies
Shai_E
Support
Support

Hi @DM10 

Maybe try and cut the middleman? in this case QAA and test outside of it.
Test the same api endpoint and see if its working

maybe this can help?

Getting Started with Talend Cloud APIs | Talend Cloud APIs User Guide Help


DM10
Contributor
Contributor
Author

Hello, 

Thank you for the response. I was able to get this to work in Postman then transfer it to Qlik Automations. I did not get Qlik Automation to accept an input to run another plan on failure, so I built it into the plan and left the parameter empty in the automation.

DM10_0-1758225913946.png