navcontainerhelper
navcontainerhelper copied to clipboard
[QUESTION] Problem connecting to an SQL Express database on the docker host
Hi
I am having issues to setup BC with an SQL Express DB on the docker host. I am using following script:
New-BCContainer `
-accept_eula `
-containerName $containerName `
-multitenant:$multitenant `
-updateHosts `
-artifactUrl $20ArtifactUrl `
-memoryLimit 10G `
-EnableTaskScheduler:$false `
-licenseFile $partnerLicense `
-auth NavUserPassword `
-Credential $databaseCredential `
-databaseServer '172.31.64.1' `
-databaseInstance 'SQLEXPRESS' `
-databaseName $databaseName `
-databaseCredential $databaseCredential `
-accept_outdated `
-shortcuts None `
-alwaysPull `
This is the Host & SQL Info:
This is the Error Msg.
Help would be appreciated.