Scheduled Dashboard Report Prerequisites
To schedule a dashboard report, you must be an administrator or assigned to a group with the Create Scheduled Reports privilege.
In addition, JavaMail API properties should be added to the zoomdata.properties
file to identify the mail server and other mail properties required to use that server to send the scheduled dashboard (for example, mail.smtp.auth, mail.smtp.host
, mail.smtp.port
, mail.imap.host
, and mail.imap.port
). Composer supports both IMAP and SMTP protocols. Complete descriptions of IMAP and SMTP protocol JavaMail properties can be found at these links:
- IMAP: https://javaee.github.io/javamail/docs/api/com/sun/mail/imap/package-summary.html
- SMTP: https://javaee.github.io/javamail/docs/api/com/sun/mail/smtp/package-summary.html
For information about the properties in the zoomdata.properties
file, see zoomdata.properties Properties.
Finally, if you will be scheduling many concurrent dashboard reports, you should consider altering the memory configuration settings for the Composer installation and Screenshot service pool configuration settings. See Configure Memory Settings and Set Up the Screenshot Microservice.
Log messages related to dashboard report scheduling are stored in the zoomdata.log
log file.
Comments
0 comments
Please sign in to leave a comment.