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: 
jvd
Contributor
Contributor

Qlik Platform Operations block gives 400 error on List Spaces

 

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

  }

]

 

Labels (2)
3 Replies
Shai_E
Support
Support

Hi @jvd 

Are you switching connections for the QPO connector by any chance in between runs?

jvd
Contributor
Contributor
Author

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.

Shai_E
Support
Support

Hi @jvd 

I think this is worth a support case with the relevant details like:

Workspace, failed run JSON file, failed run id, etc