简体   繁体   English

SSIS 包失败。“无法清理。为 Web 服务创建的代理可能尚未删除。”

[英]SSIS package is failing."Failed to clean up. The proxy created for the Web service might not have been deleted."

I have created a duplicate of the package in our Dev Environment and for that I checked the "Use Proxy" because it would not work with out it.我在我们的开发环境中创建了一个包的副本,为此我检查了“使用代理”,因为没有它就无法工作。 Now the original package in our Production environment is failing with the that error.现在我们生产环境中的原始包因该错误而失败。 The original Package is working when ran from our server but when ran as a Job it fails with that error.从我们的服务器运行时,原始包可以正常工作,但作为作业运行时,它会因该错误而失败。 The new package in the Dev Environment is working.开发环境中的新包正在运行。 No idea what is going on.不知道发生了什么。 I removed the proxy setting for the Dev package and am now waiting to see if it is fixed.我删除了 Dev 包的代理设置,现在正在等待它是否已修复。 Any ideas on what is going on?对发生的事情有什么想法吗?

UPDATE: Removing the proxy setting in the DEV version of the package worked. 更新:删除软件包的DEV版本中的代理设置有效。 If someone can inform me on why this happened that would be helpful. 如果有人可以告知我发生这种情况的原因,那将会有所帮助。 Not really sure how the Proxy Setting in the HTTP Connection Manager works on the back side. 不太确定HTTP连接管理器中的代理设置如何在背面工作。

This type issue is occurs because when you are running your package at Dev environment then you have all the access but when you run your package through job at Production server then you don't have sufficient access to run the job by your logins.发生这种类型的问题是因为当您在Dev environment中运行包时,您拥有所有访问权限,但是当您在Production server上通过作业运行包时,您没有足够的access通过登录运行作业。 So better you have to call DBA and ask him to change the job owner for that particular job.最好您必须致电DBA并要求他更改该特定工作的job owner Same issue occurred with me so I have take the help of DBA and change the job owner,Actually when you create job at Dev environment then it's by your logins but at product you don't have access to run or modified a job.我也遇到了同样的问题,所以我在DBA的帮助下更改了作业所有者,实际上,当您在Dev environment中创建作业时,它是通过您的logins创建的,但在产品中您无权运行或修改作业。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM