- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2020 11:32 AM
We have an integration that runs a series of queries against a database through the MID Server. The MID is on a linux host. It's been running fine. However, it suddenly started failing to connect to the database. We did not find any changes on the network that couldv'e caused it and eventually the MID Server itself went down after trying to restart in hopes to clear the problem. Looking at the logs revealed this error at the time the connection stopped working.
04/27/20 08:00:48 (966) RefreshMonitor.65 SEVERE *** ERROR *** getRecords failed (com.glide.processors.soap.SOAPProcessingException: Field(s) present in the query do not have permission to be read com.glide.processors.soap.SOAPProcessingException: Field(s) present in the query do not have permission to be read)
Any tips on where else to look? Permissions did not change mid-stream, it literally starting failing within minutes of a previously successful query.
Solved! Go to Solution.
- Labels:
-
MID Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2020 10:31 AM
Closing the loop on this. It was an ACL issue. The sys_metadata ACLs which cascade down to ecc_agent_property were modified by another admin to require a particular role which the mid did not have. So if you see a similar issue, check your ACLs. You can first validate by give your mid admin role to see if the problem goes away. If it does go away, you know it's ACL related and you can begin researching to find out which ACL is causing the issue.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2020 11:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2020 03:20 PM
Thanks for trying Ashutosh. Those were unrelated. I have created a ticket with HI.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-28-2020 11:57 PM
HI,
Great. Keep us posted.
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2020 10:31 AM
Closing the loop on this. It was an ACL issue. The sys_metadata ACLs which cascade down to ecc_agent_property were modified by another admin to require a particular role which the mid did not have. So if you see a similar issue, check your ACLs. You can first validate by give your mid admin role to see if the problem goes away. If it does go away, you know it's ACL related and you can begin researching to find out which ACL is causing the issue.