navcontainerhelper icon indicating copy to clipboard operation
navcontainerhelper copied to clipboard

[QUESTION] Problem connecting to an SQL Express database on the docker host

Open ChrisChristophers opened this issue 5 months ago • 5 comments

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:

image

image

image

This is the Error Msg.

image

Help would be appreciated.

ChrisChristophers avatar Sep 18 '24 12:09 ChrisChristophers