【发布时间】:2020-12-02 14:54:33
【问题描述】:
我有三个包:
包 A、包 B 和包 C。
所有包的保护级别 = EncryptSensitiveWithPassword
A 调用 B,B 调用 C
如果我运行 A,那么当 B 尝试调用 C 时我会失败
0xC001405F at CheckTable: Failed to decrypt an encrypted XML node because the password was not specified or not correct. Package load will attempt to continue without the encrypted information.
但是,如果我运行 B,那么 C 运行起来就像一个魅力。这(imo)避免了密码不正确的可能性。
当我调用 A 调用 B 调用 C C 失败并出现“加密”错误
我在任何“孙包”中都注意到了这种行为
【问题讨论】:
标签: ssis azure-data-factory sql-server-data-tools