码迷,mamicode.com
首页 > 数据库 > 详细

SQL SERVER 2012 AGENT 的 BUG

时间:2017-05-18 15:43:55      阅读:297      评论:0      收藏:0      [点我收藏+]

标签:microsoft   服务   agent   shell   local   分享   bug   cal   tor   

背景:sql server 2012 agent  10s 间隔调用powershell 脚本。

现象描述:

正常运行180次左右后报错

报错信息:如下图

技术分享

历史日志查看不到具体细节错误,并且单独运行powershell脚本无报错

 

查询日志报错,发现是微软bug。

日志  SQL Server 代理 (当前 - 2012/10/29 15:18:00)

消息 Reloading agent settings

原因:微软BUG

解决办法:

Go to registry on your SQL Server machine and navigate to corresponding SQL Instance registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\ MSSQL11.YOUR_INSTANCE_NAME\SQLServerAgent

Change registry settings called “AutoRegistryRefresh” from 1 to 0.

 

然后重启SQL SERVER AGENT 服务后,手动执行,正常运行。

SQL SERVER 2012 AGENT 的 BUG

标签:microsoft   服务   agent   shell   local   分享   bug   cal   tor   

原文地址:http://www.cnblogs.com/AlexGQ/p/6873561.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!