--- title: "Send SQL Server Agent Error Messages | Microsoft Docs" ms.custom: "" ms.date: "06/13/2017" ms.prod: "sql-server-2014" ms.reviewer: "" ms.technology: ssms ms.topic: conceptual helpviewer_keywords: - "messages [SQL Server], SQL Server Agent" - "sending messages" - "SQL Server Agent, errors" - "errors [SQL Server Agent]" ms.assetid: 2597d0d7-951a-48cf-989f-abb67b9fdb36 author: stevestein ms.author: sstein manager: craigg --- # Send SQL Server Agent Error Messages This topic describes how to how to configure [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent to send its error messages by way of net send in [!INCLUDE[ssCurrent](../../includes/sscurrent-md.md)] by using [!INCLUDE[ssManStudioFull](../../includes/ssmanstudiofull-md.md)]. **In This Topic** - **Before you begin:** [Limitations and Restrictions](#Restrictions) [Security](#Security) - [To send SQL Server Agent error messages using SQL Server Management Studio](#SSMSProcedure) ## Before You Begin ### Limitations and Restrictions - Object Explorer only displays the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent node if you have permission to use it. - The [!INCLUDE[msCoName](../../includes/msconame-md.md)] Windows Messenger service must be running to receive net send events. ### Security #### Permissions To perform its functions, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent must be configured to use the credentials of an account that is a member of the **sysadmin** fixed server role in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. The account must have the following Windows permissions: - Log on as a service (SeServiceLogonRight) - Replace a process-level token (SeAssignPrimaryTokenPrivilege) - Bypass traverse checking (SeChangeNotifyPrivilege) - Adjust memory quotas for a process (SeIncreaseQuotaPrivilege) For more information about the Windows permissions required for the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent service account, see [Select an Account for the SQL Server Agent Service](select-an-account-for-the-sql-server-agent-service.md) and [Configure Windows Service Accounts and Permissions](../../database-engine/configure-windows/configure-windows-service-accounts-and-permissions.md). ## Using SQL Server Management Studio #### To send SQL Server Agent error messages 1. In **Object Explorer**, click the plus sign to expand the server that contains the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Agent error log from which you want to send error messages via net send. 2. Right-click **SQL Server Agent** and select **Properties**. 3. In the **SQL Server Agent Properties -**_server_name_ dialog box, under **Error log** on the **General** page, , type the user name or computer name to which you want to send error messages in the **Net send recipient** box. 4. Click **OK**.