Difference between revisions of "PublishCommissioningWallpaperJobOrchestrator"
(→See also) |
(→See also) |
||
Line 21: | Line 21: | ||
= See also = | = See also = | ||
[[MaTaP_Server | MaTaP Server]] <br> | [[MaTaP_Server | MaTaP Server]] <br> | ||
− | [[RecalculateProjectJobOrchestrator]] | + | [[RecalculateProjectJobOrchestrator]] <br> |
+ | [[RecycleAppPoolJobOrchestrator]] | ||
[[Category:MaTaP|PublishCommissioningWallpaperJobOrchestrator]] | [[Category:MaTaP|PublishCommissioningWallpaperJobOrchestrator]] |
Latest revision as of 10:11, 21 February 2025
PublishCommissioningWallpaperJobOrchestrator 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.PublishCommissioningWallpaperJobOrchestrator",
"MethodName": "Apply"
}
"SSPI": false,
"SQLUser": "...",
"SQLPassword": "...",
"SQLServer": "...",
"SQLInitialCatalog": "...",
"ClassFullname": "UBIK.MATAP.PublishCommissioningWallpaperJobOrchestrator",
"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
See also
MaTaP Server
RecalculateProjectJobOrchestrator
RecycleAppPoolJobOrchestrator