FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
07-17-2022 08:00 PM
I get the attached message when I try booting the App Build Enviroment in ctrlX Works 1.14.1. The file ubuntu-20.04-server-cloudimg-amd64.img is located at the URL reference in the message (https://cloud-images.ubuntu.com/releases/focal/release/). I am now able to boot, but I am confused about why I needed to do the extra step.
Solved! Go to Solution.
07-18-2022 04:29 PM
Hello
this problem occur at ctrlX WORKS 1.14 if you don't have the right to start powershell scripts at you PC.
With ctrlX WORKS 1.16 the creation of the Build Environment is solved in a different way. So you will not get this message again.
Regards
Jochen
07-27-2022 02:27 PM - edited 07-27-2022 02:28 PM
As a workaround until 1.16 you can change the script to resolve this issue:
REM
REM Helper script to download an img file.
REM
rmdir /S /Q img 2>nul
mkdir img
echo Downloading %1 ...
Powershell Invoke-WebRequest %1 -OutFile img\%2
move img\%2 .