Skip to main content

Part 2 - Documentation

The way you "use" Event Server is different than our other Report Runner products. There is not an "Event Server" application interface that you start. It's a bit spread out. It will all make sense once you see the full picture, but it can be a bit confusing when you're just getting started.

Here's a list of what we will cover, because all of these "pieces" make up "Event Server":

  1. Service
  2. Controller
  3. Input, Processed, and Error directories
  4. AutoPrint directory
  5. Mail rules, File rules, and SQL rules
  6. Monitor
  7. Logs 

The broad "TLDR" explanation of all of this is... you have a service... which will start automatically, but can be controlled by the Controller... the service monitors an Input queue for XML files to run... the service also monitors an AutoPrint queue for PDF files to print... the service also monitors SQL, File, and Mail rules which can trigger XML files to run... then there is a Monitor application which "monitors" the queues... and there are logs to document how things are running.

 

 

2.1 Service

event-server-service.png

The service is named "Report Runner Event Server Service". Installing and configuring the service is covered in the installation KB article. The service itself should run 24x7x365 (all the time). It has been tuned to use very little overhead when no work is being done.

 

 

2.2 Controller

event-server-system-tray.png

There is a controller that installs to the start-up tasks (the "E" Report Runner icon), and should be available in your system tray area at all times. If you right-click on it, you have access to a pop-up menu.

event-server-controller.png

This controller can be used to control the service itself and to open the Event Server Monitor.

If you exit the controller, it can be found on your desktop and in the Report Runner program group to restart it.

 

 

2.3 Input, Processed, and Error Directories

One of the functions of Event Server is the monitor an Input queue (file directory), looking for XML files to process. These XML files are Report Runner Batch XML files. If an XML file is "seen", the Event Server service will make a call to the Report Runner Batch executable (Report Runner Unified.exe) to process the XML file. Depending on the configuration you made when you installed the service, it will run/process up to 20 of these XML files at once. If the XML file is processed successfully, it will move the XML file to the Processed queue (file directory). If there is a problem processing the XML file, it will be moved to the Error queue (file directory). 

Note: Event Server is used to process Web Portal reports, too. See this KB article for an overview of how that works.

These queues (or file directories) are located within the Report Runner Batch data file settings (Report Runner Batch\AppData\Event Server).

event-server-directories.png

 

 

2.4 AutoPrint Directory

As seen in the previous screenshot, there is also an AutoPrint directory. This feature is used to automatically print PDF files. Many times you want to be able to randomly review mass print invoices or statements before printing them. With this feature, you can review the PDFs then do a mass copy to the AutoPrint directory (actually a sub-directory WITHIN the AutoPrint directory that matches the printer name).

Within this AutoPrint directory, you will manually create a directory with the EXACT same name of any printer you want to be able to auto-print to. For example, if you had a printer called "HP Laserjet 5000", you would create a folder/sub-directory within the AutoPrint directory with that same name. Once created, any PDF files you place in that directory would be auto-printed.

That's the basic setup. If you need to "fine tune" the printer settings, we have an INI file that goes in the directory to set or override default settings. See this KB article for more information.

 

 

2.5 Mail Rules, File Rules, and SQL Rules

Another feature of Event Server is the ability to create rules to trigger Batch XML files. These rules can be based on mail/email logic, file logic, and SQL logic. 

With each of these you create specific logic and rules for Event Server to "look" for in an email, a file, or SQL. See this KB article for more information

 

 

2.6 Monitor 

The Event Server Monitor is a way to see the Input, Processed, and Error queues in action. As mentioned previously, you can start the Monitor by using the Controller.

event-server-monitor.png

If you have a lot of file (XML) activity, you can use the Pause Monitor option to put the monitor itself on hold. Note, it does NOT pause the service itself or the processing of XML files (that's what the Controller is for). 

In the bottom, middle of the window, you can see the words File/SQL and Mail in green. If they are green, then those rules are "on" being monitored. If it is not green, then you did not enable the monitoring of these rules when you ran the installer.  

You can use the Open Report Runner Monitor and Debugger to launch our debugging "assistant". This monitor is different than the Event Server monitor. It shows all Report Runner tasks running on the current machine and various ways to analyze logs.

If you want to manually, adjust the Report Runner Event Server service, you can click the Open Services button.

event-server-services.png

If you want to review the Windows Event Viewer logs for the service. You can click the Open Event Viewer button. This will show the log messages that Event Server is sending to Windows to show activity of the service itself.

event-server-viewer.png

 

2.7 Logs

If you've used any of our Report Runner products, you know we are famous for our log files. Event Server is no different. We log the service activity to the Event Viewer (this is standard best practices for Windows). We also log all of the activity when the Event Server service launches Report Runner Unified.exe as a "helper" task. There are frequent launches to check rules and then that task will launch the same executable to process the XML file, too (if a rule triggers an execution). Each of these processes create logs in the Report Runner Batch log file directory.

There are separate logs for each type of Event Server activity. For example, if you're wondering why a mail rule is not triggering, check the Mail logs. It will show each time the mail rules run, and the decision process based on the mail that was read/processed.

event-server-file-sql-mail-logs.png

Note, when an XML file is processed due to an Event Server process, it can be found in the core Batch log file directory. All triggered XML processing will also be logged in the monthly XREF log files, too. That allows you to match a log file with an XML file/process.