Link to home
Start Free TrialLog in
Avatar of james_gratton
james_gratton

asked on

SQL Server Fails to Start

My SQL Server 2005 instance fails to start with the following error message:

Event Type:      Error
Event Source:      MSSQLSERVER
Event Category:      (2)
Event ID:      26024
Server failed to listen on 10.2.1.1 <ipv4> 1433. Error: 0x2741. To proceed, notify your system administrator.

IP address 10.2.1.1 is one of four IP addresses on the server:

IP1: Public IP (Disabled)
IP2: Public IP (Disabled)
IP3: 10.2.1.1 (Enabled)
IP4: 127.0.0.1 (Enabled)

IP3 (10.2.1.1) is not present when the server boots as this is the IP address of the server when it is hosting VPN sessions. It seems that SQL Server is trying to listen on this IP address when it starts but cannot find it - as I would expect; however, I do not expect it to abort its startup as a result.

If I enable IP1 as well then the server starts fine, even though IP3 is still not available.

I am looking for a way to allow SQL Server to startup when IP3 is unavailable without compromising the security of the box.
ASKER CERTIFIED SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial