I am trying to connect SQL Server to an Excel sheet using get data source. I have two systems: System A has SQL Server installed, and I'm trying to connect to System B using an Excel sheet.
When I provide the details as
Server: 10.100.84.224\DOHVP1C00JIRA01 and Database: jiradb1
Click on "Ok", I get an error
Unable to Connect
Details: "Microsoft SQL: 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)
I have checked all the connection which are configured and looks fine like port numbers and I followed this link too SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified
Note: if we want to access System B is VPN secure and we have opened for those too.