Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
I have created a mashup that has a grid to show my available unit serial numbers and their status. I also have a good map widget to show the unit location.
I use the GetTableEntries Service to load the grid and populate the unit locations on the map. I created a group and added a member to that group. The new user has full permission to read/write properties, execute services, subscribe to events, and execute events. When I view the mashup as the user I see an error that the GetTableEntires service does not have permission to run.
Any help with what I am missing would be greatly appreciated.
Thanks!
Solved! Go to Solution.
Hi ,
One thing is doable in this case , log-in as Administrator open the Datatable "VehicleDataTable" then in left navigation you can see Permission section
add the User to the Runtime & Design -Time giving proper CRUD operations .
Hope this helps to move forward on this for you !
Are there any other errors reported in the Application Log when you try to access this service?
Meghan
Here is the only issue I saw in the log. If I log in as an administrator I can see the mashup working fine.
That's the Mashup log, if you actually go to Composer->Monitoring->ApplicationLog I'm hoping there are more errors in there that would identify exactly what services on what entities you need to grant permissions to.
I do not see any errors in the log.
Paul, can you try logging in as that User, access that specific Thing, navigate to the Services section and run the same GetDataTableEntries ?
No, the user I created cannot view the data table that contains the GetDataTableEntries.
You do not have permission to view "VehicleDataTable"
Hi ,
One thing is doable in this case , log-in as Administrator open the Datatable "VehicleDataTable" then in left navigation you can see Permission section
add the User to the Runtime & Design -Time giving proper CRUD operations .
Hope this helps to move forward on this for you !
Thanks this solved my problem. Appreciate the help!