Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.85 KB

File metadata and controls

40 lines (34 loc) · 1.85 KB
title MSSQL_ENG021331
description MSSQL_ENG021331
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_ENG021331 error
monikerRange =azuresqldb-mi-current||>=sql-server-2016

MSSQL_ENG021331

[!INCLUDE SQL Server SQL MI]

Message Details

Attribute Value
Product Name SQL Server
Event ID 21331
Event Source MSSQLSERVER
Component [!INCLUDEssDEnoversion]
Symbolic Name
Message Text Failed to copy user script file to the Distributor.(%ls)

Explanation

This error can occur when a subscription is initialized manually, and the scripts generated by replication, or specified in a replication command, cannot be saved to the specified directory. The error can be caused by a permissions issue: when a subscription is initialized without using a snapshot, the account under which the [!INCLUDEssNoVersion] service runs at the Publisher must have write permissions on the snapshot folder at the Distributor.

User Action

Ensure that the correct path has been specified for the snapshot folder and that the account under which the [!INCLUDEssNoVersion] service runs at the Publisher has sufficient permissions.

Related content