Non Admins are unable to run 2nd Day Actions outside of the Deployment View with 404 NOT_FOUND error in Aria Automation version 8.17
Issue/Introduction
- Non administrator users cannot execute day 2 actions outside of the deployment views in Aria Automation version 8.17
- The request submission fails with a 404 NOT_FOUND error:
404 NOT_FOUND "Failed to validate form source due to: "; nested exception is org.springframework.web.server.ResponseStatusException: 404 NOT_FOUND
Environment
- Aria Automation 8.17
- Aria Automation 8.18.0
Cause
When day2 action call is made from the machines DataGrid, the parameter deployment ID provided is empty due to which request fails to retrieve actions and throws 404 error.
Resolution
A resolution is scheduled for release with Aria Automation 8.18.1
Workaround: Users are requested to request the day 2 actions directly from deployment page in the UI OR go to Service Broker-> Deployments.
Comments
Post a Comment