19. Mai 2022 12:07
---------------------------
Microsoft Dynamics NAV Development Environment
---------------------------
The following ODBC error occurred:
Error: [Microsoft][ODBC Driver Manager] Der Datenquellenname wurde nicht gefunden, und es wurde kein Standardtreiber angegeben
State ID: IM002
---------------------------
OK
---------------------------
# *** Container ***
$containerName = 'nav2018' #LOWERCASE NAME
remove-BcContainer -containerName $containerName
#uninstall-module BCcontainerhelper -force
#install-module BCcontainerhelper -force
$auth = 'Windows'
$artifactUrl = Get-NavArtifactUrl -nav 2018 -country 'de'
$licenseFile = 'C:\Data\myLicence.flf'
Write-Host -ForegroundColor Yellow 'ContainerName: ' $containerName
Write-Host -ForegroundColor Yellow 'ArtifactUrl: ' $artifactUrl
# *** CREATE CONTAINER
New-BcContainer `
-accept_eula `
-accept_outdated `
-containerName $containerName `
-auth $auth `
-artifactUrl $artifactUrl `
-imageName $containerName `
-multitenant:$false `
-licenseFile $licenseFile `
-alwayspull `
-includeCSIDE -doNotExportObjectsToText `
-isolation hyperv `
-memoryLimit 4G `
19. Mai 2022 15:54
23. Mai 2022 14:12