Skip to main content

I’ve been getting these errors every time I run a specific task that is using a process flow in universal. Also I cant seem to find these errors in the indicium logs. Anyone know what could be causing these errors?

 

This is what my process flow looks like:
 

 

PS. The task and process flow work normally in Web GUI and the account I’m using has all rights.
 

Hey Jaycee,

If the Indicium log is not returning any errors, it is probably not an error in Inidcium 😉

Just some routines check questions:

  • Did you properly sync the model to the correct IAM?
  • Does your process flow use any process logic and has this been applied to the database properly?

Maybe you can try running the process flow and debug the process using the steps explained here:https://docs.thinkwisesoftware.com/docs/deployment/universal_troubleshooting#common-odata-requests-in-the-devtools. This page explains how you can use your browser's developer tools to debug the requests that the Universal GUI is processing. The most common status responses are also explained there, which might provide you with a starting point to investigate your issue further.

Hopefully this helps you along 😄