scheduled multi-level pivot report missing pdf attachmentIssue You will recognise this issue if: You have scheduled a multi-level pivot report but when the email is received there is no attached pdf.In the node log the following is seen. Exit with code 1 due to network error: AuthenticationRequiredError When the report is manually exported the pdf is correctly created.In the scheduled report there is no user defined in the Run As field.CauseIn order to generate the pdf the Webkit HTML to PDF plugin is used. This uses WHTP servers to generate the pdf record and to do so the scheduled report needs to access the WHTP server with an Oauth token from the instance. The OAuth token is generated for the user record defined in the Run As field. When there is no user defined in the Run As field the system user will be used as default. As the system user does not have an entry in sys_users no OAuth token can be generated and thus the scheduled report job cannot authenticate to the WHTP server.ResolutionDefine a Run as user that has access to the data contained within the scheduled report.