Set up of Conversion Server and Agent Service
Copy
Notification capability requires the installation of the Aras Agent Service and the Conversion Server. See the Conversion Server Setup Guide and Installation Guide (for Agent Service) for details.
Once the Agent Service has been installed, you must configure the conversion.config file located within the AgentService folder. The following additions must be made to the file:
<ProcessingCycles>
<cycle DB="database" User="user" Interval="20000" MaxBatch="5" />
<cycle DB="database" User="user" Interval="20000" MaxBatch="1" ConversionRuleName="SSVC.Email.Digest.Notification.Rule" />
<cycle DB="database" User="user" Interval="5000" MaxBatch="50" ConversionRuleName="SSVC.Notification.Rule" />
</ProcessingCycles>
Substitute the appropriate values for your environment for the items in blue.
Once these edits have been made, restart the Agent Service.