Jump to: navigation, search

RecalculateProjectJobOrchestrator


Revision as of 14:58, 8 January 2025 by LMA (Talk | contribs) (Created page with "<noinclude> {{UnderConstructionStart}} </noinclude> <br> RecalculateProjectJobOrchestrator can schedule a PublishCommissioningWallpaperJob for all Projects where the ProjectSt...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Wiki Under Construction Start.PNG


RecalculateProjectJobOrchestrator can schedule a PublishCommissioningWallpaperJob for all Projects where the ProjectStatus is Execution. It is an orchestrator which can be triggered by the UBIK.EnterpriseService.BasicClient.App eg. using the PathToBasicEnterpriseServiceRequestJsonFile and executed on the UBIK Enterprise Service.
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:

{
  "SSPI": false,
  "SQLUser": "...",
  "SQLPassword": "...",
  "SQLServer": "...",
  "SQLInitialCatalog": "...",
  "ClassFullname": "UBIK.MATAP.RecalculateProjectJobOrchestrator",
  "MethodName": "Apply"        
}


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


Wiki Under Construction End.PNG