Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
}
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
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.
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
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.