FAQ/Questions/How-do-I-use-the-Izenda-Reports-report-email-scheduler.md
... ...
@@ -111,16 +111,32 @@ Izenda.AdHoc.AdHocSettings.ShowScheduleControls = true;
111 111
112 112
##Testing the scheduler
113 113
114
-To test this, go back to a report you wish to schedule and click on it. Click the Misc tab of the report. The scheduler controls will be towards the bottom of the page. Enter the e-mail addresses separated by commas, then set the report type and the schedule frequency. Save the report again. Now go back to the Report List. Next to the report, you should see the schedule time for the report. Now we can also look at the scheduled tasks on the server.
114
+To test the settings you just set, you will need to schedule a specific report, then use one of two methods to execute the scheduler.
115 115
116
-* In either case, you should receive the link to your scheduled report in your e-mail.
116
+###Scheduling a specific report
117
+1. Open the report you wish to schedule in the Report Designer.
118
+2. Navigate to the Misc tab. The scheduler controls will be towards the bottom of the page.
119
+3. Enter the e-mail addresses separated by commas, then set the report type and the schedule frequency.
120
+4. Save the report. Save the report again. Now go back to the Report List.
117 121
118
-1. Using the DOS command line, navigate into the Izenda Reports root directory (for example, C:\web\IzendaReports) and run IzendaScheduler.exe "http://yourhost/yourapp/rs.aspx". This should return a list of scheduled reports in the DOS window.
119
-2. Navigate to the rs.aspx page in the application (for example, http://yourhost/yourapp/rs.aspx). Now add this to the end of the URL, ?run_scheduled_reports=30 (30 equals the frequency in minutes it will run). The url in the browser should read: http://yourhost/yourapp/rs.aspx?run_scheduled_reports=30
122
+###Executing the scheduler for testing
120 123
121
- * This will return a list of scheduled reports into the browser window.
122
- * In order for this method to work, you must have a report scheduled in the past
124
+* For both methods, you will need to have a report scheduled to run in the past
125
+* You should receive the link to your scheduled report in your e-mail.
123 126
127
+Using the Command Line
128
+
129
+1. Open the DOS command line
130
+2. Navigate into the Izenda Reports root directory (for example, C:\web\IzendaReports)
131
+3. Run the line: IzendaScheduler.exe "http://yourhost/yourapp/rs.aspx"
132
+4. This will return a list of reports and their next scheduled date and time in the DOS window
133
+
134
+Using the rs.aspx Page
135
+
136
+1. In your application, navigate to the rs.aspx (ex., http://yourhost/yourapp/rs.aspx)
137
+2. Add the followingto the end of the URL: ?run_scheduled_reports=30 (30 equals the frequency in minutes it will run)
138
+3. The url in the browser should read: http://yourhost/yourapp/rs.aspx?run_scheduled_reports=30
139
+4. This will return a list of reports and their next scheduled date and time in the browser window
124 140
125 141
##Security On Scheduled Reports
126 142