- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2024 01:16 PM
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.
The users have the following roles assigned.
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2024 01:53 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2024 01:53 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-12-2024 01:09 PM
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2024 02:03 PM
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.
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:
Hope that help you