/
Cloud Platform Window Services

Cloud Platform Window Services

 

Infiterra Platform includes 7 windows services that get installed during deployment of the Cloud Platform as part of the Administration components.

 

List Of Services


Billing Service

This service is responsible for:

  • Renewing the subscriptions

  • Generating customer invoices

  • Billing customers credit cards by calling the appropriate payment gateway

  • Executing scheduled cancellations
     

Default Location

C:\Program Files (x86)\Infiterra\Infiterra.Billing

Configuration File

Infiterra.Billing.exe

Licensing Service

This service checks the validity of your installation. If this service cannot reach our licence server for 10 days, your installation will be locked and you and your customers will not be able to login to Cloud BSS, OSS and Storefront.

Default Location

C:\Program Files (x86)\Infiterra\Infiterra.Licensing

Configuration File

Infiterra.Licensing.exe

Notification Management Service

This service is responsible for sending the notifications you have setup in your Cloud BSS. 

Default Location

C:\Program Files (x86)\Infiterra\Infiterra.Notification

Configuration File

Infiterra.Notification.exe

System Management Service

This service is responsible for:

  • truncate of logs

  • truncate of message logs

  • update of promotion status

  • update of timezone info

 

Default Location

C:\Program Files (x86)\Infiterra\Infiterra.SystemController

Configuration File

Infiterra.SystemController.exe

Support Email Auto Download Service

This service is responsible for updating automatically (execute 'Check Mail' action) the mail account configured as Email Account in Organization Settings of each organization. 

Default Location

C:\Program Files (x86)\Infiterra\Infiterra.SupportEmailReceiving

Configuration File

Infiterra.SupportEmailReceiving.exe

Azure Rate Card Service

This service is responsible for update azure rate card information (crucial only for Office365 Azure Services). 

Default Location

C:\Program Files (x86)\Infiterra\Infiterra.AzureRateCard

Configuration File

Infiterra.AzureRateCard.exe

Azure Usage Update Service

This service is responsible for updating azure usages information (crucial only for Office365 Azure Services). 

Default Location

C:\Program Files (x86)\Infiterra\Infiterra.AzureUsages

Configuration File

Infiterra.AzureUsages.exe

Infiterra Listeners

This service is responsible for the execution of queued messages like the creation or update of tenant resellers, backordering queues, etc. 

Default Location

C:\Program Files (x86)\Infiterra\Infiterra.Listeners

Configuration File

Infiterra.Listeners.exe

Infiterra Schedulers

This service is responsible for the execution of scheduled actions such as the integration and the automated reports. 

Default Location

C:\Program Files (x86)\Infiterra\Infiterra.Schedulers

Configuration File

Infiterra.Schedulers.exe




Setting the time each service runs


You can change the time that each service runs by modifying the following lines contained within the <AppSettings> section of each service’s configuration file

<add key="StartHour" value="23"/>

<add key="StartTime" value="10"/>

The first line indicates the hour (in 24-hour notation) and the second line indicates the minute of the hour. To set a service for example to start at 17:45 you would modify the lines as follows:

<add key="StartHour" value="17"/>

<add key="StartTime" value="45"/>

 

 

Related content