简体   繁体   English

SSIS:调用目标已抛出错误异常

[英]SSIS: Error Exception has been thrown by the target of an invocation

I hope you are well.. I really need your help to help me resolve an issue.我希望你很好。我真的需要你的帮助来帮助我解决问题。

I created an SSIS package (SSIS 2012) which processes a tabular model in Azure AS.我创建了一个 SSIS package(SSIS 2012),它在 Z3A3580F1422208F 中处理表格 model To do this I created a task script (C # 2010) and I had to add 2 references Microsoft.AnalysisService.Core and Microsoft.AnalysisService.Tabular.为此,我创建了一个任务脚本 (C# 2010),我必须添加 2 个引用 Microsoft.AnalysisService.Core 和 Microsoft.AnalysisService.Tabular。 The package runs fine when I run it locally.当我在本地运行 package 时,它运行良好。

However when I deploy it on the SSIS server and run it I get this error: "Error: Exception has been thrown by the target of an invocation.".但是,当我在 SSIS 服务器上部署它并运行它时,我收到此错误:“错误:调用目标已引发异常。”。

Do you know where this error could come from?你知道这个错误可能来自哪里吗? How can I resolve this error?如何解决此错误?

Thanks for your help谢谢你的帮助

Check DLL availability on the SSIS Server.检查 SSIS 服务器上的 DLL 可用性。 Usually such message means that SSIS cannot start script task code by some reason通常这样的消息意味着 SSIS 由于某种原因无法启动脚本任务代码

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

相关问题 调用的目标已引发异常 - SSIS 脚本任务错误 - Exception has been thrown by the target of an invocation - SSIS Script Task Error 调用的目标已引发异常(SSIS & WinSCP & C#) - Exception has been thrown by the target of an invocation (SSIS & WinSCP & C#) 配置错误-调用目标已引发异常 - Configuration Error - Exception has been thrown by the target of an invocation 错误“VS2013中的调用目标已抛出异常” - Error “Exception has been thrown by the target of an invocation” in VS2013 是什么导致此错误“调用目标已引发异常”? - What Generates This Error 'Exception has been thrown by the target of an invocation'? 奇怪的错误:调用的目标引发了异常 - Strange error: Exception has been thrown by the target of an invocation Hazelcast DotNet客户端错误:调用的目标引发了异常 - Hazelcast DotNet client Error: Exception has been thrown by the target of an invocation DbGeography.PointFromText错误调用的目标引发了异常 - DbGeography.PointFromText error Exception has been thrown by the target of an invocation 如何解决“调用目标抛出异常”。 这个错误 - How to solve “Exception has been thrown by the target of an invocation.” this error LINQ和Exception已被调用目标抛出 - LINQ and Exception has been thrown by the target of an invocation
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM