Particular user cannot able to export data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2017 03:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2017 04:19 AM
Hello Dharani,
We have also faced this issue before. I can give you two three options. It might be one of the following issues.
1. This can be browser related. Can you check these two - Browser console/error log and Warning and error log within SN.?
2. You can try to create an ACL on operation 'read' on 'sys_poll' or 'sys_attachment' table.
3. This can also happen because of some CSS issues. Some properties might be having some blank spaces. You may need to find which one is that and fix it.
If none of the baove worked you may have to log a ticket with Servicenow support.
Thanks,
Please mark it as correct, or helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2017 10:16 AM
Hi Dharani,
I have a user who is having the same difficulty. I impersonated their account and the issue remains on my machine, so i don't think its browser related which is what i though initially. I will investigate setting up an ACL on the table mentioned and see if that fixes anything.
Was just wondering if you were able to get this sorted out, would appreciate any information you have in regards to this. Let me know. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2017 07:27 AM
I was able to solve this with a read ACL on the sys_poll table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2017 07:31 AM
I'll agree with what Brian said.
It seems the default ACL wants to match the user name with the value in the created by field, so if there is a size difference it'll not work.
A generic ACL will solve this, or increasing the created by max length.