Particular user cannot able to export data

dharanidd
Kilo Contributor

Particular user cannot able to export data from servicenow.

After giving export>download it opens a blank page and cannot download data.

Attached the screenshotsCapture.PNGCapture1.PNG

5 REPLIES 5

Chinthuja2
Giga Contributor

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.


Brian S5
Kilo Sage

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.


I was able to solve this with a read ACL on the sys_poll table.


Gavin2
Tera Contributor

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.