Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.51 KB

File metadata and controls

38 lines (32 loc) · 1.51 KB
title MSSQL_ENG018456
description MSSQL_ENG018456
author MashaMSFT
ms.author mathoma
ms.date 09/25/2024
ms.service sql
ms.subservice replication
ms.topic reference
ms.custom
updatefrequency5
helpviewer_keywords
MSSQL_ENG018456 error
monikerRange =azuresqldb-mi-current||>=sql-server-2016

MSSQL_ENG018456

[!INCLUDE SQL Server SQL MI]

Message Details

Attribute Value
Product Name SQL Server
Event ID 18456
Event Source MSSQLSERVER
Component [!INCLUDEssDEnoversion]
Symbolic Name
Message Text Login failed for user '%.*ls'.%.*ls

Explanation

Error MSSQL_ENG018456 is raised whenever a login attempt fails. If the error message includes the account distributor_admin (Login failed for user 'distributor_admin'.), the issue is with an account used by replication. Replication creates a remote server, repl_distributor, which allows communication between the Distributor and Publisher. The login distributor_admin is associated with this remote server and must have a valid password.

User Action

Ensure that you have specified a password for this account. For more information, see Secure the Distributor.

Related content