Results 4 comments of WardCornette

I seem to have the same problem. Trying to get a local Business Central instance running in Docker for development purposes. ``` $containerName = 'bcsandbox' $tenantId = 'default' $tenantBacpac =...

PowerShell v5 produces to same error ``` PS C:\WINDOWS\system32> Restore-DatabasesInBcContainer -bakFile "C:\ProgramData\BcContainerHelper\Production_20240522_01.bacpac" -containerName 'bcsandbox' -databaseName 'default' BcContainerHelper version 6.0.17 BC.HelperFunctions emits usage statistics telemetry to Microsoft Running on Windows, PowerShell...

More specifically, the error raises in `Invoke-ScriptInNavContainer` (fucntion `Invoke-ScriptInBcContainer`) on line 287 when executing a .ps1 script in the container. ``` docker exec bcsandbox pwsh "C:\ProgramData\BcContainerHelper\f4159623-3429-4daa-87c3-693432c7ab83.ps1" ``` [f4159623-3429-4daa-87c3-693432c7ab83.txt](https://github.com/microsoft/navcontainerhelper/files/15404953/f4159623-3429-4daa-87c3-693432c7ab83.txt)