SQL Server blocked access to the process ' dbo.sp_set_sqlagent_properties ' of component ' Agent XPs ' because this component was shut down as part of this server's security configuration.

Source: Internet
Author: User
Tags management studio sql server management sql server management studio

SQL Server 2008 reported the following error when configuring the Distribution Wizard:

Use the agent XPs option to enable SQL Server Agent extended stored procedures on this server. If you disable this option, SQL Server Management Studio Object Explorer will not display the SQL Server Agent node.

These extended stored procedures are automatically enabled when you start the SQL Server Agent service by using the Surface Area Configuration tool.

Attention:
SQL Server Management Studio Object Explorer does not display SQL Server Agent nodes unless these extended stored procedures are enabled in any state of the SQL Server Agent service.

The following example enables SQL Server agent extended stored procedures.

The possible values are:
0, which indicates that the SQL Server agent extended stored procedure is not available (the default).
1, which indicates that the SQL Server agent extended stored procedure is available.
This setting takes effect immediately, without stopping and restarting the server.
Example

sp_configure ' show advanced options ', 1; Goreconfigure; Gosp_configure ' Agent XPs ', 1; Goreconfigurego

  

SQL Server blocked access to the process ' dbo.sp_set_sqlagent_properties ' of component ' Agent XPs ' because this component was shut down as part of this server's security configuration.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.