Solved

Errors in Universal but not in Web Gui

  • 12 June 2023
  • 1 reply
  • 68 views

Userlevel 3
Badge +3

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.
 

icon

Best answer by Renée Evertzen 13 June 2023, 20:42

View original

This topic has been closed for comments

1 reply

Userlevel 4
Badge +3

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 😄