Hello,
I have an issue that has been going on for a little while and have been unable to figure out what is causing the issue. Have a Windows 10 Pro computer that is being used for business. On that computer there are multiple instances
of SQL Server running. Each instance of SQL Server has its own port well out of the norm of used ports (above 40000). There are no other services that run on these ports, I have verified it with nbstat.
So when the computer restarts, generally one to four of the five instances will not start. Windows Event Log shows generally the same message with a different instance name: The MSSQL$SQL16 service terminated with the following service-specific
error:
Only one usage of each socket address (protocol/network address/port) is normally permitted.
Now to get them to work, I have to stop SSIS, SSAS, & SSRS for each instance, then start up the instances of SQL Server, then start up all the others like SSIS, SSAS, SSRS, and SQL Agent.
Any thoughts on how to make this work correctly?
Michael R. Mastro II