Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ssis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
任务计划程序运行SSIS工作流时出现问题_Ssis_Odbc_Scheduled Tasks_Impala - Fatal编程技术网

任务计划程序运行SSIS工作流时出现问题

任务计划程序运行SSIS工作流时出现问题,ssis,odbc,scheduled-tasks,impala,Ssis,Odbc,Scheduled Tasks,Impala,我的SSIS工作流有点不可靠 正常过程应如下所示:任务调度器作业启动批处理文件。批处理文件启动SSIS作业 此过程会产生以下错误: Error: 2020-12-08 07:10:43.95 Code: 0xC02090F5 Source: Data Flow Task Connect to Impala [2132] Description: The component "Connect to Impala" (2132) was unable to pro

我的SSIS工作流有点不可靠

正常过程应如下所示:任务调度器作业启动批处理文件。批处理文件启动SSIS作业

此过程会产生以下错误:

Error: 2020-12-08 07:10:43.95


Code: 0xC02090F5
   Source: Data Flow Task Connect to Impala [2132]
   Description: The component "Connect to Impala" (2132) was unable to process the data. ERROR [08S01] [Cloudera][ImpalaODBC] (120) Error while retrieving data from in Impala: [08S01] : SSL_read: error code: 0
End Error
Error: 2020-12-08 07:10:43.95
   Code: 0xC0047038
   Source: Data Flow Task SSIS.Pipeline
   Description: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on component "Connect to Impala" (2132) returned error code 0xC02090F5.  The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.  There may be error messages posted before this with more information about the failure.
End Error
但是,当我启动批处理文件时,SSIS作业将成功执行。即使我在MS Visual Studio中开始工作,也没有任何问题

Google暗示ODBC连接可能有问题。我正在为Impala(用户DSN)使用32位ODBC驱动程序。还尝试了64位,但也不起作用

我感谢你的每一个回答。
谢谢

问题解决了

请参阅此解决方案:


它是关于超时参数的。

问题已解决

请参阅此解决方案:


这是关于超时参数的。

如果您创建了用户DSN,但正在以该用户以外的任何人的身份运行作业,则作业用户将无法为其定义/访问DSN。您可能需要在他们的帐户下创建它或切换到系统DSN。(在执行作业时镜像位-高级设置,32位模式)要检查的另一件事是,是否存在需要在执行帐户hi@billinkc上完成的一次性任务,如接受证书,谢谢。我通过用户DSN运行作业,并且仅使用配置了DSN的一个用户。系统DSN仍然不工作,无论是对于那个还是对于另一个。我不确定是否有接受证书之类的事情。这可能是什么?如果您创建了一个用户DSN,但正在以该用户以外的任何人的身份运行作业,则作业用户将无法为其定义/访问DSN。您可能需要在他们的帐户下创建它或切换到系统DSN。(在执行作业时镜像位-高级设置,32位模式)要检查的另一件事是,是否存在需要在执行帐户hi@billinkc上完成的一次性任务,如接受证书,谢谢。我通过用户DSN运行作业,并且仅使用配置了DSN的一个用户。系统DSN仍然不工作,无论是对于那个还是对于另一个。我不确定是否有接受证书之类的事情。那会是什么?