c3318a9eb7b03151199abcbae988efd89f9109c1
FAQ/Questions/How-do-I-use-the-Izenda-Reports-report-email-scheduler.md
| ... | ... | @@ -6,6 +6,8 @@ |
| 6 | 6 | |
| 7 | 7 | ###Task-based scheduler |
| 8 | 8 | |
| 9 | +https://github.com/izenda/custom-scheduler |
|
| 10 | + |
|
| 9 | 11 | First, a little background about how the scheduler works. The scheduler requires the use of the Izenda Scheduler executable that is packaged with our [[reference implementation starter kit|http://www.izenda.com/update-your-izenda-version/]]. You then need to add a scheduled task to your system that runs on an interval you specify. The task will execute the Izenda Scheduler to send a command to the response server (rs.aspx) that determines if any reports need to go out. You can specify the URL of your rs.aspx page as a command line parameter when setting up the task as will be discussed below. |
| 10 | 12 | |
| 11 | 13 | Here are the steps to install the Izenda Scheduler. It is recommended that you perform these installation steps on the Web Server on which Izenda Reports is installed. The Windows' Scheduled Task Functionality described is only available on Windows Server operating systems. |
| ... | ... | @@ -25,7 +27,7 @@ Now that you have setup the scheduler, we will need to setup Izenda Reports. The |
| 25 | 27 | |
| 26 | 28 | ###Service-based scheduler |
| 27 | 29 | |
| 28 | -Izenda now also offers the option of using a service-based scheduler. The msi installer is available upon request. After running the installer, there will be an executable in the directory you specified in the installer wizard along with a config file called **IzendaService.exe.config**. Here is how to configure the service-based scheduler: |
|
| 30 | +Izenda now also offers the option of using a service-based scheduler. The service based scheduler is also available at our GitHub scheduler repo https://github.com/izenda/custom-scheduler. After running the installer, there will be an executable in the directory you specified in the installer wizard along with a config file called **IzendaService.exe.config**. Here is how to configure the service-based scheduler: |
|
| 29 | 31 | |
| 30 | 32 | 1. Open **task manager**. |
| 31 | 33 | 2. Locate **IzendaService**. |