Skip to main content

SQL Gateway - The `Service Name` expected status was Running, but the actual status is Stopped

  • October 4, 2023
  • 0 replies
  • 89 views

Skerdian Shehaj
Forum|alt.badge.img

 

The error message, "The Service Name expected status was Running, but the actual status is Stopped", typically indicates that the SQL Gateway service is attempting to operate on a port that is already in use. 

 

 

To ensure the availability of a port, you can execute the following command in the command prompt to identify the currently occupied ports: 

netstat -ano 

 

 

 

You can resolve this issue by changing the port to one that is not in use. I recommend trying with port numbers starting with values near the default port (which is 1433).  

 

 

If this solution does not resolve the problem, please do not hesitate to contact support at [email protected]

This topic has been closed for replies.