Shutdown as last step in a nested package times out
I have a problem with a nightly deployment where I wake up a bunch of computers, installing packages and as last step I want to shutdown them.
The shutdown process runs endless until the deployment times out. So only the first 8 computers getting their packages and all others not.
I don't know why this happens because the Shutdown-package runs correctly when I deploy it alone - it only times out when I running it at last step with other nested packages... Is there any solution for that?
Greetings!
Helmut
PDQDeploy-issue.PNG
Comments
Ok, found myself a solution: wrong thing was, that the shutdown-step itself was a nested package. If I add shutdown as a step, than it works...
But why this happens when shutdown is added as a nested package???