Flow Designer Parsing Error

tiguin2798
Tera Guru

Hey Team, I have users in our test environment that when they are trying to save or activate flows they are receiving the following error messages.

tiguin2798_0-1712864584353.png

The users have the following roles assigned.

tiguin2798_1-1712864626688.png


This was not an issue the users were experiencing in test until the environment updated to Washington DC. Is there a new system property or role that the users need to edit and save/activate these flows?

1 ACCEPTED SOLUTION

James Chun
Kilo Patron

Hi @tiguin2798,

 

I checked the 'Write' ACL on the [sys_hub_flow_stage] table of two instances (Washington and Vancouver). It seems like a new 'Write' ACL was introduced which allows only the admin to write on it. You might want to check it in you instance as well if it hasn't already upgraded to Washington.

 

You might want to raise a Support case for this.

 

Cheers

View solution in original post

3 REPLIES 3

James Chun
Kilo Patron

Hi @tiguin2798,

 

I checked the 'Write' ACL on the [sys_hub_flow_stage] table of two instances (Washington and Vancouver). It seems like a new 'Write' ACL was introduced which allows only the admin to write on it. You might want to check it in you instance as well if it hasn't already upgraded to Washington.

 

You might want to raise a Support case for this.

 

Cheers

@James Chun Thank you so much! I was able to resolve my issue by updating the ACL with a new role I created. Appreciate the quick response.

Marco0o1
Tera Sage

Hi @tiguin2798 ,

 

Its seen your user dont have the correct permision to write on the table "sys_hub_flow_stage", you can try any of this options:

1) In the Flow properties from the flow run as "System User" if you dont have a validation of the user can be a good solution.

Marco0o1_1-1712869185363.png

2)  You can create a new ACL on write to the table "sys_hub_flow_stage" with any of the roles that you the user have:

Marco0o1_2-1712869391235.png

 

Hope that help you