Changes
<br>
PublishCommissioningWallpaperJobOrchestrator can schedule a PublishCommissioningWallpaperJob for all Projects where the ProjectStatus is Execution.
In the "UBIK.EnterpriseService.BasicClient.App.exe.config" file the "PathToBasicEnterpriseServiceRequestJsonFile" setting needs to be set to the path of a json as seen below:
<source lang = "csharp">
"SQLInitialCatalog": "...",
"ClassFullname": "UBIK.MATAP.PublishCommissioningWallpaperJobOrchestrator",
"MethodName": "Apply", "MethodParametersAsJson": ""
}
</source>
<br>
It is recommended to use a setup with two Enterprise Services:
* One Service to receive the Orchestration request
* One Service to execute the requested Jobs
<br>
<noinclude>
{{UnderConstructionEnd}}
</noinclude>