#
RunEtl - A network-related or instance-specific error
#
Problem
There will be times when executing database related commands, it will throw a network-related error.
Example
There were errors during execution:
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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
The system cannot find the file specified
#
Resolution
Use the following suggestions to troubleshoot this issue:
#
Check SQL Server Service is running
Follow these instructions to check if the SQL Server service is running:
Open Services.
In the list of services, look for SQL Server ([instance_name]).
Verify that the status of the service is Running.
If the service is not running, right-click the service name and click Start.
Analysis Server Troubleshooting: Check SQL Server Service is runningWait until the service status becomes Running.
If the symptoms persist, please send an email to support@openit.com to open a support ticket for assistance.