-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QUESTION] Problem connecting to an SQL Express database on the docker host #3671
Comments
I would start with: Furthermore you can check in the logs of the SQL server if the container service is even reaching the DB ? |
If i start a cronus container , i can ping the host. I also tried setting -databaseServer 'host.containerhelper.internal' ` , unfortunately to no avail. Maybe for whatever reason the service has trouble connecting to the SQLEXPRESS instance? Also , i have a database on another machine ( not the host ) to which i can connect without any issues. The difference is that it's a regular SQL Server without a instance name so i can omit it. |
well, if it is a service issue: event log or try to play with invoke-sqlcmd and see if you can connect to the DB at all and maybe get some more meaningful error from it . |
I would try to set |
Did you manually restore your database to the database server on the host? If you want BcContainerHelper to generate the database for you, you need to specify -replaceExternalDatabases ! |
Hi
I am having issues to setup BC with an SQL Express DB on the docker host.
I am using following script:
This is the Host & SQL Info:
This is the Error Msg.
Help would be appreciated.
The text was updated successfully, but these errors were encountered: