Page 1 of 1

Tm1 PAW Start.bat exit with code 0

Posted: Wed Mar 06, 2019 2:13 pm
by kavitha2002
Hello Everyone,

I have to setup the environment to execute the PAW in Windows 10 so installed Docker toolbox 17.6.02-ce, earlier its was working properly but now its creating the default and paw machine but start.bat exit with code 0. In browser, IP address cant be reached for IBM planning Analytics Adminstration agent..


Kindly provide me some workaround because its very urgent..need to fix it :(

Re: Tm1 PAW Start.bat exit with code 0

Posted: Wed Mar 06, 2019 4:03 pm
by declanr
Download windowscontainernetworking-loggingandcleanupaide.ps1 from github and run it with the cleanup option, see if that helps.

I run workspace on a Server 2016 VM on my personal machine rather than having it directly on the PC but I believe it’s not ideal to run it on a laptop (which I assume you are) where the Network is regularly changing. Running the ps1 above should cleanup the docker containers and their history, so if it is an issue where it’s expecting a certain IP etc then it should resolve it. If that doesn’t work try and have a look through the logs and put that info here - someone might be able to point you in the right direction then.


Edit - I also recommend that when you do get it running properly always make sure to stop all of the services in the admin console before turning off your pc or changing networks etc.

Re: Tm1 PAW Start.bat exit with code 0

Posted: Thu Mar 07, 2019 1:15 pm
by kavitha2002
Thanks for your reply @declanr

But I have installed in Windows 10 Pro, so its something different. I have resolved it by adding the below line in start.bat

SET COMPOSE_TLS_VERSION=TLSv1_2

ref:

Re: Tm1 PAW Start.bat exit with code 0

Posted: Thu Mar 07, 2019 3:07 pm
by dr.nybble
This is because by default the latest boot2docker.iso image is used for the VM. At some point Docker has updated it to require TLS 1.2, whereas with the older version of Docker Toolbox (which containers the docker.exe client) defaults to an earlier TLS version. Adding that environment variable is the right fix.

Re: Tm1 PAW Start.bat exit with code 0

Posted: Fri Mar 08, 2019 8:08 am
by kavitha2002
Nice explanation:) thanks

Is there any good document or video for docker, docker commands and docker supported OS info?