Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 2.22 KB

File metadata and controls

47 lines (35 loc) · 2.22 KB
title MSSQLSERVER_41977
description MSSQLSERVER_41977
author djordje-jeremic
ms.author djjeremi
ms.date 12/06/2024
ms.service sql
ms.subservice supportability
ms.topic reference
helpviewer_keywords
41977 (Database Engine error)

MSSQLSERVER_41977

[!INCLUDE SQL MI]

Details

Attribute Value
Product Name [!INCLUDEssNoVersion]
Event ID 41977
Event Source MSSQLSERVER
Component SQLEngine
Message Text Connection with availability group '%.*ls' on the server with endpoint '%.*ls' is established, but there is no response from the target database. Possible causes could be errors with creating a database on the partner server, incorrectly specified names or configuration parameters. Please check the log file on the partner server for the exact error cause.

Explanation

Although the connection with the availability has been established successfully, there's no response from the target database, and the link can't be created.

This could be due to the following reasons:

  • The database failed to create on the secondary replica.
  • Configuration parameters have been specified incorrectly.

User Action

Validate the names of the database, SQL Server instance, availability group, and distributed availability group are correct, and match the names visible on Azure SQL Managed Instance. Confirm scripts have been executed on the correct replica using the correct parameters.

Related content