我设计了一个SSIS 的包,在设计环境跑无问题。现需要部署一下,用JOB来定时执行。
我首先编译生成了包文件在\bin\Deployment 目录下面,同时也生成了包配置文件*.dtsConfig 文件,现在启动intergration service 在store packages 下面的file system 内import 包,然后设置包的配置文件,包的安排级别是EncryptAllWithPassword ,运行包的时候出现如下错误:
error :ssis error code dts_e_cannotacquireconnectionfromconnectionmanager. the acquireconnection method call to the connection manager "xxx.SI_DFM" failed with error code 0xC0202009 . THERE MAY BE ERROR ON then acquireconnection method call failed.
error:component "ole db source " (1) failed validation and returned error code 0xC020801C .
xxx。si_dfm 是一个连接,连接到erp 数据库 oracle 9i . 设计环境都没问题的。
不知道怎么解决这个问题。