We have a customer on a shared environment hosted by Litium.
We are attempting to get Litium Integration Kit running as a ScheduledTask, but so far without any success.
The projects of the integration kit has been included into our accelerator-solution, and the service runs fine. However, as a scheduledTask it does not seem to run at all.
The way we are trying to do it is by defining a task in the MVC-project’s Web.Config: <scheduledTask type="Litium.Integration.Service, Litium.Integration.Service" startTime="14:56" interval="1m" />
We have tried with various approaches, scheduling the integration implementation like the service does but to no avail.
We also had another problem regarding the paths defined in App.config (files and integration directory).
We assumed that if no path was given it would default to some path, but instead the application simply idled, not constructing folders etc.
When we use the integration kit on a shared environment, will you guys define the paths in the config or should we?
You could try adding the individual tasks themselves to Web.Config, instead of the whole integration. Remember to reference the Implementation project.