Hi everoyone,
I did this deployment to uninstall the new version of Java and install Java 202 in our clients.
If i deploy the single steps it works normally, but when I run the whole deployment, it got stuck at the second step.
At first I though the problem could be that there was not timeout between steps,I introduce it but nothing change it.
For the timeout I have tried with >Powershell.exe "start-sleep -s 90" & timeout /nobreak /t
Looking through the logs i got this error:
Result: Package timeout reached. Task Error: The last run of the task was terminated by the user. Timeout: (1200Sec)
I also tried changing the maximun time for the deployment, no changes.
Any ideas??
Thanks to everyone!!