Hi All,
We are getting below error after we deployed our code to QA. It is working fine in DEV but the issue is only in Test Environment. Please help. Thanks.
Error: "An error occurred while trying to retrieve the data store entity. Verify that the data store and entity have not been deleted, and have the correct security settings. Details: User does not have rights to Perform this Operation."
We have checked that entities are correctly mapped. data store also published but nothing is working.
Discussion posts and replies are publicly visible
Hi Meena,
Please check security configuration on Datastore.
Hi,
Please check the rule, may be your CDT is not updated correctly.. it is coming like ^ symbol. Please check the security too
Regards,
Bhanu.
It seems to be security access issue. Ensure the user executing the write to the data store entity node does have at least Viewer rights and ensure Data Store Entity has the right security settings configured
https://docs.appian.com/suite/help/19.4/Write_to_Multiple_Data_Store_Entities_Smart_Service.html#run-time-behavior
Sometimes this error also comes up when the constant (Data type constant) is not mapped with the respective data type/ when it is empty.
So please check after re-mapping the data type value to the constant.
Hii,
You can also check with the Assignment tab lane properties to Run as whoever designed this process model
Dear Team,Getting similar error while selecting CDT, if anyone know corrective action steps to resolve this issue.The data source could not be reached. It may have been deleted, Appian may have lost permission to the data source, or there may have been a connection error.Regards,Prashant More
Check user permissions , open data store and check errors.. and finally check logs.....
Permission looks of in my sql data store, but which logs to check and what is path of Logs?error is coming when we try to select CDT, but from admin console we have successfully test connection.
tomcat-stdout.log
I have checked tomcat logs also but showing error related CDT or RDS connection.also we have try to insert data from process model Appian SQL Query Database, we are able to crate table and insert data. hence not seems issue with DB connectivity or permission, it seems issue of permission on CDT in appian.but from where can allow permission for CDT in appian that we dont have idea.