Infinity.ManagerService

This service is compulsory, and feeds all the scheduled events to the other services. This service will connect to the database and check every minute if there are schedules waiting to be processed. The service will then send the schedule to the corresponding service for processing.

Configuration file

Option Description
Server This is the IP or server name of the database server
ServerType This is the type of database server (should be left as “SQL Server” for Microsoft SQL server
Database This is the name of the Infinity system database
Username This is the username used to connect to the SQL server. Please leave blank for NT authentication
Password This is the password used to connect to the SQL server. Please leave blank for NT authentication
Verbose

This should be set to Y if you wish to add extra details in the logs.

Note: This option applies to all other manager services unless it is specifically set differently on them.

LogToEventLog This setting should be set to Y to log the errors into the windows event viewer
LogToFile This setting should be set to Y to log the errors into a log file
LogDirectory This setting allows you to set the main log directory
EmailOnError This setting should be set to Y to send the errors by email
EmailContact This setting allows you to define the recipients of the errors
EmailFrom This setting allows you to configure the originating address and display name for the errors
SMTPServer This is the IP or server name of the main SMTP server
SMTPServerPort This is the port of the SMTP server
SMTPUser This is the username on the SMTP server (if required)
SMTPPWD This is the password on the SMTP server (if required)