Qlik-Cli-Windows icon indicating copy to clipboard operation
Qlik-Cli-Windows copied to clipboard

Disabling service using QlikCli

Open abdulvajid4525 opened this issue 2 years ago • 1 comments

I am able to enable service by using Update-QlikNode -id tqdwfuygfwyvdwhbvh -engineEnabled -name Rim1 -nodePurpose ProductionAndDevelopment -printingEnabled -proxyEnabled -schedulerEnabled

But I can't disable the scheduler service using Update-QlikNode -id tqdwfuygfwyvdwhbvh -engineEnabled -name Rim1 -nodePurpose ProductionAndDevelopment -printingEnabled -proxyEnabled. Please let me know how a service in Nodes can be disabled using QlikCli

abdulvajid4525 avatar May 23 '22 08:05 abdulvajid4525

You can disable the scheduler using Update-QlikNode -id tqdwfuygfwyvdwhbvh -engineEnabled -name Rim1 -nodePurpose ProductionAndDevelopment -printingEnabled -proxyEnabled -schedulerEnabled:$false

ahaydon avatar May 23 '22 09:05 ahaydon