Quantcast
Viewing all articles
Browse latest Browse all 4841

Re: MII 14.0 database connection error to MSSQL Server 2012

Can you try below steps

 

  1. Open SQL Server Configuration Manager, and then expand SQL Server 2012 Network Configuration.
  2. Click Protocols for InstanceName, and then make sure TCP/IP is enabled in the right panel and double-click TCP/IP.
  3. On the Protocol tab, notice the value of the Listen All item.
  4. Click the IP Addresses tab:
  5. If the value of Listen All is yes, the TCP/IP port number for this instance of SQL Server 2012 is the value of the TCP Dynamic Ports item under IPAll.
  6. If the value of Listen All is no, the TCP/IP port number for this instance of SQL Server 2012 is the value of the TCP Dynamic Ports item for a specific IP address.
  7. Make sure the TCP Port is 1433.
  8. Click OK.

 

Also check telnet 172.25.1.6 1433 works fine.


Viewing all articles
Browse latest Browse all 4841

Trending Articles