Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to:
SQL Server
Details
| Attribute | Value |
|---|---|
| Product Name | SQL Server |
| Event ID | 9692 |
| Event Source | MSSQLSERVER |
| Component | SQLEngine |
| Symbolic Name | SB2_CANT_LISTEN_PORT_IN_USE |
| Message Text | The %S_MSG protocol transport cannot listen on port %d because it is in use by another process. |
Explanation
Another program on the computer is using the TCP port indicated.
User Action
Run netstat -aon to determine what program is using the port. Disable that application or specify a different port for Service Broker.