on ‎2025 Jan 23 8:52 PM
I developed a Story using the SAP Analytic Application, which included a Data Action where I passed some parameters. Everything was working fine until I added Data Access Control to the model. After adding Data Access Control to the project model and running the Data Action again, the calculation stopped working with this error There are validation errors in the data action "XXX" when trying to run it on version "Actual".
Does anyone know how to solve this issue or have any guidance on how Data Access Control might be affecting the Data Action in SAP Analytics Application?
PS: the data action has been validated successfully.
Error:
Setting Parameter:
Thanks in advance
Request clarification before answering.
Thanks for the answers, we managed to solve it by applying a delay before executing the data action in the application, using the Timer function of the analytical application.
https://help.sap.com/docs/SAP_ANALYTICS_CLOUD/00f68c2e08b941f081002fd3691d86a7/142a436d0f2a4e97a9af1...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If your model has validation rule. If you have do calculations through DA it might be throwing error if it doesn't have proper combination of dimension and property.
Also check data locking in model this also showing error
as you mentioned in another story run properly it shows value however while publish data it will shows error.
Kindly upvote if you find it helpful
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you check if hide parent option is enabled for the dimension for which the DAC is enabled. Try running the DA by switching the hide parent off and see if it runs.
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Seems your DAC is added to version dimension and user who trigger this data action has no write access to Actual version. You should either grant user with write access to Actual version or just remove DAC on version dimension.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 11 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.