CrowdStrike / falcon-orchestrator

CrowdStrike Falcon Orchestrator provides automated workflow and response capabilities
GNU Affero General Public License v3.0
185 stars 60 forks source link

Issue connecting to the database #42

Closed dlkeeling closed 7 years ago

dlkeeling commented 7 years ago

I am getting the following when connecting to the web page. the database is on a SQL server not local.

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)

dlkeeling commented 7 years ago

Is there an example of what the Web.config file should look like when using a remote database?

mr-burnse commented 7 years ago

Please check out issue #31 as this is related. The web.config file should point the database connection string to the IP or Hostname of your db server followed by \Instance_name of a SQL instance is being used.

dlkeeling commented 7 years ago

Thanks that fixed it.