Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Sometimes our automations give the following error in a block where we List our spaces via the List Spaces block from the Qlik Platform Operations group. After a restart the automation will run succesfully.
Is there a way to avoid this?
[
{
"error": "Error calling endpoint \"Qlik Platform Operations - List Spaces\"",
"endpoint": {
"name": "List Spaces",
"datasource": "Qlik Platform Operations"
},
"request": {
"url": "https://{tenant}/api/v1/spaces",
"method": "GET"
},
"response": {
"status": 400,
"body": {
"errorMessage": "Verify that your tenant, client ID and client secret are correct!"
}
},
"external error": true
}
]
Hi @jvd
Are you switching connections for the QPO connector by any chance in between runs?
Hi,
Thanks for your reply.
No, we even see this problem in an automation that also makes use of a QPO connector multiple times. This succeeds several times and then it fails.
Hi @jvd
I think this is worth a support case with the relevant details like:
Workspace, failed run JSON file, failed run id, etc