Difference between revisions of "RecalculateProjectJobOrchestrator"
(Created page with "<noinclude> {{UnderConstructionStart}} </noinclude> <br> RecalculateProjectJobOrchestrator can schedule a PublishCommissioningWallpaperJob for all Projects where the ProjectSt...") |
(→See also) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
RecalculateProjectJobOrchestrator can schedule a PublishCommissioningWallpaperJob for all Projects where the ProjectStatus is Execution. | 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. | 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. | ||
Line 23: | Line 19: | ||
* One Service to execute the requested Jobs | * One Service to execute the requested Jobs | ||
<br> | <br> | ||
− | < | + | = See also = |
− | + | [[MaTaP_Server | MaTaP Server]] <br> | |
− | < | + | [[PublishCommissioningWallpaperJobOrchestrator]] <br> |
+ | [[RecycleAppPoolJobOrchestrator]] | ||
+ | |||
+ | [[Category:MaTaP|RecalculateProjectJobOrchestrator]] |
Latest revision as of 10:10, 21 February 2025
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"
}
"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
See also
MaTaP Server
PublishCommissioningWallpaperJobOrchestrator
RecycleAppPoolJobOrchestrator