While Saving a flow user receives forbidden hub error
book
Article ID: 190351
calendar_today
Updated On:
Products
CA Agile Requirements Designer
Issue/Introduction
While Saving a flow to hub user receives forbidden hub error This is happening to a specific set of users, but not all.
Environment
Release : 3.0
Component : CA Agile Requirements Designer
Resolution
From the screenshot and logs, this looks like the user is seeing the error when attempting to load a flow, or subflow, or version there of, and not while saving it. The error points to improper read rights to the specific project/flow/version.
In the example snippet from the logs - notice how the user tries to GET a flow (probably to refresh subflows), but fails (because of the lack of proper permissions):
The Qt error code:201 = ContentAccessDenied - the access to the remote content was denied (similar to HTTP error 403), and results in the HTTP 403 Forbidden error.
From what we can tell, the user simply doesn't have the required access (read access) to the specific flow/subflow version. Make sure all users have access to all the resources they require (e.g. at least read access to subflows they use in their main flows).