Changes

RecycleAppPoolJobOrchestrator

1,039 bytes added, 21 February
Created page with "RecycleAppPoolJobOrchestrator can schedule a RecycleAppPoolJob for all Projects where the ProjectStatus is Execution. It is an orchestrator which can be triggered by the UBIK...."
RecycleAppPoolJobOrchestrator can schedule a RecycleAppPoolJob 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.
<br>
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">
{
"SSPI": false,
"SQLUser": "...",
"SQLPassword": "...",
"SQLServer": "...",
"SQLInitialCatalog": "...",
"ClassFullname": "UBIK.MATAP.RecycleAppPoolJobOrchestrator",
"MethodName": "Apply"
}
</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>
= See also =
[[MaTaP_Server | MaTaP Server]] <br>
[[PublishCommissioningWallpaperJobOrchestrator]] <br>
[[RecycleAppPoolJobOrchestrator]]
294
edits

Help improve this page!