Программное обеспечение, отказывающее случайным образом и часто. Ошибка SQL MS

Если Вы планируете использование Fail2Ban, можно быть в одной лодке, в которой я был: трудно найти хорошую информацию о том, как постоянно запретить IP. Эта статья была удачей для меня! Fail2Ban: Постоянные Запреты SSH

2
задан 31 March 2014 в 22:28
1 ответ

Ошибка, связанная с сетью или конкретным экземпляром, произошла во время установление соединения с SQL Server. Сервер не найден или был недоступен. Убедитесь, что имя экземпляра правильное и что SQL Server настроен на разрешение удаленных подключений. (провайдер: Именованный Pipes Provider, error: 40 - Could not open a connection to SQL Server)

It sounds like you're saying this is an intermittent problem. If so, check the network connectivity between the GDB software and the SQL Server, including:

  1. Make sure SQL Server is running and accepts connections via the method GDB expects.
  2. If there's a firewall on the SQL Server, make sure it's not blocking connections to SQL. By default, SQL 2008 uses dynamic ports, so it's not as easy as opening 1433. (Link: How to set a static port for SQL 2008.)
  3. Make sure the machine(s) running GDB can connect to SQL Server. Check basic connectivity, including things like network cards that are trying to die.

If that doesn't work, it's probably time to contact the developer/vendor, alas.

2
ответ дан 3 December 2019 в 11:43

Теги

Похожие вопросы