Hi Fellas
I’ve a couple of entities in my data service and i’m trying to access them via my named user attended robot.
when i query records, i’m getting this error : Query Entity Records: Error: You don’t have permission to access the entity, field or record or you are using an unsupported robot type. Please contact your administrator for necessary permissions
Entity roles that i already have for my account :
Data Reader, Data writer, Designer
My robot folder permissions :
Automation user, publisher, developer
basically have access to entity schema and records…
Am i missing something else, please help.
Thanks.
SG.
Hi @golla.sandeep
You are running it attended, but that still uses an attended robot.
Does the attended robot also have the appropriate permissions that your user does? (Data Reader, Data Writer etc.).
Your folder permissions look good. Should just be the robot.
yeah, i have entity view permission for records, schema for my attended robot.
Can you share a screenshot of your robot access from the Data Fabric Manage Access page please.
Like this:
Yes but is your attended robot (user) not there?
It needs to be added as an additional record at the bottom. Have you already included it in a group or is it named something else? Because then we need to check something else.
Click on “Assign role” and then choose your attended robot (user) from the list and give it the necessary permissions.
Already tried that.. but no luck.
one thing i noticed, is w.r.t to my filter criteria in my query entity records activity.
i have a relationship type field(referencing other field in a different entity) and i’ve used it in the filter and i guess that’s what is causing this issue.
when i tried without filter, i dont see any error.
Got you - your setup is good.
Do you have access to the that other entity where the relationship is as well? Data Reader and Writer.
Perhaps that’s what the issue is.
Ok cool - so you’re saying that when you remove the filter, the query works perfectly?
damn!
I think my understanding of the relationship field is wrong.. I thought it just works like a primary key and foreign key concept in RDBMS but its not…
For some reason i was able to query using the GUID of the row of my primary entity but when i tried filtering with some other fields, i get an error.
only GUID seems to be working.
thanks alot for your help…
regards
SG.