Gunnar Thor Gestsson
Gunnar Thor Gestsson
I think this is a timeout issue for the web query I use to check if the environment is running.
Function Check-NAVServiceRunning $result = Invoke-WebRequest -Uri "$($BranchSettings.dockerContainerName)/NAV/WebClient/Health/System" -UseBasicParsing -TimeoutSec 10
Does the container have the Web Client installed?
Hi This error is from the Check-NAVEnvironment function. I moved the includeCSide to if ([int]($SetupParameters.navVersion).split(".")[0] -lt 15) { $params += @{ includeCSide = $true } } no CSide in version...
Is the web client installed inside Docker? This function is talking to the web client.
Sure, that would be possible. But why would you want to have objects marked as modified in your source control ?
I always have all objects in the Objects folder in GIT. The part that belongs to my module/solution is stored in the Deltas folder as delta files. I have some...
That will be the feature of my next blog. My Lego method. Customer setup.json two settings baseBarnch = the unchanged CRONUS or our localization deltaBranchList = comma separated list of...
AdvaniaGIT does not have an action to call Remove-NAVApplicationObjectLanguage cmdlet. It is possible to use the command to load the model tools and then manually use this command