您的位置:首页 > 数据库 > SQL

请教!SQL2005的备份作业修改维护计划后“The connection "本地服务器连接" is not found”

2010-04-27 13:12 609 查看
我新建一个维护计划任务
在JOB中执行没有问题
但一对这个维护计划任务进行修改,再执行就不行了
报的错是
Executing query "DECLARE @Guid UNIQUEIDENTIFIER EXECUTE msdb..sp".: 100% complete End Progress Error: 2008-08-06 10:08:46.59 Code: 0xC001000E Source: Surveyback Description: The connection "本地服务器连接" is not found. This error is thrown by Connections collection when the specific connection element is not found. End Error Error: 2008-08-06 10:08:46.59 Code: 0xC0024104 Source: Back Up Database (Full) Description: The Execute method on the task returned error code 0x80131500 (The connection "本地服务器连接" is not found. This error is thrown by Connections collection when the specific connection element is not found.). The Execute method must succeed, and indicate the result using an "out" paramete... The package execution fa... The step failed.

请各位前辈高手指教,多谢了!

 

我在其他贴子里看到,如下建议:

 

SSIS包是否有保存相应的连接信息,
检查一下你的连接是否是测试成功的.
连接字符串是否正确?

但不知道在ssis包中具体找哪修改,新手还请各位多指点了,谢过!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐