Jump to: navigation, search

Difference between revisions of "PublishCommissioningWallpaperJobOrchestrator"


(Created page with "<noinclude> {{UnderConstructionEnd}} </noinclude> PublishCommissioningWallpaperJobOrchestrator can schedule a PublishCommissioningWallpaperJob for all Projects where the Proje...")
 
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
{{UnderConstructionEnd}}
+
{{UnderConstructionStart}}
 
</noinclude>
 
</noinclude>
 +
<br>
 
PublishCommissioningWallpaperJobOrchestrator can schedule a PublishCommissioningWallpaperJob for all Projects where the ProjectStatus is Execution.
 
PublishCommissioningWallpaperJobOrchestrator can schedule a PublishCommissioningWallpaperJob for all Projects where the ProjectStatus is Execution.
 
PublishCommissioningWallpaperJobOrchestrator is an orchestrator which can be configured to be executed on the UBIK Enterprise Service and triggered by the UBIK.EnterpriseService.BasicClient.App eg. using the PathToBasicEnterpriseServiceRequestJsonFile.
 
PublishCommissioningWallpaperJobOrchestrator is an orchestrator which can be configured to be executed on the UBIK Enterprise Service and triggered by the UBIK.EnterpriseService.BasicClient.App eg. using the PathToBasicEnterpriseServiceRequestJsonFile.
Line 18: Line 19:
 
}
 
}
 
</source>
 
</source>
 +
<br>
 
<noinclude>
 
<noinclude>
 
{{UnderConstructionEnd}}
 
{{UnderConstructionEnd}}
 
</noinclude>
 
</noinclude>

Revision as of 14:49, 8 January 2025

Wiki Under Construction Start.PNG


PublishCommissioningWallpaperJobOrchestrator can schedule a PublishCommissioningWallpaperJob for all Projects where the ProjectStatus is Execution. PublishCommissioningWallpaperJobOrchestrator is an orchestrator which can be configured to be executed on the UBIK Enterprise Service and triggered by the UBIK.EnterpriseService.BasicClient.App eg. using the PathToBasicEnterpriseServiceRequestJsonFile. In the "UBIK.EnterpriseService.exe.config" file the "ExecuteWebInterface" setting needs to be set to "1". 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.PublishCommissioningWallpaperJobOrchestrator",
  "MethodName": "Apply",
  "MethodParametersAsJson": ""                         
}


Wiki Under Construction End.PNG