Enable the Workbook Email Scheduler
As an administrator, you configure Oracle Analytics Server so that users can schedule emails to share visualizations from workbooks.
Install the Workbook Email Scheduler Components
Before users can access and use the workbook email scheduler, you must prepare the environment with the required components.
The workbook email scheduler requires you to do the following:
- Configure SMTP to make the workbook email scheduler available to users. See Use Console to Configure a SMTP Mail Server to Deliver Reports.
- Download and the install LTS version of Nodejs 22.21.0 or later on each VM.
- Create or modify package.json to include the Node Package Manager (npm) modules as dependencies.
Disclaimer: Because this solution requires you to download and install third-party software (NodeJS and modules), you're responsible for any license or security vulnerabilities.
Set Up Environment Variables for the Node Process
To properly configure the workbook email scheduler, you must point the environment variables to the NodeJS installation on the virtual machine and provide the environment variables required by Oracle Analytics Server.
Workbook schedule jobs require the Node.js process to run continuously on each Oracle Analytics Server node. You must configure the process to start automatically and restart it if it stops. Ensure that the environment variables in Step 1 of the table below are available to the Node.js process.