Exporting data from list that belongs to specific package such as HR & Security Incident will fail if user does not specific roles.SummaryLet's take the example of exporting data from a sys_atf_test list. You need to have Security Incident Response and Human Resource Core application installed. When a normal admin user tries to navigate to sys_atf_test table and add the filter as: active = true & Package="Security Incident Response" the XML import fails. This is because the user does not have the Security Incident Response (sn_si.admin) role.2. As a normal admin, if you remove all the filters and simply try to XML export all the data from sys_atf_test, the XML gets downloaded (also CSV). But it will show an error. This error is due to the user not having the SIR & other restricted package roles.3. The same behavior can be seen for the Human Resource package as well because you need specific roles to access HR module. sn_si.adminRelated LinksSo in order to download ATF results, specific to Security Incident Response module, the user needs to have SIR specific roles i.e - sn_si.admin. The same would apply to packages that have specific roles defined to access the records. This is an expected platform behavior.